:root{--bg:#FFFFFF;--bg-alt:#F3F8FF;--ink:#172554;--ink-soft:#52627A;--line:#E2E8F0;--blue:#2563EB;--blue-deep:#1D4ED8;--green:#12946B;--green-text:#0E7A57;--amber:#FFB100;--amber-ink:#4A3300;--gold-deep:#C9A227;--gold-deep-ink:#2A1F00;--navy-card:rgba(255,255,255,0.05);--navy-line:rgba(255,255,255,0.12);--tint-blue:#EFF6FF;--tint-rose:#F7ECEC;--tint-lavender:#EFEDF7;--tint-green:#EAF6F1;--purple:#6C4FD6;--tint-amber:#FBF3DC;--red:#C23B3B;--teal:#0E8A7D;--tint-teal:#E9F7F5;--orange:#D9722C;--tint-orange:#FBEEE3;--surface:#FFFFFF;--header-bg:rgba(255,255,255,0.82);--header-bg-scrolled:rgba(255,255,255,0.96);--tint-blue-badge:#EEF1FF;--navy:#0B1633;color-scheme:light}:root[data-theme=dark]{--bg:#0F0F1C;--bg-alt:#1A1A2E;--surface:#1E1E33;--ink:#ECECF2;--ink-soft:#A5A5BD;--line:#2E2E48;--header-bg:rgba(15,15,28,0.82);--header-bg-scrolled:rgba(15,15,28,0.96);--tint-blue-badge:rgba(92,130,255,0.16);--tint-blue:rgba(41,82,255,0.12);--tint-rose:rgba(194,59,59,0.14);--tint-lavender:rgba(41,58,199,0.16);--tint-green:rgba(34,184,133,0.14);--purple:#A594F5;--tint-amber:rgba(255,177,0,0.14);--red:#E27272;--teal:#4FC9BA;--tint-teal:rgba(14,138,125,0.16);--orange:#E8935A;--tint-orange:rgba(217,114,44,0.18);--blue:#5C82FF;--blue-deep:#8FA8FF;--green:#22B885;--green-text:var(--green);color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 50% 100%,rgba(37,99,235,.05),transparent 42%),radial-gradient(circle,rgba(37,99,235,.06) 1px,transparent 1px) 0 0/34px 34px,var(--bg);color:var(--ink);font-family:Inter,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}:root[data-theme=dark] body{background:var(--bg)}@media(max-width:640px){body{background:var(--bg)}}.wrap{max-width:1300px;margin:0 auto;padding:0 32px}h1,h2,h3{font-family:Fraunces,serif;color:var(--ink);letter-spacing:-.01em}a{color:inherit;text-decoration:none}.mono{font-family:'IBM Plex Mono',monospace}@media(max-width:560px){.wrap{padding:0 18px}}:root{--nav-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}header{position:sticky;top:0;z-index:50;background:var(--header-bg);backdrop-filter:blur(8px);border-bottom:1px solid transparent;box-shadow:0 1px 0 var(--line);transition:background .2s ease,box-shadow .2s ease}header.scrolled{background:var(--header-bg-scrolled);box-shadow:0 12px 28px rgba(20,20,43,.08),0 1px 0 var(--line)}nav{display:flex;align-items:center;padding:16px 32px;max-width:1400px;margin:0 auto;gap:20px;position:relative}.logo{display:flex;align-items:center;gap:10px;font-family:Fraunces,serif;font-weight:700;font-size:21px;color:var(--ink);flex-shrink:0}.logo-mark{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:9px;background:var(--navy);color:var(--amber)}.logo-mark svg{width:17px;height:17px}.logo-word{letter-spacing:-.01em}.logo-image{height:40px;width:auto;max-width:180px}.nav-links{list-style:none;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13.5px;font-weight:500;color:var(--ink-soft);flex-wrap:wrap;flex:1;min-width:0}.nav-links>li{position:relative}.nav-links>li.mega{position:static}.nav-links>li>a{display:flex;align-items:center;gap:6px;padding:11px 12px;border-radius:8px;white-space:nowrap;transition:color .15s ease,background .15s ease}.nav-links>li>a:hover{color:var(--ink);background:var(--bg-alt)}.menu-toggle:focus-visible,.nav-links>li>a:focus-visible,.theme-toggle:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.has-dropdown>a::after{content:'';flex-shrink:0;width:10px;height:10px;background-color:currentColor;opacity:.65;-webkit-mask-image:var(--nav-chevron);mask-image:var(--nav-chevron);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:transform .18s ease}.has-dropdown.open>a::after{transform:rotate(180deg)}.menu-toggle{display:none;background:0 0;border:1px solid var(--line);border-radius:8px;width:40px;height:40px;font-size:18px;cursor:pointer;color:var(--ink);flex-shrink:0}.theme-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:1px solid var(--line);border-radius:8px;width:40px;height:40px;cursor:pointer;color:var(--ink);flex-shrink:0;transition:background .15s ease,border-color .15s ease}.theme-toggle:hover{background:var(--bg-alt);border-color:var(--ink)}.theme-toggle-icon{width:18px;height:18px}.theme-toggle .icon-moon{display:none}html[data-theme=dark] .theme-toggle .icon-sun{display:none}html[data-theme=dark] .theme-toggle .icon-moon{display:block}.nav-divider{width:1px;align-self:stretch;margin:8px 4px;background:var(--line);flex-shrink:0}.nav-secondary>a{font-size:12.5px;color:var(--ink-soft);opacity:.8}.nav-secondary>a:hover{opacity:1}.nav-cta-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 18px 10px 20px;border-radius:100px;background:linear-gradient(90deg,#3b8ef3 0,#5b3ff0 100%);color:#fff;font-weight:600;font-size:13.5px;white-space:nowrap;box-shadow:0 1px 2px rgba(59,142,243,.25);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.nav-cta-btn svg{width:14px;height:14px;transition:transform .15s ease}.nav-cta-btn:hover{transform:translateY(-1px);background:linear-gradient(90deg,#4aa0ff 0,#6948ff 100%);box-shadow:0 8px 25px rgba(59,142,243,.25)}.nav-cta-btn:hover svg{transform:translateX(2px)}.nav-cta-desktop{flex-shrink:0}@media(min-width:901px){.nav-links>li.nav-cta{display:none}}.dropdown{position:absolute;top:100%;left:0;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:0 20px 44px rgba(20,20,43,.14);min-width:230px;display:flex;flex-direction:column;gap:2px;z-index:80;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.dropdown.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px;min-width:400px}.dropdown a{display:block;padding:9px 11px;border-radius:8px;font-size:13.5px;color:var(--ink-soft);white-space:nowrap;transition:color .15s ease,background .15s ease}.dropdown a:hover{background:var(--bg-alt);color:var(--ink)}.has-dropdown.open .dropdown{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.has-subdropdown{position:relative}.has-subdropdown>a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:8px;font-size:13.5px;color:var(--ink-soft);white-space:nowrap;transition:color .15s ease,background .15s ease}.has-subdropdown>a:hover{background:var(--bg-alt);color:var(--ink)}.has-subdropdown>a::after{content:'';flex-shrink:0;width:9px;height:9px;background-color:currentColor;opacity:.55;-webkit-mask-image:var(--nav-chevron);mask-image:var(--nav-chevron);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transform:rotate(-90deg)}.has-subdropdown.open>a{background:var(--bg-alt);color:var(--ink)}.submenu{position:absolute;top:0;left:100%;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:0 20px 44px rgba(20,20,43,.14);min-width:190px;display:flex;flex-direction:column;gap:2px;z-index:90;opacity:0;visibility:hidden;transform:translateX(6px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.has-subdropdown.open>.submenu{opacity:1;visibility:visible;transform:translateX(0);transition-delay:0s}.submenu a{display:block;padding:9px 11px;border-radius:8px;font-size:13.5px;color:var(--ink-soft);white-space:nowrap;transition:color .15s ease,background .15s ease}.submenu a:hover{background:var(--bg-alt);color:var(--ink)}.dropdown a:focus-visible,.has-subdropdown>a:focus-visible,.submenu a:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.dropdown .view-all-link{margin-top:4px;padding-top:12px!important;border-top:1px solid var(--line);font-weight:600;color:var(--blue)!important}.mega-panel{position:absolute;top:100%;left:50%;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 24px 54px rgba(20,20,43,.16);display:grid;grid-template-columns:repeat(5,1fr);gap:22px 26px;width:960px;max-width:88vw;z-index:80;opacity:0;visibility:hidden;transform:translateX(-50%) translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.has-dropdown.mega.open .mega-panel{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);transition-delay:0s}.mega-col p{font-family:'IBM Plex Mono',monospace;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin-bottom:8px;font-weight:600}.mega-col p a{color:inherit}.mega-col p a:hover{text-decoration:underline}.mega-col a{display:block;padding:4px 0;font-size:12.5px;color:var(--ink-soft);transition:color .15s ease}.mega-col a:hover{color:var(--ink);text-decoration:underline}.mega-col a:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:4px}.mega-panel .view-all{grid-column:1/-1;border-top:1px solid var(--line);margin-top:4px;padding-top:14px}.mega-panel .view-all a{display:inline;font-weight:600;color:var(--blue);font-size:13px;padding:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:100px;font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{box-shadow:0 8px 18px rgba(20,20,43,.22)}.btn-outline{border-color:var(--line);color:var(--ink);background:var(--surface)}.btn-outline:hover{border-color:var(--ink)}.btn-amber{background:var(--amber);color:var(--amber-ink)}.btn-amber:hover{box-shadow:0 8px 18px rgba(255,177,0,.35)}.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:var(--blue-deep);box-shadow:0 8px 18px rgba(41,82,255,.3)}.btn-outline-blue{border:1.5px solid rgba(41,82,255,.3);color:var(--ink);background:var(--surface)}.btn-outline-blue:hover{background:var(--tint-blue);border-color:var(--blue)}.btn-cta-gradient{background:linear-gradient(90deg,#3b8ef3 0,#5b3ff0 100%);color:#fff}.btn-cta-gradient:hover{background:linear-gradient(90deg,#4aa0ff 0,#6948ff 100%);box-shadow:0 8px 25px rgba(59,142,243,.25)}.btn-glow{box-shadow:0 0 0 0 rgba(255,177,0,.45);animation:btn-glow-pulse 2.6s ease-in-out infinite}@keyframes btn-glow-pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,177,0,.45)}50%{box-shadow:0 0 20px 6px rgba(255,177,0,.55)}}.hero{padding:88px 0 60px;position:relative;overflow:hidden}.hero-grid{position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:64px;align-items:center}.hero-ledger{display:flex;flex-direction:column;gap:16px}.ledger-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px 24px;box-shadow:0 20px 44px rgba(20,20,43,.06)}.ledger-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.ledger-label{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink)}.ledger-tag{font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;color:var(--ink-soft);background:var(--bg-alt);padding:3px 9px;border-radius:100px}.ledger-chart{display:block;width:100%;height:90px}.ledger-chart-image{display:block;width:100%;height:auto;border-radius:10px;border:1px solid var(--line)}.ranking-chart-wrap{display:flex;gap:8px;align-items:stretch}.ranking-yaxis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;font-family:'IBM Plex Mono',monospace;font-size:10px;color:var(--ink-soft);height:90px;padding:1px 0}.ranking-xaxis{display:flex;justify-content:space-between;margin-top:6px;padding-left:30px;font-family:'IBM Plex Mono',monospace;font-size:10px;color:var(--ink-soft)}.ledger-caption{font-size:12.5px;color:var(--ink-soft);margin-top:10px}.hero-carousel{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:14px 14px 20px;box-shadow:0 20px 44px rgba(20,20,43,.06);position:relative}.hero-carousel-viewport{overflow:hidden;border-radius:12px}.hero-carousel-track{display:flex;transition:transform .45s ease}.hero-carousel-slide{flex:0 0 100%;min-width:0}.hero-carousel-slide img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:var(--bg-alt);border-radius:12px}.hero-carousel-arrow{position:absolute;top:50%;transform:translateY(-6px);width:34px;height:34px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--ink);font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px rgba(20,20,43,.12);transition:background .2s ease,border-color .2s ease}.hero-carousel-arrow:hover{background:var(--tint-blue);border-color:var(--blue);color:var(--blue)}.hero-carousel-prev{left:10px}.hero-carousel-next{right:10px}.hero-carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}.hero-carousel-dot{width:7px;height:7px;border-radius:50%;background:var(--line);border:none;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.hero-carousel-dot.active{background:var(--blue);transform:scale(1.25)}@media(max-width:640px){.hero-carousel-arrow{width:30px;height:30px;font-size:16px}}.hero-simple{padding-top:64px}.hero-centered{max-width:660px;margin:0 auto;text-align:center}.hero-centered .eyebrow{margin-left:auto;margin-right:auto;background:0 0;padding:0;color:var(--ink-soft);font-weight:600}.hero-centered .lead{margin-left:auto;margin-right:auto}.hero-centered h1{font-size:44px}.hero-centered h1 em{color:var(--blue);font-style:normal}.hero-simple{position:relative;overflow:hidden}.hero-bubble{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.hero-bubble-left{width:520px;height:520px;top:-160px;left:-180px;background:radial-gradient(circle,rgba(37,99,235,.28) 0,rgba(37,99,235,.1) 55%,rgba(37,99,235,0) 75%)}.hero-bubble-right{width:480px;height:480px;top:-140px;right:-170px;background:radial-gradient(circle,rgba(37,99,235,.24) 0,rgba(37,99,235,.08) 55%,rgba(37,99,235,0) 75%)}.hero-simple .hero-centered{position:relative;z-index:1}.hero-dark .hero-bubble-left{background:radial-gradient(circle,rgba(201,162,39,.22) 0,rgba(201,162,39,.07) 55%,rgba(201,162,39,0) 75%)}.hero-dark .hero-bubble-right{background:radial-gradient(circle,rgba(201,162,39,.18) 0,rgba(201,162,39,.06) 55%,rgba(201,162,39,0) 75%)}@media(max-width:640px){.hero-bubble-left{width:300px;height:300px;top:-110px;left:-120px}.hero-bubble-right{width:280px;height:280px;top:-100px;right:-110px}}.hero-simple .hero-centered h1{font-size:44px;max-width:17ch;margin-left:auto;margin-right:auto}@media(max-width:900px){.hero-simple .hero-centered h1{font-size:34px;max-width:19ch}}@media(max-width:560px){.hero-simple .hero-centered h1{font-size:28px;max-width:20ch}}.trust-bar{display:flex;justify-content:center;align-items:center;gap:0;margin:30px 0 30px;flex-wrap:wrap}.trust-bar-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 26px;border-left:1px solid var(--line)}.trust-bar-item:first-child{border-left:none;padding-left:0}.trust-bar-num{font-family:Fraunces,serif;font-size:24px;font-weight:600;color:var(--ink)}.trust-bar-sub{font-size:11.5px;color:var(--ink-soft)}.pricing-callout{display:flex;align-items:center;gap:14px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px 22px;margin-top:34px;box-shadow:0 12px 28px rgba(20,20,43,.05)}.pricing-callout-icon{font-size:20px;flex-shrink:0}.pricing-callout-text{font-size:13.5px;font-style:italic;color:var(--ink-soft)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-deep);background:var(--tint-blue-badge);padding:7px 14px;border-radius:100px;margin-bottom:22px}.eyebrow svg{width:14px;height:14px;flex-shrink:0}.hero h1{font-size:54px;font-weight:600;line-height:1.06;margin-bottom:20px}.hero h1 em{font-style:italic;color:var(--blue);font-weight:500}.hero p.lead{font-size:18px;color:var(--ink-soft);max-width:480px;margin-bottom:30px}.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.badge{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--ink);background:var(--bg-alt);border:1px solid var(--line);padding:8px 13px;border-radius:100px}.cta-row{display:flex;gap:14px;margin-bottom:44px;flex-wrap:wrap}.stat-strip{display:flex;gap:0;border-top:1px solid var(--line);padding-top:26px}.stat{flex:1;padding-right:20px}.stat .num{font-family:'IBM Plex Mono',monospace;font-size:26px;font-weight:600;color:var(--ink)}.stat .label{font-size:12.5px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.img-placeholder{width:100%;height:100%;min-height:420px;border-radius:20px;background:var(--bg-alt);border:1.5px dashed #c9c7ba;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;color:var(--ink-soft)}.img-placeholder .icon{width:48px;height:48px;border-radius:12px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--blue)}.img-placeholder .label{font-size:13.5px;font-weight:600;color:var(--ink)}.img-placeholder .sub{font-family:'IBM Plex Mono',monospace;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft)}.support-bar-wrap{padding:0 0 70px}.support-bar{background:var(--amber);border-radius:100px;display:flex;align-items:center;gap:16px;padding:14px 14px 14px 30px;flex-wrap:wrap}.support-bar .label{font-weight:600;color:var(--amber-ink);font-size:15px;white-space:nowrap}.support-bar select{flex:1;min-width:200px;padding:12px 16px;border-radius:100px;border:none;font-family:Inter,sans-serif;font-size:14px;color:var(--ink);background:var(--surface)}.support-bar button{background:var(--navy);color:#fff;border:none;border-radius:100px;padding:12px 26px;font-weight:600;font-size:14px;cursor:pointer}@media(max-width:640px){body.page-home .support-bar-wrap{padding:0 0 40px}body.page-home .support-bar{flex-direction:column;align-items:stretch;border-radius:24px;padding:16px;gap:10px}body.page-home .support-bar .label{font-size:13px}body.page-home .support-bar select{width:100%;min-width:0;flex:none;padding:10px 14px;font-size:13px}body.page-home .support-bar button{width:100%;padding:10px 18px;font-size:13px}}section{padding:80px 0}.section-alt{background:var(--bg-alt)}.section-head{max-width:640px;margin-bottom:52px}.section-head h2{font-size:36px;font-weight:600;margin-bottom:14px}.section-head h2 em{font-style:italic;color:var(--blue);font-weight:500}.section-head p{color:var(--ink-soft);font-size:16.5px}.invest-grid{display:grid;grid-template-columns:0.85fr 1.15fr;gap:60px;align-items:start}.invest-grid>*{min-width:0}.invest-img{width:100%;aspect-ratio:4/3.1;border-radius:18px;position:sticky;top:100px}.check-list{list-style:none;margin:22px 0 26px}.check-list li{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px;margin-bottom:12px}.check-list .tick{width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.invest-grid p{color:var(--ink-soft);margin-bottom:14px;font-size:15.5px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px 22px;transition:transform .18s ease,box-shadow .18s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,20,43,.08)}.service-icon{width:44px;height:44px;border-radius:12px;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-family:'IBM Plex Mono',monospace;font-weight:600;color:var(--blue);font-size:14px}.service-card h3{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--blue-deep);font-family:Inter,sans-serif}.service-card p{font-size:14px;color:var(--ink-soft);margin-bottom:18px}.learn-more{display:inline-block;font-size:13px;font-weight:600;color:var(--green-text);padding:8px 15px;border:1px solid var(--green-text);border-radius:100px}.text-arrow-link{display:inline-block;font-size:13.5px;font-weight:600;color:var(--blue)}.text-arrow-link:hover{color:var(--blue-deep);text-decoration:underline}#industries-grid .service-card h3{color:var(--ink)}.learn-more:hover{background:var(--green-text);color:#fff}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;margin-top:10px}.step .step-num{font-family:'IBM Plex Mono',monospace;font-size:14px;font-weight:600;color:var(--blue);background:var(--tint-blue-badge);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.step h3{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--ink);font-family:Inter,sans-serif}.step p{font-size:14.5px;color:var(--ink-soft)}.cta-strip{background:var(--bg-alt);color:var(--ink);border:1px solid var(--line);border-radius:24px;padding:56px 48px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}.cta-strip h2{color:var(--ink);font-size:30px;margin-bottom:6px}.cta-strip p{color:var(--ink-soft);font-size:15px}.cta-strip .btn-amber{padding:14px 28px;font-size:15.5px}.cta-strip .check-list{display:inline-flex;flex-direction:column;text-align:left;margin-bottom:0}footer{border-top:1px solid var(--line);padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:40px;margin-bottom:40px}.footer-col .logo{font-size:25px}.footer-col .logo-mark{width:38px;height:38px;border-radius:10px}.footer-col .logo-mark svg{width:20px;height:20px}.footer-col h3{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);margin-bottom:16px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px;font-size:14.5px}.footer-col a:hover{color:var(--blue)}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding-top:12px;border-top:1px solid var(--line);font-size:13px;color:var(--ink-soft);gap:14px}.footer-bottom>span:last-child{grid-column:3;text-align:right}.footer-social{display:flex;align-items:center;justify-content:center;justify-self:center;grid-column:2;gap:10px;flex-wrap:wrap}@media(max-width:640px){.footer-bottom{grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px}.footer-bottom>span:last-child{grid-column:auto;text-align:center}.footer-social{grid-column:auto}}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--ink-soft);background:var(--bg-alt);border:1px solid var(--line);transition:color .15s,background .15s}.footer-social-icon:hover{color:var(--blue);background:var(--surface)}.footer-social-icon svg{display:block;width:18px;height:18px}@media(max-width:1100px) and (min-width:901px){.nav-links{gap:2px;font-size:12.5px}.nav-links>li>a{padding:9px 8px;gap:4px}.mega-panel{padding:20px;gap:18px 20px}}@media(max-width:900px){.hero-grid,.invest-grid{grid-template-columns:1fr}.invest-img{position:static}.services-grid,.steps-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:38px}.menu-toggle{display:block;margin-left:auto}.nav-links{display:none;position:fixed;inset:73px 0 0 0;background:var(--surface);z-index:70;flex-direction:column;align-items:stretch;gap:2px;padding:18px 22px 40px;overflow-y:auto;font-size:15px}.nav-links.mobile-open{display:flex}header.menu-open{backdrop-filter:none}.nav-links>li>a{padding:13px 6px;border-bottom:1px solid var(--line);border-radius:0}.nav-divider{width:auto;height:1px;align-self:auto;margin:6px 0}.nav-secondary>a{font-size:15px;opacity:1}.has-dropdown>a::after{margin-left:auto}.dropdown,.dropdown.two-col,.mega-panel{display:none;position:static;box-shadow:none;border:none;background:var(--bg-alt);border-radius:10px;padding:6px 6px 6px 18px;margin:4px 0 8px;width:auto;max-width:none;min-width:0;transform:none;grid-template-columns:1fr!important;flex-direction:column}.has-dropdown.open .dropdown,.has-dropdown.open .mega-panel{display:flex!important;transform:none!important}.mega-col{margin-bottom:10px}.has-subdropdown>a::after{margin-left:auto}.submenu{display:none;position:static;box-shadow:none;border:none;background:0 0;border-radius:0;padding:2px 0 6px 16px;margin:0;width:auto;max-width:none}.has-subdropdown.open>.submenu{display:flex!important}.nav-cta{display:block;margin-top:14px;text-align:center}.nav-cta-desktop{display:none}}@media(max-width:560px){.services-grid,.steps-row{grid-template-columns:1fr}.stat-strip{flex-wrap:wrap;row-gap:16px}.stat{flex:0 0 50%}.cta-strip{padding:36px 26px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.browse-by-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:28px 30px;margin-bottom:44px}.browse-by-label{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;letter-spacing:.06em;color:var(--ink-soft);margin-bottom:16px}.filter-row{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:600;letter-spacing:.03em;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:100px;padding:8px 16px;cursor:pointer;transition:all .15s ease}.filter-chip:hover{border-color:var(--ink);color:var(--ink)}.filter-chip.active{background:var(--navy);color:#fff;border-color:var(--navy)}@media(max-width:560px){.browse-by-card{padding:22px 20px}}.tag{display:inline-flex;align-items:center;font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--blue-deep);background:var(--tint-blue-badge);padding:5px 11px;border-radius:100px}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.card-date{font-family:'IBM Plex Mono',monospace;font-size:11.5px;color:var(--ink-soft)}.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px 26px;margin-bottom:14px}.faq-item summary{font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-family:'IBM Plex Mono',monospace;font-size:20px;color:var(--blue);flex-shrink:0}.faq-item[open] summary::after{content:'\2013'}.faq-item p{color:var(--ink-soft);font-size:15px;margin-top:14px}.service-card.featured{border-color:var(--blue);box-shadow:0 16px 34px rgba(41,82,255,.12);position:relative}.service-card .price{font-family:'IBM Plex Mono',monospace;font-size:32px;font-weight:600;color:var(--ink);margin-bottom:2px}.service-card .price span{font-size:14px;font-weight:500;color:var(--ink-soft)}.popular-flag{position:absolute;top:-13px;right:22px;background:var(--amber);color:var(--amber-ink);font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:5px 12px;border-radius:100px}.service-card .check-list{margin:0 0 20px}.service-card .check-list li{font-size:14px;font-weight:500}.line-eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:16px}.line-eyebrow::after,.line-eyebrow::before{content:'';width:30px;height:2px;background:var(--blue);border-radius:2px;opacity:.55}.included-grid-head{margin-bottom:44px}.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.included-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px 20px;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.included-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,20,43,.08);border-color:var(--blue)}.included-card:hover .included-icon{transform:scale(1.04)}.included-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.included-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:19px;font-family:'IBM Plex Mono',monospace;font-weight:700;transition:transform .22s ease}.included-icon.tone-blue{background:var(--tint-blue);color:var(--blue)}.included-icon.tone-green{background:var(--tint-green);color:var(--green)}.included-icon.tone-purple{background:var(--tint-lavender);color:var(--purple)}.included-icon.tone-amber{background:var(--tint-amber);color:var(--ink)}.included-icon.tone-red{background:var(--tint-rose);color:var(--red)}.included-icon.tone-teal{background:var(--tint-teal);color:var(--teal)}.included-icon.tone-orange{background:var(--tint-orange);color:var(--orange)}.included-check{width:16px;height:16px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0;margin-top:2px}.included-card h3{font-size:15.5px;font-weight:600;margin-bottom:7px;color:var(--ink);line-height:1.3}.included-card p{font-size:13.5px;color:var(--ink-soft);line-height:1.5}@media(max-width:1100px){.included-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.included-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.included-grid{grid-template-columns:1fr}.line-eyebrow::after,.line-eyebrow::before{width:18px}}.why-head{margin-bottom:40px}.why-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:44px 48px;box-shadow:0 4px 24px rgba(20,20,43,.05)}.why-card-top{display:flex;align-items:flex-start;gap:28px}.why-card-icon{width:84px;height:84px;border-radius:22px;background:var(--tint-green);color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-card-icon svg{width:36px;height:36px}.why-card-body{flex:1;min-width:0}.why-card-body h3{font-size:26px;font-weight:600;color:var(--ink)}.accent-line-green{background:var(--green);margin:12px 0 18px}.why-card-body p{font-size:15.5px;color:var(--ink-soft);line-height:1.65;max-width:800px;margin-bottom:14px}.why-card-body p:last-child{margin-bottom:0}.why-benefits{margin-top:34px;background:var(--tint-green);border-radius:16px;padding:8px 4px;display:grid;grid-template-columns:repeat(4,1fr)}.why-benefit{padding:20px 24px;border-right:1px solid rgba(18,148,107,.16);border-radius:12px;transition:background .22s ease}.why-benefit:last-child{border-right:none}.why-benefit:hover{background:rgba(255,255,255,.55)}.why-benefit-icon{width:34px;height:34px;border-radius:10px;background:var(--surface);color:var(--green);display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:transform .22s ease}.why-benefit-icon svg{width:17px;height:17px}.why-benefit:hover .why-benefit-icon{transform:scale(1.08)}.why-benefit h4{font-size:14.5px;font-weight:600;color:var(--ink);margin-bottom:4px}.why-benefit p{font-size:13px;color:var(--ink-soft);line-height:1.45}@media(max-width:900px){.why-card{padding:32px 28px}.why-card-top{gap:20px}.why-card-icon{width:64px;height:64px;border-radius:18px}.why-card-icon svg{width:28px;height:28px}.why-card-body h3{font-size:22px}.why-benefits{grid-template-columns:repeat(2,1fr);gap:0 0}.why-benefit{border-right:1px solid rgba(18,148,107,.16);border-bottom:none}.why-benefit:nth-child(2n){border-right:none}.why-benefit:nth-child(-n+2){border-bottom:1px solid rgba(18,148,107,.16)}}@media(max-width:560px){.why-card-top{flex-direction:column}.why-benefits{grid-template-columns:1fr}.why-benefit{border-right:none!important;border-bottom:1px solid rgba(18,148,107,.16)!important}.why-benefit:last-child{border-bottom:none!important}}.accent-line-blue{background:var(--blue)}.process-head{margin-bottom:0}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}.process-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:34px 24px 26px;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.process-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,20,43,.08);border-color:var(--blue)}.process-card:hover .process-icon{transform:scale(1.05)}.process-card:hover .process-connector-line{background:rgba(41,82,255,.45)}.process-card:hover .process-badge{box-shadow:0 0 0 4px var(--tint-blue)}.process-connector{position:absolute;top:-17px;left:22px;right:22px;display:flex;align-items:center;gap:8px}.process-badge{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'IBM Plex Mono',monospace;font-weight:700;font-size:12.5px;box-shadow:0 0 0 4px var(--surface);transition:box-shadow .22s ease}.process-connector-line{flex:1;height:1px;background:rgba(41,82,255,.22);position:relative;transition:background .22s ease}.process-connector-line::after{content:'';position:absolute;right:0;top:50%;transform:translate(50%,-50%);width:7px;height:7px;border-radius:50%;background:var(--surface);border:1.5px solid rgba(41,82,255,.4)}.process-icon{width:52px;height:52px;border-radius:14px;background:var(--tint-blue);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:transform .22s ease}.process-icon svg{width:24px;height:24px}.process-step-label{font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-deep);opacity:.8;margin-bottom:6px}.process-card h3{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:10px;line-height:1.3}.process-card p{font-size:14px;color:var(--ink-soft);line-height:1.55}.process-flow{margin-top:40px;background:var(--tint-blue);border-radius:100px;padding:16px 28px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 6px}.process-flow-item{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:var(--ink);white-space:nowrap}.process-flow-check{width:20px;height:20px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.process-flow-check svg{width:11px;height:11px}.process-flow-arrow{color:var(--ink-soft);font-size:14px;margin:0 2px}@media(max-width:1000px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.process-grid{grid-template-columns:1fr}.process-flow{border-radius:20px;padding:20px 18px;justify-content:flex-start}}.hero-premium{padding:76px 0 64px;position:relative;overflow:hidden}.hero-premium .wrap{position:relative;z-index:1}.hero-premium-content{max-width:820px;margin:0 auto 56px;text-align:center}.hero-premium .blog-breadcrumb{justify-content:center;margin-bottom:20px}.hero-premium h1{font-size:56px;font-weight:700;line-height:1.08;letter-spacing:-.01em;color:var(--ink);margin:2px 0 20px}.hero-premium .lead{font-size:18px;color:var(--ink-soft);line-height:1.65;max-width:760px;margin:0 auto 34px}.hero-premium .cta-row{justify-content:center;margin-bottom:0}.hero-dashboard{max-width:980px;margin:0 auto;background:var(--tint-blue);border-radius:28px;padding:36px;box-shadow:0 20px 50px rgba(41,82,255,.08)}.hero-dashboard-inner{display:grid;grid-template-columns:0.85fr 1.6fr;gap:22px;align-items:stretch}.hd-score-card{background:var(--surface);border:1px solid var(--tint-blue-badge);border-radius:20px;padding:26px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hd-score-icon{width:50px;height:50px;border-radius:14px;background:var(--tint-blue);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.hd-score-icon svg{width:25px;height:25px}.hd-score-value{font-family:'IBM Plex Mono',monospace;font-size:36px;font-weight:700;color:var(--ink);line-height:1}.hd-score-value span{font-size:16px;font-weight:500;color:var(--ink-soft)}.hd-score-label{font-size:12.5px;color:var(--ink-soft);margin-top:8px;font-weight:600}.hd-metrics{display:flex;flex-direction:column;gap:12px;justify-content:center}.hd-metric{background:var(--surface);border:1px solid var(--tint-blue-badge);border-radius:14px;padding:14px 18px;display:flex;align-items:center;gap:14px}.hd-metric-icon{width:34px;height:34px;border-radius:10px;background:var(--tint-blue);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hd-metric-icon svg{width:17px;height:17px}.hd-metric-body{flex:1;min-width:0}.hd-metric-label{font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}.hd-metric-bar{height:5px;border-radius:100px;background:var(--tint-blue-badge);overflow:hidden}.hd-metric-bar span{display:block;height:100%;background:var(--blue);border-radius:100px}.hd-metric-value{font-family:'IBM Plex Mono',monospace;font-size:14.5px;font-weight:700;color:var(--blue-deep);flex-shrink:0}.hero-dashboard-note{text-align:center;font-size:12px;color:var(--ink-soft);margin-top:18px;font-style:italic}.hero-trust-row{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:10px 24px;margin-top:28px;padding:0}.hero-trust-row li{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--ink-soft)}.hero-trust-row .trust-check{width:17px;height:17px;border-radius:50%;background:var(--tint-blue);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-trust-row .trust-check svg{width:9px;height:9px}@media(max-width:900px){.hero-premium h1{font-size:42px}.hero-dashboard-inner{grid-template-columns:1fr}.hero-dashboard{padding:26px}}@media(max-width:640px){.hero-premium{padding:56px 0 44px}.hero-premium-content{margin-bottom:40px}.hero-premium h1{font-size:32px}.hero-premium .lead{font-size:16px}.hero-dashboard{border-radius:20px;padding:20px}.hd-metric{padding:12px 14px}.hd-score-value{font-size:30px}}body.page-services-index .hero-simple{padding-bottom:44px}body.page-services-index .hero-centered h1 em{color:var(--blue);font-style:normal}body.page-services-index .trust-bar{margin:22px 0 32px}body.page-services-index .trust-bar-item{flex-direction:row;align-items:center;gap:12px;border-left:none;padding:0}body.page-services-index .trust-bar-item::before{content:'★';width:34px;height:34px;border-radius:10px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}body.page-services-index .trust-bar-num{font-family:'IBM Plex Mono',monospace;font-size:28px;font-weight:700;color:var(--blue)}body.page-services-index .trust-bar-sub{font-size:13.5px;color:var(--ink-soft)}.compact-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.compact-service-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:20px 20px 18px;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.compact-service-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(20,20,43,.07);border-color:var(--tone)}.compact-service-card:hover .csc-icon{transform:scale(1.05)}.compact-service-card:hover .csc-link{color:var(--tone)}.compact-service-card:hover .csc-link span{transform:translateX(2px)}.compact-service-card.tone-blue{--tone:var(--blue);--tone-bg:var(--tint-blue)}.compact-service-card.tone-green{--tone:var(--green);--tone-bg:var(--tint-green)}.compact-service-card.tone-purple{--tone:var(--purple);--tone-bg:var(--tint-lavender)}.compact-service-card.tone-orange{--tone:var(--orange);--tone-bg:var(--tint-orange)}.compact-service-card.tone-teal{--tone:var(--teal);--tone-bg:var(--tint-teal)}.compact-service-card.tone-red{--tone:var(--red);--tone-bg:var(--tint-rose)}.compact-service-card.tone-amber{--tone:var(--ink);--tone-bg:var(--tint-amber)}.csc-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.csc-icon{width:38px;height:38px;border-radius:10px;background:var(--tone-bg);color:var(--tone);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.csc-icon svg{width:18px;height:18px}.csc-num{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:700;color:var(--tone);opacity:.55}.compact-service-card h3{font-size:15.5px;font-weight:600;color:var(--ink);margin-bottom:6px;line-height:1.3}.compact-service-card p{font-size:12.5px;color:var(--ink-soft);line-height:1.5;flex:1;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.csc-link{font-size:12.5px;font-weight:600;color:var(--ink-soft);display:inline-flex;align-items:center;gap:4px;margin-top:auto;transition:color .2s ease}.csc-link span{display:inline-block;transition:transform .2s ease}@media(max-width:1000px){.compact-service-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.compact-service-grid{grid-template-columns:1fr}}.benefits-strip-section{padding:0 0 24px}.benefits-strip{background:var(--tint-blue);border-radius:18px;padding:22px 26px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefits-strip-item{display:flex;align-items:flex-start;gap:12px}.bsi-icon{width:32px;height:32px;border-radius:9px;background:var(--surface);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bsi-icon svg{width:16px;height:16px}.benefits-strip-item h4{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:2px}.benefits-strip-item p{font-size:12px;color:var(--ink-soft)}@media(max-width:900px){.benefits-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.benefits-strip{grid-template-columns:1fr}.benefits-strip{padding:20px}}.usa-whatwedo{position:relative;overflow:hidden;padding:80px 0}.usa-whatwedo-bg{position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 4% 10%,rgba(37,99,235,.12),transparent 30%),radial-gradient(circle at 100% 90%,rgba(37,99,235,.09),transparent 32%),radial-gradient(circle,rgba(37,99,235,.1) 1.5px,transparent 1.5px) 0 0/26px 26px}.usa-whatwedo .wrap{position:relative;z-index:1}.usa-whatwedo .section-head h2 em{font-style:italic;color:var(--blue);text-decoration:underline;text-decoration-style:wavy;text-decoration-color:var(--blue);text-underline-offset:6px;text-decoration-thickness:1.5px}.usa-whatwedo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.usa-whatwedo-card{background:var(--surface);border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:16px;padding:26px 22px;transition:transform .2s ease,box-shadow .2s ease}.usa-whatwedo-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(20,20,43,.07)}.usa-whatwedo-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.usa-whatwedo-icon{width:52px;height:52px;border-radius:50%;background:var(--tint-blue);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.usa-whatwedo-icon svg{width:24px;height:24px}.usa-whatwedo-num{font-family:'IBM Plex Mono',monospace;font-weight:700;font-size:13px;color:var(--blue);background:var(--tint-blue);padding:5px 11px;border-radius:9px}.usa-whatwedo-card h3{font-size:17px;font-weight:600;color:var(--ink);margin-bottom:10px;line-height:1.3}.usa-whatwedo-card p{font-size:14px;color:var(--ink-soft);line-height:1.55}@media(max-width:1000px){.usa-whatwedo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.usa-whatwedo-grid{grid-template-columns:1fr}.usa-whatwedo{padding:56px 0}}.areas-serve{padding:80px 0}.areas-serve-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.areas-serve-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.areas-serve-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(20,20,43,.07);border-color:var(--blue)}.areas-serve-card:hover .areas-serve-link span{transform:translateX(2px)}.areas-serve-num{align-self:flex-start;font-family:'IBM Plex Mono',monospace;font-weight:700;font-size:13px;color:var(--blue);background:var(--tint-blue);padding:5px 11px;border-radius:9px;margin-bottom:16px}.areas-serve-card h3{font-size:17px;font-weight:600;color:var(--ink);margin-bottom:8px}.areas-serve-card p{font-size:14px;color:var(--ink-soft);line-height:1.55;flex:1;margin-bottom:16px}.areas-serve-link{font-size:13.5px;font-weight:600;color:var(--blue);display:inline-flex;align-items:center;gap:6px;margin-top:auto}.areas-serve-link span{display:inline-block;transition:transform .2s ease}@media(max-width:1000px){.areas-serve-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.areas-serve-grid{grid-template-columns:1fr}.areas-serve{padding:56px 0}}.city-intro-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:start}.city-why-panel{background:var(--tint-blue);border-radius:16px;padding:28px 26px}.city-why-panel h3{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:16px}.city-why-panel .check-list{margin:0}@media(max-width:900px){.city-intro-grid{grid-template-columns:1fr}}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field.full{grid-column:1/-1}.form-field label{font-size:13px;font-weight:600;color:var(--ink)}.form-field input,.form-field select,.form-field textarea{padding:12px 15px;border-radius:10px;border:1px solid var(--line);font-family:Inter,sans-serif;font-size:14.5px;color:var(--ink);background:var(--surface);width:100%}.form-field textarea{resize:vertical;min-height:120px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--blue);outline-offset:1px}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:start}.contact-grid>*{min-width:0}.contact-details h4{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-soft);margin-bottom:10px}.contact-details .item{margin-bottom:26px}.contact-details .item p{color:var(--ink-soft);font-size:15px}.contact-details .item a{color:var(--blue);font-weight:600}.founder-card{position:relative;overflow:hidden;background:var(--navy);border:1px solid var(--navy-line);border-radius:28px;padding:64px;box-shadow:0 30px 70px rgba(11,22,51,.28)}.founder-card-glow{position:absolute;top:-120px;right:-120px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(201,162,39,.16) 0,rgba(201,162,39,0) 70%);pointer-events:none}.founder-card-grid{position:relative;display:grid;grid-template-columns:0.75fr 1.25fr;gap:56px;align-items:center}.founder-portrait-wrap{position:relative}.founder-portrait{width:100%;aspect-ratio:4/5;border-radius:18px;object-fit:cover;border:1px solid rgba(201,162,39,.4);box-shadow:0 20px 45px rgba(0,0,0,.35)}.founder-portrait-fallback{width:100%;aspect-ratio:4/5;border-radius:18px;background:var(--navy-card);border:1px solid rgba(201,162,39,.4);box-shadow:0 20px 45px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:700;font-size:64px;color:var(--gold-deep)}.founder-label-row{display:flex;align-items:center;gap:14px;margin-bottom:22px}.founder-label{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep);white-space:nowrap}.founder-quote-wrap{position:relative;margin-bottom:24px}.founder-quote-mark-bg{position:absolute;top:-38px;left:-8px;font-family:Fraunces,serif;font-size:120px;line-height:1;color:rgba(255,255,255,.06);pointer-events:none;user-select:none}.founder-quote{position:relative;font-family:Inter,sans-serif;font-weight:700;font-size:32px;line-height:1.35;color:#fff;letter-spacing:-.01em}.founder-quote-highlight{color:var(--gold-deep)}.founder-message{font-family:Inter,sans-serif;font-size:16px;line-height:1.75;color:#c7c7d6;margin-bottom:28px}.founder-message p{margin-bottom:14px}.founder-message p:last-child{margin-bottom:0}.founder-signature{padding-top:20px;border-top:1px solid var(--navy-line)}.founder-signature-name{font-family:Caveat,cursive;font-size:34px;font-weight:700;line-height:1;color:var(--gold-deep);margin-bottom:4px}.founder-signature-title{font-family:Inter,sans-serif;font-size:13.5px;color:#9e9eb4}@media(max-width:900px){.founder-card{padding:36px 24px;border-radius:22px}.founder-card-grid{grid-template-columns:1fr;gap:28px}.founder-portrait-wrap{max-width:220px;margin:0 auto}.founder-quote{font-size:24px}.founder-quote-mark-bg{font-size:80px;top:-24px}}.story-timeline{margin-top:56px}.story-timeline-row{position:relative;display:flex;align-items:flex-start;gap:0}.story-timeline-row::before{content:'';position:absolute;top:30px;left:30px;right:30px;height:2px;background:linear-gradient(90deg,var(--navy),var(--blue) 45%,var(--navy));opacity:.22;z-index:0}.story-item{position:relative;z-index:1;flex:1 1 0;display:flex;flex-direction:column;align-items:center;padding:0 10px}.story-node{width:60px;height:60px;border-radius:50%;flex-shrink:0;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'IBM Plex Mono',monospace;font-weight:600;font-size:14px;box-shadow:0 0 0 6px rgba(37,99,235,.12),0 10px 24px rgba(11,22,51,.22)}.story-connector{width:2px;height:28px;background:var(--line);margin:2px 0}.story-card{width:100%;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:26px 22px;box-shadow:0 12px 30px rgba(20,20,43,.06);display:flex;flex-direction:column;flex:1}.story-card-latest{border-color:rgba(201,162,39,.4);box-shadow:0 16px 34px rgba(201,162,39,.12)}.story-icon{width:48px;height:48px;border-radius:50%;background:var(--bg-alt);color:var(--blue-deep);display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.story-card-latest .story-icon{background:rgba(201,162,39,.12);color:var(--gold-deep)}.story-icon svg{width:22px;height:22px}.story-card h3{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:8px;font-family:Inter,sans-serif}.story-card p{font-size:13.5px;color:var(--ink-soft);line-height:1.55;margin:0}.story-arrow{position:relative;z-index:1;flex-shrink:0;align-self:flex-start;margin-top:16px;width:32px;height:32px;border-radius:50%;color:var(--navy);opacity:.5;display:flex;align-items:center;justify-content:center}.story-arrow svg{width:20px;height:20px}@media(max-width:900px){.story-timeline-row{flex-direction:column;align-items:stretch;gap:0}.story-timeline-row::before{top:30px;bottom:30px;left:30px;right:auto;width:2px;height:auto;background:linear-gradient(180deg,var(--navy),var(--blue) 45%,var(--navy))}.story-item{flex-direction:row;align-items:flex-start;padding:0 0 32px;text-align:left}.story-item:last-child{padding-bottom:0}.story-connector{display:none}.story-node{margin-right:20px}.story-card{width:auto}.story-arrow{display:none}}@media(max-width:560px){.story-node{width:52px;height:52px;font-size:13px}.story-card{padding:20px 18px}}.blog-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--ink-soft);margin-bottom:22px}.blog-breadcrumb a{color:var(--ink-soft)}.blog-breadcrumb a:hover{color:var(--blue)}.blog-breadcrumb .crumb-sep{color:var(--line)}.blog-breadcrumb .crumb-current{font-weight:600;color:var(--blue-deep);background:var(--tint-blue-badge);padding:5px 12px;border-radius:100px;font-size:12.5px;max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:center}.blog-hero-grid h1{font-size:44px;font-weight:600;line-height:1.12;margin-bottom:16px}.blog-hero-grid .lead{font-size:17px;color:var(--ink-soft);margin-bottom:26px}.blog-hero-image{border-radius:20px;overflow:hidden;background:var(--surface);border:1px solid var(--line);box-shadow:0 20px 44px rgba(20,20,43,.08)}.blog-hero-image img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.author-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.author-avatar-wrap{position:relative;flex-shrink:0}.author-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:var(--bg-alt);border:1px solid var(--line)}.author-avatar-fallback{width:46px;height:46px;border-radius:50%;background:var(--bg-alt);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:'IBM Plex Mono',monospace;font-weight:600;color:var(--ink-soft);font-size:15px}.author-verified{position:absolute;bottom:-2px;right:-2px;width:17px;height:17px;border-radius:50%;background:var(--blue);color:#fff;border:2px solid var(--surface);display:flex;align-items:center;justify-content:center;font-size:9px}.author-meta-block{display:flex;flex-direction:column}.author-meta-block .author-label{font-size:11.5px;color:var(--ink-soft)}.author-meta-block .author-name{font-weight:700;font-size:14.5px;color:var(--ink)}.author-meta-block .author-name:hover{color:var(--blue)}.author-bar .meta-divider{width:1px;height:28px;background:var(--line)}.author-bar .meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ink-soft)}.author-bar .meta-item.accent{color:var(--blue);font-weight:600}.author-bar .meta-item svg{width:15px;height:15px;flex-shrink:0}.blog-layout{display:grid;grid-template-columns:1fr 280px;gap:56px;align-items:start}.article-body{max-width:720px}.article-body p{color:var(--ink-soft);font-size:16px;margin-bottom:18px}.article-body h2{font-size:26px;font-weight:600;margin:40px 0 16px;scroll-margin-top:100px}.article-body h3{font-size:20px;font-weight:600;margin:28px 0 12px;scroll-margin-top:100px}.article-body ol,.article-body ul{margin:0 0 18px 22px;color:var(--ink-soft);font-size:16px}.article-body li{margin-bottom:8px}.article-body a{color:var(--blue);text-decoration:underline}.article-body strong{color:var(--ink)}.article-body blockquote{border-left:3px solid var(--blue);padding-left:18px;color:var(--ink-soft);font-style:italic;margin:24px 0}.article-body table{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:15px}.article-body td,.article-body th{border:1px solid var(--line);padding:10px 14px;text-align:left;vertical-align:top}.article-body th{background:var(--bg-alt);font-weight:600;color:var(--ink)}.article-body td{color:var(--ink-soft)}.article-body table tr:nth-child(2n) td{background:rgba(20,20,43,.02)}.toc-sidebar{position:sticky;top:96px}table{border-collapse:collapse}table td,table th{border:1px solid var(--line);padding:8px 12px;text-align:left;vertical-align:top}table th{background:var(--bg-alt);font-weight:600;color:var(--ink)}.toc-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.toc-header-label{display:flex;align-items:center;gap:8px;font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink)}.toc-header-label::before{content:'';width:3px;height:14px;background:var(--blue);border-radius:2px}.toc-progress-badge{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;color:var(--blue-deep);background:var(--tint-blue-badge);padding:3px 9px;border-radius:100px}.toc-list{list-style:none;border-left:2px solid var(--line);margin-bottom:18px}.toc-item{margin:0}.toc-item a{display:flex;gap:10px;align-items:baseline;padding:8px 0 8px 14px;margin-left:-2px;border-left:2px solid transparent;font-size:13.5px;color:var(--ink-soft);line-height:1.35}.toc-item a:hover{color:var(--ink)}.toc-item .toc-num{font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--ink-soft);flex-shrink:0}.toc-item.active a{border-left-color:var(--blue);background:var(--tint-blue-badge);color:var(--blue-deep);font-weight:600;border-radius:0 8px 8px 0}.toc-item.active .toc-num{color:var(--blue-deep)}.toc-share{border-top:1px solid var(--line);padding-top:16px}.toc-share-label{display:flex;align-items:center;gap:8px;font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:12px}.toc-share-label::before{content:'—';color:var(--blue)}.share-row{display:flex;gap:8px}.share-btn{width:34px;height:34px;border-radius:50%;background:var(--tint-blue-badge);color:var(--blue-deep);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background .15s}.share-btn:hover{background:var(--blue);color:#fff}.share-btn svg{width:15px;height:15px}.share-btn.copied{background:var(--green);color:#fff}.author-reviewer-row{margin-top:56px;display:flex;gap:20px;flex-wrap:wrap;max-width:960px}.author-bio-card{padding:28px;border-radius:18px;background:var(--tint-blue-badge);display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;flex:1 1 340px;max-width:720px}.author-bio-card .author-bio-eyebrow{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-deep);display:block;margin-bottom:10px;width:100%}.author-bio-card .author-avatar,.author-bio-card .author-avatar-fallback{width:64px;height:64px;font-size:20px}.author-bio-card .author-bio-body{flex:1;min-width:220px}.author-bio-card .author-bio-name{font-family:Fraunces,serif;font-size:19px;font-weight:600;color:var(--ink)}.author-bio-card .author-bio-role{font-size:13px;color:var(--ink-soft);margin-bottom:10px}.author-bio-card .author-bio-text{font-size:14.5px;color:var(--ink-soft)}@media(max-width:960px){.blog-hero-grid{grid-template-columns:1fr}.blog-hero-image{order:-1}.blog-layout{grid-template-columns:1fr}.toc-sidebar{position:static;order:2;margin-top:40px}}.blog-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .18s ease,box-shadow .18s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,20,43,.08)}.blog-card-image{width:100%;aspect-ratio:3/2;background:var(--bg-alt);flex-shrink:0}.blog-card-image img{display:block;width:100%;height:100%;object-fit:cover}.blog-card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-alt);color:var(--ink-soft);font-size:12.5px;text-align:center;padding:0 18px}.blog-card-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}.blog-card-body h3{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:14px;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-link{color:var(--blue);font-weight:600;font-size:14px;margin-top:auto;align-self:flex-start}.blog-card-link:hover{text-decoration:underline}#blog-grid .services-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}@media(max-width:960px){#blog-grid .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){#blog-grid .services-grid{grid-template-columns:1fr}}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}@media(max-width:640px){.form-grid{grid-template-columns:1fr}}.wizard-steps{display:flex;align-items:flex-start;justify-content:center;max-width:760px;margin:0 auto 44px}.wizard-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;min-width:0}.wizard-step:not(:last-child)::after{content:'';position:absolute;top:19px;left:calc(50% + 22px);right:calc(-50% + 22px);height:2px;background:var(--line);z-index:0}.wizard-step.complete:not(:last-child)::after{background:var(--amber)}.wizard-step-num{width:38px;height:38px;border-radius:50%;background:var(--surface);border:2px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:'IBM Plex Mono',monospace;font-size:14px;font-weight:600;color:var(--ink-soft);z-index:1;margin-bottom:8px;transition:border-color .15s ease,background .15s ease,color .15s ease}.wizard-step.active .wizard-step-num{border-color:var(--amber);background:var(--amber);color:var(--amber-ink)}.wizard-step.complete .wizard-step-num{border-color:var(--amber);background:var(--surface);color:var(--ink)}.wizard-step-label{font-size:12px;font-weight:600;color:var(--ink-soft);max-width:100px}.wizard-step.active .wizard-step-label,.wizard-step.complete .wizard-step-label{color:var(--ink)}.wizard-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:40px 44px;box-shadow:0 20px 44px rgba(20,20,43,.06);max-width:720px;margin:0 auto}.wizard-panel{display:none}.wizard-panel.active{display:block}.wizard-panel h2{font-size:26px;margin-bottom:22px}.option-cards{display:flex;flex-direction:column;gap:14px;margin-bottom:8px}.option-card{position:relative;display:block;border:1.5px solid var(--line);border-radius:16px;padding:18px 50px 18px 20px;cursor:pointer;background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}.option-card:hover{border-color:#c9c7ba}.option-card input{position:absolute;opacity:0;width:0;height:0}.option-card .option-title{font-family:Fraunces,serif;font-size:16.5px;font-weight:600;color:var(--ink);margin-bottom:4px}.option-card .option-desc{font-size:13.5px;color:var(--ink-soft)}.option-card .option-check{position:absolute;top:18px;right:18px;width:22px;height:22px;border-radius:50%;border:1.5px solid var(--line);background:var(--surface)}.option-card.selected{border-color:var(--amber);box-shadow:0 0 0 3px rgba(255,177,0,.14)}.option-card.selected .option-check{background:var(--amber);border-color:var(--amber);color:var(--amber-ink);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.option-card.selected .option-check::after{content:'✓'}.pill-options{display:flex;gap:10px;flex-wrap:wrap}.pill-option{position:relative}.pill-option input{position:absolute;opacity:0;width:0;height:0}.pill-option label{display:block;padding:10px 18px;border:1.5px solid var(--line);border-radius:100px;font-size:14px;font-weight:600;color:var(--ink-soft);cursor:pointer;background:var(--surface);transition:border-color .15s ease,color .15s ease,background .15s ease}.pill-option input:checked+label{border-color:var(--amber);background:var(--amber);color:var(--amber-ink)}.wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.wizard-nav .btn:disabled{opacity:.4;cursor:not-allowed}.wizard-nav .btn:disabled:hover{transform:none}.wizard-summary-card{background:var(--bg-alt);border:1px solid var(--line);border-radius:16px;padding:20px 24px;margin:24px 0}.wizard-summary-card dt{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);margin-top:12px}.wizard-summary-card dt:first-child{margin-top:0}.wizard-summary-card dd{font-size:15px;font-weight:600;color:var(--ink)}@media(max-width:640px){.wizard-card{padding:28px 22px}.wizard-step-label{display:none}.wizard-steps{max-width:100%}}.accent-line{width:40px;height:3px;background:var(--gold-deep);border-radius:2px;margin-bottom:16px}.section-eyebrow{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:10px}.stat-callout-citation{font-size:11.5px;color:#8a8aa0;font-style:italic;margin-top:6px!important}.section-head.centered{max-width:640px;margin-left:auto;margin-right:auto;text-align:center}.section-head.centered .accent-line{margin-left:auto;margin-right:auto}.section-dark{background:var(--navy)}.section-dark .section-head h2{color:#fff}.section-dark .section-head p{color:#c7c7d6}.section-dark .stat-strip{border-top-color:var(--navy-line)}.section-dark .stat .num{color:var(--gold-deep)}.section-dark .stat .label{color:#b9b9c9}.section-dark .service-card{background:var(--navy-card);border-color:var(--navy-line)}.section-dark .service-card:hover{box-shadow:0 16px 34px rgba(0,0,0,.35)}.section-dark .service-card h3{color:#fff}.section-dark .service-card p{color:#c7c7d6}.section-dark .service-icon{background:rgba(255,255,255,.08);color:var(--gold-deep)}.section-dark .learn-more{color:var(--gold-deep);border-color:var(--gold-deep)}.section-dark .learn-more:hover{background:var(--gold-deep);color:var(--gold-deep-ink)}.section-dark .step-num{background:var(--gold-deep);color:var(--gold-deep-ink)}.section-dark .step h3{color:#fff}.section-dark .step p{color:#c7c7d6}.step-timeframe{margin-top:8px;font-size:12px;color:var(--ink-soft);opacity:.75}.section-dark .step-timeframe{color:#9e9eb4;opacity:1}.section-tint-blue{background:var(--tint-blue)}.hero-dark{background:var(--navy)}.hero-dark .blog-breadcrumb,.hero-dark .blog-breadcrumb a{color:#9e9eb4}.hero-dark .crumb-sep{color:#9e9eb4}.hero-dark .crumb-current{color:var(--navy);background:#eef1ff;padding:7px 16px;font-weight:600}.hero-dark .eyebrow{color:var(--gold-deep)}.hero-dark h1{color:#fff}.hero-dark h1 em{color:var(--gold-deep)}.hero-dark .lead{color:#c7c7d6}.hero-dark .trust-bar-item{border-left-color:var(--navy-line)}.hero-dark .trust-bar-num{color:var(--gold-deep)}.hero-dark .trust-bar-sub{color:#b9b9c9}.hero-note{margin:28px auto 30px;max-width:520px;text-align:center;font-size:15.5px;font-weight:600;line-height:1.55;color:var(--ink-soft)}.hero-dark .hero-note{color:var(--gold-deep)}.btn-outline-dark{border:1px solid var(--navy-line);color:#fff;background:0 0}.btn-outline-dark:hover{border-color:#fff}.hero-trust-checklist{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:10px 26px;margin-top:26px}.hero-trust-checklist li{display:flex;align-items:center;gap:7px;font-size:13px;color:#c7c7d6}.hero-trust-checklist .tick{color:var(--gold-deep);font-weight:700}.hero-meta-line{margin-top:16px;font-size:12px;color:#7c7c92;text-align:center}.hero-search{display:flex;gap:10px;max-width:480px;margin:28px auto 0;text-align:left}.hero-search .form-field{flex:1;margin-bottom:0}@media(max-width:480px){.hero-search{flex-direction:column}}.narrative-card{border-radius:16px;padding:26px 28px;margin-bottom:16px}.narrative-card .narrative-label{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.narrative-card p{color:var(--ink-soft);font-size:15px;line-height:1.6;margin:0}.narrative-card.tone-before{background:var(--tint-rose)}.narrative-card.tone-before .narrative-label{color:#a23b3b}.narrative-card.tone-after{background:var(--bg-alt)}.narrative-card.tone-after .narrative-label{color:var(--ink)}.narrative-card.tone-bridge{background:var(--tint-lavender)}.narrative-card.tone-bridge .narrative-label{color:var(--blue-deep)}.check-list.boxed{margin-top:22px}.check-list.boxed li{background:var(--bg-alt);border-radius:12px;padding:14px 18px;font-weight:500;font-size:14.5px;color:var(--ink)}.check-list.boxed .tick{background:var(--gold-deep);color:var(--gold-deep-ink)}.callout-box{display:flex;gap:14px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px 24px;margin-top:26px}.callout-box .callout-icon{width:26px;height:26px;border-radius:50%;background:#fbeaea;color:#c23b3b;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.callout-box h4{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--ink)}.callout-box p{font-size:14px;color:var(--ink-soft);margin:0}.definition-box{display:flex;gap:16px;align-items:flex-start;background:rgba(201,162,39,.08);border:1px solid rgba(201,162,39,.35);border-left:3px solid var(--gold-deep);border-radius:12px;padding:24px 26px;margin:26px 0}.definition-box .definition-icon{font-size:20px;flex-shrink:0;color:var(--gold-deep)}.definition-box .definition-label{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:8px}.definition-box p{color:#e4e2e8;font-size:15px;line-height:1.6;margin:0}.definition-box strong{color:#fff}.comparison-table-card{background:#fff;border-radius:14px;padding:6px;margin-top:24px;overflow-x:auto}.comparison-table-card table{width:100%;border-collapse:collapse;font-size:14.5px;min-width:520px}.comparison-table-card td,.comparison-table-card th{padding:13px 18px;text-align:left;border-bottom:1px solid var(--line)}.comparison-table-card thead th{font-family:Fraunces,serif;font-size:15px;font-weight:600;color:var(--ink)}.comparison-table-card td{color:var(--ink-soft)}.comparison-table-card td.highlight,.comparison-table-card th.highlight{background:var(--bg-alt);color:var(--ink);font-weight:600}.comparison-table-card tr:last-child td{border-bottom:none}.stat-callout-box{background:var(--navy-card);border:1px solid var(--navy-line);border-radius:14px;padding:26px 28px;margin-top:26px}.stat-callout-head{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#c7c7d6;margin-bottom:18px;text-transform:uppercase;letter-spacing:.04em}.stat-callout-row{display:flex;gap:40px;flex-wrap:wrap}.stat-callout-row+.stat-callout-row{margin-top:20px;padding-top:20px;border-top:1px solid var(--navy-line)}.stat-callout-item .num{font-family:Fraunces,serif;font-size:26px;font-weight:600;color:var(--gold-deep)}.stat-callout-item p{color:#c7c7d6;font-size:13.5px;margin-top:4px;max-width:520px}@media(max-width:700px){.stat-callout-row{flex-direction:column;gap:20px}.stat-callout-row+.stat-callout-row{margin-top:0;padding-top:0;border-top:none}.cta-strip .check-list{text-align:center}}.exit-popup-overlay{display:none;position:fixed;inset:0;z-index:200;background:rgba(10,10,20,.72);align-items:center;justify-content:center;padding:20px}.exit-popup-overlay.open{display:flex}.exit-popup-card{position:relative;width:100%;max-width:440px;max-height:calc(100vh - 40px);overflow-y:auto;background:var(--navy);border:1px solid var(--navy-line);border-radius:20px;padding:40px 32px 32px;text-align:center;box-shadow:0 30px 70px rgba(0,0,0,.5)}.exit-popup-card .accent-line{margin-left:auto;margin-right:auto}.exit-popup-card h3{color:#fff;font-size:24px;margin-bottom:10px}.exit-popup-card p{color:#c7c7d6;font-size:14.5px;line-height:1.6;margin-bottom:22px}.exit-popup-card form{display:flex;flex-direction:column;gap:12px}.exit-popup-card input[type=email]{width:100%;padding:12px 16px;border-radius:10px;border:1px solid var(--navy-line);background:rgba(255,255,255,.06);color:#fff;font-family:Inter,sans-serif;font-size:14.5px}.exit-popup-card input[type=email]::placeholder{color:#8a8aa0}.exit-popup-status{color:var(--gold-deep);font-weight:600;font-size:14.5px}.exit-popup-close{position:absolute;top:14px;right:16px;background:0 0;border:none;color:#8a8aa0;font-size:22px;line-height:1;cursor:pointer;padding:4px}.exit-popup-close:hover{color:#fff}.exit-popup-later{display:block;margin:14px auto 0;background:0 0;border:none;color:#8a8aa0;font-size:13px;cursor:pointer;text-decoration:underline}.exit-popup-later:hover{color:#c7c7d6}@media(max-width:480px){.exit-popup-card{padding:28px 22px 22px}.exit-popup-card h3{font-size:20px}}.chat-widget{position:fixed;right:24px;bottom:24px;z-index:150}.chat-widget-trigger{width:56px;height:56px;border-radius:50%;background:var(--blue);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(20,20,43,.24);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.chat-widget-trigger:hover{background:var(--blue-deep);transform:translateY(-2px);box-shadow:0 16px 34px rgba(20,20,43,.3)}.chat-widget-trigger:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.chat-widget-trigger svg{width:26px;height:26px}.chat-widget-trigger .icon-close{display:none}.chat-widget.open .chat-widget-trigger .icon-chat{display:none}.chat-widget.open .chat-widget-trigger .icon-close{display:block}.chat-widget-panel{position:absolute;right:0;bottom:72px;width:min(380px,calc(100vw - 48px));max-height:min(560px,calc(100vh - 120px));background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 60px rgba(20,20,43,.22);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.chat-widget.open .chat-widget-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.chat-widget-header{background:var(--navy);color:#fff;padding:20px 22px;position:relative;flex-shrink:0}.chat-widget-header h3{font-size:17px;margin:0 0 4px;color:#fff}.chat-widget-header p{font-size:13.5px;margin:0;color:#c7c7d6}.chat-widget-close{position:absolute;top:14px;right:14px;background:0 0;border:none;color:#c7c7d6;font-size:20px;line-height:1;cursor:pointer;padding:6px;border-radius:8px}.chat-widget-close:hover{color:#fff;background:rgba(255,255,255,.08)}.chat-widget-close:focus-visible{outline:2px solid #fff;outline-offset:2px}.chat-widget-body{padding:20px 22px;overflow-y:auto}.chat-widget-field{margin-bottom:14px}.chat-widget-field label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}.chat-widget-field input,.chat-widget-field textarea{width:100%;padding:11px 14px;border-radius:10px;border:1px solid var(--line);background:var(--bg);color:var(--ink);font-family:Inter,sans-serif;font-size:14px}.chat-widget-field textarea{min-height:90px;resize:vertical}.chat-widget-field input:focus,.chat-widget-field textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.15)}.chat-widget-field input[aria-invalid=true],.chat-widget-field textarea[aria-invalid=true]{border-color:var(--red)}.chat-widget-error{color:var(--red);font-size:12.5px;margin-top:5px;display:none}.chat-widget-field.has-error .chat-widget-error{display:block}.chat-widget-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.chat-widget-submit{width:100%;justify-content:center}.chat-widget-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.chat-widget-form-error{color:var(--red);font-size:13px;margin-top:2px;margin-bottom:12px;display:none}.chat-widget-form-error.show{display:block}.chat-widget-success{display:none;text-align:center;padding:8px 4px 4px}.chat-widget-success.show{display:block}.chat-widget-success-icon{width:52px;height:52px;border-radius:50%;background:var(--tint-green);color:var(--green-text);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.chat-widget-success-icon svg{width:26px;height:26px}.chat-widget-success h4{font-size:16px;margin:0 0 8px;color:var(--ink)}.chat-widget-success p{font-size:13.5px;color:var(--ink-soft);margin:0 0 6px;line-height:1.55}.chat-widget-success .btn{margin-top:16px}@media(max-width:480px){.chat-widget{right:16px;bottom:16px}.chat-widget-panel{right:-8px;width:calc(100vw - 24px)}}