@import"https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap";.site-header{position:sticky;top:0;z-index:100;background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;min-height:3.5rem}.logo{display:flex;flex-direction:column;text-decoration:none;color:var(--text);font-weight:800;letter-spacing:-.03em;line-height:1.1}.logo-mark{font-size:1.15rem}.logo-sub{font-size:.75rem;font-weight:600;color:var(--text-muted)}.main-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem 1rem}.main-nav a{text-decoration:none;color:var(--text-muted);font-size:.9rem;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent}.main-nav a:hover,.main-nav a.active{color:var(--primary);border-bottom-color:var(--primary)}.nav-main-site{font-weight:700!important;color:var(--primary)!important}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--card);cursor:pointer}.nav-toggle span{display:block;height:2px;width:1.25rem;margin:0 auto;background:var(--text)}@media(max-width:960px){.nav-toggle{display:flex}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;padding:1rem;background:var(--card);border-bottom:1px solid var(--border);box-shadow:0 12px 40px #00000073}.main-nav.is-open{display:flex}.main-nav a{padding:.6rem 0;border-bottom:1px solid var(--border)}.main-nav a.active{color:var(--primary)!important;border-bottom-color:var(--primary)}}.site-footer{margin-top:auto;padding:2rem 0;border-top:1px solid var(--border);background:var(--surface)}.footer-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-copy{margin:0;font-size:.9rem;color:var(--text-muted)}.footer-links{display:flex;flex-wrap:wrap;gap:1.25rem}.footer-links a{font-size:.9rem;color:var(--primary);text-decoration:none}.footer-links a:hover{text-decoration:underline}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1rem 0;background:var(--surface);color:var(--text);font-size:.9rem;border-top:1px solid var(--border);box-shadow:0 -4px 28px #00000059}.cookie-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cookie-inner p{margin:0;max-width:56rem;line-height:1.5}.cookie-banner .btn-primary{flex-shrink:0;background:var(--surface);color:var(--text-muted);border-color:var(--border-strong);font-weight:500}.cookie-banner .btn-primary:hover{background:var(--surface-2);color:var(--ink);border-color:var(--ink)}.page{padding:2rem 0 3rem}.page h1{font-size:clamp(1.75rem,4vw,2.25rem);margin:0 0 1.5rem;letter-spacing:-.03em}.h2{font-size:1.35rem;margin:0 0 .75rem}.h3{font-size:1.1rem;margin:0 0 .5rem}.lead{font-size:1.1rem;color:var(--text-muted);line-height:1.65;margin:0 0 1.5rem}.muted{color:var(--text-muted)}.small{font-size:.9rem}.section{padding:3rem 0}.section.alt{background:var(--surface)}.section-lead{max-width:52ch;color:var(--text-muted);margin-bottom:1.5rem}.hero{padding:clamp(2.5rem,6vw,4rem) 0;background:linear-gradient(180deg,var(--card) 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}.hero--brand{position:relative;background-color:#202020;background-image:var(--hero-image);background-size:cover;background-position:center;border-bottom:none}.hero--brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0f1117f0,#232d488c 45%,#476af561);z-index:0}.hero--brand .wrap{position:relative;z-index:1}.hero--brand .zb-page-hero__stat{color:#ffffffb8}.hero--brand .eyebrow{color:#ffffffe0}.hero--brand .zb-page-hero__title,.hero--brand h1{color:#fff}.hero--brand .lead{color:#ffffffeb}.hero--brand .hero-card{background:#1e222deb;color:var(--text);border:1px solid rgba(71,106,245,.35);box-shadow:0 16px 48px #00000059}.hero--brand .hero-card .h3,.hero--brand .hero-card .stat-list li span{color:var(--text-muted)}.hero--brand .hero-card .h3{color:var(--text)}.hero--brand .hero-card .stat-list li strong{color:var(--primary-hover)}.hero--brand .btn-ghost{background:#ffffff1f;border-color:#ffffff73;color:#fff}.hero--brand .btn-ghost:hover{background:#ffffff38;border-color:#fff}.hero-grid{display:grid;gap:2rem;align-items:start}@media(min-width:900px){.hero-grid{grid-template-columns:1.2fr .85fr}}.eyebrow{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--primary);margin:0 0 .75rem}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.hero-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:0 12px 40px #20202014}.stat-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.stat-list li strong{display:block;font-size:1.25rem;color:var(--primary)}.stat-list li span{font-size:.85rem;color:var(--text-muted)}.card-grid{display:grid;gap:1.25rem}@media(min-width:640px){.card-grid.three{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.card-grid.three{grid-template-columns:repeat(3,1fr)}}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem}.direction-grid{display:grid;gap:1rem}@media(min-width:640px){.direction-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.direction-grid{grid-template-columns:repeat(2,1fr)}}.direction-card p{margin:0;font-size:.95rem;line-height:1.6}.direction-card__icon{color:var(--primary);margin-bottom:.5rem}.direction-card__icon svg{width:48px;height:48px}.cta-band{padding:3rem 0;background:var(--primary);color:#fff;border-top:none;border-bottom:none}.cta-inner{text-align:center}.cta-inner h2{margin:0 0 .5rem;font-size:1.5rem;color:#fff}.cta-inner p{margin:0 0 1.25rem;color:#ffffffe0}.cta-band .btn-primary{background:#fff;color:var(--primary);border-color:#fff}.cta-band .btn-primary:hover{filter:brightness(.98)}.cta-band .btn-ghost{background:transparent;border-color:#ffffffa6;color:#fff}.cta-band .btn-ghost:hover{background:#ffffff1f;border-color:#fff}.steps{display:flex;flex-direction:column;gap:1.25rem;max-width:40rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-num{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;font-weight:800;color:var(--primary)}.step-title{margin:0 0 .35rem;font-size:1.05rem}.step-text{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.6}.zb-page-hero__stat{margin:0 0 .75rem;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.zb-page-hero__title{margin:0 0 1rem;font-size:clamp(1.85rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.03em}.hero.zb-home-hero .zb-page-hero__stat{margin-bottom:.5rem}.hero.zb-home-hero .zb-page-hero__title{font-size:clamp(1.85rem,4vw,2.5rem)}.legal{max-width:48rem}.lead-form{display:flex;flex-direction:column;gap:1rem;max-width:40rem}.form-row{display:grid;gap:1rem}@media(min-width:560px){.form-row{grid-template-columns:1fr 1fr}}.lead-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-muted)}.lead-form input[type=text],.lead-form input[type=email],.lead-form input[type=tel]{padding:.65rem .75rem;border:1px solid var(--border);border-radius:8px;font:inherit;color:var(--text);background:var(--input-bg)}.lead-form input::placeholder{color:var(--text-muted);opacity:.85}.lead-form input:focus{outline:2px solid var(--primary);outline-offset:1px}.checkbox-row{flex-direction:row!important;align-items:flex-start;gap:.5rem!important;font-weight:500!important}.checkbox-row input{margin-top:.2rem}.checkbox-row a{color:var(--primary)}.form-error{margin:0;color:var(--danger);font-size:.9rem}.form-note{margin:0;font-size:.8rem;color:var(--text-muted)}.form-note code{font-size:.75rem}.lead-success{padding:1.25rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border)}.lead-success p{margin:0 0 1rem}.shell{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.wrap{width:min(100% - 2rem,var(--max));margin-inline:auto}.skip-link{position:absolute;left:-9999px;z-index:999;padding:.5rem 1rem;background:var(--primary);color:#fff;font-weight:600}.skip-link:focus{left:1rem;top:1rem}:root{color-scheme:dark;--bg: #12141a;--bg-warm: #181c26;--bg-elevated: #1e222d;--surface: #1c1f2a;--surface-2: #252936;--card: #1e222d;--text: #e8e8ec;--text-muted: #9ca3b0;--ink: #f3f4f6;--primary: #476af5;--primary-hover: #5174ff;--primary-dim: #3d5fd9;--accent: #476af5;--border: #2d3344;--border-strong: #3d4456;--input-bg: #1a1d28;--nav-dark: #0f1117;--logo-chip-bg: #f4f6fb;--danger: #dc2626;--success: #16a34a;--radius: 12px;--max: 1120px;--font: "Onest", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:linear-gradient(180deg,#12141a,#161a24,#12141a);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary)}a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.2rem;border-radius:10px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,filter .15s ease}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-ghost{background:var(--card);border-color:var(--border);color:var(--text)}.btn-ghost:hover{border-color:var(--primary);background:#476af51f}
