:root{--maxw:1080px;--brand:#2563eb;--green:#16a34a;--red:#dc2626;--dark:#0f172a}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#0b1220;background:#f8f9fa}a{color:#0b63ff;text-decoration:none}a:hover{text-decoration:underline}.topbar{border-bottom:1px solid #eee;background:#fff}.topbar-inner{max-width:var(--maxw);margin:0 auto;padding:14px 16px;justify-content:space-between}.logo,.topbar-inner{display:flex;align-items:center}.logo{font-weight:700;gap:8px}.logo-icon{width:24px;height:24px;object-fit:contain}.dot{display:inline-block;width:8px;height:8px;background:#16a34a;border-radius:50%;margin-right:8px;position:relative;top:-1px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(22,163,74,.7)}50%{opacity:.7;box-shadow:0 0 0 4px rgba(22,163,74,0)}}.phone{font-weight:700;color:#1d4ed8}.container{max-width:var(--maxw);margin:0 auto;padding:24px 16px}.hero{padding:36px 0 0}.h1{font-size:clamp(36px,5.5vw,64px);line-height:1.05;font-weight:800;margin:0 0 8px}.u{text-decoration:underline;text-decoration-thickness:6px;text-underline-offset:6px}.red{color:var(--red)}.green{color:var(--green)}.purp{color:#7c3aed}.blue{color:#1d4ed8}.hero-sub{color:#374151;margin:8px 0 12px}.hero-time{color:#6b7280}.cta{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:#1d4ed8;color:#fff;border-radius:999px;font-weight:700}.cta:hover{opacity:.9}.trust-indicator{text-align:center;margin:20px 0}.trust-indicator .stars{color:#09ad66;font-weight:700;letter-spacing:3px;font-size:1.8rem;margin-bottom:8px}.trust-indicator div:last-child{color:#444;font-size:13px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin:22px 0 30px;align-items:start}.benefit{display:flex;align-items:flex-start;font-size:13px;color:#444}.benefit-check{flex:0 0 33%;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:999px;border:1px solid #d1d5db;margin-right:10px;flex-shrink:0}.benefit-text{flex:0 0 66%}.benefit-keyword{font-weight:700;font-size:14px;color:#333;margin-bottom:3px;line-height:1.2}.benefit-description{font-size:12px;color:#666;line-height:1.3}.stars{color:#09ad66;font-weight:700;letter-spacing:3px;font-size:1.8rem}@media screen and (max-width:768px){.hero{display:flex;flex-direction:column;align-items:center;gap:20px}.hero .hero-sub,.hero .hero-time{margin-bottom:0!important;margin-top:0!important}.hero .cta{order:1;margin-bottom:0!important}.hero .trust-indicator{order:2;margin:0!important}.hero .benefits{order:3;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;width:100%;max-width:400px;margin-top:0!important}.hero .benefits .benefit{text-align:left;display:flex;align-items:flex-start;gap:10px;font-size:14px}.hero .benefits .benefit .benefit-check{margin-bottom:0;flex-shrink:0}.hero .benefits .benefit .benefit-keyword{font-size:16px}.hero .benefits .benefit .benefit-description{font-size:13px}.hero .heroimg-wrap{order:4}}.heroimg-wrap{margin:14px auto 30px;overflow:hidden;aspect-ratio:16/9;position:relative;background-color:#f3f4f6}.heroimg,.heroimg-wrap{width:100%;border-radius:20px}.heroimg{height:100%;display:block;object-fit:cover}.section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin:18px 0}.section h2{margin:6px 0 12px;font-size:28px}.section h3{margin:8px 0;font-size:22px}.leadlist{margin:0;padding-left:20px}.leadlist li{margin:8px 0}.mapwrap{position:relative;border-radius:12px;overflow:hidden}.map{width:100%;height:360px;border:0;display:block}.circle{position:absolute;width:480px;height:480px;border-radius:50%;left:calc(50% - 240px);top:calc(50% - 240px);background:rgba(220,38,38,.18);border:2px solid rgba(220,38,38,.5);pointer-events:none}.twocol{display:grid;grid-template-columns:1fr;grid-gap:8px 40px;gap:8px 40px}@media (min-width:900px){.twocol{grid-template-columns:1fr 1fr}}.bottomcta{background:var(--dark);color:#e5e7eb;padding:38px 0;margin-top:32px}.bottomcta h2{margin:0 0 8px;font-size:clamp(28px,4vw,44px)}.pill{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:#2563eb;color:#fff;border-radius:999px;font-weight:700}.cta-trust-indicators{margin-top:24px;text-align:center}.cta-stars{color:#fbbf24;font-size:24px;margin-bottom:16px;letter-spacing:2px}.cta-benefits{flex-direction:column}.cta-benefit,.cta-benefits{display:flex;gap:8px;align-items:center}.cta-benefit{font-size:14px;color:#374151}.cta-check{color:#16a34a;font-weight:700;font-size:16px}.info{color:#cbd5e1;font-size:14px}.small{color:#6b7280;font-size:13px}.m0{margin:0}.mb6{margin-bottom:6px}.mb12{margin-bottom:12px}.mb16{margin-bottom:16px}.mt16{margin-top:16px}.mt24{margin-top:24px}.modal{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.45);display:grid;place-items:center;padding:16px}.modal-card{width:100%;max-width:720px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.2);padding:18px}.modal-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.modal-x{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}.modal-steps{font-size:13px;color:#6b7280}.grid-2{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}@media (min-width:620px){.grid-2{grid-template-columns:1fr 1fr}}.btn-opt{padding:12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.btn-opt:hover{background:#f8fafc}.btn-link{background:none;border:0;color:#2563eb;cursor:pointer;padding:0}.btn-primary{padding:10px 14px;border-radius:10px;border:1px solid #111;background:#111;color:#fff;cursor:pointer}.zip-row{display:flex;gap:10px;align-items:center}.zip-input{flex:1 1;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:16px}.err{color:#dc2626;font-size:13px}.center{text-align:center}.mt6{margin-top:6px}.site-footer{background:#374151;color:#fff;padding:40px 0;margin-top:32px}.site-footer .copyright{font-size:16px;font-weight:500;margin-bottom:20px}.site-footer .disclaimer{font-size:14px;line-height:1.6;margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto}.site-footer .footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.site-footer .footer-link{color:#3b82f6;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s ease}.site-footer .footer-link:hover{color:#60a5fa;text-decoration:underline}.how-it-works{margin-top:32px}.step{display:flex;align-items:flex-start;gap:20px;margin-bottom:32px}.step:last-child{margin-bottom:0}.step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#2563eb;color:#fff;border-radius:50%;font-weight:700;font-size:18px;flex-shrink:0}.step-content h3{margin:0 0 8px;font-size:20px;font-weight:600;color:#1f2937}.step-content p{margin:0;color:#6b7280;line-height:1.6}@media screen and (max-width:768px){.step{gap:16px;margin-bottom:24px}.step-number{width:36px;height:36px;font-size:16px}.step-content h3{font-size:18px}.step-content p{font-size:14px}}.privacy-content{max-width:800px;margin:0 auto;line-height:1.6}.privacy-content h3{color:#1f2937;font-size:20px;font-weight:600;margin:32px 0 16px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.privacy-content h3:first-of-type{margin-top:24px}.privacy-content p{margin:0 0 16px;color:#374151;font-size:16px}.privacy-content p:last-child{margin-bottom:0}:root{--admin-bg:#fff;--admin-text:#0b1220;--admin-text-secondary:#666;--admin-border:#e8e8e8;--admin-primary:#1890ff;--admin-card-bg:#fff;--admin-input-bg:#fff;--admin-input-border:#d1d5db;--admin-page-bg:#f5f5f5;--admin-label:#0b1220}[data-theme=dark]{--admin-bg:#000;--admin-text:#fff;--admin-text-secondary:#ccc;--admin-border:#333;--admin-primary:#4a9eff;--admin-card-bg:#1a1a1a;--admin-input-bg:#0f0f0f;--admin-input-border:#404040;--admin-page-bg:#000;--admin-label:#fff}[data-theme=dark] body:has(.admin-header){background-color:var(--admin-page-bg)!important;color:var(--admin-text)!important}[data-theme=dark] .admin-header{background-color:var(--admin-bg)!important;border-bottom-color:var(--admin-border)!important}[data-theme=dark] main[style*=background-color]{background-color:var(--admin-page-bg)!important}[data-theme=dark] .admin-content,[data-theme=dark] .bg-white,[data-theme=dark] [style*="background-color: #fff"],[data-theme=dark] [style*="background-color: #ffffff"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background-color:#fff"],[data-theme=dark] [style*="background-color:#ffffff"],[data-theme=dark] [style*="backgroundColor: #fff"],[data-theme=dark] [style*="backgroundColor: #ffffff"],[data-theme=dark] [style*="backgroundColor: white"],[data-theme=dark] [style*="backgroundColor:#fff"],[data-theme=dark] [style*="backgroundColor:#ffffff"],[data-theme=dark] div[style*=backgroundColor],[data-theme=dark] div[style*=background],[data-theme=dark] section{background-color:var(--admin-card-bg)!important;color:var(--admin-text)!important;border-color:var(--admin-border)!important}[data-theme=dark] main[style*="background-color: #f5f5f5"],[data-theme=dark] main[style*="backgroundColor: #f5f5f5"]{background-color:var(--admin-page-bg)!important}[data-theme=dark] div,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] label,[data-theme=dark] p,[data-theme=dark] span,[data-theme=dark] td,[data-theme=dark] th{color:var(--admin-text)!important}[data-theme=dark] label,[data-theme=dark] label[style*=font-weight]{color:var(--admin-label)!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background-color:var(--admin-input-bg)!important;border-color:var(--admin-input-border)!important;color:var(--admin-text)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--admin-text-secondary)!important}[data-theme=dark] table{color:var(--admin-text)}[data-theme=dark] table th{background-color:var(--admin-card-bg)!important}[data-theme=dark] table tr:hover{background-color:var(--admin-input-bg)!important}[data-theme=dark] button:not(.theme-toggle){background-color:var(--admin-primary)!important;color:#fff!important;border-color:var(--admin-primary)!important}[data-theme=dark] .theme-toggle{background-color:var(--admin-card-bg)!important;border-color:var(--admin-border)!important;color:var(--admin-text)!important}[data-theme=dark] .theme-toggle:hover{background-color:var(--admin-input-bg)!important;border-color:var(--admin-primary)!important}[data-theme=dark] .admin-header a{color:var(--admin-text)!important}[data-theme=dark] .admin-header a:hover,[data-theme=dark] a:not(.admin-header a){color:var(--admin-primary)!important}[data-theme=dark] [style*="background-color: #b7eb8f"],[data-theme=dark] [style*="background-color: #e6ffed"]{background-color:#1a3a1a!important;border-color:#2d5a2d!important;color:#90ee90!important}[data-theme=dark] [style*="background-color: #ffd591"],[data-theme=dark] [style*="background-color: #fff7e6"]{background-color:#3a2a1a!important;border-color:#5a4a2d!important;color:gold!important}[data-theme=dark] [style*="background-color: #91caff"],[data-theme=dark] [style*="background-color: #e6f4ff"]{background-color:#1a2a3a!important;border-color:#2d4a5a!important;color:#90caff!important}[data-theme=dark] [style*="background-color: #ffa39e"],[data-theme=dark] [style*="background-color: #fff1f0"]{background-color:#3a1a1a!important;border-color:#5a2d2d!important;color:#f99!important}[data-theme=dark] [style*="background-color: #91caff"] *,[data-theme=dark] [style*="background-color: #b7eb8f"] *,[data-theme=dark] [style*="background-color: #e6f4ff"] *,[data-theme=dark] [style*="background-color: #e6ffed"] *,[data-theme=dark] [style*="background-color: #ffa39e"] *,[data-theme=dark] [style*="background-color: #ffd591"] *,[data-theme=dark] [style*="background-color: #fff1f0"] *,[data-theme=dark] [style*="background-color: #fff7e6"] *{color:inherit!important}[data-theme=dark] code,[data-theme=dark] pre{border-color:var(--admin-border)!important}[data-theme=dark] code,[data-theme=dark] pre,[data-theme=dark] table{background-color:var(--admin-card-bg)!important;color:var(--admin-text)!important}[data-theme=dark] table th{background-color:var(--admin-input-bg)!important}[data-theme=dark] table td,[data-theme=dark] table th{color:var(--admin-text)!important;border-color:var(--admin-border)!important}[data-theme=dark] table td{background-color:var(--admin-card-bg)!important}[data-theme=dark] table tr:hover td{background-color:var(--admin-input-bg)!important}[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background-color:white"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background:white"],[data-theme=dark] [style*="backgroundColor: white"],[data-theme=dark] [style*="backgroundColor:white"]{background:var(--admin-card-bg)!important;background-color:var(--admin-card-bg)!important}[data-theme=dark] main>div>div>section,[data-theme=dark] main>div>section{background-color:var(--admin-card-bg)!important;color:var(--admin-text)!important}[data-theme=dark] button[style*="background: #fff"],[data-theme=dark] button[style*="background: white"],[data-theme=dark] button[style*="background:#fff"]{background:var(--admin-input-bg)!important;background-color:var(--admin-input-bg)!important;color:var(--admin-text)!important}[data-theme=dark] td[style*="background: #f0f0f0"],[data-theme=dark] td[style*="background: #fffbe6"],[data-theme=dark] td[style*="background:#f0f0f0"],[data-theme=dark] td[style*="background:#fffbe6"]{background:var(--admin-input-bg)!important;background-color:var(--admin-input-bg)!important}[data-theme=dark] .download-template-btn,[data-theme=dark] a[download],[data-theme=dark] a[href*="upload-template.csv"]{color:#fff!important;background-color:#1890ff!important}[data-theme=dark] .download-template-btn:hover,[data-theme=dark] a[download]:hover,[data-theme=dark] a[href*="upload-template.csv"]:hover{color:#000!important;background-color:#fff!important}