*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5;font-size:16px}.container{max-width:900px;margin:0 auto;padding:0 1.5rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:6px;border:none;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-ghost{background:transparent;color:#64748b}.btn-ghost:hover:not(:disabled){color:#1e293b}.input{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;outline:none}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.success{color:#16a34a;font-size:.875rem;margin-top:.5rem}.label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem;display:block}.form-group{margin-bottom:1rem}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-active{background:#dcfce7;color:#16a34a}.badge-trial{background:#fef9c3;color:#854d0e}.badge-inactive{background:#f1f5f9;color:#64748b}.alert-item{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:.5rem;font-size:.875rem}.section-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.divider{border:none;border-top:1px solid #e2e8f0;margin:1rem 0}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.auth-card{width:100%;max-width:400px;padding:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.auth-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.auth-subtitle{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.lp{--lp-ink: #0f1c1a;--lp-muted: #5a6b68;--lp-line: #e3e8e6;--lp-bg: #fbfcfb;--lp-panel: #ffffff;--lp-accent: #0d7a6f;--lp-accent-dk: #0a625a;--lp-amber: #c2410c;--lp-amber-bg: #fff4ed;--lp-radius: 12px;--lp-maxw: 1080px;color:var(--lp-ink);background:var(--lp-bg);font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.lp ::selection{background:#0d7a6f22}.lp-wrap{max-width:var(--lp-maxw);margin:0 auto;padding:0 1.5rem}.lp-nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0}.lp-brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:var(--lp-ink);text-decoration:none}.lp-brand-mark{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--lp-ink);color:#fff}.lp-nav-links{display:flex;align-items:center;gap:1.5rem}.lp-nav-link{color:var(--lp-muted);text-decoration:none;font-size:.95rem;font-weight:500}.lp-nav-link:hover{color:var(--lp-ink)}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.4rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .08s ease,background .15s ease,box-shadow .15s ease;white-space:nowrap}.lp-btn:active{transform:translateY(1px)}.lp-btn-primary{background:var(--lp-accent);color:#fff;box-shadow:0 1px #0d7a6f59,0 8px 24px -12px #0d7a6fb3}.lp-btn-primary:hover{background:var(--lp-accent-dk)}.lp-btn-ghost{background:transparent;color:var(--lp-ink);border-color:var(--lp-line)}.lp-btn-ghost:hover{border-color:#c9d2cf;background:#fff}.lp-btn-sm{padding:.55rem 1rem;font-size:.9rem;border-radius:8px}.lp-hero{padding:3.5rem 0 4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}.lp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--lp-amber);background:var(--lp-amber-bg);border:1px solid #f6d9c8;padding:.35rem .7rem;border-radius:999px}.lp-h1{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.05;letter-spacing:-.03em;font-weight:800;margin:1.1rem 0 0}.lp-h1 .lp-amount{color:var(--lp-amber);font-variant-numeric:tabular-nums;white-space:nowrap}.lp-sub{font-size:1.2rem;line-height:1.5;color:var(--lp-muted);margin:1.25rem 0 2rem;max-width:34ch}.lp-cta-row{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.lp-cta-note{margin-top:1rem;font-size:.85rem;color:var(--lp-muted)}.lp-hero-visual{position:relative}.lp-mock{background:var(--lp-panel);border:1px solid var(--lp-line);border-radius:var(--lp-radius);box-shadow:0 24px 60px -32px #0f1c1a66;overflow:hidden}.lp-mock-bar{display:flex;align-items:center;gap:.4rem;padding:.7rem .9rem;border-bottom:1px solid var(--lp-line);background:#f7faf9}.lp-dot{width:10px;height:10px;border-radius:50%;background:#d4dcd9}.lp-mock-body{padding:1.25rem}.lp-mock-alert{display:flex;gap:.75rem;align-items:flex-start;background:var(--lp-amber-bg);border:1px solid #f6d9c8;border-radius:10px;padding:.85rem .9rem;margin-bottom:1rem}.lp-mock-alert-title{font-weight:700;font-size:.95rem;color:var(--lp-amber)}.lp-mock-alert-text{font-size:.82rem;color:#8a4a2b;margin-top:.15rem}.lp-meter-row{display:flex;justify-content:space-between;font-size:.8rem;color:var(--lp-muted);margin-bottom:.4rem}.lp-meter-row strong{color:var(--lp-ink);font-variant-numeric:tabular-nums}.lp-meter{height:9px;border-radius:999px;background:#eef2f1;overflow:hidden;margin-bottom:1.1rem}.lp-meter-fill{height:100%;width:112%;background:linear-gradient(90deg,var(--lp-accent),var(--lp-amber) 88%)}.lp-mock-kill{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem;border-radius:9px;background:var(--lp-ink);color:#fff;font-weight:700;font-size:.95rem}.lp-mock-foot{text-align:center;font-size:.72rem;color:var(--lp-muted);margin-top:.6rem}.lp-section{padding:4rem 0}.lp-section--alt{background:var(--lp-panel);border-top:1px solid var(--lp-line);border-bottom:1px solid var(--lp-line)}.lp-kicker{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-accent);margin-bottom:.6rem}.lp-h2{font-size:clamp(1.6rem,3.5vw,2.2rem);letter-spacing:-.02em;font-weight:800;line-height:1.1;margin-bottom:.6rem}.lp-lead{color:var(--lp-muted);font-size:1.05rem;max-width:52ch}.lp-section-head{margin-bottom:2.5rem}.lp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.lp-feature{background:var(--lp-bg);border:1px solid var(--lp-line);border-radius:var(--lp-radius);padding:1.6rem}.lp-section--alt .lp-feature{background:var(--lp-bg)}.lp-feature-icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:11px;background:#e7f3f1;color:var(--lp-accent-dk);margin-bottom:1rem}.lp-feature-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.4rem}.lp-feature-text{color:var(--lp-muted);font-size:.95rem;line-height:1.55}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;counter-reset:step}.lp-step{position:relative;padding:1.5rem 1.4rem;border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:var(--lp-bg)}.lp-step-num{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--lp-ink);color:#fff;font-weight:700;font-size:.9rem;margin-bottom:.85rem}.lp-step-title{font-weight:700;margin-bottom:.3rem}.lp-step-text{color:var(--lp-muted);font-size:.92rem;line-height:1.5}.lp-price-wrap{display:flex;justify-content:center}.lp-price-card{width:100%;max-width:420px;background:var(--lp-panel);border:1px solid var(--lp-line);border-radius:16px;padding:2.25rem;box-shadow:0 30px 70px -40px #0f1c1a73;text-align:center}.lp-price-tag{display:flex;align-items:baseline;justify-content:center;gap:.35rem;margin:.5rem 0 .25rem}.lp-price-num{font-size:3.2rem;font-weight:800;letter-spacing:-.04em}.lp-price-per{color:var(--lp-muted);font-size:1.05rem;font-weight:600}.lp-price-trial{color:var(--lp-accent-dk);font-weight:600;font-size:.95rem;margin-bottom:1.5rem}.lp-price-list{list-style:none;text-align:left;margin:0 0 1.75rem;display:grid;gap:.7rem}.lp-price-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem;color:var(--lp-ink)}.lp-check{color:var(--lp-accent);flex-shrink:0;margin-top:1px}.lp-price-card .lp-btn{width:100%}.lp-price-sub{font-size:.82rem;color:var(--lp-muted);margin-top:.9rem}.lp-faq{display:grid;gap:.75rem;max-width:760px;margin:0 auto}.lp-faq-item{border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:var(--lp-bg);padding:1.2rem 1.4rem}.lp-faq-q{font-weight:700;font-size:1.02rem;margin-bottom:.45rem}.lp-faq-a{color:var(--lp-muted);font-size:.95rem;line-height:1.6}.lp-final{text-align:center;background:var(--lp-ink);color:#fff;border-radius:18px;padding:3rem 2rem;margin:1rem 0}.lp-final .lp-h2{color:#fff}.lp-final p{color:#b9c7c3;max-width:46ch;margin:.6rem auto 1.75rem}.lp-final .lp-btn-primary{box-shadow:none}.lp-footer{border-top:1px solid var(--lp-line);padding:2.5rem 0}.lp-footer-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.lp-footer-built{font-size:.85rem;color:var(--lp-muted)}.lp-footer-built .lp-pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--lp-accent);margin-right:.4rem;vertical-align:middle}.lp-footer-links{display:flex;gap:1.25rem;font-size:.85rem}.lp-footer-links a{color:var(--lp-muted);text-decoration:none}.lp-footer-links a:hover{color:var(--lp-ink)}@media (max-width: 860px){.lp-hero{grid-template-columns:1fr;gap:2.5rem;padding-top:2rem}.lp-grid-3,.lp-steps{grid-template-columns:1fr}.lp-nav-links .lp-nav-link{display:none}.lp-sub{max-width:none}}
