:root{color-scheme:light;--bg: #f7f8f4;--surface: #ffffff;--surface-soft: #eef3ef;--ink: #17201d;--muted: #65726d;--line: #d9e1dc;--teal: #126b5b;--teal-dark: #0f4a41;--coral: #e8583f;--blue: #2d6cdf;--yellow: #f2c744;--lime: #c7e15a;--shadow: 0 24px 80px rgba(23, 32, 29, .14);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(90deg,rgba(18,107,91,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(18,107,91,.06) 1px,transparent 1px),var(--bg);background-size:56px 56px}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-shell{overflow:hidden}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:16px 48px;border-bottom:1px solid rgba(217,225,220,.78);background:#f7f8f4eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1rem;font-weight:800}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:var(--ink);color:var(--lime);font-size:.78rem;font-weight:900}.nav-links{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:.94rem;font-weight:700}.nav-links a,.header-cta,.button{transition:transform .18s ease,color .18s ease,background-color .18s ease,border-color .18s ease}.nav-links a:hover{color:var(--ink)}.header-cta{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;padding:0 18px;background:var(--surface);font-size:.92rem;font-weight:800}.header-cta:hover,.button:hover{transform:translateY(-2px)}.hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:48px;align-items:center;max-width:1180px;margin:0 auto;padding:54px 32px 34px}.hero-copy{min-width:0}.eyebrow{margin:0 0 14px;color:var(--teal);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:640px;margin:0;font-size:4.9rem;line-height:.96;letter-spacing:0}h2{margin:0;font-size:2.75rem;line-height:1.05;letter-spacing:0}h3{margin:0;font-size:1.22rem;line-height:1.25;letter-spacing:0}.hero-lede{max-width:580px;margin:24px 0 0;color:var(--muted);font-size:1.16rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;border-radius:8px;padding:0 22px;font-size:.95rem;font-weight:900}.button.primary{border:1px solid var(--teal);background:var(--teal);color:#fff}.button.secondary{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.button.dark{border-color:var(--ink);background:var(--ink);color:var(--lime)}.trust-row{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:30px;color:var(--muted);font-size:.9rem;font-weight:800}.trust-row span{display:inline-flex;align-items:center;gap:8px}.trust-row span:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--coral)}.platform-preview{min-width:0;border:1px solid rgba(23,32,29,.12);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--line)}.preview-toolbar strong,.module-heading strong{display:block;margin-top:3px;font-size:1rem}.preview-kicker,.module-heading span,.preview-footer span,.action-list span,.outcome-row span{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.status-pill{display:inline-flex;min-height:32px;align-items:center;justify-content:center;border-radius:999px;padding:0 12px;background:#e8f6dc;color:var(--teal-dark);font-size:.78rem;font-weight:900}.preview-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.7fr);gap:1px;background:var(--line)}.map-module,.routing-module{min-width:0;background:var(--surface);padding:20px}.module-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.reach-map{display:block;width:100%;min-height:240px;border-radius:12px;background:#f2f5ef}.region{stroke:#fff;stroke-width:5}.region-a{fill:#c7e15a}.region-b{fill:#78c7b6}.region-c{fill:#f2c744}.region-d{fill:#f09a88}.map-node{fill:var(--ink);stroke:#fff;stroke-width:5}.route-line{fill:none;stroke:var(--blue);stroke-linecap:round;stroke-width:6}.map-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;color:var(--muted);font-size:.82rem;font-weight:800}.map-legend span{display:inline-flex;align-items:center;gap:8px}.legend-dot{width:10px;height:10px;border-radius:999px}.legend-dot.high{background:var(--yellow)}.legend-dot.active{background:var(--blue)}.action-list{display:grid;gap:14px}.action-list div{min-height:74px;border:1px solid var(--line);border-radius:12px;padding:14px;background:var(--surface-soft)}.action-list strong{display:block;margin-top:8px;font-size:1.4rem}.preview-footer{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.preview-footer div{padding:18px 20px;border-right:1px solid var(--line)}.preview-footer div:last-child{border-right:0}.preview-footer strong{display:block;margin-top:6px;font-size:1.35rem}.metric-band{display:grid;grid-template-columns:repeat(3,1fr);max-width:1180px;margin:0 auto;border:1px solid var(--line);background:var(--ink);color:#fff}.metric{min-height:142px;padding:30px 34px;border-right:1px solid rgba(255,255,255,.16)}.metric:last-child{border-right:0}.metric strong{display:block;color:var(--lime);font-size:2.35rem;line-height:1}.metric span{display:block;max-width:230px;margin-top:12px;color:#ffffffc2;line-height:1.5}.section{max-width:1180px;margin:0 auto;padding:96px 32px}.section-heading{display:grid;grid-template-columns:minmax(0,.95fr) minmax(260px,.75fr);gap:48px;align-items:end;margin-bottom:34px}.section-heading .eyebrow{grid-column:1 / -1;margin-bottom:-28px}.section-heading p:not(.eyebrow){margin:0;color:var(--muted);font-size:1.02rem;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card,.step-card{position:relative;min-height:260px;border:1px solid var(--line);border-radius:8px;padding:28px;background:var(--surface)}.feature-marker{display:block;width:42px;height:8px;margin-bottom:56px;border-radius:999px}.feature-card.teal .feature-marker{background:var(--teal)}.feature-card.coral .feature-marker{background:var(--coral)}.feature-card.blue .feature-marker{background:var(--blue)}.feature-card p,.step-card p{margin:18px 0 0;color:var(--muted);line-height:1.65}.workflow-band{padding:88px 32px;background:var(--surface);border-block:1px solid var(--line)}.workflow-band>*{max-width:1180px;margin-inline:auto}.section-heading.compact{display:block;margin-bottom:34px}.section-heading.compact .eyebrow{margin-bottom:14px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:42px;border-radius:50%;background:var(--ink);color:var(--lime);font-weight:900}.outcome-section{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,.75fr) minmax(260px,.58fr);gap:32px;align-items:center;max-width:1180px;margin:0 auto;padding:96px 32px}.outcome-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.outcome-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:82px;padding:18px 22px;border-bottom:1px solid var(--line)}.outcome-row:last-child{border-bottom:0}.outcome-row strong{font-size:1.35rem}.outcome-copy{margin:0;color:var(--muted);font-size:1.03rem;line-height:1.7}.cta-section{max-width:1180px;margin:0 auto 44px;padding:60px 32px;border-radius:18px;background:linear-gradient(90deg,rgba(199,225,90,.22) 1px,transparent 1px),linear-gradient(180deg,rgba(199,225,90,.16) 1px,transparent 1px),var(--teal-dark);background-size:42px 42px;color:#fff}.cta-section .eyebrow{color:var(--lime)}.cta-section h2{max-width:760px;margin-bottom:28px}@media(max-width:980px){.site-header{padding:14px 24px}.nav-links{display:none}.hero{grid-template-columns:1fr;gap:28px;padding-top:40px}h1{font-size:4rem}h2{font-size:2.28rem}.section-heading,.outcome-section{grid-template-columns:1fr}.section-heading .eyebrow{margin-bottom:0}.feature-grid,.step-grid{grid-template-columns:1fr}.feature-card,.step-card{min-height:220px}}@media(max-width:720px){body{background-size:44px 44px}.site-header{min-height:66px;gap:12px;padding:12px 16px}.brand{gap:10px}.brand-mark{width:38px;height:38px}.header-cta{min-height:38px;padding:0 12px;font-size:.82rem}.hero{gap:22px;padding:28px 16px 24px}h1{font-size:3.15rem;line-height:1}h2{font-size:2rem}.hero-lede{margin-top:18px;font-size:1rem;line-height:1.58}.hero-actions{margin-top:22px}.button{width:100%}.trust-row{margin-top:20px;gap:10px 14px;font-size:.8rem}.platform-preview{border-radius:14px}.preview-toolbar{padding:14px}.preview-grid{grid-template-columns:1fr}.map-module,.routing-module{padding:14px}.reach-map{min-height:172px}.routing-module{display:none}.preview-footer{grid-template-columns:1fr}.preview-footer div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-right:0;border-bottom:1px solid var(--line)}.preview-footer div:last-child{border-bottom:0}.preview-footer strong{margin-top:0;font-size:1.05rem}.metric-band{grid-template-columns:1fr;margin-inline:16px}.metric{min-height:116px;padding:24px;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.metric:last-child{border-bottom:0}.section,.workflow-band,.outcome-section{padding:64px 16px}.section-heading{gap:18px}.feature-card,.step-card{min-height:212px;padding:22px}.feature-marker{margin-bottom:38px}.step-card span{margin-bottom:32px}.outcome-section{gap:22px}.outcome-row{min-height:72px;padding:16px}.cta-section{margin:0 16px 28px;padding:40px 20px;border-radius:14px}}@media(max-width:420px){.brand span:last-child{display:none}h1{font-size:2.7rem}.hero-actions{gap:10px}.status-pill{display:none}}
