:root{--brand:#1292ee;--brand-strong:#0d7fd2;--brand-dark:#0b2545;--ink:#142033;--ink-soft:#314256;--muted:#5f6b7a;--line:#dbe4ee;--line-strong:#c7d4e2;--bg:#f5f9fc;--surface:#ffffff;--surface-soft:#f8fbfe;--surface-dark:#0f1b2d;--surface-dark-2:#13233a;--text-on-dark:#eaf3fb;--shadow-xs:0 1px 2px rgba(10,24,40,0.05);--shadow-sm:0 6px 18px rgba(10,24,40,0.06);--shadow-md:0 14px 36px rgba(10,24,40,0.08);--shadow-lg:0 22px 60px rgba(10,24,40,0.12);--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:1.75rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--container:72rem;--container-wide:80rem;--font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-100:0.875rem;--font-size-200:1rem;--font-size-300:1.125rem;--font-size-400:clamp(1.25rem,1.2rem + 0.3vw,1.5rem);--font-size-500:clamp(1.5rem,1.3rem + 1vw,2rem);--font-size-600:clamp(2rem,1.6rem + 2vw,3.25rem);--font-size-700:clamp(2.4rem,2rem + 2.5vw,4.25rem);--lh-tight:1.1;--lh-heading:1.15;--lh-body:1.6;--transition-fast:180ms ease;--transition-med:260ms ease;--header-height:4.5rem;--focus-ring:0 0 0 3px rgba(18,146,238,0.22)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;font-family:var(--font-sans);font-size:var(--font-size-200);line-height:var(--lh-body);color:var(--ink);background:var(--surface);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg,video,canvas{display:block;max-width:100%}img{height:auto}a{color:var(--brand-dark);text-decoration-thickness:0.08em;text-underline-offset:0.16em}a:hover{color:var(--brand)}a,button,input,textarea,summary{transition:color var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast),opacity var(--transition-fast)}button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;color:var(--ink);line-height:var(--lh-heading);letter-spacing:-0.02em}h1{font-size:var(--font-size-700);line-height:var(--lh-tight)}h2{font-size:var(--font-size-600)}h3{font-size:var(--font-size-400)}p,ul,ol,dl,blockquote,figure{margin:0}ul,ol{padding-left:1.2rem}address{font-style:normal}summary{cursor:pointer}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:8px}::selection{background:rgba(18,146,238,0.18)}.skip-link{position:absolute;left:var(--space-4);top:-4rem;z-index:1000;padding:0.875rem 1rem;color:var(--surface);background:var(--brand-dark);border-radius:var(--radius-pill)}.skip-link:focus{top:var(--space-4)}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.container-wide{width:min(100% - 2rem,var(--container-wide));margin-inline:auto}.section{padding-block:var(--space-16)}.section-light{background:var(--surface)}.section-soft{background:var(--bg)}.section-dark{color:var(--text-on-dark);background:radial-gradient(circle at top right,rgba(18,146,238,0.16),transparent 30%),linear-gradient(180deg,var(--surface-dark),var(--surface-dark-2))}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark p,.section-dark li,.section-dark summary,.section-dark a{color:var(--text-on-dark)}.section-heading{max-width:44rem;margin-bottom:var(--space-10)}.section-heading>p + h2,.section-heading>p + h1,.section-heading>h2 + p,.section-heading>h1 + p{margin-top:var(--space-3)}.section-heading>p:last-child{color:var(--muted);font-size:var(--font-size-300)}.section-heading-invert>p:last-child{color:rgba(234,243,251,0.82)}.eyebrow,.panel-label,.metric-label,.offer-label,.callout-label,.mini-kicker{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.78rem;font-weight:800;letter-spacing:0.12em;text-transform:uppercase;color:var(--brand)}.eyebrow::before,.panel-label::before,.metric-label::before,.offer-label::before,.callout-label::before,.mini-kicker::before{content:"";width:0.65rem;height:0.65rem;border-radius:50%;background:currentColor;opacity:0.18}.text-link{display:inline-flex;align-items:center;gap:0.4rem;font-weight:700;text-decoration:none}.text-link::after{content:"→";font-size:0.95em}.button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;min-height:3rem;padding:0.85rem 1.2rem;border:1px solid transparent;border-radius:var(--radius-pill);font-weight:700;line-height:1.1;text-decoration:none;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button-primary{color:var(--surface);background:linear-gradient(180deg,var(--brand),var(--brand-strong));box-shadow:0 12px 28px rgba(18,146,238,0.22)}.button-primary:hover{color:var(--surface);box-shadow:0 16px 36px rgba(18,146,238,0.28)}.button-secondary{color:var(--brand-dark);background:var(--surface);border-color:var(--line-strong)}.button-secondary:hover{border-color:var(--brand);color:var(--brand-dark)}.button-ghost{color:var(--text-on-dark);background:transparent;border-color:rgba(234,243,251,0.24)}.button-ghost:hover{border-color:rgba(234,243,251,0.45);color:var(--surface)}.site-header{position:sticky;top:0;z-index:200;backdrop-filter:saturate(180%) blur(14px);background:rgba(255,255,255,0.86);border-bottom:1px solid rgba(219,228,238,0.85);transition:background-color 180ms ease,box-shadow 180ms ease,border-color 180ms ease}.site-header.is-scrolled{background:rgba(255,255,255,0.94);box-shadow:0 10px 28px rgba(10,24,40,0.08);border-bottom-color:rgba(199,212,226,0.95)}.header-shell{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-height:var(--header-height)}.site-logo{display:inline-flex;align-items:center;flex-shrink:0}.site-nav{position:fixed;inset:calc(var(--header-height) + 0.5rem) 1rem auto 1rem;display:none;flex-direction:column;gap:var(--space-5);padding:1rem;background:rgba(255,255,255,0.98);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.site-nav.is-open{display:flex}.nav-list,.footer-nav,.brand-strip-list,.hero-points,.benefit-list,.tick-list,.stack-list,.quick-facts,.jumpnav-list,.trust-list,.check-list,.submenu-list{list-style:none;padding:0;margin:0}.nav-list{display:flex;flex-direction:column;gap:var(--space-2)}.nav-list>li>a,.nav-link-parent{display:block;padding:0.75rem 0.85rem;border-radius:var(--radius-sm);color:var(--ink);font-weight:700;text-decoration:none}.nav-list>li>a:hover,.nav-list>li>a[aria-current="page"],.nav-link-parent:hover,.nav-link-parent[aria-current="page"]{color:var(--brand-dark);background:rgba(18,146,238,0.08)}.header-cta{width:100%}.nav-toggle{display:inline-grid;place-items:center;gap:0.26rem;width:2.9rem;height:2.9rem;padding:0;background:var(--surface);border:1px solid var(--line);border-radius:999px;box-shadow:var(--shadow-xs)}.nav-toggle span{width:1.1rem;height:2px;background:var(--brand-dark);border-radius:999px}.nav-item{position:relative}.nav-item-has-children{display:flex;align-items:center;flex-wrap:wrap}.nav-link-parent{display:inline-flex;align-items:center}.submenu-toggle{display:inline-grid;place-items:center;width:2.2rem;height:2.2rem;margin-left:0.15rem;padding:0;background:transparent;border:0;border-radius:999px;color:var(--brand-dark)}.submenu-toggle:hover{background:rgba(18,146,238,0.08)}.submenu-chevron{width:0.65rem;height:0.65rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform 180ms ease}.nav-item-has-children.is-submenu-open .submenu-chevron{transform:rotate(225deg) translateY(-1px)}.submenu-panel{display:none}.submenu-list a{display:block;padding:0.8rem 1rem;color:var(--ink);text-decoration:none;font-weight:600;border-radius:12px}.submenu-list a:hover{background:rgba(18,146,238,0.07);color:var(--brand-dark)}.hero,.service-hero,.page-hero{position:relative;overflow:clip;padding-block:var(--space-12) var(--space-16);background:radial-gradient(circle at 100% 0%,rgba(18,146,238,0.11),transparent 22%),linear-gradient(180deg,var(--bg),var(--surface))}.hero-grid,.service-hero-grid,.founder-shell,.split-panel,.included-layout,.consultation-shell,.content-split,.cta-layout,.footer-shell,.proof-grid,.offer-grid,.feature-grid,.card-grid,.hero-mini-grid{display:grid;gap:var(--space-6)}.hero-copy,.service-copy{display:grid;align-content:start;gap:var(--space-5)}.hero-lead,.hero-text{max-width:42rem;font-size:clamp(1.05rem,0.98rem + 0.4vw,1.3rem);color:var(--ink-soft)}.hero-actions,.section-actions,.consultation-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.hero-points{display:flex;flex-wrap:wrap;gap:0.75rem}.hero-points li,.brand-strip-list li,.hero-meta,.quick-facts dd,.mini-title{color:var(--ink-soft)}.hero-points li{display:inline-flex;align-items:center;gap:0.5rem;padding:0.55rem 0.8rem;background:rgba(255,255,255,0.8);border:1px solid rgba(219,228,238,0.9);border-radius:var(--radius-pill);box-shadow:var(--shadow-xs);font-size:var(--font-size-100);font-weight:700}.hero-points li::before,.check-list li::before,.benefit-list li::before,.tick-list li::before,.stack-list li::before{content:"";flex:0 0 auto;width:0.7rem;height:0.7rem;border-radius:50%;background:linear-gradient(180deg,var(--brand),var(--brand-strong));box-shadow:0 0 0 4px rgba(18,146,238,0.1)}.hero-aside,.service-sidecard{display:grid;gap:var(--space-4);align-content:start}.hero-panel,.hero-mini-card,.service-sidecard,.feature-card,.offer-card,.quote-card,.metric-card,.callout-card,.result-card,.testimonial-card,.mini-result-card,.card,.callout-box,.benefit-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-6)}.hero-panel-main{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(245,249,252,0.98));box-shadow:var(--shadow-md)}.hero-panel-main h2,.service-sidecard h3,.metric-card h3,.offer-card h3,.feature-card h3,.quote-card h3,.callout-card h3,.mini-result-card h3,.card h3,.callout-box h3,.testimonial-card h3{margin-top:var(--space-3)}.hero-mini-grid,.card-grid-2,.feature-grid-2,.proof-grid,.footer-shell{grid-template-columns:1fr}.hero-mini-card{min-height:100%}.brand-strip,.trust-strip,.service-jumpnav{position:relative;z-index:2}.brand-strip,.trust-strip{margin-top:-1.5rem}.brand-strip-list,.trust-list,.jumpnav-list{display:flex;flex-wrap:wrap;gap:0.75rem}.brand-strip-list li,.trust-list li,.jumpnav-list a{display:inline-flex;align-items:center;min-height:2.7rem;padding:0.75rem 1rem;background:rgba(255,255,255,0.92);border:1px solid var(--line);border-radius:var(--radius-pill);box-shadow:var(--shadow-xs);font-size:var(--font-size-100);font-weight:700}.jumpnav-list a{color:var(--ink);text-decoration:none}.jumpnav-list a:hover{color:var(--brand-dark);border-color:rgba(18,146,238,0.45);background:rgba(18,146,238,0.05)}.jumpnav-list a.is-active,.jumpnav-list a[aria-current="true"]{color:var(--brand-dark);background:rgba(18,146,238,0.1);border-color:rgba(18,146,238,0.3);box-shadow:0 8px 18px rgba(18,146,238,0.12)}.feature-grid,.card-grid,.offer-grid,.proof-grid{grid-template-columns:1fr}.feature-card,.card,.mini-result-card,.offer-card,.quote-card,.metric-card,.result-card,.testimonial-card{display:grid;align-content:start;gap:var(--space-3)}.feature-card:hover,.card:hover,.mini-result-card:hover,.offer-card:hover,.quote-card:hover,.metric-card:hover,.result-card:hover,.testimonial-card:hover,.callout-card:hover,.hero-mini-card:hover,.service-sidecard:hover,.hero-panel:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.feature-card-soft{background:linear-gradient(180deg,var(--surface-soft),var(--surface))}.feature-icon{width:3rem;height:3rem;border-radius:18px;background:linear-gradient(180deg,rgba(18,146,238,0.15),rgba(18,146,238,0.06)),var(--surface);border:1px solid rgba(18,146,238,0.18)}.offer-card-accent,.metric-card{background:linear-gradient(180deg,rgba(18,146,238,0.07),rgba(255,255,255,1));border-color:rgba(18,146,238,0.22)}.metric-card,.quote-card blockquote,.result-card p,.testimonial-meta,.quote-meta,.quick-facts dt,.quick-facts dd,.callout-card p,.callout-box p,.section p,.card p,.feature-card p,.offer-card p,.mini-result-card p{color:var(--ink-soft)}.quick-facts{display:grid;gap:var(--space-4)}.quick-facts div{display:grid;gap:0.25rem}.quick-facts dt{font-size:0.82rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}.check-list,.benefit-list,.tick-list,.stack-list{display:grid;gap:0.85rem}.check-list li,.benefit-list li,.tick-list li,.stack-list li{display:grid;grid-template-columns:auto 1fr;gap:0.85rem;align-items:start}.timeline{display:grid;gap:var(--space-5);list-style:none;padding:0;margin:0}.timeline li{position:relative;padding:var(--space-6);border:1px solid rgba(234,243,251,0.12);border-radius:var(--radius-lg);background:rgba(255,255,255,0.04)}.timeline-step{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:var(--space-4);color:var(--surface);background:linear-gradient(180deg,var(--brand),var(--brand-strong));border-radius:16px;font-weight:800;box-shadow:0 12px 28px rgba(18,146,238,0.24)}.split-panel,.content-split,.cta-layout,.consultation-shell,.founder-shell,.included-layout{align-items:center}.founder-photo-wrap,.hero-media,.founder-media{position:relative}.founder-photo-wrap img,.hero-media img,.founder-media img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.founder-copy,.split-copy,.consultation-copy,.contact-summary{display:grid;gap:var(--space-4)}.breadcrumbs{padding-top:var(--space-5)}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:0.4rem 0.7rem;align-items:center;padding:0;margin:0;list-style:none;color:var(--muted);font-size:var(--font-size-100)}.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:0.7rem;opacity:0.55}.faq-shell{max-width:56rem}.faq-list{display:grid;gap:var(--space-3)}.faq-item,.faq-list details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-xs)}.faq-item summary,.faq-list summary{position:relative;display:block;padding:1rem 3rem 1rem 1rem;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker,.faq-list summary::-webkit-details-marker{display:none}.faq-item summary::after,.faq-list summary::after{content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--brand-dark);font-size:1.4rem;font-weight:500}.faq-item[open] summary::after,.faq-list details[open] summary::after{content:"–"}.faq-item p,.faq-list details p{padding:0 1rem 1rem}.form-row{display:grid;gap:0.45rem}.contact-form{display:grid;gap:var(--space-4);padding:var(--space-6);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}label{font-weight:700;color:var(--ink)}input,textarea,select{width:100%;padding:0.875rem 0.95rem;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:14px}input::placeholder,textarea::placeholder{color:#8694a4}input:hover,textarea:hover,select:hover{border-color:#a9bdd2}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand);box-shadow:var(--focus-ring)}.site-footer{color:#dbe8f6;background:#0b1829;padding-block:var(--space-12) var(--space-6)}.footer-shell{gap:var(--space-8)}.site-footer p,.site-footer a,.site-footer address{color:#dbe8f6}.footer-nav{display:grid;gap:0.7rem}.footer-nav a{text-decoration:none}.footer-bottom{padding-top:var(--space-6);margin-top:var(--space-6);border-top:1px solid rgba(219,232,246,0.12)}.mobile-fab{position:fixed;right:1rem;bottom:1rem;z-index:180;display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:0.85rem 1.1rem;color:var(--surface);background:linear-gradient(180deg,var(--brand),var(--brand-strong));border-radius:var(--radius-pill);box-shadow:0 18px 36px rgba(18,146,238,0.26);text-decoration:none;font-weight:800}.mobile-fab:hover{color:var(--surface)}body.menu-open{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:55.9375rem){.nav-item-has-children{align-items:center}.nav-link-parent{flex:1 1 auto}.submenu-panel{width:100%;padding-top:0.35rem}.nav-item-has-children.is-submenu-open .submenu-panel{display:block}.submenu-list{padding:0.35rem 0 0.2rem 0.75rem;border-left:1px solid var(--line)}.submenu-list a{padding:0.7rem 0.85rem;font-size:0.95rem}.site-nav.is-open{animation:navFadeIn 180ms ease both}}@keyframes navFadeIn{from{opacity:0;transform:translateY(-0.35rem)}to{opacity:1;transform:translateY(0)}}@media (min-width:40rem){.container,.container-wide{width:min(100% - 3rem,var(--container))}.section{padding-block:var(--space-20)}.feature-grid-2,.card-grid-2,.proof-grid,.hero-mini-grid,.footer-shell,.offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-layout,.split-panel,.content-split,.included-layout,.consultation-shell,.founder-shell{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:56rem){.site-header{background:rgba(255,255,255,0.78)}.nav-toggle{display:none}.site-nav{position:static;inset:auto;display:flex;flex-direction:row;align-items:center;gap:var(--space-4);padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.nav-list{flex-direction:row;align-items:center;gap:0.2rem}.nav-list>li>a,.nav-link-parent{padding:0.7rem 0.9rem}.header-cta{width:auto;margin-left:var(--space-2)}.nav-item-has-children{align-items:center}.nav-item-has-children::after{content:"";position:absolute;left:0;right:0;top:100%;height:0.9rem}.submenu-toggle{display:none}.submenu-panel{display:block;position:absolute;top:calc(100% + 0.2rem);left:0;z-index:220;min-width:18rem;padding:0.65rem;background:rgba(255,255,255,0.98);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(0.35rem);transition:opacity var(--transition-fast),visibility var(--transition-fast),transform var(--transition-fast)}.nav-item-has-children:hover .submenu-panel,.nav-item-has-children:focus-within .submenu-panel,.nav-item-has-children.is-submenu-open .submenu-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.hero,.service-hero,.page-hero{padding-block:var(--space-16) var(--space-20)}.hero-grid,.service-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(19rem,0.85fr);align-items:center;gap:var(--space-10)}.feature-grid-3,.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.proof-grid,.offer-grid,.footer-shell{grid-template-columns:repeat(3,minmax(0,1fr))}.timeline{grid-template-columns:repeat(4,minmax(0,1fr))}.consultation-shell{grid-template-columns:minmax(0,1fr) auto}.section-heading{margin-bottom:var(--space-12)}.mobile-fab{display:none}}@media (min-width:72rem){.container{width:min(100% - 4rem,var(--container))}.container-wide{width:min(100% - 4rem,var(--container-wide))}.site-header{border-bottom-color:rgba(219,228,238,0.72)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}