:root{--bg: #f5f7fb;--bg-alt: #ffffff;--text: #0f172a;--muted: #64748b;--primary: #0f5cff;--primary-dark: #0b46c1;--dark: #020617;--border: #e2e8f0;--radius-lg: 1.25rem;--radius-md: .75rem;--donut-track: #e2e8f0;--donut-secondary: #cbd5f5;--donut-accent: #22c55e}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background:var(--bg);color:var(--text)}.app-root{min-height:100vh;display:flex;flex-direction:column}.container{margin:0 auto;padding:0 1.5rem;max-width:1120px}.top-bar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f7fbe6;border-bottom:1px solid rgba(226,232,240,.8)}.top-bar-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-weight:700;letter-spacing:.03em;font-size:1rem;color:var(--dark)}.nav{display:flex;gap:1.25rem}.nav a{font-size:.9rem;color:var(--muted);text-decoration:none}.nav a:hover{color:var(--text)}.nav-account-button{border:none;background:transparent;color:var(--text);font-size:.9rem;font-weight:700;cursor:pointer;padding:0}.nav-account-button:hover{color:var(--primary)}.hero{padding:3.5rem 0 2rem}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:3.25rem;align-items:stretch}.hero-copy h1{font-size:clamp(2rem,2.7rem,3rem);line-height:1.1;margin-bottom:1rem}.hero-copy p{font-size:1rem;color:var(--muted);max-width:30rem}.hero-bullets{list-style:none;padding:0;margin:1rem 0 0;color:var(--muted);font-size:.95rem}.hero-bullets li{position:relative;padding-left:1.25rem;margin-bottom:.25rem}.hero-bullets li:before{content:"-";position:absolute;left:0;color:var(--primary)}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero-note{margin-top:.75rem;font-size:.8rem;color:var(--muted)}.btn{border-radius:999px;border:none;padding:.65rem 1.3rem;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.hero-bullets{list-style-type:disc;padding-left:22px}.hero-bullets li{margin-bottom:10px}.hero-bullets li:before{content:none}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:#e5edff}.btn-dark{background:var(--dark);color:#fff}.btn-dark:hover{background:#020617;opacity:.9}.btn-small{padding:.4rem .9rem;font-size:.8rem}.btn.full{width:100%}.hero-visual{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;flex:1 1 0}.hero-demo-frame{width:100%;flex:1 1 0;max-width:1040px;min-width:640px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 25px 70px #0f172a1f;padding:16px 16px 14px;position:relative;overflow:hidden}.hero-demo-bar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.65rem}.hero-demo-title{font-weight:650;color:var(--text);display:inline-flex;align-items:center;gap:.45rem}.hero-demo-title.secondary{color:var(--muted);font-weight:600}.hero-demo-badge{background:#e0e7ff;color:#1d4ed8;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:650}.hero-demo-bar-left{display:flex;align-items:center;gap:.6rem}.hero-demo-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:.9rem;align-items:stretch;min-height:420px}.hero-demo-grid.list-collapsed{grid-template-columns:56px minmax(0,1fr)}.hero-demo-list{display:flex;flex-direction:column;gap:.45rem;background:#fff;border:1px solid var(--border);border-radius:14px;padding:.5rem .55rem;box-shadow:inset 0 1px #fff9;height:100%;overflow:auto;scrollbar-width:thin}.hero-list-toggle{width:32px;height:32px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1;cursor:pointer;align-self:flex-end;box-shadow:0 6px 16px #0f172a14;transition:background .15s ease,transform .12s ease}.hero-list-toggle:hover{background:#f8fafc;transform:translateY(-1px)}.hero-list-toggle:active{transform:translateY(0)}.hero-demo-list.collapsed{align-items:center;justify-content:center;padding:.45rem;overflow:hidden}.hero-demo-list.collapsed .hero-list-toggle{align-self:center}.hero-demo-list ul{list-style:none;margin:0;padding:0}.hero-demo-item{border:1px solid transparent;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.hero-demo-item-row{display:flex;align-items:stretch;gap:.4rem}.hero-demo-item+.hero-demo-item{margin-top:.5rem}.hero-demo-item.active{border-color:var(--border);background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:0 10px 30px #0f172a12}.hero-demo-item-body{width:100%;border:none;background:transparent;text-align:left;padding:.55rem .7rem .5rem;display:block;cursor:pointer;color:var(--text)}.hero-demo-item-body p{margin:.2rem 0 0;font-size:.86rem;color:var(--muted)}.hero-demo-stars{font-size:.9rem;color:#f59e0b;letter-spacing:.05em}.hero-demo-actions{display:flex;align-items:center;padding:.55rem .7rem .5rem 0}.hero-chip-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc);color:var(--text);padding:11px 16px;border-radius:999px;cursor:pointer;font:13px/1 system-ui,-apple-system,sans-serif;display:inline-flex;align-items:center;gap:8px;box-shadow:0 12px 28px #0206171f;transition:transform .12s ease,background .2s ease,box-shadow .2s ease;touch-action:manipulation}.hero-chip-btn:hover{transform:translateY(-1px);background:linear-gradient(180deg,#fff,#f1f5f9)}.hero-chip-btn:active{transform:translateY(0) scale(.99)}.hero-chip-btn:before{content:none}.rc-primary.ghost{background:#2563eb1f;color:#1d4ed8;border:1px solid rgba(37,99,235,.2);box-shadow:none}.hero-demo-map{position:relative;min-height:420px;border-radius:14px;border:1px solid var(--border);background:#f8fafc;overflow:hidden;padding:12px 12px 18px}.hero-map-graphic{position:absolute;top:12px;right:12px;bottom:18px;left:12px;border-radius:12px;background:linear-gradient(0deg,rgba(15,23,42,.06) 1px,transparent 1px) 0 0 / 80px 52px,linear-gradient(90deg,rgba(15,23,42,.06) 1px,transparent 1px) 0 0 / 96px 64px,linear-gradient(135deg,#e9f1fb,#f5f8ff);width:auto;height:auto;overflow:hidden;border:1px solid rgba(148,163,184,.35)}.hero-map-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.hero-map-water{position:absolute;top:18%;right:8%;bottom:34%;left:52%;background:radial-gradient(circle at 40% 40%,#3b82f661,#3b82f624 70%,#3b82f600 85%);filter:blur(2px);border-radius:30% 60% 55% 45%}.hero-map-block{position:absolute;background:#0f172a0d;border-radius:8px}.hero-map-block.a{top:14%;left:14%;width:18%;height:14%}.hero-map-block.b{top:44%;left:12%;width:22%;height:16%}.hero-map-block.c{top:62%;left:34%;width:28%;height:18%}.hero-map-block.d{top:26%;left:64%;width:22%;height:16%}.hero-map-block.e{top:70%;left:12%;width:14%;height:12%;background:#0f172a14}.hero-map-block.f{top:18%;left:42%;width:12%;height:10%;background:#0f172a12}.hero-map-road{position:absolute;background:#ffffffe6;box-shadow:0 0 0 1px #94a3b840}.hero-map-road.h1{top:32%;left:8%;right:12%;height:12px;border-radius:8px}.hero-map-road.h2{top:56%;left:10%;right:18%;height:12px;border-radius:8px}.hero-map-road.v1{top:12%;bottom:18%;left:46%;width:12px;border-radius:8px}.hero-map-road.v2{top:22%;bottom:14%;left:70%;width:12px;border-radius:8px}.hero-map-pin{width:16px;height:16px;background:#ef4444;border-radius:6px 6px 6px 0;transform:rotate(45deg);position:absolute;left:38%;top:42%;box-shadow:0 10px 20px #ef444459}.hero-map-line{position:absolute;right:12%;left:52%;height:10px;border-radius:999px;background:#0f172a14}.hero-map-line.short{top:18%;width:34%;left:auto;right:12%}.hero-map-line:nth-of-type(2){top:34%}.hero-map-line:nth-of-type(3){top:50%}.hero-demo-loader{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;gap:.65rem;padding:12px 14px;background:#fffffff2;border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 40px #0f172a1f}.loader-title{font-weight:650;color:var(--text)}.loader-sub{font-size:.85rem;color:var(--muted)}.hero-panel-mock.floating{position:absolute;top:10px;left:50%;transform:translate(-50%);max-width:560px;width:min(560px,100%);z-index:8;margin-top:0}.hero-demo-footnote{margin-top:.75rem;font-size:.78rem;color:var(--muted);max-width:1040px;width:100%;text-align:center}.hero-card{width:100%;max-width:560px;border-radius:1.5rem;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f4f7ff);color:var(--text);box-shadow:0 25px 70px #0f172a26;overflow:hidden;position:relative;align-self:flex-start}.hero-card-header{display:flex;gap:.3rem;padding:.7rem .9rem;align-items:center}.dot{width:10px;height:10px;border-radius:999px;display:inline-block}.dot.red{background:#f97373}.dot.yellow{background:#facc15}.dot.green{background:#22c55e}.hero-card-body{padding:.95rem 1.25rem 1.3rem;background:transparent;display:flex;flex-direction:column}.hero-switch-group{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;width:100%;margin-bottom:.75rem}.hero-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:linear-gradient(180deg,#fff,#f8fafc);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 10px 24px #0206171f;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;touch-action:manipulation}.hero-switch:hover{transform:translateY(-1px);background:linear-gradient(180deg,#fff,#f1f5f9);box-shadow:0 12px 26px #02061724}.hero-switch:active{transform:translateY(0) scale(.98);box-shadow:0 8px 18px #0206171f}.hero-switch:focus-visible{outline:none;box-shadow:0 0 0 3px #0f5cff40,0 10px 24px #0206171f}.hero-dots{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.9rem}.hero-dot{position:relative;width:22px;height:22px;border:none;background:transparent;padding:0;cursor:pointer}.hero-dot:after{content:"";width:8px;height:8px;border-radius:999px;border:1px solid rgba(148,163,184,.85);background:#f8fafc;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.hero-dot:hover:after{opacity:1;border-color:#94a3b8d9;box-shadow:0 0 0 3px #0f5cff14}.hero-dot.active:after{background:var(--primary);border-color:var(--primary);opacity:1;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 14px #0f5cff40}.hero-dot:focus-visible{outline:none}.hero-dot:focus-visible:after{opacity:1;box-shadow:0 0 0 3px #0f5cff40}.hero-review{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.9rem}.avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#38bdf8,#6366f1);flex:0 0 32px}.stars{font-size:.8rem;opacity:.9}.hero-review-text{font-size:.85rem;opacity:.9}@keyframes rcspin{to{transform:rotate(360deg)}}.rc-panel{--rc-bg: #ffffff;--rc-border: #e5e7eb;--rc-muted: #6b7280;--rc-text: #0f172a;--rc-accent: #2563eb;--rc-shadow: 0 12px 28px rgba(2, 6, 23, .08);background:var(--rc-bg);border:1px solid var(--rc-border);border-radius:16px;padding:14px;box-shadow:var(--rc-shadow);font:14px/1.45 Inter,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;color:var(--rc-text);width:100%;min-width:330px}.rc-panel.rc-panel-compact{font-size:13px;padding:12px}.hero-panel-mock{margin-top:1rem;width:100%;max-width:none}.hero-panel-mock.hero-panel-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;margin-top:0;width:min(560px,calc(100% - 24px));max-width:min(560px,calc(100% - 24px));min-width:min(330px,calc(100% - 24px));max-height:calc(100% - 24px);overflow:auto}.hero-flow-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted);margin-bottom:.7rem}.hero-flow-note span{display:inline-flex;align-items:center}.hero-arrow{font-size:1.1rem;color:var(--primary);font-weight:600}.hero-panel-note{margin-top:.6rem;font-size:.78rem;color:var(--muted)}.hero-image-card{display:flex;flex-direction:column;gap:.65rem}.hero-image-frame{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:#e5edff55;box-shadow:0 18px 36px #0f172a24}.hero-map-shot{display:block;width:100%;height:auto}.hero-image-caption{margin:0;font-size:.82rem;color:var(--muted)}.demo-panel{align-self:flex-start;width:100%;max-width:420px}.rc-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.rc-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem}.rc-dot{width:8px;height:8px;border-radius:999px;background:var(--rc-accent)}.rc-seg{display:inline-flex;flex-wrap:nowrap;border:1px solid var(--rc-border);border-radius:12px;overflow:hidden;background:#fff}.rc-seg button{padding:7px 9px;border:none;background:transparent;font:13px system-ui;cursor:pointer;transition:background .15s ease;white-space:nowrap}.rc-seg button.active{background:var(--rc-accent);color:#fff}.rc-panel.rc-panel-compact .rc-seg button{padding:6px 10px;font-size:12px}.rc-preview{border:1px solid var(--rc-border);border-radius:12px;padding:12px;background:#fff;white-space:pre-wrap;min-height:90px}.rc-preview p{margin:0}.rc-tone{font-size:.78rem;font-weight:600;color:var(--rc-accent);margin-bottom:.35rem}.rc-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.rc-primary,.rc-secondary{border-radius:10px;padding:10px 14px;font-size:.9rem;cursor:pointer;border:none;transition:transform .12s ease}.rc-primary{background:var(--rc-accent);color:#fff}.rc-secondary{border:1px solid var(--rc-border);background:#fff;color:var(--rc-text)}.rc-secondary.subtle{background:#f8fafc}.rc-primary:hover,.rc-secondary:hover{transform:translateY(-1px)}.rc-note{font-size:.75rem;color:var(--rc-muted);margin-top:.35rem}.section{padding:3rem 0}.section-alt{padding:3rem 0;background:#e5edff33}.section h2{font-size:1.6rem;margin-bottom:.4rem}.muted{color:var(--muted)}.muted.small{font-size:.85rem}.muted.tiny{font-size:.75rem}.center{text-align:center}.demo-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.1fr);gap:2rem;align-items:center}.list{list-style:none;padding:0;margin-top:1rem;font-size:.95rem;color:var(--muted)}.list li{position:relative;padding-left:1.25rem;margin-bottom:.4rem}.list li:before{content:"-";position:absolute;left:0;color:var(--primary)}.demo-caption{margin-top:1rem;font-size:.8rem;color:var(--muted)}.demo-placeholder{display:flex;justify-content:center}.demo-browser{width:100%;max-width:460px;border-radius:var(--radius-lg);background:var(--bg-alt);border:1px solid var(--border);box-shadow:0 18px 50px #0f172a1f;position:relative;overflow:visible}.demo-browser-header{padding:.6rem .9rem;border-bottom:1px solid var(--border);display:flex;gap:.3rem}.demo-browser-body{display:grid;grid-template-columns:1.1fr 1.2fr;gap:.75rem;padding:.75rem .9rem 1rem}.demo-map{height:110px;border-radius:.9rem;background:radial-gradient(circle at 20% 20%,#38bdf8,#1d4ed8);margin-bottom:.75rem}.demo-review-box{display:flex;gap:.6rem}.demo-avatar{width:26px;height:26px;border-radius:999px;background:#e2e8f0}.demo-review-lines{flex:1}.demo-stars{font-size:.7rem;color:#f59e0b;margin-bottom:.1rem}.demo-line{height:8px;border-radius:999px;background:#e2e8f0;margin-bottom:.2rem}.demo-line.short{width:60%}.demo-panel-title{font-size:.85rem;font-weight:600;margin-bottom:.4rem}.demo-chip-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem}.demo-chip{font-size:.7rem;border-radius:999px;border:1px solid var(--border);padding:.2rem .45rem;color:var(--muted)}.demo-chip.active{background:#e0edff;border-color:#bfdbfe;color:#1d4ed8}.demo-bubble{height:48px;border-radius:.9rem;background:#e2e8f0;margin-bottom:.4rem}.demo-bubble.small{height:26px}.demo-btn{margin-top:.4rem}.cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.card{background:var(--bg-alt);border-radius:var(--radius-md);border:1px solid var(--border);padding:1rem;box-shadow:0 10px 30px #0f172a0a}.card h3{font-size:1rem;margin-bottom:.4rem}.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quote{font-size:.9rem;color:var(--text)}.author{margin-top:.6rem;font-size:.8rem;color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem;margin-top:1.8rem}.plan-message{max-width:560px;margin:.8rem auto 0;padding:.65rem .9rem;border-radius:12px;border:1px solid transparent;font-size:.9rem;text-align:center}.plan-message-info{background:#eff6ff;color:#1e3a8a;border-color:#bfdbfe}.plan-message-success{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.plan-message-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.pricing-card{position:relative;padding-top:1.3rem}.pricing-card-pro{border-color:#bfdbfe;box-shadow:0 18px 50px #2563eb26}.badge-top{position:absolute;top:.6rem;right:.9rem;background:#e0edff;color:#1d4ed8;font-size:.7rem;padding:.15rem .5rem;border-radius:999px}.price{font-size:1.6rem;font-weight:700;margin:.2rem 0}.price span{font-size:.9rem;font-weight:400;color:var(--muted)}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:1.3rem}.step{background:var(--bg-alt);border-radius:var(--radius-md);border:1px dashed var(--border);padding:1rem}.step-number{width:26px;height:26px;border-radius:999px;background:#e0edff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.faq-item h3{font-size:1rem;margin-bottom:.4rem}.footer{margin-top:auto;border-top:1px solid var(--border);background:#f1f5f9;padding:1.2rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-links{display:flex;flex-wrap:wrap;gap:.9rem}.footer-links a{font-size:.8rem;color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--text)}.donut-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:2rem}.donut-card{background:var(--bg-alt);border-radius:var(--radius-md);border:1px solid var(--border);padding:1.5rem;box-shadow:0 18px 45px #0f172a14}.donut-chart{width:150px;height:150px;border-radius:50%;margin:0 auto .75rem;position:relative;display:flex;align-items:center;justify-content:center;isolation:isolate}.donut-chart:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:var(--bg-alt);box-shadow:inset 0 1px 5px #0f172a14,0 15px 30px #0f172a1f;border:1px solid rgba(148,163,184,.25);z-index:0}.donut-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:clamp(1.35rem,2.3vw,2.1rem);font-weight:700;letter-spacing:-.02em;color:var(--dark);z-index:1;text-shadow:0 2px 8px rgba(15,23,42,.18)}.donut-heading{font-size:.95rem;font-weight:600;margin:.2rem 0 .4rem}.donut-compare{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:.5rem}.donut-compare-item{text-align:center}.donut-compare-label{margin-top:.25rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);display:block}.donut-chart-secondary:after{background:#f8fafc}.donut-chart-accent:after{background:#f0fdf4}.proof-sources{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(148,163,184,.35);display:flex;gap:.75rem;align-items:flex-start;font-size:.8rem;color:var(--muted)}.proof-sources-icon{font-size:1.2rem;line-height:1}.proof-sources-list{display:flex;flex-wrap:wrap;gap:.6rem 1.25rem}.proof-sources-list p{margin:0;letter-spacing:.03em;text-transform:uppercase}.cards-grid-6{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.demo-section{background:linear-gradient(180deg,rgba(15,92,255,.05),transparent)}.demo-copy{max-width:520px}.demo-list{margin-top:1.25rem}.demo-highlights{display:flex;gap:1.2rem;margin:1.25rem 0;flex-wrap:wrap}.demo-highlight-value{font-size:1.4rem;font-weight:600;display:block}.demo-highlights p{margin:.2rem 0 0;color:var(--muted);font-size:.85rem}.demo-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1.5rem}.demo-actions .btn-secondary{border-style:dashed}.steps-grid-simple .step{display:flex;flex-direction:column;gap:.6rem}.step-screenshot{margin-top:.5rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-alt);padding:.9rem}.mini-browser{padding:0}.mini-browser-header{display:flex;gap:.3rem;padding-bottom:.5rem}.mini-browser-header span{width:10px;height:10px;border-radius:999px;background:var(--border)}.mini-browser-body{border-top:1px solid var(--border);padding-top:.75rem}.mini-extension-card{border-radius:var(--radius-md);border:1px dashed var(--border);padding:.75rem;text-align:center}.mini-line{display:block;height:8px;border-radius:999px;background:#e2e8f0;margin:0 auto .35rem;width:80%}.mini-line.short{width:55%}.mini-connect{display:inline-flex;padding:.3rem .9rem;border-radius:999px;background:#e0edff;color:#1d4ed8;font-size:.75rem;font-weight:600}.mini-reply{display:flex;flex-direction:column;gap:.55rem}.mini-reviewer{display:flex;gap:.5rem;align-items:center}.mini-avatar{width:32px;height:32px;border-radius:50%;background:#cbd5f5}.mini-review-lines{flex:1}.mini-stars{display:block;width:70px;height:10px;background:linear-gradient(90deg,#facc15,#f97316);border-radius:999px;margin-bottom:.3rem}.mini-input{padding:.7rem;border-radius:var(--radius-md);border:1px dashed var(--border)}.mini-chip{align-self:flex-end;padding:.2rem .8rem;border-radius:999px;background:#0f5cff;color:#fff;font-size:.75rem;font-weight:600}.step-panel{margin-top:.5rem;box-shadow:0 12px 30px #0f172a1f}@media (max-width: 900px){.hero-inner,.demo-grid,.cards-grid,.testimonials-grid,.pricing-grid,.steps-grid,.faq-grid{grid-template-columns:minmax(0,1fr)}.hero-demo-grid{grid-template-columns:minmax(0,1fr);min-height:auto}.hero-demo-grid.list-collapsed{grid-template-columns:minmax(0,1fr)}.hero-demo-map{min-height:300px}.hero-demo-frame{min-width:auto;max-width:100%}.hero{padding-top:2.5rem}.top-bar-inner{justify-content:space-between}.nav{display:none}}@media (max-width: 560px){.rc-seg{flex-wrap:wrap;width:100%;justify-content:center}.rc-seg button{flex:1 1 50%;text-align:center}}@media (max-width: 640px){.section{padding:2.4rem 0}.hero-card{max-width:360px}}.hero-label{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#64748b}.impact{background:radial-gradient(circle at top,rgba(15,92,255,.08),transparent 55%)}.impact-header{max-width:640px;margin:0 auto 1.5rem;text-align:center}.section-label{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--muted)}.proof-cta{margin-top:1.5rem;text-align:center}.proof-cta .btn{padding:.8rem 1.8rem}.zero-risk{margin-top:2rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:1.5rem;box-shadow:0 18px 45px #0f172a14}.zero-risk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.zero-risk-grid strong{display:block;font-size:.95rem}.zero-risk-grid p{margin:.2rem 0 0;color:var(--muted);font-size:.85rem}.sticky-cta{position:fixed;bottom:16px;left:0;right:0;padding:0 1rem;pointer-events:none;display:none}.sticky-cta .btn{width:100%;pointer-events:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0206178c;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{width:min(460px,100%);border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:0 24px 70px #02061740}.modal-header,.modal-body,.modal-footer{padding:1rem 1.15rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.15rem}.modal-close-button{border:none;background:transparent;color:var(--muted);font-size:.9rem;font-weight:700;cursor:pointer}.modal-close-button:hover{color:var(--text)}.modal-body{display:grid;gap:.7rem}.account-email{margin:0;word-break:break-word}.account-status-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.account-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .65rem;font-size:.76rem;font-weight:700;letter-spacing:.02em}.account-status-badge-trial{background:#eff6ff;color:#1d4ed8}.account-status-badge-pro{background:#ecfdf3;color:#166534}.account-status-badge-expired{background:#fef2f2;color:#991b1b}.account-status-badge-none{background:#f1f5f9;color:#334155}.account-status-detail{color:var(--muted);font-size:.88rem}.modal-footer{border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.7rem;flex-wrap:wrap}@media (max-width: 640px){.sticky-cta{display:block}.modal-footer .btn{width:100%}}.hero-card-title{margin-left:auto;font-size:.8rem;color:var(--muted)}
