.landing{--lp-bg: #0c1222;--lp-bg-alt: #111827;--lp-surface: #1a2332;--lp-text: #f1f5f9;--lp-text-muted: #94a3b8;--lp-accent: #3b82f6;--lp-accent-hover: #60a5fa;--lp-success: #22c55e;--lp-border: rgba(148, 163, 184, .12);font-family:Outfit,system-ui,-apple-system,sans-serif;background:var(--lp-bg);color:var(--lp-text);min-height:100vh}.landing a{color:inherit;text-decoration:none}.lp-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto;border-bottom:1px solid var(--lp-border)}.lp-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.lp-logo img{width:32px;height:32px}.lp-nav-links{display:flex;align-items:center;gap:1rem}.lp-nav-links a{color:var(--lp-text-muted);font-size:.9375rem;font-weight:500;padding:.5rem .75rem;border-radius:6px;transition:color .15s,background .15s}.lp-nav-links a:hover{color:var(--lp-text)}.lp-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .15s,color .15s,transform .1s;font-family:inherit}.lp-btn-primary{background:var(--lp-accent);color:#fff}.lp-btn-primary:hover{background:var(--lp-accent-hover)}.lp-btn-ghost{background:transparent;color:var(--lp-text-muted)}.lp-btn-ghost:hover{color:var(--lp-text);background:#ffffff0f}.lp-hero{text-align:center;padding:4rem 1.5rem 5rem;max-width:720px;margin:0 auto}.lp-hero h1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin:0 0 1.25rem;background:linear-gradient(180deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero p{font-size:1.125rem;color:var(--lp-text-muted);line-height:1.6;margin:0 0 2rem}.lp-hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.lp-section{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.lp-section-alt{background:var(--lp-bg-alt)}.lp-section h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem}.lp-section-sub{color:var(--lp-text-muted);font-size:1.0625rem;margin:0 0 3rem;max-width:560px}.lp-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}.lp-pillar{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:12px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.lp-pillar:hover{border-color:#3b82f64d;box-shadow:0 0 0 1px #3b82f626}.lp-pillar h3{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--lp-text)}.lp-pillar ul{margin:0;padding-left:1.25rem;color:var(--lp-text-muted);font-size:.9375rem;line-height:1.7}.lp-pillar p{margin:0;color:var(--lp-text-muted);font-size:.9375rem;line-height:1.6}.lp-pain-bullets{margin:2rem 0 1.5rem;padding-left:1.5rem;color:var(--lp-text-muted);font-size:1.0625rem;line-height:2;max-width:560px}.lp-section-close{font-size:1.125rem;font-weight:600;color:var(--lp-accent);margin:1.5rem 0 0}.lp-example-block{margin-top:1.5rem;background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:12px;padding:1.5rem;max-width:640px;font-size:.9375rem}.lp-example-title{font-weight:600;color:var(--lp-text);margin-bottom:1rem}.lp-example-row{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.lp-example-row:last-child{margin-bottom:0}.lp-example-label{flex-shrink:0;color:var(--lp-text-muted);min-width:100px}.lp-example-block code{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.875rem;background:var(--lp-surface);padding:.15em .4em;border-radius:4px;border:1px solid var(--lp-border)}.lp-comparison{margin-top:1.5rem;overflow-x:auto}.lp-comparison-table{width:100%;max-width:560px;border-collapse:collapse;font-size:.9375rem}.lp-comparison-table th,.lp-comparison-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--lp-border)}.lp-comparison-table th{font-weight:600;color:var(--lp-text)}.lp-comparison-table td:first-child{color:var(--lp-success)}.lp-comparison-table td:last-child{color:var(--lp-text-muted)}.lp-trust-list{margin:1.5rem 0 0;padding-left:1.5rem;color:var(--lp-text-muted);font-size:1rem;line-height:2;max-width:400px}.lp-steps{margin:1.5rem 0 0;padding-left:1.5rem;color:var(--lp-text);font-size:1.0625rem;line-height:2.2;max-width:480px}.lp-audience{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.lp-audience-tag{padding:.5rem 1rem;background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:8px;font-size:.9375rem;color:var(--lp-text-muted)}.lp-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.lp-feature{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:12px;padding:1.75rem}.lp-feature h3{font-size:1.125rem;font-weight:600;margin:0 0 .375rem}.lp-feature .lp-feature-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--lp-accent);margin-bottom:.5rem}.lp-feature p{color:var(--lp-text-muted);font-size:.9375rem;line-height:1.6;margin:0}.lp-cta{text-align:center;padding:5rem 1.5rem}.lp-cta h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .75rem}.lp-cta p{color:var(--lp-text-muted);font-size:1.0625rem;margin:0 0 1.5rem}.lp-cta .lp-hero-ctas{justify-content:center}.lp-footer{padding:2rem 1.5rem;border-top:1px solid var(--lp-border);text-align:center;color:var(--lp-text-muted);font-size:.875rem}.lp-footer a:hover{color:var(--lp-text)}*{box-sizing:border-box}:root{--lp-bg: #0c1222;--lp-bg-alt: #111827;--lp-surface: #1a2332;--lp-text: #f1f5f9;--lp-text-muted: #94a3b8;--lp-accent: #3b82f6;--lp-accent-hover: #60a5fa;--lp-success: #22c55e;--lp-warning: #eab308;--lp-error: #ef4444;--lp-border: rgba(148, 163, 184, .08);--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px}body{margin:0;font-family:Outfit,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;color:var(--lp-text);background:var(--lp-bg)}
