@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;600;800&display=swap";
:root{--lp-bg:#030712;--lp-primary:#a3e635;--lp-accent:#6366f1;--lp-text:#f9fafb;--lp-text-muted:#9ca3af;--lp-glass:#ffffff08;--lp-glass-border:#ffffff1a}.lp-body{background-color:var(--lp-bg);color:var(--lp-text);margin:0;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3{font-family:Outfit,sans-serif}.text-primary{color:var(--lp-primary)}.text-dim{color:var(--lp-text-muted);opacity:.6}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--lp-glass-border);box-sizing:border-box;background:#03071280;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;display:flex;position:fixed;top:0}.lp-logo{letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;display:flex}.lp-logo-box{background:var(--lp-primary);color:#000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:900;display:flex}.lp-btn-primary{background-color:var(--lp-primary);color:var(--lp-bg);border-radius:9999px;padding:.6rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #a3e6354d}.lp-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.lp-hero-gradient{z-index:-1;background:radial-gradient(circle at top,#a3e6351a 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.lp-hero-title{letter-spacing:-.05em;background:linear-gradient(to bottom right,#fff 50%,#9ca3af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:clamp(3.5rem,10vw,7rem);font-weight:800;line-height:.9;animation:1s ease-out fadeInUp}.lp-hero-desc{max-width:700px;color:var(--lp-text-muted);margin-bottom:3rem;font-size:1.5rem;line-height:1.4;animation:1.2s ease-out fadeInUp}.lp-hero-desc strong{color:var(--lp-text);font-weight:600}.lp-hero-actions{gap:1.5rem;margin-bottom:1.5rem;animation:1.4s ease-out fadeInUp;display:flex}.lp-hero-btn-main{padding:1.2rem 3rem;font-size:1.2rem}.lp-micro-copy{color:var(--lp-text-muted);opacity:.8;font-size:.85rem;font-style:italic}.lp-preview-container{background:var(--lp-glass);border:1px solid var(--lp-glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px 24px 0 0;width:90%;max-width:1200px;height:600px;margin-top:5rem;position:relative;overflow:hidden;box-shadow:0 50px 100px -20px #000000b3}.lp-preview-header{border-bottom:1px solid var(--lp-glass-border);background:#ffffff0d;align-items:center;gap:8px;height:40px;padding:0 1.5rem;display:flex}.lp-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.lp-preview-title{opacity:.4;text-transform:uppercase;letter-spacing:.1em;margin-left:auto;font-size:.7rem;font-weight:700}.lp-preview-img{object-fit:cover;opacity:.85;width:100%;height:calc(100% - 40px);display:block}.lp-preview-overlay{background:linear-gradient(to top, var(--lp-bg), transparent);pointerEvents:none;height:150px;position:absolute;bottom:0;left:0;right:0}.lp-pain{text-align:center;background:#000;padding:10rem 2rem}.lp-container{max-width:1000px;margin:0 auto}.lp-pain-title{letter-spacing:-.03em;margin-bottom:4rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.lp-pain-content{color:var(--lp-text-muted);font-size:1.75rem;line-height:1.8}.lp-pain-impact{color:var(--lp-text);margin:2rem 0;font-size:2.5rem;font-weight:800}.lp-features{max-width:1200px;margin:0 auto;padding:8rem 2rem}.lp-section-header{text-align:center;margin-bottom:5rem}.lp-section-title{letter-spacing:-.02em;font-size:3.5rem;font-weight:800}.lp-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.lp-card{background:var(--lp-glass);border:1px solid var(--lp-glass-border);border-radius:32px;flex-direction:column;padding:3.5rem 2.5rem;transition:transform .3s,border-color .3s,background .3s;display:flex}.lp-card:hover{background:#ffffff0d;border-color:#a3e63566;transform:translateY(-8px)}.lp-card-icon{width:56px;height:56px;color:var(--lp-primary);background:#a3e6351a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.lp-card h3{margin-bottom:1.5rem;font-size:1.75rem;line-height:1.3}.lp-card p{color:var(--lp-text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.lp-card-benefit{color:var(--lp-primary);opacity:.9;margin-top:auto;font-style:italic;font-weight:700}.lp-final-cta{background:linear-gradient(180deg, #000 0%, var(--lp-bg) 100%);text-align:center;padding:12rem 2rem}.lp-final-title{max-width:800px;margin:0 auto 1.5rem;font-size:3.5rem;font-weight:800}.lp-final-subtitle{color:var(--lp-text-muted);font-size:1.5rem}.lp-footer{border-top:1px solid var(--lp-glass-border);color:var(--lp-text-muted);flex-direction:column;align-items:center;gap:2rem;padding:6rem 2rem 4rem;display:flex}.lp-copyright{opacity:.5;font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.lp-grid{grid-template-columns:1fr}.lp-hero-title{font-size:4rem}.lp-pain-impact{font-size:2rem}}@media (max-width:600px){.lp-hero-title{font-size:3rem}}
