:root{--navy:#07377f;--blue:#0878e8;--green:#28c642;--ink:#10213d;--muted:#5e6d85;--line:#dce8f5;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{text-decoration:none}.site-header{position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid #e9f0f8;backdrop-filter:blur(14px)}.nav{width:min(1160px,calc(100% - 32px));height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between}.wordmark{font-size:1.55rem;font-weight:900;color:var(--navy);letter-spacing:-.04em}.wordmark span{color:var(--green)}.nav-links{display:flex;align-items:center;gap:28px}.nav-links>a:not(.button){color:#40516b;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:14px;font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,var(--blue),#0754b5);box-shadow:0 12px 26px #0878e838}.button-light{color:var(--navy);background:#fff;border:1px solid var(--line)}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 15%,#d8f9e4 0,transparent 28%),radial-gradient(circle at 15% 25%,#dceeff 0,transparent 30%),linear-gradient(180deg,#fbfdff,#f3f9ff);padding:68px 0 78px}.hero:after{content:"";position:absolute;inset:auto -8% -220px;height:330px;background:#fff;border-radius:50% 50% 0 0}.hero-grid{position:relative;z-index:1;width:min(1160px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:1fr .92fr;gap:56px;align-items:center}.eyebrow{display:inline-flex;padding:8px 13px;border-radius:999px;color:#075bb4;background:#e5f2ff;font-size:.79rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(2.7rem,5vw,5rem);line-height:1.02;letter-spacing:-.06em;margin:20px 0;color:var(--navy)}.hero h1 span{color:var(--green)}.hero-copy{max-width:620px;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.25rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#43536d;font-size:.9rem;font-weight:700}.trust span:before{content:"✓";color:var(--green);font-weight:950;margin-right:7px}.logo-stage{position:relative;display:grid;place-items:center;min-height:510px}.logo-stage:before,.logo-stage:after{content:"";position:absolute;border-radius:50%}.logo-stage:before{width:440px;height:440px;background:linear-gradient(145deg,#fff,#eef7ff);box-shadow:0 35px 80px #0644831a}.logo-stage:after{width:330px;height:330px;border:1px dashed #69b4ed88;animation:spin 28s linear infinite}.hero-logo{position:relative;z-index:2;width:min(100%,510px);height:auto;mix-blend-mode:multiply;filter:drop-shadow(0 18px 25px #0b4f9e18)}@keyframes spin{to{transform:rotate(360deg)}}.section{padding:88px 0}.container{width:min(1160px,calc(100% - 32px));margin:auto}.section-head{max-width:690px;margin:0 auto 44px;text-align:center}.section-head small{color:var(--blue);font-weight:850;letter-spacing:.1em}.section-head h2{margin:10px 0 14px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.045em}.section-head p{color:var(--muted);font-size:1.05rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 35px #123d6810}.card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#e5f2ff,#effff1);font-size:1.5rem}.card h3{margin:18px 0 8px;font-size:1.18rem}.card p{margin:0;color:var(--muted)}.showcase{background:#071e46;color:#fff}.showcase-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.showcase h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.045em;margin:12px 0}.showcase p{color:#bed2ed}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature{padding:18px;border:1px solid #ffffff1d;border-radius:16px;background:#ffffff0c}.feature strong{display:block;margin-bottom:4px}.feature span{color:#b9cee9;font-size:.92rem}.cta{padding:86px 0;background:linear-gradient(135deg,#eaf5ff,#ecffef)}.cta-box{padding:50px;border-radius:30px;text-align:center;background:#fff;box-shadow:0 26px 70px #0b41701c}.cta-box h2{font-size:clamp(2rem,4vw,3.3rem);margin:0 0 12px;letter-spacing:-.045em}.cta-box p{color:var(--muted);margin:0 auto 26px;max-width:650px}.footer{padding:30px 0;color:#66758b;background:#fff}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer strong{color:var(--navy)}@media(max-width:900px){.nav-links>a:not(.button){display:none}.hero{padding-top:30px}.hero-grid,.showcase-grid{grid-template-columns:1fr}.hero-copy,.hero-grid{text-align:center}.hero-actions,.trust{justify-content:center}.logo-stage{min-height:390px;order:-1}.logo-stage:before{width:330px;height:330px}.logo-stage:after{width:250px;height:250px}.hero-logo{width:390px}.cards{grid-template-columns:1fr 1fr}.showcase-grid{gap:38px}}@media(max-width:620px){.nav{height:66px}.wordmark{font-size:1.35rem}.button{padding:0 18px}.hero{padding-bottom:58px}.hero-grid{gap:10px}.logo-stage{min-height:300px}.logo-stage:before{width:260px;height:260px}.logo-stage:after{width:200px;height:200px}.hero-logo{width:315px}.hero h1{font-size:2.65rem}.cards,.feature-list{grid-template-columns:1fr}.section{padding:65px 0}.cta-box{padding:36px 22px}.footer-row{flex-direction:column;text-align:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.logo-stage:after{animation:none}.button:hover{transform:none}}
