*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a08;--surface:#121210;--border:#1e1e1a;--accent:#d4f261;--accent2:#f2a061;--text:#f0ede6;--muted:#6b6b60;--card:#161614}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;opacity:.6;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:fixed;inset:0}.nav{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.5rem 3rem;transition:border-color .3s,background .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{border-color:var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a08eb}.logo{letter-spacing:-.03em;color:var(--text);font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none}.logo span{color:var(--accent)}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--muted);letter-spacing:.02em;font-size:.875rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{border-radius:2px;padding:.5rem 1.25rem;font-weight:400;background:var(--accent)!important;color:var(--bg)!important;transition:opacity .2s!important}.nav-cta:hover{opacity:.85}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 3rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(circle,#d4f26112 0%,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.hero-tag{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem;font-family:DM Mono,monospace;font-size:.75rem}h1{letter-spacing:-.03em;max-width:18ch;margin-bottom:1.5rem;font-family:Syne,sans-serif;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:700;line-height:1.08}h1 em{color:var(--accent);font-style:normal}.hero-sub{color:var(--muted);max-width:46ch;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:2px;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:400;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.85;transform:translateY(-1px)}.btn-ghost{color:var(--muted);border:1px solid var(--border);border-radius:2px;align-items:center;gap:.4rem;padding:1rem 1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.btn-ghost:hover{color:var(--text);border-color:var(--muted)}.drop-demo{border:1px dashed var(--border);background:var(--surface);cursor:pointer;border-radius:4px;width:100%;max-width:520px;margin:3.5rem auto 0;padding:2.5rem 3rem;transition:border-color .3s}.drop-demo:hover{border-color:var(--accent)}.drop-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.drop-icon{border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.drop-label{color:var(--muted);font-size:.9rem}.drop-label strong{color:var(--text);font-weight:400}.drop-input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:2px;outline:none;padding:.75rem 1rem;font-family:DM Mono,monospace;font-size:.8rem;transition:border-color .2s}.drop-input::placeholder{color:var(--muted)}.drop-input:focus{border-color:var(--accent)}.drop-btn{background:var(--accent);width:100%;color:var(--bg);cursor:pointer;letter-spacing:.02em;border:none;border-radius:2px;padding:.85rem;font-family:Syne,sans-serif;font-size:.9rem;font-weight:700;transition:opacity .2s}.drop-btn:hover{opacity:.85}.output-cards{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.75rem;display:flex}.output-pill{color:var(--muted);border:1px solid var(--border);letter-spacing:.05em;border-radius:999px;padding:.25rem .6rem;font-family:DM Mono,monospace;font-size:.7rem}.ticker-wrap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);padding:.8rem 0;overflow:hidden}.ticker{letter-spacing:.08em;width:max-content;color:var(--muted);text-transform:uppercase;gap:3rem;font-family:DM Mono,monospace;font-size:.75rem;animation:20s linear infinite ticker;display:flex}.ticker span{color:var(--accent)}.stat-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;padding:2rem 3rem;display:grid}.stat{background:var(--bg);text-align:center;padding:1.5rem 2rem}.stat-num{letter-spacing:-.04em;color:var(--accent);margin-bottom:.25rem;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-family:DM Mono,monospace;font-size:.7rem}.section{max-width:1100px;margin:0 auto;padding:6rem 3rem}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent2);margin-bottom:1.5rem;font-family:DM Mono,monospace;font-size:.72rem}h2{letter-spacing:-.02em;margin-bottom:1rem;font-family:Syne,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.1}.steps{background:var(--border);border:1px solid var(--border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3.5rem;display:grid;overflow:hidden}.step{background:var(--card);padding:2.5rem 2rem}.step-num{letter-spacing:.15em;color:var(--accent);text-transform:uppercase;margin-bottom:1.25rem;font-family:DM Mono,monospace;font-size:.72rem;line-height:1}.step h3{letter-spacing:-.01em;margin-bottom:.6rem;font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.step p{color:var(--muted);font-size:.85rem;line-height:1.7}.outputs{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 3rem}.outputs-inner{max-width:1100px;margin:0 auto}.output-grid{background:var(--border);border:1px solid var(--border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.output-item{background:var(--card);padding:2rem;transition:background .2s}.output-item:hover{background:#1a1a18}.output-icon{margin-bottom:1rem;font-size:1.5rem}.output-item h4{letter-spacing:-.01em;margin-bottom:.4rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700}.output-item p{color:var(--muted);font-size:.8rem;line-height:1.6}.output-badge{letter-spacing:.08em;color:var(--accent);text-transform:uppercase;margin-top:.75rem;font-family:DM Mono,monospace;font-size:.65rem;display:inline-block}.pricing{background:var(--surface);border-top:1px solid var(--border);padding:6rem 3rem}.pricing-inner{max-width:1100px;margin:0 auto}.pricing-grid{background:var(--border);border:1px solid var(--border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.price-card{background:var(--card);padding:2.5rem 2rem}.price-card.featured{background:var(--accent);color:var(--bg)}.price-tier{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem;font-family:DM Mono,monospace;font-size:.72rem}.price-card.featured .price-tier{color:#0a0a0880}.price-amount{letter-spacing:-.04em;margin-bottom:.25rem;font-family:Syne,sans-serif;font-size:3rem;font-weight:800;line-height:1}.price-period{color:var(--muted);margin-bottom:2rem;font-size:.8rem}.price-card.featured .price-period{color:#0a0a0880}.price-features{flex-direction:column;gap:.6rem;margin-bottom:2rem;list-style:none;display:flex}.price-features li{color:var(--muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.price-card.featured .price-features li{color:#0a0a08b3}.price-features li:before{content:"→";color:var(--accent);font-family:monospace}.price-card.featured .price-features li:before{color:var(--bg);opacity:.5}.price-btn{letter-spacing:.02em;cursor:pointer;border:1px solid var(--border);width:100%;color:var(--text);background:0 0;border-radius:2px;padding:.85rem;font-family:Syne,sans-serif;font-size:.875rem;font-weight:700;transition:all .2s}.price-btn:hover{border-color:var(--accent);color:var(--accent)}.price-card.featured .price-btn{background:var(--bg);color:var(--accent);border-color:#0000}.price-card.featured .price-btn:hover{opacity:.85}.cta-section{text-align:center;padding:8rem 3rem;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4f2610f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section h2{max-width:18ch;margin:0 auto 1.5rem}.cta-section p{color:var(--muted);margin-bottom:2.5rem;font-size:1rem}.testimonials{max-width:1100px;margin:0 auto;padding:6rem 3rem}.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.testi-card{background:var(--card);border:1px solid var(--border);border-radius:4px;padding:2rem}.testi-text{color:var(--text);margin-bottom:1.5rem;font-size:.9rem;font-style:italic;font-weight:300;line-height:1.75}.testi-author{align-items:center;gap:.75rem;display:flex}.testi-avatar{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:Syne,sans-serif;font-size:.75rem;font-weight:700;display:flex}.testi-name{letter-spacing:-.01em;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700}.testi-handle{color:var(--muted);font-family:DM Mono,monospace;font-size:.72rem}footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:2.5rem 3rem;display:flex}footer p{color:var(--muted);letter-spacing:.05em;font-family:DM Mono,monospace;font-size:.72rem}footer .nav-links{gap:2rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:6px;width:100%;max-width:420px;padding:2.5rem 2.5rem 2rem;position:relative}.modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.25rem}.modal-close:hover{color:var(--text)}.modal-title{letter-spacing:-.02em;margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:1.6rem;font-weight:700}.modal-sub{color:var(--muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.modal-form{flex-direction:column;gap:.75rem;display:flex}.modal-success{text-align:center;padding:1rem 0}.modal-success h3{margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:700}.modal-success p{color:var(--muted);font-size:.875rem}@media (max-width:768px){.nav{padding:1.25rem 1.5rem}.nav-links{display:none}.hero,.section,.testimonials{padding-left:1.5rem;padding-right:1.5rem}.steps,.output-grid,.testi-grid,.pricing-grid{grid-template-columns:1fr}.stat-bar{grid-template-columns:repeat(2,1fr);padding:1rem}footer{text-align:center;flex-direction:column;gap:1rem}.outputs,.pricing{padding-left:1.5rem;padding-right:1.5rem}}
