:root{--bg:#fff;--fg:#1a1a2e;--muted:#5b5b73;--primary:#000831;--primary-soft:#1a2560;--secondary:#f9df74;--tertiary:#22c55e;--tertiary-dark:#16803c;--tertiary-bg:#eafaf0;--tertiary-border:#b7ebc9;--accent:var(--primary);--accent-dark:var(--primary-soft);--border:#e6e6ef;--surface:#f6f7fb;--maxw:1280px;--radius:12px;--header-h:64px;--font-system:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-manrope:"Manrope", var(--font-system);--font-nunito-sans:"Nunito Sans", var(--font-system);--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:700;--font-weight-bold:800;--font-size-small:.875rem;--font-size-body:1rem;--font-size-lead:1.05rem;--font-size-page-title:clamp(1.875rem, 4vw, 2.5rem);--font-size-section-title:clamp(1.875rem, 3vw, 2.25rem);--font-size-subsection-title:clamp(1.45rem, 3vw, 2rem);--font-size-hero-title:clamp(2.75rem, 5vw, 4rem);--font-size-hero-title-mobile:clamp(1.85rem, 8vw, 3.5rem);--font-size-hero-title-compact:clamp(1.85rem, 7.2vw, 1.95rem);--font-size-button-small:.92rem;--font-size-button:1rem;--line-height-heading:1.12;--line-height-tight:1.04}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:clip}body{--font-body:var(--font-manrope);padding-top:var(--header-h);background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);text-rendering:optimizelegibility;margin:0;line-height:1.6;overflow-x:clip}body[data-font=nunito-sans]{--font-body:var(--font-nunito-sans)}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}a{color:var(--accent);text-decoration:none}button,input,select,textarea{font:inherit}a:hover{text-decoration:underline}.site-header{z-index:50;background:var(--primary);position:fixed;top:0;left:0;right:0;box-shadow:0 10px 30px -24px #000831e6}.header-inner{min-height:var(--header-h);justify-content:space-between;align-items:center;gap:28px;display:flex}.brand{flex-shrink:0;align-items:center;display:inline-flex}.brand-mark{width:auto;height:44px;display:block}.header-actions{align-items:center;gap:28px;min-width:0;display:flex}.nav{align-items:center;gap:28px;display:flex}.nav a{color:#c7cbe6;font-size:.875rem;font-weight:var(--font-weight-medium);white-space:nowrap}.nav a:hover{color:#fff;text-decoration:none}.app-download{appearance:none;min-height:42px;font-size:var(--font-size-button-small);background:var(--tertiary);color:#fff;font-weight:var(--font-weight-bold);white-space:nowrap;cursor:default;border:0;border-radius:999px;align-items:center;gap:9px;padding:10px 18px 10px 15px;line-height:1;display:inline-flex;box-shadow:0 10px 22px -14px #22c55ebf}.app-download:hover:not(:disabled){color:#fff;background:#2edf73;text-decoration:none}.app-download:disabled{opacity:1}.store-symbols{align-items:center;gap:4px;display:inline-flex}.store-symbols svg{color:currentColor;width:18px;height:18px;display:block}.nav-toggle{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.nav-toggle-icon{color:#fff;width:26px;height:26px;display:block}.nav-toggle-icon svg{width:100%;height:100%;display:block}.nav-toggle-icon-close,.nav-open .nav-toggle-icon-open{display:none}.nav-open .nav-toggle-icon-close{display:block}.mobile-nav{background:var(--primary);border-top:1px solid #ffffff14;flex-direction:column;padding:4px 20px 14px;display:flex}.mobile-nav[hidden]{display:none}.mobile-nav a{color:#c7cbe6;font-weight:var(--font-weight-medium);border-bottom:1px solid #ffffff12;padding:13px 2px}.mobile-nav a:last-child{border-bottom:0}.mobile-nav a:hover{color:#fff;text-decoration:none}@media (width<=760px){:root{--header-h:64px}.header-inner{gap:14px}.brand-mark{height:40px}.header-actions{gap:14px}.nav{gap:12px}.nav a{font-size:.88rem}.app-download{min-height:42px;padding:10px 14px;font-size:.9rem}.store-symbols svg{width:15px;height:15px}}@media (width<=880px){body:has(.hero-download){padding-bottom:calc(90px + env(safe-area-inset-bottom))}.nav{display:none}.nav-toggle{display:inline-flex}.header-actions>.app-download{display:none}}@media (width<=560px){:root{--header-h:64px}}@media (width>=881px){.mobile-nav{display:none}}@media (width<=360px){.brand-mark{height:36px}}main{min-height:60vh;padding:48px 20px}main:has(.hero-map){max-width:none;padding:0}main>section+section{margin-top:64px}@media (width<=760px){main>section+section{margin-top:40px}}h1{font-size:var(--font-size-page-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);margin:0 0 .5em}h2{font-size:var(--font-size-subsection-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);margin-top:1.8em}h3{font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading)}.section-title{font-size:var(--font-size-section-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);letter-spacing:0}.section-sub{font-size:var(--font-size-lead)}.muted{color:var(--muted)}.small{font-size:var(--font-size-small)}.hero{text-align:center;padding:32px 0 48px}.hero h1{font-size:2.6rem}.hero p.lead{color:var(--muted);max-width:620px;margin:0 auto 28px;font-size:1.2rem}.cta{background:var(--accent);color:#fff;border-radius:var(--radius);font-weight:var(--font-weight-medium);cursor:default;border:0;padding:12px 24px;display:inline-block}.cta:hover:not(:disabled){background:var(--accent-dark);text-decoration:none}.cta:disabled{opacity:1}.features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:40px 0;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card h3{margin:0 0 8px}.service-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding:0;list-style:none;display:grid}.service-card{color:var(--fg);height:100%;display:block}.service-card:hover{border-color:var(--accent);text-decoration:none}.service-card p{margin:0}.customer-service-section{margin-top:34px}.customer-service-section h2{margin-top:0}.expert-join-section{background:var(--primary);color:#e8eaf6;border-radius:var(--radius);margin-top:30px;padding:28px;box-shadow:0 18px 50px -34px #000831e6}.expert-join-section h2{color:#fff;margin-top:0}.expert-join-section p{color:#c7cbe6}.expert-join-section ul{margin-bottom:0;padding-left:20px}.expert-join-section li{margin-bottom:6px}.expert-join-link{color:var(--secondary);font-weight:var(--font-weight-bold);margin-top:18px;display:inline-block}.expert-join-link:hover{color:#ffe98f}.eyebrow{color:var(--secondary);font-size:.78rem;font-weight:var(--font-weight-bold);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px}.service-cta{flex-wrap:wrap;gap:12px;margin:40px 0 8px;display:flex}details{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;padding:10px 16px}details summary{cursor:pointer;font-weight:var(--font-weight-medium)}.legal{overflow-wrap:break-word;max-width:760px}.legal h2{font-size:var(--font-size-lead)}.legal h3{scroll-margin-top:90px}.legal .updated{color:var(--muted);margin-bottom:2em;font-size:.9rem}.audience-note{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px}.legal-section{scroll-margin-top:90px}.legal-divider{border:0;border-top:1px solid var(--border);margin:3.5em 0}.todo{background:#fff7e6;border-left:3px solid #f0a500;border-radius:4px;padding:2px 8px}.site-footer{color:#e8eaf6;background:#000831;margin-top:64px;padding:32px 0 24px}.footer-logo{width:auto;height:48px;margin-bottom:8px;display:block}.footer-muted{color:#9aa0c3}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.footer-brand{font-weight:var(--font-weight-semibold);margin:0}.footer-legal{text-align:right;flex-direction:column;gap:6px;display:flex}.footer-legal a{color:#c7cbe6}@media (width<=600px){.footer-inner{flex-direction:column;align-items:flex-start;gap:20px}.footer-legal{text-align:left}}
