.landing-root{--l-bg:#0a0a0b;--l-bg-2:#111113;--l-surface:#17171a;--l-surface-2:#1f1f23;--l-border:#2a2a2f;--l-border-strong:#3a3a42;--l-text:#f4f4f5;--l-text-2:#d4d4d8;--l-muted:#a1a1aa;--l-dim:#71717a;--l-accent:#f59e0b;--l-accent-hover:#fbbf24;--l-accent-soft:rgba(245,158,11,.12);--l-accent-border:rgba(245,158,11,.4);--l-success:#10b981;--l-radius:14px;--l-radius-lg:22px;background:var(--l-bg);color:var(--l-text);min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;position:relative;isolation:isolate}.landing-root *{box-sizing:border-box}.landing-root:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(245,158,11,.07),transparent 70%),radial-gradient(ellipse 60% 40% at 80% 40%,rgba(245,158,11,.04),transparent 60%);pointer-events:none;z-index:-1}.landing-root .section{max-width:1120px;margin:0 auto;padding:64px 24px}@media (max-width:768px){.landing-root .section{padding:48px 20px}}.landing-root .eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--l-accent);padding:6px 12px;border:1px solid var(--l-accent-border);border-radius:999px;background:var(--l-accent-soft)}.landing-root h1,.landing-root h2,.landing-root h3{font-family:Space Grotesk,Inter,system-ui,sans-serif;letter-spacing:-.02em;line-height:1.1;margin:0}.landing-root h1{font-size:clamp(36px,6vw,64px);font-weight:700}.landing-root h2{font-size:clamp(28px,4vw,42px);font-weight:700}.landing-root h3{font-size:clamp(18px,2.4vw,22px);font-weight:600}.landing-root p{margin:0;color:var(--l-text-2);line-height:1.6}.landing-root .muted{color:var(--l-muted)}.landing-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:10px;font-weight:600;font-size:15px;transition:all .18s ease;border:1px solid transparent;text-decoration:none;cursor:pointer;white-space:nowrap}.landing-root .btn-primary{background:var(--l-accent);color:#111;border-color:var(--l-accent)}.landing-root .btn-primary:hover{background:var(--l-accent-hover);transform:translateY(-1px)}.landing-root .btn-ghost{background:transparent;color:var(--l-text);border-color:var(--l-border-strong)}.landing-root .btn-ghost:hover{background:var(--l-surface);border-color:var(--l-accent-border)}.landing-root .card{background:var(--l-surface);border:1px solid var(--l-border);border-radius:var(--l-radius);padding:24px}.landing-root .card-hover:hover{border-color:var(--l-border-strong);background:var(--l-surface-2)}.landing-root .grid{display:grid;gap:20px}.landing-root .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-root .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-root .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.landing-root .grid-3,.landing-root .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.landing-root .grid-2,.landing-root .grid-3,.landing-root .grid-4{grid-template-columns:1fr}}.landing-root .phone{position:relative;width:100%;max-width:280px;aspect-ratio:9/19.5;background:#000;border-radius:32px;padding:8px;border:1px solid #2a2a2f;box-shadow:0 30px 60px -20px rgba(0,0,0,.6),inset 0 0 0 1px hsla(0,0%,100%,.04);margin:0 auto}.landing-root .phone-screen{width:100%;height:100%;background:#0a0a0b;border-radius:26px;overflow:hidden;position:relative;display:flex;flex-direction:column}.landing-root .price-card{background:var(--l-surface);border:1px solid var(--l-border);border-radius:var(--l-radius-lg);padding:32px 24px;display:flex;flex-direction:column;gap:18px;position:relative}.landing-root .price-card.featured{border-color:var(--l-accent);background:linear-gradient(180deg,var(--l-accent-soft),var(--l-surface))}.landing-root .price-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--l-accent);color:#111;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:999px}.landing-root .price-amount{font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;letter-spacing:-.02em}.landing-root .price-amount small{font-size:15px;color:var(--l-muted);font-weight:500;margin-left:4px}.landing-root .feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.landing-root .feature-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--l-text-2)}.landing-root .feature-list li svg{flex-shrink:0;margin-top:2px;color:var(--l-accent)}.landing-root .faq-item{border-bottom:1px solid var(--l-border);padding:18px 0}.landing-root .faq-q{font-weight:600;font-size:16px;color:var(--l-text);margin-bottom:8px}.landing-root .faq-a{font-size:14px;color:var(--l-muted);line-height:1.6}.landing-root .nav{position:sticky;top:0;z-index:10;background:rgba(10,10,11,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--l-border)}.landing-root .nav-inner{max-width:1120px;margin:0 auto;padding:14px 24px;display:flex;justify-content:space-between;align-items:center}.landing-root .nav-brand{display:flex;align-items:center;gap:10px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:18px;letter-spacing:-.01em}.landing-root .nav-brand-mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--l-accent),#d97706);display:grid;place-items:center;color:#111;font-weight:800;font-size:14px}.landing-root footer.landing-footer{border-top:1px solid var(--l-border);padding:32px 24px;text-align:center;color:var(--l-dim);font-size:13px}