.hero{min-height:90dvh;display:flex;align-items:center;padding:var(--space-3xl) var(--space-md) var(--space-2xl);position:relative;overflow:hidden}.hero::before{content:"";position:absolute;right:-10%;bottom:-15%;width:60%;height:60%;border-radius:50%;background:radial-gradient(ellipse at center,var(--accent-glow) 0%,transparent 70%);pointer-events:none;opacity:0.4}@media (max-width:768px){.hero::before{width:100%;height:100%;opacity:0.25;bottom:-30%}}.hero-grid{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);max-width:1200px;margin:0 auto;width:100%;align-items:center}@media (min-width:992px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-grid > *{min-width:0}.hero-content{display:flex;flex-direction:column;gap:clamp(var(--space-md),2vw,var(--space-lg));max-width:100%}@media (min-width:992px){.hero-content{max-width:38rem}}.hero-eyebrow{display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--space-sm);padding:0.35rem 0.75rem;border-radius:var(--radius-full);background:var(--accent-subtle);color:var(--accent);font-size:var(--landing-label);font-weight:600;line-height:1.4;letter-spacing:0.04em;width:fit-content;max-width:100%}.hero-title{max-width:14ch;font-size:var(--landing-display);font-weight:700;line-height:1.05;letter-spacing:-0.03em;text-wrap:balance}.hero-title-accent{display:block;color:var(--accent)}.hero-subtitle{font-size:var(--landing-lead);line-height:1.7;color:var(--text-secondary);max-width:54ch}.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap;padding-top:var(--space-sm);align-items:stretch}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.hero-command-panel{width:100%;max-width:460px;padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--surface-elevated);border:1px solid var(--border);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:var(--space-md)}.hero-command-panel::before{content:"";position:absolute;inset:1px;border-radius:calc(var(--radius-lg) - 1px);background:radial-gradient( ellipse 70% 50% at 25% 0%,var(--accent-glow) 0%,transparent 62% ),radial-gradient( ellipse 70% 65% at 90% 95%,oklch(0.26 0.08 250 / 0.36) 0%,transparent 64% );pointer-events:none}.hero-command-panel-top,.hero-command-current,.hero-command-row{position:relative;z-index:1}.hero-command-panel-top{display:flex;align-items:center;gap:var(--space-xs);color:var(--text-muted);font-size:0.75rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase}.hero-command-dot{width:8px;height:8px;border-radius:var(--radius-full);background:var(--surface-raised);border:1px solid var(--border)}.hero-command-dot.active{background:var(--accent);border-color:var(--accent)}.hero-command-status{margin-left:auto;transition:opacity 0.4s var(--ease-out-quint)}.hero-command-current{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-lg);border-radius:var(--radius-md);background:var(--surface-raised);border:1px solid var(--border-faint);color:var(--text-secondary);font-size:0.95rem}.hero-command-prompt{color:var(--accent);font-size:clamp(1.5rem,4vw,2.15rem);font-weight:700;line-height:1;letter-spacing:-0.035em}.hero-command-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-sm);padding:0.7rem 0.85rem;border-radius:var(--radius-md);background:oklch(0.12 0.014 250 / 0.78);border:1px solid var(--border-faint);color:var(--text-secondary);font-size:0.82rem}@media (max-width:480px){.hero-command-row{grid-template-columns:auto 1fr}.hero-command-row .hero-command-pill{grid-column:1 / -1;width:fit-content;margin-top:var(--space-xs)}}.hero-command-row.is-glowing{border-color:var(--accent-glow);background:var(--surface-accent)}.hero-command-icon{font-size:1rem;line-height:1}.hero-command-copy{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-command-pill{padding:0.15rem 0.45rem;border-radius:var(--radius-full);background:var(--surface-raised);border:1px solid var(--border-faint);color:var(--text-muted);font-size:0.68rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase}.hero-command-row[data-stagger]{transition:opacity 0.5s var(--ease-out-quint),transform 0.5s var(--ease-out-quint),border-color 0.25s var(--ease-out-quint),background 0.25s var(--ease-out-quint);transition-delay:var(--reveal-delay,0ms);opacity:0;transform:translateY(12px)}.hero-command-row[data-stagger].is-visible{opacity:1;transform:translateY(0)}.features{padding:var(--space-3xl) var(--space-md);overflow-x:hidden}.features-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-3xl)}.feature-split{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);align-items:center}@media (min-width:992px){.feature-split{grid-template-columns:1fr 1fr}}.feature-split > *{min-width:0}.feature-split-content{display:flex;flex-direction:column;gap:var(--space-md)}.feature-split-tag{color:var(--accent);font-size:var(--landing-label);font-weight:600;line-height:1.4;letter-spacing:0.02em}.feature-split h2,.cta h2{font-size:var(--landing-headline);font-weight:700;line-height:1.08;letter-spacing:-0.03em}.feature-split p{font-size:var(--landing-body);line-height:1.75}.feature-split-visual{display:flex;align-items:center;justify-content:center;width:100%}.feature-queue-card{width:100%;max-width:420px;padding:var(--space-lg);border-radius:var(--radius-md);background:var(--surface-elevated);border:1px solid var(--border);display:grid;align-content:center;gap:var(--space-lg);position:relative;overflow:hidden}.feature-queue-card::before{content:"";position:absolute;inset:auto -20% -45% 20%;height:180px;border-radius:var(--radius-full);background:var(--accent-subtle);pointer-events:none}.feature-queue-now,.feature-queue-wave,.feature-queue-list{position:relative;z-index:1}.feature-queue-now{display:grid;gap:var(--space-xs)}.feature-queue-now span{color:var(--text-secondary);font-size:0.78rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase}.feature-queue-now strong{color:var(--text-primary);font-size:1.2rem;line-height:1.25}.feature-queue-wave{display:flex;align-items:end;gap:var(--space-sm);height:72px}.feature-queue-wave span{flex:1 1 0;min-width:12px;border-radius:var(--radius-full) var(--radius-full) var(--radius-sm) var(--radius-sm);background:var(--accent);opacity:0.82}.feature-queue-wave span:nth-child(1){height:36%}.feature-queue-wave span:nth-child(2){height:70%}.feature-queue-wave span:nth-child(3){height:48%}.feature-queue-wave span:nth-child(4){height:92%}.feature-queue-wave span:nth-child(5){height:58%}.feature-queue-wave[data-animate-in] span{animation:wave-in 0.6s var(--ease-out-expo) forwards}.feature-queue-wave[data-animate-in] span:nth-child(1){animation-delay:0s}.feature-queue-wave[data-animate-in] span:nth-child(2){animation-delay:0.08s}.feature-queue-wave[data-animate-in] span:nth-child(3){animation-delay:0.16s}.feature-queue-wave[data-animate-in] span:nth-child(4){animation-delay:0.24s}.feature-queue-wave[data-animate-in] span:nth-child(5){animation-delay:0.32s}@keyframes wave-in{0%{height:0;opacity:0}100%{opacity:1}}.feature-queue-list{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.feature-queue-list span{padding:0.45rem 0.7rem;border-radius:var(--radius-full);background:var(--surface-raised);border:1px solid var(--border-faint);color:var(--text-secondary);font-size:0.78rem;font-weight:600}.feature-pill{display:inline-flex;align-items:center;gap:var(--space-sm);padding:0.5rem 1rem;background:var(--surface-raised);border-radius:var(--radius-full);border:1px solid var(--border);font-size:0.875rem;font-weight:500;line-height:1.45;color:var(--text-secondary);transition:border-color 0.15s ease-out,color 0.15s ease-out}.feature-pill:hover{border-color:var(--accent-glow);color:var(--text-primary)}.feature-pill span{font-size:1.1rem}.feature-cluster{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media (min-width:768px){.feature-cluster{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.feature-cluster{grid-template-columns:repeat(7,1fr)}}.feature-cluster-item{padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-md);background:var(--surface-elevated);border:1px solid var(--border);display:flex;flex-direction:column;gap:0.75rem;backface-visibility:hidden}.feature-cluster-item-wide{grid-column:span 1;min-height:100%}.feature-cluster-item-compact{grid-column:span 1}@media (min-width:1024px){.feature-cluster-item-wide{grid-column:span 3}.feature-cluster-item-compact{grid-column:span 2}}.feature-cluster-icon{font-size:1.5rem;margin-bottom:0.125rem}.feature-cluster-item h3{font-size:var(--landing-title);font-weight:600;line-height:1.2;letter-spacing:-0.015em}.feature-cluster-item p{font-size:var(--landing-body);color:var(--text-secondary);line-height:1.65}.feature-cluster-item-wide p{max-width:55ch}.proof{padding:var(--space-2xl) var(--space-md);text-align:center;position:relative;overflow:hidden}.proof::before{content:"";position:absolute;left:50%;top:50%;width:min(500px,150vw);height:min(500px,150vw);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse at center,var(--accent-glow) 0%,transparent 60%);pointer-events:none;opacity:0.3}@media (max-width:768px){.proof::before{opacity:0.15}}.proof-inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-lg);position:relative;z-index:1}.proof-stat{max-width:28ch;margin:0 auto;font-size:clamp(1.75rem,4vw,3.25rem);font-weight:700;line-height:1.12;letter-spacing:-0.03em}.proof-stat-number{color:var(--accent);font-variant-numeric:tabular-nums}.proof-copy{max-width:50ch;margin:0 auto;line-height:1.75}