:root{--background:hsl(210 40% 99%);--foreground:hsl(222 47% 11%);--card:hsl(0 0% 100%);--muted:hsl(210 40% 96%);--muted-foreground:hsl(215 16% 47%);--primary:hsl(217 91% 45%);--primary-dark:hsl(217 91% 38%);--primary-foreground:hsl(210 40% 98%);--accent:hsl(174 62% 47%);--accent-dark:hsl(174 62% 38%);--border:hsl(214 32% 91%);--ring:hsl(217 91% 45%);--success:hsl(142 71% 40%);--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--shadow-sm:0 1px 2px hsl(222 47% 11%/0.05);--shadow-md:0 4px 12px hsl(222 47% 11%/0.08);--shadow-lg:0 12px 32px hsl(222 47% 11%/0.12);--container:1200px}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;font-family:var(--font-outfit),system-ui,-apple-system,Segoe UI,Roboto,sans-serif}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}button{font-family:inherit}h1,h2,h3,h4{line-height:1.15;letter-spacing:-.02em;font-weight:700}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:4.5rem}.section-sm{padding-block:3rem}.center{text-align:center}.mx-auto{margin-inline:auto}.maxw-2xl{max-width:42rem}.maxw-3xl{max-width:48rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.section-title{font-size:clamp(1.6rem,1.1rem + 1.8vw,2.25rem);margin-top:.6rem}.section-subtitle{margin-top:.75rem;font-size:1.05rem}.lead,.section-subtitle{color:var(--muted-foreground)}.lead{font-size:1.15rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font:inherit;font-weight:600;font-size:.95rem;line-height:1;border:1px solid transparent;border-radius:var(--radius-md);background:var(--primary);color:var(--primary-foreground);cursor:pointer;transition:transform .08s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0)}.btn svg{width:1.05em;height:1.05em}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:var(--primary-dark)}.btn-accent{background:var(--accent);color:hsl(222 47% 11%)}.btn-accent:hover{background:var(--accent-dark);color:#fff}.btn-outline{background:transparent;color:var(--foreground);border-color:var(--border)}.btn-outline:hover{background:var(--muted);border-color:hsl(217 91% 60%)}.btn-ghost-light{background:hsl(0 0% 100%/.12);color:#fff;border-color:hsl(0 0% 100%/.25)}.btn-ghost-light:hover{background:hsl(0 0% 100%/.2)}.btn-lg{padding:.85rem 1.6rem;font-size:1.02rem}.btn-block{width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background:hsl(0 0% 100%/.8);-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:inline-flex;align-items:center;gap:.55rem}.logo-mark{display:grid;place-items:center;width:2rem;height:2rem;border-radius:var(--radius-md);background:var(--primary);color:var(--primary-foreground);font-weight:800;font-size:.95rem}.logo-text{font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.logo-text span{color:var(--primary)}.nav{display:flex;align-items:center;gap:1.6rem}.nav-link{font-size:.93rem;font-weight:500;color:var(--muted-foreground);transition:color .15s ease}.nav-link.is-active,.nav-link:hover{color:var(--foreground)}.nav-link.is-active{color:var(--primary)}.nav-toggle{display:none;background:none;border:none;padding:.4rem;cursor:pointer;color:var(--muted-foreground)}.nav-toggle svg{width:1.5rem;height:1.5rem}.lang-switcher{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;padding:.15rem;background:var(--card)}.lang-option{border:none;background:none;cursor:pointer;font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--muted-foreground);padding:.25rem .6rem;border-radius:999px;line-height:1;transition:background .15s ease,color .15s ease}.lang-option:hover{color:var(--foreground)}.lang-option.is-active{background:var(--primary);color:var(--primary-foreground)}.lang-option:disabled{opacity:.6;cursor:default}.header-mobile-actions{display:none;align-items:center;gap:.6rem}.hero{position:relative;background:radial-gradient(1200px 600px at 8% -10%,hsl(174 62% 47%/.14),transparent),radial-gradient(1000px 520px at 92% 0,hsl(217 91% 45%/.18),transparent),linear-gradient(180deg,hsl(217 91% 97%),hsl(210 40% 99%));border-bottom:1px solid var(--border)}.hero-inner{padding-block:5rem}.hero h1{font-size:clamp(2rem,1.2rem + 3.4vw,3.4rem);font-weight:800}.hero .lead{margin-top:1.1rem;font-size:1.15rem}.hero-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero-actions.center{justify-content:center}.page-hero{padding-block:3.5rem}.page-hero h1{font-size:clamp(1.8rem,1.2rem + 2.4vw,2.75rem);font-weight:800}.trust-row{display:flex;flex-wrap:wrap;gap:.5rem 1.75rem;align-items:center}.trust-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.trust-item svg{width:1.1rem;height:1.1rem;color:var(--accent)}.grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.card-hover{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.card-hover:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:hsl(217 91% 60%/.5)}.icon-badge{display:grid;place-items:center;width:3rem;height:3rem;border-radius:var(--radius-lg);background:hsl(217 91% 45%/.1);color:var(--primary);margin-bottom:1rem}.icon-badge svg{width:1.5rem;height:1.5rem}.icon-badge.accent{background:hsl(174 62% 47%/.14);color:var(--accent-dark)}.card h3{font-size:1.15rem}.card p{margin-top:.5rem;color:var(--muted-foreground);font-size:.97rem}.cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;padding:1.4rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.cat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:hsl(217 91% 60%/.5)}.cat-card .icon-badge{margin-bottom:0}.cat-card span.name{font-weight:600;font-size:.95rem}.cat-card span.meta{font-size:.82rem;color:var(--muted-foreground)}.step{position:relative}.step-num{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;background:var(--primary);color:var(--primary-foreground);font-weight:700}.step h3{margin-top:1rem;font-size:1.1rem}.step p{margin-top:.4rem;color:var(--muted-foreground);font-size:.95rem}.timeline{display:grid;grid-gap:1.25rem;gap:1.25rem}.timeline-item{display:flex;gap:1.25rem}.timeline-rail{display:flex;flex-direction:column;align-items:center}.timeline-dot{display:grid;place-items:center;width:3rem;height:3rem;flex:none;border-radius:999px;background:var(--primary);color:var(--primary-foreground)}.timeline-dot svg{width:1.25rem;height:1.25rem}.timeline-line{width:2px;flex:1 1;background:var(--border);margin-top:.5rem}.timeline-body{padding-bottom:.5rem}.timeline-body .eyebrow{font-size:.72rem}.timeline-body h3{margin-top:.2rem;font-size:1.15rem}.timeline-body p{margin-top:.3rem;color:var(--muted-foreground)}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.stat{text-align:center}.stat .num{font-size:clamp(1.8rem,1rem + 2vw,2.6rem);font-weight:800;color:var(--primary)}.stat .label{color:var(--muted-foreground);font-size:.92rem}.checklist{display:grid;grid-gap:.75rem;gap:.75rem}.checklist li{display:flex;gap:.65rem;align-items:flex-start}.checklist li svg{width:1.25rem;height:1.25rem;color:var(--success);flex:none;margin-top:.15rem}.checklist li span{color:var(--foreground)}.band-muted{background:var(--muted);border-block:1px solid var(--border)}.band-primary{background:var(--primary);color:var(--primary-foreground)}.band-primary .section-subtitle,.band-primary p{color:hsl(210 40% 98%/.9)}.cta-band{background:var(--primary);color:var(--primary-foreground);border-top:1px solid var(--border)}.cta-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-inner h2{font-size:clamp(1.6rem,1.1rem + 1.8vw,2.2rem)}.cta-inner p{max-width:38rem;color:hsl(210 40% 98%/.9)}.faq{display:grid;grid-gap:.75rem;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-sm);overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.25rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:400;color:var(--primary);transition:transform .2s ease;line-height:1}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item .faq-answer{padding:0 1.25rem 1.2rem;color:var(--muted-foreground)}.form-card{max-width:38rem}.field{margin-bottom:1rem}.field label{display:block;font-size:.88rem;font-weight:600;margin-bottom:.35rem}.field .hint{color:var(--muted-foreground);font-weight:400}.input,.select,.textarea{width:100%;font:inherit;font-size:.95rem;padding:.65rem .8rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);color:var(--foreground);transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px hsl(217 91% 45%/.15)}.textarea{resize:vertical;min-height:8rem}.form-note{font-size:.82rem;color:var(--muted-foreground);margin-top:.5rem}.contact-list{display:grid;grid-gap:1.25rem;gap:1.25rem}.contact-list .row{display:flex;gap:.9rem;align-items:flex-start}.contact-list .row svg{width:1.3rem;height:1.3rem;color:var(--primary);flex:none;margin-top:.15rem}.contact-list .row .label{font-weight:600;font-size:.9rem}.contact-list .row .value{color:var(--muted-foreground);font-size:.95rem}.contact-list .row .value a:hover{color:var(--primary)}.prose{max-width:46rem}.prose h2{font-size:1.4rem;margin-top:2.25rem}.prose h3{font-size:1.1rem;margin-top:1.5rem}.prose p{margin-top:.75rem;color:var(--foreground)}.prose ul{margin-top:.75rem;display:grid;grid-gap:.4rem;gap:.4rem}.prose ul li{position:relative;padding-left:1.25rem;color:var(--foreground)}.prose ul li:before{content:"";position:absolute;left:0;top:.65rem;width:.4rem;height:.4rem;border-radius:999px;background:var(--primary)}.prose a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.prose .muted-note{color:var(--muted-foreground);font-size:.95rem}.audience-card{border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;background:var(--card);box-shadow:var(--shadow-sm)}.audience-card .icon-badge{width:3.5rem;height:3.5rem}.audience-card h3{font-size:1.35rem;margin-bottom:.5rem}.logo-strip{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;align-items:center;justify-content:center;opacity:.75}.logo-strip span{font-weight:700;font-size:1.1rem;color:var(--muted-foreground)}.site-footer{border-top:1px solid var(--border);background:var(--card)}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;padding-block:3rem}.footer-brand .logo{margin-bottom:.75rem}.footer-brand p{color:var(--muted-foreground);font-size:.92rem;max-width:22rem}.footer-col h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--foreground);margin-bottom:.85rem}.footer-col ul{display:grid;grid-gap:.55rem;gap:.55rem}.footer-col a{color:var(--muted-foreground);font-size:.92rem;transition:color .15s ease}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);padding-block:1.25rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--muted-foreground)}.footer-bottom nav{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-bottom a:hover{color:var(--primary)}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600;background:hsl(174 62% 47%/.15);color:var(--accent-dark)}.pill.blue{background:hsl(217 91% 45%/.12);color:var(--primary-dark)}.divider{height:1px;background:var(--border);border:0}.link-strong{color:var(--primary);font-weight:600}.text-success{color:var(--success);font-weight:600}@media (max-width:960px){.grid-4,.grid-5{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr}.stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.nav.desktop{display:none}.nav-toggle{display:inline-flex}.header-mobile-actions,.mobile-nav{display:flex}.mobile-nav{flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1rem;background:var(--card);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md)}.mobile-nav .nav-link{padding-block:.7rem}.mobile-nav .btn{margin-top:.5rem}.split{gap:2rem}.grid-2,.grid-3,.grid-4,.grid-5,.split{grid-template-columns:1fr}.section{padding-block:3rem}.hero-inner{padding-block:3.5rem}}@media (min-width:761px){.mobile-nav{display:none}}@media (max-width:560px){.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_237716{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_237716{--font-outfit:"Outfit","Outfit Fallback"}