@charset "UTF-8";:root{--cesc-primary: #05c3c4;--cesc-primary-dk: #048a8b;--cesc-dark: #232323;--cesc-gray: #6f6f6f;--cesc-light: #f6f7f8;--cesc-border: #e5e5e5;--header-h: 80px}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Roboto,Helvetica Neue,Arial,sans-serif;color:var(--cesc-dark);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--cesc-primary)}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-weight:600;line-height:1.25}h1{font-size:clamp(28px,4vw,44px)}h2{font-size:clamp(24px,3vw,34px)}h3{font-size:clamp(20px,2.4vw,26px)}p{line-height:1.7;margin:0 0 1em}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.btn{display:inline-block;padding:12px 28px;border-radius:4px;font-weight:500;border:2px solid var(--cesc-primary);background:var(--cesc-primary);color:#fff;transition:background .2s,color .2s}.btn:hover{background:var(--cesc-primary-dk);border-color:var(--cesc-primary-dk);color:#fff}.btn--ghost{background:transparent;color:var(--cesc-primary)}.btn--ghost:hover{background:var(--cesc-primary);color:#fff}.section{padding:64px 0}.section--alt{background:var(--cesc-light)}.section__title{text-align:center;margin-bottom:48px}.section__title h2{margin-bottom:12px}.section__title p{color:var(--cesc-gray);max-width:720px;margin:0 auto}.grid{display:grid;gap:24px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width: 900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:#fff;border:1px solid var(--cesc-border);border-radius:8px;padding:24px;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.card h3{color:var(--cesc-dark)}.card p{color:var(--cesc-gray);margin-bottom:0}.card img{border-radius:6px;margin-bottom:16px}.hero{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(135deg,#0b2545,#048a8b 60%,#05c3c4);padding:120px 24px 80px;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.08),transparent 60%);pointer-events:none}.hero h1{font-size:clamp(32px,5vw,56px);max-width:900px;margin:0 auto 16px;position:relative}.hero p{font-size:18px;max-width:720px;margin:0 auto 32px;opacity:.92;position:relative}.hero .btn{position:relative}.page-header{background:linear-gradient(135deg,#0b2545,#048a8b);color:#fff;padding:100px 24px 60px;text-align:center;margin-top:var(--header-h)}.page-header h1{margin-bottom:8px}.page-header p{opacity:.9;max-width:720px;margin:0 auto}main{display:block;min-height:60vh}.page-spacer{height:var(--header-h)}
