:root{--navy:#0C1A30;--navy-2:#101F38;--ink:#10192B;--blue:#1E56D6;--blue-strong:#1743B0;--blue-soft:#EAF0FD;--blue-softer:#F2F6FE;--orange:#E9691F;--orange-strong:#CB590F;--paper:#FFFFFF;--mist:#F5F8FC;--line:#E4EAF2;--muted:#57667F;--muted-light:#9FB0C9;color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.4rem;border-radius:.55rem;font-size:.98rem;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.btn-orange{background:var(--orange);color:#fff;border-color:var(--orange)}.btn-orange:hover{background:var(--orange-strong);border-color:var(--orange-strong)}.btn-blue{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-blue:hover{background:var(--blue-strong);border-color:var(--blue-strong)}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}.topbar{background:var(--navy);color:#dfe7f2;font-size:.82rem}.topbar .container{display:flex;align-items:center;justify-content:center;gap:1.5rem;min-height:40px;flex-wrap:wrap;text-align:center}.topbar .item{display:inline-flex;align-items:center;gap:.4rem}.topbar .sep{opacity:.35}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.header .container{justify-content:space-between;min-height:72px;gap:1rem}.header .container,.nav{display:flex;align-items:center}.nav{gap:1.4rem}.nav a{color:#33425c;font-size:.95rem;font-weight:500}.nav a.active,.nav a:hover{color:var(--blue)}.logo{display:block;height:44px;width:auto}.footer .logo{height:40px}@media (max-width:640px){.logo{height:34px}}.hero{background:linear-gradient(180deg,#fff 0,var(--blue-softer) 100%);border-bottom:1px solid var(--line);overflow:hidden}.hero .container{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:3rem;gap:3rem;align-items:center;padding-top:3.5rem;padding-bottom:3.5rem}.hero h1{font-size:clamp(2.3rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.02em;margin:0 0 1rem;color:var(--ink);font-weight:800}.hero h1 .blue{color:var(--blue)}.hero .tag{font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;margin:0 0 1rem;color:var(--ink)}.hero .tag .blue{color:var(--blue)}.hero p.lead{font-size:1.08rem;color:var(--muted);max-width:34rem;margin:0 0 1.8rem}.hero .cta-row{display:flex;gap:.85rem;flex-wrap:wrap}.hero-visual{position:relative;aspect-ratio:4/3.2;border-radius:1.1rem;background:linear-gradient(155deg,#1E56D6,#123a9e 55%,#0d2c78);overflow:hidden;box-shadow:0 30px 60px -30px rgba(18,45,120,.55);display:flex;align-items:center;justify-content:center}.hero-photo{width:100%;height:100%;object-fit:cover;z-index:0}.hero-photo,.hero-tint{position:absolute;inset:0}.hero-tint{z-index:1;background:linear-gradient(160deg,rgba(30,86,214,.08),rgba(13,44,120,.22))}.hero-visual .molecule{width:72%;height:72%;opacity:.9;color:#bcd2ff}.hero-visual .grid-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 0);background-size:22px 22px;opacity:.5}.trust-badge{position:absolute;z-index:2;right:1rem;bottom:1rem;background:#fff;border-radius:.8rem;padding:.9rem 1rem;box-shadow:0 14px 34px -14px rgba(12,26,48,.4);display:flex;gap:.65rem;align-items:flex-start;max-width:15rem}.trust-badge .icon{color:var(--blue);flex-shrink:0}.trust-badge b{display:block;font-size:.9rem;color:var(--ink);line-height:1.25}.trust-badge span{font-size:.78rem;color:var(--blue)}.section{padding:3.5rem 0}.section.mist{background:var(--mist)}.section-head{text-align:center;margin-bottom:2.4rem}.section-head h2{font-size:clamp(1.6rem,3.5vw,2.2rem);margin:0 0 .6rem;color:var(--ink);letter-spacing:-.01em}.section-head p{color:var(--muted);margin:0 auto;max-width:36rem}.cards{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.1rem;gap:1.1rem}.card{background:#fff;border:1px solid var(--line);border-radius:.9rem;padding:1.5rem 1.3rem;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.card:hover{box-shadow:0 18px 40px -22px rgba(18,45,120,.35);transform:translateY(-3px);border-color:#cfdcf3}.card .card-icon{width:54px;height:54px;border-radius:.7rem;background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card h3{font-size:1.1rem;margin:0 0 .7rem;color:var(--ink)}.card ul{list-style:none;padding:0;margin:0 0 1rem}.card li{font-size:.9rem;color:var(--muted);padding:.15rem 0}.card .learn{font-size:.9rem;font-weight:600;color:var(--blue)}.steps{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;align-items:start}.step{text-align:center;position:relative}.step .ring{width:84px;height:84px;border-radius:50%;border:2px solid var(--blue-soft);background:#fff;color:var(--blue);margin:0 auto 1rem;position:relative}.step .num,.step .ring{display:flex;align-items:center;justify-content:center}.step .num{position:absolute;top:-6px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;font-size:.72rem;font-weight:700;width:22px;height:22px;border-radius:50%;border:3px solid #fff}.step p{font-size:.92rem;color:var(--muted);margin:0;padding:0 .4rem}.getstarted{background:linear-gradient(160deg,#123a9e,#0d2c78);color:#fff;text-align:center}.getstarted h2{font-size:clamp(1.7rem,3.5vw,2.3rem);margin:0 0 .7rem;letter-spacing:-.01em}.getstarted p.sub{color:#c8d6f2;max-width:34rem;margin:0 auto 1.8rem}.form{width:100%;max-width:30rem;margin:0 auto;display:flex;gap:.5rem}.form input[type=email]{flex:1 1;min-width:0;padding:.9rem 1rem;font-size:1rem;color:var(--ink);background:#fff;border:1.5px solid transparent;border-radius:.55rem;outline:none}.form input[type=email]:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(233,105,31,.25)}.hint{font-size:.85rem;color:#c8d6f2;margin:.9rem 0 0;min-height:1.2rem}.hint.error{color:#ffd7b0}.hint.success{color:#d8ffe9;font-weight:600}.trustbar{background:var(--navy);color:#cdd8ea;padding:3rem 0}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.5rem;gap:1.5rem}.trust-item{display:flex;flex-direction:column;gap:.5rem}.trust-item .icon{color:#7fa2e6}.trust-item b{color:#fff;font-size:.98rem;line-height:1.3}.footer,.trust-item span{font-size:.85rem;color:var(--muted-light)}.footer{background:var(--navy-2);padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.06)}.footer .cols{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}.footer a{color:var(--muted-light)}.footer a:hover{color:#fff}.footer .disclaimer{border-top:1px solid rgba(255,255,255,.08);padding-top:1.3rem;line-height:1.7;font-size:.78rem;color:#8496b3}@media (max-width:1040px){.cards,.steps,.trust-grid{grid-template-columns:repeat(3,1fr)}.steps{gap:1.6rem 1rem}}@media (max-width:900px){.nav{display:none}.hero .container{grid-template-columns:1fr}.hero-visual{order:-1;max-width:30rem;margin:0 auto;width:100%}}@media (max-width:640px){.cards,.steps,.trust-grid{grid-template-columns:repeat(2,1fr)}.topbar .container{gap:.5rem 1rem;font-size:.75rem}.form{flex-direction:column}.form .btn{width:100%;justify-content:center}}@media (max-width:420px){.cards,.trust-grid{grid-template-columns:1fr}}.footer-links{display:flex;flex-direction:column;gap:.5rem}.topbar a{color:inherit;text-decoration:none;font-weight:600}.topbar a:hover{text-decoration:underline}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem;max-width:62rem;margin:0 auto}.contact-item{display:flex;flex-direction:column;gap:.25rem;padding:1.3rem 1.4rem;background:var(--mist);border:1px solid var(--line);border-radius:12px}.contact-item b{color:var(--ink);margin-bottom:.25rem}.contact-item span{color:var(--muted);font-size:.92rem}@media (max-width:760px){.contact-grid{grid-template-columns:1fr}}.legal-header{border-bottom:1px solid var(--line);padding:1rem 0}.legal-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.legal-header .logo{height:34px;width:auto}.legal-header a.back{font-size:.9rem;color:var(--muted)}.legal-header a.back:hover{color:var(--blue)}.legal{max-width:800px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.legal h1{font-size:1.9rem;color:var(--ink);margin:0 0 .4rem}.legal .eff{color:var(--muted);font-size:.9rem;margin:0 0 2rem}.legal h2{font-size:1.2rem;color:var(--ink);margin:2rem 0 .6rem}.legal h3{font-size:1.02rem;color:var(--ink);margin:1.4rem 0 .4rem}.legal li,.legal p{color:#26344b;font-size:.96rem;line-height:1.7}.legal ul{padding-left:1.3rem}.legal li{margin:.3rem 0}.legal .note{background:var(--mist);border-left:3px solid var(--blue);padding:.8rem 1.1rem;border-radius:6px;margin:1.2rem 0;font-size:.9rem}.legal strong{color:var(--ink)}.legal-footer{border-top:1px solid var(--line);padding:1.6rem 0;color:var(--muted);font-size:.82rem}.legal-footer .container{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;align-items:center}.legal-footer a{color:var(--muted)}.legal-footer a:hover{color:var(--blue)}