*{box-sizing:border-box}.landing-page{background:var(--bg);color:var(--fg);font-family:var(--font-space-grotesk),"Space Grotesk",system-ui,sans-serif;margin:0;padding:0;overflow-x:hidden;scroll-behavior:smooth;min-height:100vh}.landing-page header{width:min(1400px,92vw);margin:0 auto;padding:28px 0;justify-content:space-between}.brand,.landing-page header{display:flex;align-items:center}.brand{font-weight:700;letter-spacing:.18em;color:var(--accent)}.brand-logo{display:flex;align-items:center;height:56px}.brand-logo img{height:56px;width:auto;display:block}.ghost-label{padding:6px 14px;border:1px solid rgba(26,255,156,.4);border-radius:999px;font-size:.85rem;text-transform:uppercase;letter-spacing:.25em;display:inline-flex;gap:8px;align-items:center;color:var(--accent-2);text-decoration:none}.glow-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;box-shadow:0 0 12px var(--accent)}.top-line{width:100%;height:2px;background:linear-gradient(90deg,rgba(122,44,255,0),rgba(122,44,255,.7),rgba(122,44,255,0))}.hero-wrapper{position:relative;isolation:isolate;width:100%;min-height:100vh;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;z-index:-2;filter:saturate(.9) brightness(.7)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,15,14,.2),rgba(11,15,14,.75));z-index:-1}.hero{position:relative;width:min(1400px,92vw);margin:0 auto;padding:0;align-items:flex-start;gap:60px;border-bottom:none;min-height:calc(100vh - 84px)}.hero,.hero-copy{display:flex;flex-direction:column;justify-content:center}.hero-copy{gap:32px;max-width:960px;width:100%;text-align:left;min-height:100%}.hero h1{font-size:clamp(3.8rem,6vw,5.8rem);margin:0;line-height:1.4;word-break:normal;white-space:normal;max-width:none;text-align:left}.hero h1,.hero h1 .hero-subline{color:#fff!important;background:none!important;background-clip:unset!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#fff!important}.hero h1 .hero-subline{display:block;font-size:clamp(2.8rem,5vw,4.5rem);margin-bottom:.1em}.hero h1 .hero-subline:first-child,.hero h1 .hero-subline:nth-child(2){margin-bottom:.1em}.hero-accent{color:var(--accent)!important;-webkit-text-fill-color:var(--accent)!important;font-size:1.3em}.hero .intro-text{color:var(--muted);font-size:1.1rem;line-height:1.7;margin-top:6px}.hero .cta-row{margin-top:100px;gap:18px}.glitch{position:relative;display:inline-block}.hero-title.glitch:after,.hero-title.glitch:before{display:none}.cta-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.btn{padding:18px 36px;border-radius:999px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .2s ease,box-shadow .2s ease;display:inline-block}.btn-primary{background:var(--accent);color:#f5f6ff;box-shadow:0 18px 40px rgba(122,44,255,.35)}.btn-ghost{border:2px solid rgba(26,255,156,.7);color:var(--fg);background:transparent}.btn:hover{transform:translateY(-3px)}.landing-page main{width:min(1100px,90vw);margin:0 auto}.landing-page main section{padding:160px 0;margin:180px 0}.landing-page main section:last-of-type{padding-bottom:160px;margin-bottom:0}.about-section .section-head{max-width:720px;margin:0 auto 32px}.about-panel{max-width:900px;margin:0 auto;background:rgba(18,23,24,.4);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:48px 56px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.about-body{display:flex;flex-direction:column;gap:20px;text-align:center;color:var(--muted);line-height:1.7;font-size:1.05rem}.about-body p:first-child,.about-body p:nth-child(2){margin-bottom:4px}.about-body p:nth-child(3){margin-top:12px}#features{scroll-margin-top:80px}.section-head{display:flex;flex-direction:column;gap:12px;margin-bottom:40px;text-align:center}.section-head h2{font-size:clamp(2rem,4vw,3rem);color:var(--accent);font-weight:700}.muted{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;justify-items:center}.feature{width:100%;max-width:320px;padding:26px;border:1px solid hsla(0,0%,100%,.08);border-radius:20px;background:linear-gradient(145deg,rgba(16,22,21,.9),rgba(6,10,9,.75));backdrop-filter:blur(12px);min-height:200px;position:relative;overflow:hidden;box-shadow:0 25px 40px rgba(0,0,0,.35)}.feature h3{margin:0 0 12px;color:var(--accent-2)}.strategy-panel{border:1px solid hsla(0,0%,100%,.07);border-radius:22px;padding:40px;background:linear-gradient(120deg,rgba(14,19,19,.95),rgba(9,11,10,.85));display:grid;gap:26px;box-shadow:0 30px 60px rgba(0,0,0,.35)}.strategy-panel h3{color:var(--accent-2)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;align-items:flex-start}.card{border:1px solid hsla(0,0%,100%,.06);border-radius:24px;padding:32px;background:linear-gradient(160deg,rgba(17,22,21,.95),rgba(11,15,14,.85));box-shadow:0 30px 60px rgba(0,0,0,.45);display:flex;flex-direction:column;gap:18px}.elite-card{border:2px solid rgba(122,44,255,.4);background:linear-gradient(160deg,rgba(122,44,255,.08),rgba(17,22,21,.95));box-shadow:0 30px 60px rgba(122,44,255,.2),0 0 40px rgba(122,44,255,.1);transform:scale(1.02);position:relative}.elite-card:before{content:"";position:absolute;inset:-2px;border-radius:24px;padding:2px;background:linear-gradient(135deg,rgba(122,44,255,.6),rgba(26,255,156,.3));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.6}.price{font-size:2rem;font-weight:700;color:var(--accent-2)}.card-subtitle{font-size:.95rem;line-height:1.6}.card ul,.card-subtitle{color:var(--muted);margin:0}.card ul{list-style:none;padding:0;display:grid;gap:10px}.card ul li:before{content:"▹";margin-right:8px;color:var(--accent-2)}.card .btn{align-self:center}.promo-highlight{font-size:1.05rem;font-weight:600;color:var(--accent-2);margin:4px 0}.price-old{text-decoration:line-through;color:var(--muted);font-size:1.4rem;font-weight:400;margin-right:8px}.discount-tag{font-size:1rem;font-weight:700;background:rgba(26,255,156,.2);padding:4px 12px;margin-left:12px;letter-spacing:.05em}.discount-tag,.tag{color:var(--accent-2);border-radius:999px;text-transform:uppercase}.tag{padding:5px 12px;font-size:.75rem;letter-spacing:.12em;align-self:flex-start;border:1px solid rgba(26,255,156,.4)}.tag.hot{background:rgba(122,44,255,.25);border-color:rgba(122,44,255,.5);color:#b794ff}.cta-panel{border:1px solid hsla(0,0%,100%,.08);border-radius:24px;padding:40px;text-align:center;background:linear-gradient(130deg,rgba(122,44,255,.2),rgba(26,255,156,.12));box-shadow:0 30px 70px rgba(0,0,0,.45)}.landing-page footer{text-align:center;padding:60px 0 80px;color:var(--muted);font-size:.85rem}[data-animate]{opacity:0;transform:translateY(50px);transition:opacity .9s ease,transform .9s ease}[data-animate].visible{opacity:1;transform:translateY(0)}#live-demo{background:linear-gradient(130deg,rgba(122,44,255,.05),rgba(26,255,156,.03));border-radius:24px;padding:60px 40px!important}.terminal-demo{max-width:1000px;margin:0 auto}@media (max-width:720px){header{flex-direction:column;gap:12px;min-height:80px}.hero-video{-o-object-position:25% center;object-position:25% center}.hero{margin-top:40px;text-align:left}.cta-row{justify-content:flex-start}.strategy-panel{padding:28px}.feature-grid{grid-template-columns:1fr}#live-demo{padding:40px 20px!important}.landing-page main section{padding:80px 0;margin:60px 0}}.social-links{display:flex;justify-content:center;gap:24px;margin-bottom:20px}.social-links a{color:var(--muted);transition:color .2s ease,transform .2s ease}.social-links a:hover{color:var(--accent-2);transform:translateY(-2px)}.social-links svg{width:28px;height:28px}