*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #1a0000;--accent: #ff3333;--accent-dim: rgba(255, 51, 51, .15);--text: #e0e0e0;--text-muted: #aaaaaa;--surface: #2a0000;--border: #3a1111;--font: "Segoe UI", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none}.site-header{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem 1rem 1rem;border-bottom:1px solid var(--border)}.logo-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem}.logo-wrap svg{filter:drop-shadow(0 0 12px var(--accent))}.brand-name{font-size:1.5rem;font-weight:700;letter-spacing:.15em;color:var(--accent);text-transform:uppercase}.hero{text-align:center;padding:4rem 1.5rem 3rem;max-width:720px;margin:0 auto}.hero h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.hero h1 .accent{color:var(--accent)}.hero p{font-size:1.15rem;color:var(--text-muted);max-width:560px;margin:0 auto}section{max-width:900px;margin:0 auto;padding:3rem 1.5rem}section h2{font-size:1.75rem;color:#fff;margin-bottom:1.5rem;text-align:center}#services .service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}#services .service-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:border-color .2s}#services .service-card:hover{border-color:var(--accent)}#services .service-card .service-icon{display:block;font-size:2rem;margin-bottom:.75rem}#services .service-card h3{color:var(--accent);margin-bottom:.5rem;font-size:1.1rem}#services .service-card p{color:var(--text-muted);font-size:.95rem}#intake{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:560px;margin:0 auto 3rem;padding:2.5rem 2rem}#intake h2{margin-bottom:.5rem}#intake p.subtitle{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.25rem}.form-group label{font-size:.9rem;color:var(--text);margin-bottom:.35rem}.form-group input{background:#1a0505;border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem;color:var(--text);font-size:1rem;font-family:var(--font);transition:border-color .2s}.form-group input::placeholder{color:var(--text-muted)}.form-group input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.field-error{font-size:.8rem;color:#ff6b6b;min-height:1.2em;margin-top:.25rem}.form-error{display:block;font-size:.85rem;color:#ff6b6b;text-align:center;min-height:1.2em;margin-bottom:.75rem}.form-checkbox{margin-bottom:1rem}.form-checkbox label{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--text-muted);cursor:pointer;line-height:1.4}.form-checkbox input[type=checkbox]{margin-top:.15rem;accent-color:var(--accent);flex-shrink:0}.form-legal{font-size:.8rem;color:var(--text-muted);text-align:center;margin-bottom:1rem;line-height:1.4}.form-legal a{color:var(--accent);text-decoration:underline}.a2p-disclaimer{background:#ffc83214;border:1px solid rgba(255,200,50,.3);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem}.a2p-disclaimer p{font-size:.8rem;color:#fc3;line-height:1.5;margin:0}.a2p-disclaimer strong{color:#fd5}.btn-submit{display:block;width:100%;padding:.75rem;background:var(--accent);color:#000;font-size:1rem;font-weight:600;font-family:var(--font);border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s}.btn-submit:hover{background:#f55;transform:translateY(-1px)}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.generating-state{text-align:center;padding:2rem 0}.spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.generating-text{font-size:1.15rem;color:var(--accent);margin-bottom:.5rem}.generating-lead-id{font-size:.8rem;color:var(--text-muted)}.results-section{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:560px;margin:0 auto 3rem;padding:2.5rem 2rem;text-align:center}.results-section h2{margin-bottom:1.5rem}.results-card{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.result-item{display:flex;flex-direction:column;gap:.35rem}.result-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.result-link{font-size:1.1rem;color:var(--accent);font-weight:600}.result-phone{font-size:1.1rem;color:var(--text);font-weight:600}.error-section{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:560px;margin:0 auto 3rem;padding:2.5rem 2rem;text-align:center}.error-section h2{color:#ff6b6b;margin-bottom:1rem}.error-message{color:var(--text-muted);margin-bottom:1.5rem}.site-footer{text-align:center;padding:2rem 1rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}.glow{text-shadow:0 0 8px var(--accent),0 0 20px rgba(255,51,51,.3)}.promo-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.promo-overlay[hidden]{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.promo-popup{background:var(--surface);border:2px solid var(--accent);border-radius:16px;padding:2.5rem 2rem;max-width:420px;width:90%;text-align:center;position:relative;box-shadow:0 0 40px #ff333340;animation:popIn .3s ease}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.promo-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;line-height:1;transition:color .2s}.promo-close:hover{color:#fff}.promo-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.1em;padding:.3rem .75rem;border-radius:20px;margin-bottom:1rem}.promo-headline{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:.75rem}.promo-body{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.promo-cta{max-width:280px;margin:0 auto}.promo-mini{position:fixed;top:1rem;right:1rem;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;cursor:pointer;animation:promoFloat 3s ease-in-out infinite}.promo-mini[hidden]{display:none}@keyframes promoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.promo-mini-robot{display:flex;align-items:center;gap:.5rem}.robot-wave{font-size:4rem;animation:robotWave 1s ease-in-out infinite;transform-origin:bottom center}@keyframes robotWave{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-10deg)}}.robot-speech{background:#fff;color:#1a0000;padding:.7rem 1.1rem;border-radius:12px 12px 0;font-size:1rem;font-weight:700;box-shadow:0 4px 15px #0000004d;position:relative;animation:speechPop 2s ease-in-out infinite}@keyframes speechPop{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.robot-speech:after{content:"";position:absolute;bottom:0;right:-8px;width:0;height:0;border:8px solid transparent;border-left-color:#fff;border-bottom-color:#fff}.promo-mini-offer{display:flex;align-items:center;gap:.7rem;background:linear-gradient(135deg,red,#c00);padding:1.1rem 2rem;border-radius:14px;box-shadow:0 4px 25px #f009,0 0 50px #ff33334d;border:2px solid rgba(255,255,255,.4);animation:offerPulse 1.5s ease-in-out infinite}@keyframes offerPulse{0%,to{box-shadow:0 4px 25px #f009,0 0 50px #ff33334d}50%{box-shadow:0 8px 40px #f00c,0 0 80px #ff333380}}.promo-mini-badge{background:#fff;color:#c00;font-size:.6rem;font-weight:800;padding:.2rem .5rem;border-radius:4px;letter-spacing:.05em}.promo-mini-price{color:#fff;font-size:1.6rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.3)}.promo-mini-arrow{color:#fff;font-size:1.6rem;animation:arrowBounce .8s ease-in-out infinite}@keyframes arrowBounce{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.promo-mini:hover .promo-mini-offer{transform:scale(1.05);box-shadow:0 8px 40px #ff0000e6,0 0 80px #f339}.debug-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.debug-overlay[hidden]{display:none}.debug-modal{background:#1a0505;border:1px solid var(--accent);border-radius:12px;max-width:800px;width:100%;max-height:85vh;display:flex;flex-direction:column}.debug-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.debug-header h2{font-size:1.1rem;margin:0;text-align:left}.debug-body{padding:1.5rem;overflow-y:auto;flex:1}.debug-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.debug-section:last-child{border-bottom:none;margin-bottom:0}.debug-section h3{color:var(--accent);font-size:.95rem;margin-bottom:.5rem}.debug-section pre{background:#0d0000;border:1px solid var(--border);border-radius:8px;padding:.75rem;font-size:.8rem;color:var(--text);overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto;margin-bottom:.5rem}.debug-timestamp{font-size:.75rem;color:var(--text-muted)}.legal-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.legal-page h1{font-size:2rem;color:#fff;text-align:center;margin-bottom:.5rem}.legal-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.legal-section{margin-bottom:2rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.legal-section h2{font-size:1.15rem;color:var(--accent);margin-bottom:.75rem;text-align:left}.legal-section p{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.legal-section p:last-child{margin-bottom:0}
