:root{--bg:#07162c;--card:#0b2446;--text:#eaf2ff;--muted:#b7c7e6;--primary:#08a7ff;--border: rgba(255,255,255,.12);--radius: 16px;--shadow: 0 16px 40px rgba(0,0,0,.35);--header-height: 84px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(1200px 700px at 20% 10%,#0c2a56 0%,var(--bg) 55%) fixed;color:var(--text);padding-top:var(--header-height)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,select,textarea{font-family:inherit}select,option{background-color:var(--card);color:var(--text)}.container{width:min(1120px,92vw);margin:0 auto}.header-inner{width:100%}.card{background:#ffffff08;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);border-color:#ffffff38;box-shadow:0 20px 46px #0006}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;border:1px solid var(--border);background:#ffffff05;font-weight:700;cursor:pointer;transition:transform .12s ease,border-color .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px);border-color:#fff3;box-shadow:0 12px 24px #00000040}.btn-primary{background:linear-gradient(135deg,#08a7ff,#0fd0ff);border-color:transparent;color:#00162b}.muted{color:var(--muted)}.section{position:relative}.section-title{font-size:clamp(22px,3.2vw,32px);letter-spacing:.01em;margin:0 0 12px}.section-title:after{content:"";display:block;width:48px;height:3px;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,#08a7ff,#0fd0ff66)}.section-band{padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.section-band.alt{background:#08a7ff0f;border-color:#08a7ff33}.hero-full{width:100%;min-height:80vh;background:linear-gradient(115deg,#07162ce6,#07162c9e),url(/hero-image.png) center/cover no-repeat;border-bottom:1px solid var(--border);display:flex;align-items:center}.hero-panel{padding:clamp(38px,4.8vw,58px) 0}.hero-copy{max-width:min(940px,100%)}.hero-title{margin:16px 0 12px;max-width:980px;font-size:clamp(36px,5.4vw,64px);line-height:1.02;letter-spacing:.01em}.hero-subtitle{margin:0;max-width:720px;line-height:1.7;font-size:clamp(16px,1.2vw,19px)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);padding:8px 12px;border-radius:999px;background:#ffffff0a;font-size:13px;color:var(--muted)}.grid{display:grid;gap:14px}@media(min-width:900px){.grid-3{grid-template-columns:repeat(3,1fr)}}.split{display:grid;gap:18px;align-items:center}.split.reverse>:first-child{order:2}@media(min-width:900px){.split{grid-template-columns:1.1fr .9fr}.split.reverse{grid-template-columns:.9fr 1.1fr}}.image-slot.tall{min-height:300px}.image-slot.wide{min-height:200px}.section-image{width:100%;height:auto;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.2)}.what-gain-layout{display:grid;gap:18px}.what-gain-title{display:flex;align-items:center}.what-gain-media{display:flex;align-items:flex-start;justify-content:center}.help-copy{display:flex;flex-direction:column;gap:12px}.service-section{align-items:stretch}.service-copy{display:flex;flex-direction:column;justify-content:center;gap:10px}.service-copy .muted{margin:0;line-height:1.65}.service-image{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.2)}.help-media{height:100%}.help-image{height:100%;width:100%;object-fit:cover}@media(min-width:900px){.what-gain-layout{grid-template-columns:.9fr 1.1fr;align-items:stretch}.what-gain-content{height:auto;display:grid;grid-template-rows:auto 1fr;gap:14px}.what-gain-cards{height:auto;align-content:start}.what-gain-media{height:auto}.what-gain-image{height:auto;width:100%;object-fit:contain;object-position:top center}.help-layout{align-items:stretch}.help-copy{min-height:360px}.help-actions{margin-top:auto!important}.service-copy{min-height:340px}}.image-slot{min-height:220px;border-radius:18px;border:1px dashed rgba(255,255,255,.25);background:linear-gradient(135deg,#ffffff0a,#08a7ff14);color:var(--muted);display:grid;place-items:center;text-align:center;font-size:13px;letter-spacing:.02em}@media(min-width:900px){.image-slot{min-height:260px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:fadeUp .7s ease both}.reveal-delay-1{animation:fadeUp .7s ease .06s both}.reveal-delay-2{animation:fadeUp .7s ease .12s both}.reveal-delay-3{animation:fadeUp .7s ease .18s both}.reveal-delay-4{animation:fadeUp .7s ease .24s both}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
