.navigation-module__cRTw7a__nav{border-bottom:1px solid var(--landing-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);height:76px;z-index:var(--landing-z-sticky,20);transition:var(--landing-transition-base);background:#fffffff0;align-items:center;display:flex;position:sticky;top:0}.navigation-module__cRTw7a__nav.navigation-module__cRTw7a__scrolled{box-shadow:var(--landing-shadow-sm)}.navigation-module__cRTw7a__container{width:min(var(--landing-container), calc(100% - 40px));justify-content:space-between;align-items:center;gap:30px;margin:0 auto;display:flex}.navigation-module__cRTw7a__brand{font:700 20px var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);align-items:center;gap:7px;text-decoration:none;display:flex}.navigation-module__cRTw7a__brandIcon{background:var(--landing-ink);color:#fff;width:31px;height:31px;font:700 11px var(--landing-font-mono);letter-spacing:-.03em;border-radius:8px;place-items:center;display:inline-grid}.navigation-module__cRTw7a__brandText{gap:4px;display:flex}.navigation-module__cRTw7a__brandHighlight{color:var(--landing-green)}.navigation-module__cRTw7a__navLinks{color:var(--landing-ink-soft);gap:26px;font-size:14px;font-weight:600;display:flex}.navigation-module__cRTw7a__navLinks a{color:inherit;transition:var(--landing-transition-fast);text-decoration:none}.navigation-module__cRTw7a__navLinks a:hover{color:var(--landing-green)}.navigation-module__cRTw7a__navCta{background:var(--landing-ink);color:#fff;transition:var(--landing-transition-base);border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:12px 17px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.navigation-module__cRTw7a__navCta:hover{background:#20242d;transform:translateY(-1px)}.navigation-module__cRTw7a__navActions{align-items:center;gap:10px;display:flex}.navigation-module__cRTw7a__navLogin{color:var(--landing-ink);border:1px solid var(--landing-border-strong);transition:var(--landing-transition-base);background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:12px 17px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.navigation-module__cRTw7a__navLogin:hover{border-color:var(--landing-ink);color:var(--landing-ink);transform:translateY(-1px)}.navigation-module__cRTw7a__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.navigation-module__cRTw7a__menuBar{background:var(--landing-ink);border-radius:2px;width:22px;height:2px;margin:3px 0;transition:all .3s;display:block}.navigation-module__cRTw7a__mobileMenu{display:none}@media (max-width:850px){.navigation-module__cRTw7a__navLinks{display:none}.navigation-module__cRTw7a__menuToggle{display:flex}.navigation-module__cRTw7a__container{width:min(var(--landing-container), calc(100% - 28px))}.navigation-module__cRTw7a__mobileMenu{border-left:1px solid var(--landing-border);width:min(280px,100% - 40px);height:calc(100vh - 76px);z-index:var(--landing-z-sticky,20);opacity:0;visibility:hidden;pointer-events:none;background:#fff;flex-direction:column;gap:18px;padding:20px;transition:transform .3s,opacity .3s;display:flex;position:fixed;top:76px;right:0;overflow-y:auto;transform:translate(105%);box-shadow:-10px 0 30px #0a0c141a}.navigation-module__cRTw7a__mobileMenu a{font:600 16px var(--landing-font-body);color:var(--landing-ink);border-bottom:1px solid var(--landing-border);padding:8px 0;text-decoration:none}.navigation-module__cRTw7a__mobileMenu a:hover{color:var(--landing-green)}.navigation-module__cRTw7a__mobileMenu.navigation-module__cRTw7a__open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.navigation-module__cRTw7a__nav{position:sticky;top:0}}@media (max-width:520px){.navigation-module__cRTw7a__container{gap:12px}.navigation-module__cRTw7a__brand{gap:5px;font-size:17px}.navigation-module__cRTw7a__brandIcon{width:26px;height:26px;font-size:9px}.navigation-module__cRTw7a__brandText{gap:3px}.navigation-module__cRTw7a__navActions{gap:7px}.navigation-module__cRTw7a__navCta,.navigation-module__cRTw7a__navLogin{padding:9px 11px;font-size:12px}}
.hero-section-module__qcsqpW__hero{padding:86px 0 60px}.hero-section-module__qcsqpW__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.hero-section-module__qcsqpW__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:18px}.hero-section-module__qcsqpW__title{font:700 clamp(44px, 6vw, 76px) var(--landing-font-display);letter-spacing:-.055em;max-width:930px;color:var(--landing-ink);margin:0 0 24px;line-height:1.01}.hero-section-module__qcsqpW__title em{color:var(--landing-green);font-style:normal}.hero-section-module__qcsqpW__description{color:var(--landing-ink-soft);max-width:760px;margin:0 0 30px;font-size:19px;line-height:1.6}.hero-section-module__qcsqpW__actions{flex-wrap:wrap;gap:12px;display:flex}.hero-section-module__qcsqpW__btnPrimary,.hero-section-module__qcsqpW__btnSecondary{cursor:pointer;transition:var(--landing-transition-base);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:12px 17px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.hero-section-module__qcsqpW__btnPrimary{background:var(--landing-ink);color:#fff}.hero-section-module__qcsqpW__btnPrimary:hover{box-shadow:var(--landing-shadow-md);background:#20242d;transform:translateY(-2px)}.hero-section-module__qcsqpW__btnSecondary{border-color:var(--landing-border-strong);color:var(--landing-ink);background:#fff}.hero-section-module__qcsqpW__btnSecondary:hover{border-color:var(--landing-ink);transform:translateY(-1px)}.hero-section-module__qcsqpW__micro{color:var(--landing-muted);margin-top:18px;font-size:13px}.hero-section-module__qcsqpW__heroPanel{border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);background:var(--landing-surface);box-shadow:var(--landing-shadow-lg);margin-top:55px;padding:18px}.hero-section-module__qcsqpW__appWindow{border:1px solid var(--landing-border);background:#fff;border-radius:16px;overflow:hidden}.hero-section-module__qcsqpW__appTop{border-bottom:1px solid var(--landing-border);align-items:center;gap:8px;height:48px;padding:0 15px;display:flex}.hero-section-module__qcsqpW__dot{background:var(--landing-border-strong);border-radius:50%;width:8px;height:8px}.hero-section-module__qcsqpW__appGrid{grid-template-columns:210px 1fr;min-height:390px;display:grid}.hero-section-module__qcsqpW__side{border-right:1px solid var(--landing-border);padding:18px}.hero-section-module__qcsqpW__side b{color:var(--landing-muted);font-size:12px}.hero-section-module__qcsqpW__side div{cursor:pointer;transition:var(--landing-transition-fast);border-radius:8px;margin-top:5px;padding:9px 10px;font-size:13px}.hero-section-module__qcsqpW__side div:hover{background:var(--landing-surface)}.hero-section-module__qcsqpW__side .hero-section-module__qcsqpW__active{background:var(--landing-green-bg);color:var(--landing-green);font-weight:700}.hero-section-module__qcsqpW__dashboard{padding:24px}.hero-section-module__qcsqpW__dashTitle{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.hero-section-module__qcsqpW__dashTitle h3{font:700 23px var(--landing-font-display);color:var(--landing-ink);margin:0}.hero-section-module__qcsqpW__status{background:var(--landing-green-bg);color:var(--landing-green);font:500 11px var(--landing-font-mono);border-radius:20px;padding:6px 9px}.hero-section-module__qcsqpW__metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.hero-section-module__qcsqpW__metric{border:1px solid var(--landing-border);background:#fff;border-radius:12px;padding:15px}.hero-section-module__qcsqpW__metric small{color:var(--landing-muted);font-size:11px}.hero-section-module__qcsqpW__metric strong{font:700 25px var(--landing-font-display);color:var(--landing-ink);margin-top:4px;display:block}.hero-section-module__qcsqpW__workflow{grid-template-columns:repeat(6,1fr);gap:10px;margin-top:20px;display:grid}.hero-section-module__qcsqpW__wf{border:1px solid var(--landing-border);background:#fff;border-radius:11px;padding:14px;font-size:12px}.hero-section-module__qcsqpW__wf b{color:var(--landing-ink);margin-bottom:6px;display:block}.hero-section-module__qcsqpW__wf .hero-section-module__qcsqpW__tag{font:500 10px var(--landing-font-mono);color:var(--landing-green)}@media (max-width:850px){.hero-section-module__qcsqpW__appGrid{grid-template-columns:1fr}.hero-section-module__qcsqpW__side{display:none}.hero-section-module__qcsqpW__metrics,.hero-section-module__qcsqpW__workflow{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.hero-section-module__qcsqpW__container{width:min(var(--landing-container), calc(100% - 28px))}.hero-section-module__qcsqpW__hero{padding-top:55px}.hero-section-module__qcsqpW__title{font-size:44px}.hero-section-module__qcsqpW__metrics,.hero-section-module__qcsqpW__workflow{grid-template-columns:1fr}}
.problem-section-module__ktjyPW__problem{background:var(--landing-surface);padding:90px 0}.problem-section-module__ktjyPW__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.problem-section-module__ktjyPW__sectionHead{max-width:750px;margin-bottom:40px}.problem-section-module__ktjyPW__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.problem-section-module__ktjyPW__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 15px;line-height:1.08}.problem-section-module__ktjyPW__sectionHead p{color:var(--landing-ink-soft);margin:0;font-size:17px;line-height:1.6}.problem-section-module__ktjyPW__grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.problem-section-module__ktjyPW__card{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);box-shadow:var(--landing-shadow-sm);transition:var(--landing-transition-base);background:#fff;padding:24px}.problem-section-module__ktjyPW__card:hover{box-shadow:var(--landing-shadow-md);transform:translateY(-2px)}.problem-section-module__ktjyPW__icon{border-radius:10px;place-items:center;width:38px;height:38px;margin-bottom:18px;font-size:14px;font-weight:800;display:grid}.problem-section-module__ktjyPW__icon.problem-section-module__ktjyPW__amber{background:var(--landing-amber-bg);color:var(--landing-amber)}.problem-section-module__ktjyPW__icon.problem-section-module__ktjyPW__blue{background:var(--landing-blue-bg);color:var(--landing-blue)}.problem-section-module__ktjyPW__icon.problem-section-module__ktjyPW__green{background:var(--landing-green-bg);color:var(--landing-green)}.problem-section-module__ktjyPW__card h3{font:700 20px var(--landing-font-display);color:var(--landing-ink);margin:0 0 9px}.problem-section-module__ktjyPW__card p{color:var(--landing-ink-soft);margin:0;font-size:14px;line-height:1.6}@media (max-width:850px){.problem-section-module__ktjyPW__grid3{grid-template-columns:1fr}}@media (max-width:520px){.problem-section-module__ktjyPW__container{width:min(var(--landing-container), calc(100% - 28px))}.problem-section-module__ktjyPW__problem{padding:65px 0}}
.solution-section-module__zLP0AG__solution{padding:90px 0}.solution-section-module__zLP0AG__container{width:min(var(--landing-container), calc(100% - 40px));grid-template-columns:1fr 1fr;align-items:center;gap:45px;margin:0 auto;display:grid}.solution-section-module__zLP0AG__solutionCopy{max-width:600px}.solution-section-module__zLP0AG__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.solution-section-module__zLP0AG__solutionCopy h2{font:700 45px var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 18px;line-height:1.08}.solution-section-module__zLP0AG__solutionCopy p{color:var(--landing-ink-soft);margin:0 0 24px;font-size:17px;line-height:1.6}.solution-section-module__zLP0AG__checklist{gap:12px;margin-top:24px;display:grid}.solution-section-module__zLP0AG__check{color:var(--landing-ink-soft);align-items:flex-start;gap:10px;font-size:14px;display:flex}.solution-section-module__zLP0AG__check i{background:var(--landing-green-bg);width:20px;height:20px;color:var(--landing-green);border-radius:50%;flex:none;place-items:center;font-size:12px;font-style:normal;display:grid}.solution-section-module__zLP0AG__check span{line-height:1.5}.solution-section-module__zLP0AG__pipeline{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:18px;padding:18px}.solution-section-module__zLP0AG__pipelineStep{border:1px solid var(--landing-border);transition:var(--landing-transition-base);background:#fff;border-radius:11px;align-items:center;gap:13px;margin:9px 0;padding:15px;display:flex}.solution-section-module__zLP0AG__pipelineStep:hover{box-shadow:var(--landing-shadow-sm);transform:translate(4px)}.solution-section-module__zLP0AG__num{background:var(--landing-ink);color:#fff;width:30px;height:30px;font:500 12px var(--landing-font-mono);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.solution-section-module__zLP0AG__pipelineStep b{color:var(--landing-ink);font-size:15px}.solution-section-module__zLP0AG__pipelineStep small{color:var(--landing-muted);font-size:13px;line-height:1.45}@media (max-width:850px){.solution-section-module__zLP0AG__container{grid-template-columns:1fr}}@media (max-width:520px){.solution-section-module__zLP0AG__container{width:min(var(--landing-container), calc(100% - 28px))}.solution-section-module__zLP0AG__solution{padding:65px 0}.solution-section-module__zLP0AG__solutionCopy h2{font-size:32px}}
.product-demo-section-module__P00x3W__demoSection{padding:90px 0}.product-demo-section-module__P00x3W__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.product-demo-section-module__P00x3W__sectionHead{max-width:750px;margin-bottom:40px}.product-demo-section-module__P00x3W__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.product-demo-section-module__P00x3W__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 15px;line-height:1.08}.product-demo-section-module__P00x3W__sectionHead p{color:var(--landing-ink-soft);margin:0;font-size:17px;line-height:1.6}.product-demo-section-module__P00x3W__visualDemo{border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);box-shadow:var(--landing-shadow-lg);background:linear-gradient(#fff 0%,#f7f8fa 100%);margin-top:40px;position:relative;overflow:hidden}.product-demo-section-module__P00x3W__demoHeader{border-bottom:1px solid var(--landing-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.product-demo-section-module__P00x3W__demoKicker{font:500 11px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--landing-green);align-items:center;gap:9px;display:flex}.product-demo-section-module__P00x3W__liveDot{background:var(--landing-green);border-radius:50%;width:8px;height:8px;animation:1.8s infinite product-demo-section-module__P00x3W__livePulse;box-shadow:0 0 #15803d59}@keyframes product-demo-section-module__P00x3W__livePulse{0%{box-shadow:0 0 #15803d59}70%{box-shadow:0 0 0 8px #15803d00}to{box-shadow:0 0 #15803d00}}.product-demo-section-module__P00x3W__demoSteps{flex-wrap:wrap;gap:8px;display:flex}.product-demo-section-module__P00x3W__demoStep{border:1px solid var(--landing-border);color:var(--landing-muted);transition:var(--landing-transition-base);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:12px;font-weight:700;display:flex}.product-demo-section-module__P00x3W__demoStep .product-demo-section-module__P00x3W__stepNo{width:19px;height:19px;font:500 10px var(--landing-font-mono);background:var(--landing-surface-2);color:var(--landing-muted);border-radius:50%;place-items:center;display:grid}.product-demo-section-module__P00x3W__demoStep.product-demo-section-module__P00x3W__active{border-color:var(--landing-green-line);background:var(--landing-green-bg);color:var(--landing-green)}.product-demo-section-module__P00x3W__demoStep.product-demo-section-module__P00x3W__active .product-demo-section-module__P00x3W__stepNo{background:var(--landing-green);color:#fff}.product-demo-section-module__P00x3W__demoStage{background:#eef1f4;min-height:380px;padding:20px;position:relative}.product-demo-section-module__P00x3W__screenWrap{background:#fff;border:1px solid #d9dde3;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0a0c1421}.product-demo-section-module__P00x3W__appBar{border-bottom:1px solid var(--landing-border);height:40px;font:500 12px var(--landing-font-mono);color:var(--landing-muted);background:#fff;align-items:center;padding:0 14px;display:flex}.product-demo-section-module__P00x3W__appLayout{grid-template-columns:18% 1fr 22%;min-height:320px;display:grid}.product-demo-section-module__P00x3W__sidePanel{border-right:1px solid var(--landing-border);transition:var(--landing-transition-base);background:#fff;padding:16px}.product-demo-section-module__P00x3W__sidePanel b{color:var(--landing-muted);font-size:12px}.product-demo-section-module__P00x3W__filterItem{background:var(--landing-surface);color:var(--landing-ink-soft);border-radius:8px;margin-top:6px;padding:8px 10px;font-size:12px}.product-demo-section-module__P00x3W__mapArea{border-right:1px solid var(--landing-border);transition:var(--landing-transition-base);background:linear-gradient(135deg,#e8eff4 0%,#dce6ef 100%);position:relative;overflow:hidden}.product-demo-section-module__P00x3W__mapMarker{background:var(--landing-green);border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;box-shadow:0 3px 8px #15803d4d}.product-demo-section-module__P00x3W__resultsPanel{transition:var(--landing-transition-base);background:#fff;padding:16px}.product-demo-section-module__P00x3W__resultsPanel b{color:var(--landing-muted);font-size:12px}.product-demo-section-module__P00x3W__resultItem{border:1px solid var(--landing-border);border-radius:8px;margin-top:6px;padding:10px;font-size:12px}.product-demo-section-module__P00x3W__resultItem strong{color:var(--landing-ink);margin-bottom:2px;display:block}.product-demo-section-module__P00x3W__resultItem span{color:var(--landing-muted);font-size:11px}.product-demo-section-module__P00x3W__sidePanel.product-demo-section-module__P00x3W__active,.product-demo-section-module__P00x3W__mapArea.product-demo-section-module__P00x3W__active,.product-demo-section-module__P00x3W__resultsPanel.product-demo-section-module__P00x3W__active{background:var(--landing-green-bg);box-shadow:inset 0 0 0 2px var(--landing-green-line)}.product-demo-section-module__P00x3W__floatingChip{z-index:4;border:1px solid var(--landing-border);box-shadow:var(--landing-shadow-md);color:var(--landing-ink-soft);opacity:0;background:#fffffff5;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;font-weight:700;transition:all .45s;display:flex;position:absolute;top:10%;left:4%;transform:translateY(8px)}.product-demo-section-module__P00x3W__chipSpecialty{top:5%;left:20%}.product-demo-section-module__P00x3W__chipResult{top:13%;left:auto;right:3%}.product-demo-section-module__P00x3W__floatingChip[data-show=true]{opacity:1;transform:translateY(0)}.product-demo-section-module__P00x3W__chipDot{background:var(--landing-green);border-radius:50%;width:7px;height:7px}.product-demo-section-module__P00x3W__floatingChip strong{color:var(--landing-ink)}.product-demo-section-module__P00x3W__demoCaption{border-top:1px solid var(--landing-border);background:#fff;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:18px 20px;display:grid}.product-demo-section-module__P00x3W__demoCaption h3{font:700 20px var(--landing-font-display);color:var(--landing-ink);margin:0 0 5px}.product-demo-section-module__P00x3W__demoCaption p{color:var(--landing-muted);margin:0;font-size:14px;line-height:1.5}.product-demo-section-module__P00x3W__captionStatus{background:var(--landing-green-bg);border:1px solid var(--landing-green-line);color:var(--landing-green);font:500 11px var(--landing-font-mono);white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:9px 11px;display:flex}.product-demo-section-module__P00x3W__demoControls{background:#fff;gap:8px;padding:12px 20px 20px;display:flex}.product-demo-section-module__P00x3W__demoControls button{border:1px solid var(--landing-border);font:600 12px var(--landing-font-body);color:var(--landing-ink-soft);cursor:pointer;transition:var(--landing-transition-base);background:#fff;border-radius:9px;padding:8px 11px}.product-demo-section-module__P00x3W__demoControls button.product-demo-section-module__P00x3W__active,.product-demo-section-module__P00x3W__demoControls button:hover{background:var(--landing-ink);border-color:var(--landing-ink);color:#fff}.product-demo-section-module__P00x3W__productJourney{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;display:grid}.product-demo-section-module__P00x3W__journeyItem{border:1px solid var(--landing-border);box-shadow:var(--landing-shadow-sm);background:#fff;border-radius:12px;padding:14px 15px;position:relative}.product-demo-section-module__P00x3W__journeyItem:not(:last-child):after{content:"→";border:1px solid var(--landing-border);width:24px;height:24px;color:var(--landing-muted);z-index:2;background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;right:-17px;transform:translateY(-50%)}.product-demo-section-module__P00x3W__jnum{font:500 10px var(--landing-font-mono);color:var(--landing-green)}.product-demo-section-module__P00x3W__journeyItem b{color:var(--landing-ink);margin-top:3px;font-size:13px;display:block}.product-demo-section-module__P00x3W__journeyItem span{color:var(--landing-muted);margin-top:2px;font-size:11px;display:block}.product-demo-section-module__P00x3W__demoOverlay{pointer-events:none;position:absolute;inset:0}.product-demo-section-module__P00x3W__focusZone{opacity:0;background:#eafaf01f;border:2px solid #15803db8;border-radius:12px;transition:all .5s;position:absolute;transform:scale(.985)}.product-demo-section-module__P00x3W__focusZone:after{content:"";border-radius:15px;animation:none;position:absolute;inset:-5px;box-shadow:0 0 #15803d40}.product-demo-section-module__P00x3W__focusZone.product-demo-section-module__P00x3W__active{opacity:1;transform:scale(1)}.product-demo-section-module__P00x3W__focusZone.product-demo-section-module__P00x3W__active:after{animation:1.7s infinite product-demo-section-module__P00x3W__focusGlow}@keyframes product-demo-section-module__P00x3W__focusGlow{0%,to{box-shadow:0 0 #15803d33}50%{box-shadow:0 0 0 7px #15803d00}}.product-demo-section-module__P00x3W__zoneFilters{width:13%;height:90%;top:8%;left:1.3%}.product-demo-section-module__P00x3W__zoneMap{width:60%;height:90%;top:7%;left:16%}.product-demo-section-module__P00x3W__zoneResults{width:20%;height:90%;top:7%;right:20px}.product-demo-section-module__P00x3W__chipInsurance{top:10%;left:4%}@media (max-width:900px){.product-demo-section-module__P00x3W__demoHeader{flex-direction:column;align-items:flex-start}.product-demo-section-module__P00x3W__appLayout{grid-template-columns:1fr;min-height:280px}.product-demo-section-module__P00x3W__sidePanel,.product-demo-section-module__P00x3W__resultsPanel{display:none}.product-demo-section-module__P00x3W__mapArea{min-height:200px}.product-demo-section-module__P00x3W__demoCaption{grid-template-columns:1fr}.product-demo-section-module__P00x3W__captionStatus{width:max-content}.product-demo-section-module__P00x3W__productJourney{grid-template-columns:1fr}.product-demo-section-module__P00x3W__journeyItem:not(:last-child):after{content:"↓";inset:auto auto -17px 50%;transform:translate(-50%)}}@media (max-width:620px){.product-demo-section-module__P00x3W__demoStage{min-height:250px;padding:10px}.product-demo-section-module__P00x3W__demoStep{padding:6px 8px;font-size:10px}.product-demo-section-module__P00x3W__floatingChip{display:none}.product-demo-section-module__P00x3W__demoControls{flex-wrap:wrap}}@media (max-width:520px){.product-demo-section-module__P00x3W__container{width:min(var(--landing-container), calc(100% - 28px))}.product-demo-section-module__P00x3W__demoSection{padding:65px 0}.product-demo-section-module__P00x3W__sectionHead h2{font-size:32px}}
.privacy-demo-section-module__pZSGoG__privacyDemo{background:var(--landing-surface);padding:90px 0}.privacy-demo-section-module__pZSGoG__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.privacy-demo-section-module__pZSGoG__sectionHead{max-width:750px;margin-bottom:40px}.privacy-demo-section-module__pZSGoG__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.privacy-demo-section-module__pZSGoG__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 15px;line-height:1.08}.privacy-demo-section-module__pZSGoG__sectionHead p{color:var(--landing-ink-soft);margin:0;font-size:17px;line-height:1.6}.privacy-demo-section-module__pZSGoG__showcaseGrid{grid-template-columns:1.08fr .92fr;align-items:stretch;gap:22px;display:grid}.privacy-demo-section-module__pZSGoG__showcaseCard{border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);box-shadow:var(--landing-shadow-md);background:#fff;overflow:hidden}.privacy-demo-section-module__pZSGoG__showcaseCopy{padding:28px 28px 20px}.privacy-demo-section-module__pZSGoG__showcaseCopy .privacy-demo-section-module__pZSGoG__eyebrow{margin-bottom:12px}.privacy-demo-section-module__pZSGoG__showcaseCopy h3{font:700 28px var(--landing-font-display);letter-spacing:-.035em;color:var(--landing-ink);margin:0 0 10px}.privacy-demo-section-module__pZSGoG__showcaseCopy p{color:var(--landing-muted);margin:0;font-size:15px;line-height:1.55}.privacy-demo-section-module__pZSGoG__showcaseMedia{padding:0 18px 18px}.privacy-demo-section-module__pZSGoG__miniBrowser{border:1px solid var(--landing-border);box-shadow:var(--landing-shadow-sm);background:#f6f7f9;border-radius:14px;overflow:hidden}.privacy-demo-section-module__pZSGoG__miniBrowserBar{border-bottom:1px solid var(--landing-border);background:#fff;align-items:center;gap:6px;height:38px;padding:0 12px;display:flex}.privacy-demo-section-module__pZSGoG__miniBrowserBar i{background:var(--landing-border-strong);border-radius:50%;width:7px;height:7px}.privacy-demo-section-module__pZSGoG__miniBrowserBar span{color:var(--landing-muted);margin-left:7px;font-size:11px}.privacy-demo-section-module__pZSGoG__miniBrowserBody{background:#fff;min-height:180px;position:relative;overflow:hidden}.privacy-demo-section-module__pZSGoG__privacyOverlay{pointer-events:none;position:absolute;inset:0}.privacy-demo-section-module__pZSGoG__browserBadge{border:1px solid var(--landing-green-line);box-shadow:var(--landing-shadow-md);font:700 10px var(--landing-font-mono);color:var(--landing-green);background:#fffffff5;border-radius:10px;padding:9px 11px;position:absolute;top:8%;left:4%}.privacy-demo-section-module__pZSGoG__browserBadge span{color:var(--landing-muted);margin-top:2px;font-size:7px;font-weight:500;display:block}.privacy-demo-section-module__pZSGoG__privacyLine{background:linear-gradient(90deg, var(--landing-green), #15803d1a);transform-origin:0;height:2px;animation:2.7s infinite privacy-demo-section-module__pZSGoG__dataLine;position:absolute;top:51%;left:19%;right:19%}.privacy-demo-section-module__pZSGoG__privacyPacket{background:var(--landing-green);border-radius:7px;width:22px;height:22px;animation:2.7s infinite privacy-demo-section-module__pZSGoG__dataPacket;position:absolute;top:calc(51% - 11px);left:19%;box-shadow:0 5px 15px #15803d47}@keyframes privacy-demo-section-module__pZSGoG__dataLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes privacy-demo-section-module__pZSGoG__dataPacket{0%{opacity:1;left:19%}80%{opacity:1}to{opacity:0;left:calc(81% - 22px)}}.privacy-demo-section-module__pZSGoG__serverBlock{border:1px solid var(--landing-border);box-shadow:var(--landing-shadow-md);font:600 10px var(--landing-font-mono);color:var(--landing-muted);opacity:.95;background:#fff;border-radius:9px;padding:8px 10px;position:absolute;top:39%;right:5%}.privacy-demo-section-module__pZSGoG__serverBlock:before{content:"×";color:#b42318;background:#fff1f1;border-radius:50%;place-items:center;width:15px;height:15px;margin-right:5px;font-size:12px;display:inline-grid}.privacy-demo-section-module__pZSGoG__privacyPoints{grid-template-columns:1fr 1fr;gap:10px;padding:0 28px 26px;display:grid}.privacy-demo-section-module__pZSGoG__privacyPoint{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:10px;align-items:flex-start;gap:9px;padding:11px;display:flex}.privacy-demo-section-module__pZSGoG__checkmark{background:var(--landing-green-bg);width:20px;height:20px;color:var(--landing-green);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:800;display:grid}.privacy-demo-section-module__pZSGoG__privacyPoint b{color:var(--landing-ink);font-size:12px;display:block}.privacy-demo-section-module__pZSGoG__privacyPoint span{color:var(--landing-muted);margin-top:2px;font-size:11px;line-height:1.45;display:block}.privacy-demo-section-module__pZSGoG__privacyBanner{border:1px solid var(--landing-green-line);background:linear-gradient(135deg, var(--landing-green-bg), #fff);border-radius:var(--landing-radius-lg);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:24px;padding:24px;display:grid}.privacy-demo-section-module__pZSGoG__privacyShield{border:1px solid var(--landing-green-line);width:52px;height:52px;color:var(--landing-green);box-shadow:var(--landing-shadow-sm);background:#fff;border-radius:15px;place-items:center;font-size:24px;font-weight:700;display:grid}.privacy-demo-section-module__pZSGoG__privacyBanner h3{font:700 20px var(--landing-font-display);color:var(--landing-ink);margin:0 0 4px}.privacy-demo-section-module__pZSGoG__privacyBanner p{color:var(--landing-ink-soft);margin:0;font-size:13px;line-height:1.5}.privacy-demo-section-module__pZSGoG__privacyTag{border:1px solid var(--landing-green-line);color:var(--landing-green);font:500 10px var(--landing-font-mono);white-space:nowrap;background:#fff;border-radius:999px;padding:8px 10px}@media (max-width:900px){.privacy-demo-section-module__pZSGoG__showcaseGrid{grid-template-columns:1fr}.privacy-demo-section-module__pZSGoG__privacyBanner{grid-template-columns:auto 1fr}.privacy-demo-section-module__pZSGoG__privacyTag{grid-column:2}}@media (max-width:620px){.privacy-demo-section-module__pZSGoG__privacyPoints{grid-template-columns:1fr;padding:0 18px 20px}.privacy-demo-section-module__pZSGoG__showcaseCopy{padding:22px 18px 16px}.privacy-demo-section-module__pZSGoG__showcaseCopy h3{font-size:23px}.privacy-demo-section-module__pZSGoG__showcaseMedia{padding:0 10px 10px}.privacy-demo-section-module__pZSGoG__privacyBanner{grid-template-columns:auto 1fr;padding:18px}.privacy-demo-section-module__pZSGoG__privacyTag{grid-column:1/-1}.privacy-demo-section-module__pZSGoG__serverBlock{font-size:8px}.privacy-demo-section-module__pZSGoG__browserBadge{font-size:9px}.privacy-demo-section-module__pZSGoG__browserBadge span{font-size:7px}}@media (max-width:520px){.privacy-demo-section-module__pZSGoG__container{width:min(var(--landing-container), calc(100% - 28px))}.privacy-demo-section-module__pZSGoG__privacyDemo{padding:65px 0}.privacy-demo-section-module__pZSGoG__sectionHead h2{font-size:32px}}
.features-section-module__XK9CRa__features{padding:90px 0}.features-section-module__XK9CRa__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.features-section-module__XK9CRa__sectionHead{max-width:750px;margin-bottom:40px}.features-section-module__XK9CRa__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.features-section-module__XK9CRa__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 15px;line-height:1.08}.features-section-module__XK9CRa__sectionHead p{color:var(--landing-ink-soft);margin:0;font-size:17px;line-height:1.6}.features-section-module__XK9CRa__featureGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.features-section-module__XK9CRa__feature{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);transition:var(--landing-transition-base);background:#fff;padding:25px}.features-section-module__XK9CRa__feature:hover{box-shadow:var(--landing-shadow-md);transform:translateY(-2px)}.features-section-module__XK9CRa__label{font:500 10px var(--landing-font-mono);color:var(--landing-green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.features-section-module__XK9CRa__feature h3{font:700 19px var(--landing-font-display);color:var(--landing-ink);margin:0 0 8px}.features-section-module__XK9CRa__feature p{color:var(--landing-ink-soft);margin:0;font-size:14px;line-height:1.6}@media (max-width:850px){.features-section-module__XK9CRa__featureGrid{grid-template-columns:1fr}}@media (max-width:520px){.features-section-module__XK9CRa__container{width:min(var(--landing-container), calc(100% - 28px))}.features-section-module__XK9CRa__features{padding:65px 0}}
.workflow-section-module__G_dwUW__workflow{background:var(--landing-surface);padding:90px 0}.workflow-section-module__G_dwUW__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.workflow-section-module__G_dwUW__sectionHead{max-width:750px;margin-bottom:40px}.workflow-section-module__G_dwUW__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.workflow-section-module__G_dwUW__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 15px;line-height:1.08}.workflow-section-module__G_dwUW__sectionHead p{color:var(--landing-ink-soft);margin:0;font-size:17px;line-height:1.6}.workflow-section-module__G_dwUW__grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.workflow-section-module__G_dwUW__card{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);box-shadow:var(--landing-shadow-sm);transition:var(--landing-transition-base);background:#fff;padding:24px}.workflow-section-module__G_dwUW__card:hover{box-shadow:var(--landing-shadow-md);transform:translateY(-2px)}.workflow-section-module__G_dwUW__icon{border-radius:10px;place-items:center;width:38px;height:38px;margin-bottom:18px;font-size:14px;font-weight:800;display:grid}.workflow-section-module__G_dwUW__icon.workflow-section-module__G_dwUW__green{background:var(--landing-green-bg);color:var(--landing-green)}.workflow-section-module__G_dwUW__icon.workflow-section-module__G_dwUW__blue{background:var(--landing-blue-bg);color:var(--landing-blue)}.workflow-section-module__G_dwUW__icon.workflow-section-module__G_dwUW__amber{background:var(--landing-amber-bg);color:var(--landing-amber)}.workflow-section-module__G_dwUW__card h3{font:700 20px var(--landing-font-display);color:var(--landing-ink);margin:0 0 9px}.workflow-section-module__G_dwUW__card p{color:var(--landing-ink-soft);margin:0;font-size:14px;line-height:1.6}@media (max-width:850px){.workflow-section-module__G_dwUW__grid3{grid-template-columns:1fr}}@media (max-width:520px){.workflow-section-module__G_dwUW__container{width:min(var(--landing-container), calc(100% - 28px))}.workflow-section-module__G_dwUW__workflow{padding:65px 0}}
.personas-section-module__5faqqa__personas{background:#fff;padding:90px 0}.personas-section-module__5faqqa__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.personas-section-module__5faqqa__sectionHead{max-width:750px;margin-bottom:40px}.personas-section-module__5faqqa__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.personas-section-module__5faqqa__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0;line-height:1.08}.personas-section-module__5faqqa__grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.personas-section-module__5faqqa__card{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);background:var(--landing-surface);box-shadow:var(--landing-shadow-sm);transition:var(--landing-transition-base);padding:24px}.personas-section-module__5faqqa__card:hover{box-shadow:var(--landing-shadow-md);transform:translateY(-2px)}.personas-section-module__5faqqa__for{font:500 11px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--landing-green);margin-bottom:10px;display:block}.personas-section-module__5faqqa__card h3{font:700 20px var(--landing-font-display);color:var(--landing-ink);margin:0 0 9px}.personas-section-module__5faqqa__card p{color:var(--landing-ink-soft);margin:0;font-size:14px;line-height:1.6}@media (max-width:850px){.personas-section-module__5faqqa__grid3{grid-template-columns:1fr}}@media (max-width:520px){.personas-section-module__5faqqa__container{width:min(var(--landing-container), calc(100% - 28px))}.personas-section-module__5faqqa__personas{padding:65px 0}.personas-section-module__5faqqa__sectionHead h2{font-size:32px}}
.security-section-module__B4qAVG__security{background:var(--landing-surface);padding:90px 0}.security-section-module__B4qAVG__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.security-section-module__B4qAVG__sectionHead{max-width:750px;margin-bottom:40px}.security-section-module__B4qAVG__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.security-section-module__B4qAVG__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 15px;line-height:1.08}.security-section-module__B4qAVG__sectionHead p{color:var(--landing-ink-soft);margin:0;font-size:17px;line-height:1.6}.security-section-module__B4qAVG__grid{grid-template-columns:1.1fr 1fr;gap:16px;display:grid}.security-section-module__B4qAVG__card{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);box-shadow:var(--landing-shadow-sm);transition:var(--landing-transition-base);background:#fff;padding:24px}.security-section-module__B4qAVG__card:hover{box-shadow:var(--landing-shadow-md);transform:translateY(-2px)}.security-section-module__B4qAVG__card h3{font:700 20px var(--landing-font-display);color:var(--landing-ink);margin:0 0 9px}.security-section-module__B4qAVG__card p{color:var(--landing-ink-soft);margin:0;font-size:14px;line-height:1.6}.security-section-module__B4qAVG__highlighted{background:linear-gradient(135deg, #fff, var(--landing-green-bg));border-color:var(--landing-green-line)}@media (max-width:850px){.security-section-module__B4qAVG__grid{grid-template-columns:1fr}}@media (max-width:520px){.security-section-module__B4qAVG__container{width:min(var(--landing-container), calc(100% - 28px))}.security-section-module__B4qAVG__security{padding:65px 0}.security-section-module__B4qAVG__sectionHead h2{font-size:32px}}
.differentiators-section-module__9LKXja__differentiators{background:#fff;padding:90px 0}.differentiators-section-module__9LKXja__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.differentiators-section-module__9LKXja__sectionHead{max-width:750px;margin-bottom:40px}.differentiators-section-module__9LKXja__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.differentiators-section-module__9LKXja__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0 0 15px;line-height:1.08}.differentiators-section-module__9LKXja__sectionHead p{color:var(--landing-ink-soft);margin:0;font-size:17px;line-height:1.6}.differentiators-section-module__9LKXja__comparison{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);box-shadow:var(--landing-shadow-sm);overflow-x:auto}.differentiators-section-module__9LKXja__table{border-collapse:collapse;width:100%;min-width:720px;font-size:14px}.differentiators-section-module__9LKXja__table th,.differentiators-section-module__9LKXja__table td{text-align:center;border-bottom:1px solid var(--landing-border);padding:16px 14px}.differentiators-section-module__9LKXja__table th{background:var(--landing-surface);font:700 13px var(--landing-font-display);color:var(--landing-ink);white-space:nowrap}.differentiators-section-module__9LKXja__table td{color:var(--landing-ink-soft)}.differentiators-section-module__9LKXja__table tbody tr:last-child td{border-bottom:none}.differentiators-section-module__9LKXja__table .differentiators-section-module__9LKXja__first{text-align:left;color:var(--landing-ink);font-weight:700}.differentiators-section-module__9LKXja__yes{color:var(--landing-green);font-weight:800}.differentiators-section-module__9LKXja__no{color:var(--landing-ink-tertiary);font-weight:800}@media (max-width:520px){.differentiators-section-module__9LKXja__container{width:min(var(--landing-container), calc(100% - 28px))}.differentiators-section-module__9LKXja__differentiators{padding:65px 0}.differentiators-section-module__9LKXja__sectionHead h2{font-size:32px}}
.outcomes-section-module__4-7WJa__outcomes{background:var(--landing-surface);padding:90px 0}.outcomes-section-module__4-7WJa__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.outcomes-section-module__4-7WJa__sectionHead{max-width:750px;margin-bottom:40px}.outcomes-section-module__4-7WJa__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.outcomes-section-module__4-7WJa__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0;line-height:1.08}.outcomes-section-module__4-7WJa__grid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.outcomes-section-module__4-7WJa__card{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);box-shadow:var(--landing-shadow-sm);transition:var(--landing-transition-base);background:#fff;padding:24px}.outcomes-section-module__4-7WJa__card:hover{box-shadow:var(--landing-shadow-md);transform:translateY(-2px)}.outcomes-section-module__4-7WJa__icon{border-radius:10px;place-items:center;width:38px;height:38px;margin-bottom:18px;font-size:18px;font-weight:800;display:grid}.outcomes-section-module__4-7WJa__icon.outcomes-section-module__4-7WJa__green{background:var(--landing-green-bg);color:var(--landing-green)}.outcomes-section-module__4-7WJa__icon.outcomes-section-module__4-7WJa__blue{background:var(--landing-blue-bg);color:var(--landing-blue)}.outcomes-section-module__4-7WJa__icon.outcomes-section-module__4-7WJa__amber{background:var(--landing-amber-bg);color:var(--landing-amber)}.outcomes-section-module__4-7WJa__card h3{font:700 20px var(--landing-font-display);color:var(--landing-ink);margin:0 0 9px}.outcomes-section-module__4-7WJa__card p{color:var(--landing-ink-soft);margin:0;font-size:14px;line-height:1.6}@media (max-width:850px){.outcomes-section-module__4-7WJa__grid3{grid-template-columns:1fr}}@media (max-width:520px){.outcomes-section-module__4-7WJa__container{width:min(var(--landing-container), calc(100% - 28px))}.outcomes-section-module__4-7WJa__outcomes{padding:65px 0}.outcomes-section-module__4-7WJa__sectionHead h2{font-size:32px}}
.faq-section-module__wPUcPq__faq{background:#fff;padding:90px 0}.faq-section-module__wPUcPq__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.faq-section-module__wPUcPq__sectionHead{max-width:750px;margin-bottom:40px}.faq-section-module__wPUcPq__eyebrow{font:500 12px var(--landing-font-mono);text-transform:uppercase;letter-spacing:.11em;color:var(--landing-green);margin-bottom:12px}.faq-section-module__wPUcPq__sectionHead h2{font:700 clamp(32px, 4vw, 48px) var(--landing-font-display);letter-spacing:-.04em;color:var(--landing-ink);margin:0;line-height:1.08}.faq-section-module__wPUcPq__list{flex-direction:column;gap:12px;display:flex}.faq-section-module__wPUcPq__details{border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);background:var(--landing-surface);transition:var(--landing-transition-base);overflow:hidden}.faq-section-module__wPUcPq__details[open]{box-shadow:var(--landing-shadow-sm)}.faq-section-module__wPUcPq__summary{font:700 17px var(--landing-font-display);color:var(--landing-ink);cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;list-style:none;display:flex}.faq-section-module__wPUcPq__summary::-webkit-details-marker{display:none}.faq-section-module__wPUcPq__summary:after{content:"+";font:700 20px var(--landing-font-mono);color:var(--landing-green);flex-shrink:0}.faq-section-module__wPUcPq__details[open] .faq-section-module__wPUcPq__summary:after{content:"−"}.faq-section-module__wPUcPq__answer{color:var(--landing-ink-soft);margin:0;padding:0 20px 18px;font-size:15px;line-height:1.6}@media (max-width:520px){.faq-section-module__wPUcPq__container{width:min(var(--landing-container), calc(100% - 28px))}.faq-section-module__wPUcPq__faq{padding:65px 0}.faq-section-module__wPUcPq__sectionHead h2{font-size:32px}.faq-section-module__wPUcPq__summary{padding:16px;font-size:16px}.faq-section-module__wPUcPq__answer{padding:0 16px 16px}}
.cta-section-module__8UQGrq__cta{padding:90px 0}.cta-section-module__8UQGrq__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.cta-section-module__8UQGrq__ctaBox{background:var(--landing-ink);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;padding:55px;display:flex}.cta-section-module__8UQGrq__ctaContent h2{font:700 43px var(--landing-font-display);letter-spacing:-.04em;margin:0 0 12px;line-height:1.08}.cta-section-module__8UQGrq__ctaContent p{color:#c8ccd3;max-width:650px;margin:0;font-size:17px;line-height:1.6}.cta-section-module__8UQGrq__actions{flex-shrink:0;gap:12px;display:flex}.cta-section-module__8UQGrq__btnPrimary,.cta-section-module__8UQGrq__btnSecondary{transition:var(--landing-transition-base);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:12px 17px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.cta-section-module__8UQGrq__btnPrimary{color:var(--landing-ink);background:#fff;border:1px solid #0000}.cta-section-module__8UQGrq__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.cta-section-module__8UQGrq__btnSecondary{color:#fff;background:0 0;border:1px solid #ffffff4d}.cta-section-module__8UQGrq__btnSecondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:850px){.cta-section-module__8UQGrq__ctaBox{padding:35px;display:block}.cta-section-module__8UQGrq__ctaContent h2{font-size:32px}.cta-section-module__8UQGrq__actions{margin-top:25px}}@media (max-width:520px){.cta-section-module__8UQGrq__container{width:min(var(--landing-container), calc(100% - 28px))}.cta-section-module__8UQGrq__cta{padding:65px 0}.cta-section-module__8UQGrq__ctaBox{padding:28px}.cta-section-module__8UQGrq__ctaContent h2{font-size:28px}.cta-section-module__8UQGrq__actions{flex-direction:column}}
.footer-module__rRnLVG__footer{border-top:1px solid var(--landing-border);color:var(--landing-muted);padding:30px 0;font-size:13px}.footer-module__rRnLVG__container{width:min(var(--landing-container), calc(100% - 40px));margin:0 auto}.footer-module__rRnLVG__footerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-module__rRnLVG__footerBrand{color:var(--landing-ink);align-items:center;gap:8px;font-weight:600;display:flex}.footer-module__rRnLVG__brandIcon{background:var(--landing-ink);color:#fff;width:24px;height:24px;font:700 9px var(--landing-font-mono);letter-spacing:-.03em;border-radius:6px;place-items:center;display:inline-grid}.footer-module__rRnLVG__footerLinks{gap:20px;display:flex}.footer-module__rRnLVG__footerLinks a{color:var(--landing-muted);transition:var(--landing-transition-fast);text-decoration:none}.footer-module__rRnLVG__footerLinks a:hover{color:var(--landing-green)}.footer-module__rRnLVG__footerCopy{color:var(--landing-muted-2)}@media (max-width:520px){.footer-module__rRnLVG__container{width:min(var(--landing-container), calc(100% - 28px))}.footer-module__rRnLVG__footerRow{flex-direction:column;align-items:flex-start;gap:16px}.footer-module__rRnLVG__footerLinks{flex-wrap:wrap}}
.landing-page{--landing-bg:#fff;--landing-surface:#f7f8fa;--landing-surface-2:#eef0f3;--landing-surface-3:#f1f2f4;--landing-border:#e3e6ea;--landing-border-strong:#d3d7dd;--landing-ink:#0b0d12;--landing-ink-soft:#3f4550;--landing-muted:#6b7280;--landing-muted-2:#9aa1ab;--landing-green:#15803d;--landing-green-bg:#eafaf0;--landing-green-line:#bfe8cf;--landing-blue:#1d4ed8;--landing-blue-bg:#eef3ff;--landing-blue-line:#c9d9fb;--landing-amber:#b45309;--landing-amber-bg:#fff6e8;--landing-amber-line:#f3ddb0;--landing-radius-sm:8px;--landing-radius-md:14px;--landing-radius-lg:22px;--landing-radius-full:9999px;--landing-shadow-sm:0 1px 2px #0a0c140d, 0 1px 1px #0a0c1408;--landing-shadow-md:0 10px 28px #0a0c1417, 0 2px 6px #0a0c140a;--landing-shadow-lg:0 30px 70px #0a0c1429, 0 10px 24px #0a0c140f;--landing-font-display:var(--font-space-grotesk), var(--font-inter), sans-serif;--landing-font-body:var(--font-inter), -apple-system, BlinkMacSystemFont, sans-serif;--landing-font-mono:var(--font-ibm-plex-mono), ui-monospace, monospace;--landing-container:1180px;--landing-transition-fast:.15s ease;--landing-transition-base:.3s ease;--landing-transition-slow:.45s ease;--landing-z-sticky:20;background:var(--landing-bg);min-height:100vh;color:var(--landing-ink);font-family:var(--landing-font-body);line-height:1.6}.landing-page *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:76px}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{font-family:var(--landing-font-display)}.landing-page ::selection{background:var(--landing-green-bg);color:var(--landing-green)}.landing-page a:focus-visible,.landing-page button:focus-visible{outline:2px solid var(--landing-green);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.landing-page .fade-in{animation:.6s ease-out fadeIn}.landing-page .slide-in{animation:.6s ease-out slideIn}
