:root{--bg:#fff;--bg-soft:#f8fafc;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#dbeafe;--dark:#0a0f1a;--green:#16a34a;--amber:#d97706;--red:#dc2626;--container:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.section{padding:5rem 0}.centered{text-align:center;margin-left:auto;margin-right:auto}.navbar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffe6;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;min-height:64px;display:flex}.logo,.footer-brand{align-items:center;gap:.65rem;font-weight:700;display:flex}.logo-icon{background:var(--primary);color:#fff;border-radius:8px;place-items:center;width:30px;height:30px;font-size:.85rem;font-weight:800;display:grid}.nav-links{align-items:center;gap:1.25rem;display:flex}.nav-links a:not(.btn){color:var(--muted);font-size:.95rem}.hero{padding:6rem 0 3rem}.hero-badge,.section-label,.step-label,.audience-tag,.pricing-name,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.hero-badge{background:var(--primary-soft);color:var(--primary-dark);border-radius:999px;margin-bottom:1rem;padding:.45rem .8rem;font-size:.75rem;display:inline-block}.hero h1,.section-title,.final-cta h2{letter-spacing:-.03em;line-height:1.05}.hero h1{max-width:760px;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.5rem)}.hero h1 span{color:var(--primary)}.hero-sub,.section-desc,.problem-card p,.step-card p,.audience-card p,.faq-card p,.pricing-copy{color:var(--muted);line-height:1.65}.hero-sub{max-width:700px;margin-bottom:1.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;align-items:stretch;gap:.9rem;display:flex}.hero-actions .btn{white-space:nowrap}@media (width<=600px){.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}}.btn{font-family:inherit;font-weight:600;font-size:inherit;line-height:inherit;cursor:pointer;appearance:none;text-align:center;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1.2rem;display:inline-flex}.btn-sm{border-radius:10px;padding:.6rem .9rem;font-size:.9rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{border-color:var(--border);background:#fff}.full-width{width:100%;margin-top:auto;padding-top:1rem}.proof-bar{grid-template-columns:repeat(4,1fr);gap:1rem;padding-bottom:3rem;display:grid}.proof-item{color:var(--muted);flex-direction:column;gap:.25rem;display:flex}.proof-item strong{color:var(--text);font-size:1.2rem}.problem-section{background:var(--bg-soft);padding:5rem 0}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;font-size:.72rem}.section-title{max-width:760px;margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,3rem)}.section-desc{max-width:640px;margin-bottom:2rem}.problem-grid,.audience-grid,.pricing-grid,.report-preview{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.problem-stats{gap:1rem;display:grid}.stat-card,.problem-card,.step-card,.audience-card,.pricing-card,.faq-card{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;padding:1.5rem;display:flex}.stat-card{padding:2rem}.stat-number{margin-bottom:.75rem;font-size:3rem;font-weight:800;line-height:1}.stat-number.danger{color:var(--red)}.stat-number.warning{color:var(--amber)}.problem-list,.steps-grid,.faq-grid{gap:1rem;display:grid}.problem-card{gap:1rem;padding:1.25rem;display:flex}.problem-icon{background:var(--bg-soft);border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.step-card{padding:1.5rem}.steps-grid{grid-template-columns:repeat(3,1fr)}.step-label,.audience-tag{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.74rem}.report-preview{background:var(--dark);color:#fff;border-radius:24px;padding:2rem}.section-label-dark,.section-title-dark,.section-desc-dark{color:#fff}.section-desc-dark{opacity:.75}.terminal-card{background:#111827;border:1px solid #334155;border-radius:18px;padding:1.25rem}.terminal-section{margin-top:1rem}.blue{color:#60a5fa}.green{color:#4ade80}.amber{color:#fbbf24}.red{color:#f87171}.muted{color:#94a3b8}.badge-amber{color:#fbbf24;background:#fbbf2426;border-radius:8px;padding:.2rem .45rem;display:inline-block}.audience-card,.pricing-card,.faq-card{padding:1.5rem}.audience-card ul,.pricing-card ul{margin:1rem 0 0;padding-left:1.1rem}.audience-card li,.pricing-card li{color:var(--muted);margin-bottom:.55rem}.pricing-section .section-title,.pricing-section .section-desc{max-width:600px}.featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.muted-card{background:var(--bg-soft)}.pricing-price{margin:.25rem 0 .5rem;font-size:2.2rem;font-weight:800}.pricing-price.custom{font-size:1.6rem}.tag-row{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.tag{background:var(--primary-soft);color:var(--primary-dark);border-radius:999px;padding:.5rem .75rem;font-size:.85rem;display:inline-flex}.tag.dark{color:#93c5fd;background:#2563eb2e}.faq-grid{grid-template-columns:1fr 1fr}.final-cta{text-align:center;padding:5rem 0}.final-cta p{color:var(--muted);max-width:700px;margin:.75rem auto 1.5rem}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer-inner{color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;display:flex}@media (width<=900px){.proof-bar,.steps-grid,.problem-grid,.audience-grid,.pricing-grid,.report-preview,.faq-grid{grid-template-columns:1fr}.nav-links a:not(.btn){display:none}.footer-inner{flex-direction:column;align-items:flex-start}}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--muted);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.ks-wrap{color:#0f172a;background:#fff;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.ks-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#ffffffe6;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.ks-logo{color:#0f172a;align-items:center;gap:10px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.ks-logo-icon{color:#fff;background:#2563eb;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:800;display:flex}.ks-beta{color:#64748b;font-family:ui-monospace,monospace;font-size:12px}.ks-main{max-width:520px;margin:0 auto;padding:40px 20px 60px}.ks-badge{color:#1d4ed8;background:#dbeafe;border-radius:999px;margin-bottom:1rem;padding:.45rem .8rem;font-family:ui-monospace,monospace;font-size:.72rem;display:inline-block}.ks-h1{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;line-height:1.1}.ks-sub{color:#64748b;margin:0 0 2rem;font-size:1rem;line-height:1.65}.ks-section-label{color:#2563eb;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;font-family:ui-monospace,monospace;font-size:.72rem}.ks-field-group{margin-bottom:16px}.ks-label{color:#64748b;margin-bottom:5px;font-size:.8rem;font-weight:500;display:block}.ks-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.ks-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ks-input::placeholder{color:#94a3b8}.ks-input:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.ks-divider{border:none;border-top:1px solid #e2e8f0;margin:24px 0}.ks-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:.85rem 1.2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:background .2s;display:inline-flex}.ks-btn-primary{color:#fff;background:#2563eb}.ks-btn-primary:hover:not(:disabled){background:#1d4ed8}.ks-btn-primary:disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.ks-hint{text-align:center;color:#64748b;margin-top:10px;font-size:.78rem}.ks-footer-note{text-align:center;color:#94a3b8;margin-top:14px;font-size:.72rem;line-height:1.6}.ks-success{text-align:center;padding:60px 24px}.ks-success-circle{background:#dcfce7;border:2px solid #16a34a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;display:flex}.ks-success-h{letter-spacing:-.03em;margin:0 0 10px;font-size:1.6rem;font-weight:800}.ks-success-p{color:#64748b;margin:0 0 28px;font-size:.95rem;line-height:1.65}.ks-success-box{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:20px}.ks-success-box-label{color:#2563eb;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-family:ui-monospace,monospace;font-size:.68rem}@keyframes ks-spin{to{transform:rotate(360deg)}}
