:root {
  --bg: #070510;
  --bg-2: #0c0918;
  --panel: rgba(255, 255, 255, 0.03);
  --panel-2: rgba(255, 255, 255, 0.055);
  --stroke: rgba(255, 255, 255, 0.10);
  --stroke-2: rgba(255, 255, 255, 0.22);
  --ink: #f5f2ff;
  --ink-2: #bcb4d4;
  --ink-3: #837c9e;
  --violet: #ffffff;
  --violet-2: #dcdce6;
  --violet-3: #ffffff;
  --magenta: #ffffff;
  --cyan: #38e8ff;
  --green: #ffffff;
  --grad: linear-gradient(135deg, #ffffff 0%, #cfcfda 48%, #ffffff 100%);
  --grad-soft: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  --radius: 22px;
  --radius-sm: 14px;
  --radius-lg: 30px;
  --shadow: 0 40px 100px -35px rgba(0, 0, 0, 0.7);
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sp: clamp(84px, 11vw, 156px);
  --on-accent: #0a0812;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.bg-aurora { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; background: var(--bg); }
.bg-aurora .blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; mix-blend-mode: screen; }
.bg-aurora .b1 { width: 640px; height: 640px; top: -220px; left: 46%; background: radial-gradient(circle, #b7b7ce, transparent 66%); animation: drift1 22s var(--ease) infinite alternate; }
.bg-aurora .b2 { width: 560px; height: 560px; top: -120px; right: -140px; background: radial-gradient(circle, #cbcbdd, transparent 66%); opacity: 0.4; animation: drift2 26s var(--ease) infinite alternate; }
.bg-aurora .b3 { width: 520px; height: 520px; top: 240px; left: -160px; background: radial-gradient(circle, #a9a9c6, transparent 66%); opacity: 0.42; animation: drift3 30s var(--ease) infinite alternate; }
.bg-aurora .b4 { width: 460px; height: 460px; top: 900px; right: 6%; background: radial-gradient(circle, #bdbdd4, transparent 66%); opacity: 0.3; animation: drift1 34s var(--ease) infinite alternate; }
.bg-aurora .grain { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(80% 60% at 50% 20%, #000, transparent 88%); }

@keyframes drift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(-90px, 70px) scale(1.14); } }
@keyframes drift2 { from { transform: translate(0,0) scale(1); } to { transform: translate(-70px, 90px) scale(0.9); } }
@keyframes drift3 { from { transform: translate(0,0) scale(1); } to { transform: translate(120px, 60px) scale(1.16); } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes floatY2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(12px); } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.6); opacity: 0; } }
@keyframes dot { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes barGrow { from { height: 12%; } to { height: var(--h, 60%); } }
@keyframes shimmer { to { background-position: 200% center; } }
@keyframes riseLine { 0% { stroke-dashoffset: 600; } 100% { stroke-dashoffset: 0; } }

h1, h2, h3, h4 { font-family: "Space Grotesk", "Inter", system-ui, sans-serif; font-weight: 600; line-height: 1.07; letter-spacing: -0.022em; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.grad-text.animated { background-size: 200% auto; animation: shimmer 5s linear infinite; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; border-radius: 999px; border: 1px solid var(--stroke-2); background: var(--grad-soft); color: var(--violet-3); font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--violet-3); box-shadow: 0 0 12px var(--violet-3); animation: dot 2.4s ease-in-out infinite; }

.site-header { position: sticky; top: 0; z-index: 50; transition: background 0.3s var(--ease), border-color 0.3s var(--ease); border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(9, 7, 18, 0.7); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); border-bottom-color: var(--stroke); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 8px 26px -6px rgba(255, 255, 255, 0.28); position: relative; overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,0.5) 50%, transparent 60%); background-size: 250% 100%; animation: shimmer 4s linear infinite; }
.brand-mark svg { width: 21px; height: 21px; color: var(--on-accent); position: relative; z-index: 1; }
.brand-name { font-family: "Space Grotesk", sans-serif; font-size: 18px; letter-spacing: 0.03em; }
.brand-name b { font-weight: 700; }
.brand-name span { color: var(--ink-3); font-weight: 500; font-size: 11px; display: block; letter-spacing: 0.16em; text-transform: uppercase; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 9px 15px; border-radius: 10px; color: var(--ink-2); font-size: 14.5px; font-weight: 500; transition: color 0.2s var(--ease), background 0.2s var(--ease); }
.nav-links a:hover { color: var(--ink); background: var(--panel-2); }
.nav-links a.active { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border-radius: 999px; font-weight: 600; font-size: 14.5px; cursor: pointer; border: 1px solid transparent; transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease); white-space: nowrap; font-family: inherit; }
.btn:focus-visible { outline: 2px solid var(--violet-3); outline-offset: 3px; }
.btn-primary { background: var(--grad); color: var(--on-accent); box-shadow: 0 14px 34px -12px rgba(255, 255, 255, 0.22); }
.btn-primary::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(120deg, transparent 42%, rgba(255,255,255,0.35) 50%, transparent 58%); background-size: 250% 100%; opacity: 0; transition: opacity 0.3s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 50px -14px rgba(255, 255, 255, 0.34); }
.btn-primary:hover::before { opacity: 1; animation: shimmer 0.9s linear; }
.btn-ghost { background: var(--panel); border-color: var(--stroke-2); color: var(--ink); }
.btn-ghost:hover { background: var(--panel-2); border-color: var(--violet); transform: translateY(-2px); }
.btn .arrow { width: 26px; height: 26px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); display: grid; place-items: center; transition: transform 0.25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn .arrow svg { width: 13px; height: 13px; }
.btn-ghost .arrow { background: var(--grad); }
.btn-lg { padding: 15px 26px; font-size: 15.5px; }

.nav-toggle { display: none; width: 42px; height: 42px; border-radius: 11px; background: var(--panel); border: 1px solid var(--stroke-2); color: var(--ink); cursor: pointer; place-items: center; }
.nav-toggle svg { width: 20px; height: 20px; }

section { position: relative; }
.section { padding: var(--sp) 0; }
.section-head { max-width: 660px; margin: 0 auto 56px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 { font-size: clamp(31px, 4.6vw, 48px); margin-bottom: 16px; }
.section-head p { color: var(--ink-2); font-size: 17px; }

.hero { padding: clamp(46px, 6vw, 78px) 0 clamp(64px, 8vw, 104px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; }
.hero-copy .eyebrow { margin-bottom: 24px; }
.hero h1 { font-size: clamp(38px, 5.6vw, 68px); letter-spacing: -0.035em; margin-bottom: 22px; }
.hero .lead { max-width: 520px; margin-bottom: 32px; color: var(--ink-2); font-size: clamp(16px, 1.5vw, 18.5px); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-proof { display: flex; gap: 26px; flex-wrap: wrap; color: var(--ink-3); font-size: 13.5px; align-items: center; }
.hero-proof b { color: var(--ink); font-weight: 700; }
.hero-proof .dot { color: var(--violet); }

.hero-stage { position: relative; min-height: 460px; display: grid; place-items: center; }
.hero-stage .stage-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.30), rgba(255,255,255,0.08) 45%, transparent 68%); filter: blur(24px); animation: floatY 7s ease-in-out infinite; }

.console { position: relative; width: 100%; max-width: 400px; border-radius: 24px; border: 1px solid var(--stroke-2); background: linear-gradient(165deg, rgba(28,20,48,0.92), rgba(14,10,26,0.92)); box-shadow: var(--shadow); backdrop-filter: blur(12px); overflow: hidden; z-index: 2; }
.console-top { display: flex; align-items: center; gap: 9px; padding: 14px 18px; border-bottom: 1px solid var(--stroke); }
.console-top .dots { display: flex; gap: 6px; }
.console-top .dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.16); }
.console-top .dots i:first-child { background: #ff5f57; }
.console-top .dots i:nth-child(2) { background: #febc2e; }
.console-top .dots i:nth-child(3) { background: #28c840; }
.console-top .ttl { margin-left: 6px; font-size: 12.5px; color: var(--ink-3); font-family: "Space Grotesk", sans-serif; letter-spacing: 0.02em; }
.console-body { padding: 20px 18px 22px; }
.status-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border-radius: 999px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.28); color: var(--ink); font-size: 13px; font-weight: 600; }
.status-pill .live { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.status-pill .live::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--green); animation: pulse 2s ease-out infinite; }
.status-row .loc { font-size: 13px; color: var(--ink-2); display: inline-flex; align-items: center; gap: 6px; }
.status-row .loc b { color: var(--ink); }

.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.metric { background: rgba(255,255,255,0.03); border: 1px solid var(--stroke); border-radius: 13px; padding: 12px 13px; }
.metric .k { font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
.metric .k svg { width: 13px; height: 13px; color: var(--violet-3); }
.metric .v { font-family: "Space Grotesk", sans-serif; font-size: 21px; font-weight: 700; letter-spacing: -0.02em; }
.metric .v small { font-size: 12px; color: var(--ink-3); font-weight: 500; margin-left: 2px; }

.spark { display: flex; align-items: flex-end; gap: 4px; height: 58px; padding: 10px 12px; background: rgba(255,255,255,0.03); border: 1px solid var(--stroke); border-radius: 13px; margin-bottom: 14px; }
.spark i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, var(--violet-3), var(--violet-2)); height: 40%; animation: barGrow 1.1s var(--ease) both; opacity: 0.9; }

.mini-servers { display: flex; flex-direction: column; gap: 9px; }
.srv { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ink-2); }
.srv .flag { width: 22px; height: 16px; border-radius: 3px; background: var(--panel-2); border: 1px solid var(--stroke); display: grid; place-items: center; font-size: 11px; }
.srv .bar { flex: 1; height: 5px; border-radius: 3px; background: rgba(255,255,255,0.06); overflow: hidden; }
.srv .bar span { display: block; height: 100%; border-radius: 3px; background: var(--grad); }
.srv .ms { color: var(--ink-3); font-variant-numeric: tabular-nums; }

.chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 13px; background: rgba(20,14,36,0.82); border: 1px solid var(--stroke-2); backdrop-filter: blur(10px); font-size: 12.5px; font-weight: 600; box-shadow: 0 14px 40px -16px rgba(0,0,0,0.7); }
.chip svg { width: 15px; height: 15px; color: var(--violet-3); }
.chip.c1 { top: 6%; left: -6%; animation: floatY 6s ease-in-out infinite; }
.chip.c2 { top: 34%; right: -8%; animation: floatY2 7s ease-in-out infinite; }
.chip.c3 { bottom: 6%; left: 2%; animation: floatY 8s ease-in-out infinite 0.5s; }
.chip .g { color: var(--green); }

.marquee { overflow: hidden; border-block: 1px solid var(--stroke); padding: 20px 0; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 46px; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-3); font-size: 15px; font-weight: 500; white-space: nowrap; }
.marquee-track span svg { width: 16px; height: 16px; color: var(--violet-3); }

.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(150px, auto); gap: 18px; }
.bento .card { margin: 0; }
.b-span3 { grid-column: span 3; }
.b-span2 { grid-column: span 2; }
.b-span4 { grid-column: span 4; }
.b-row2 { grid-row: span 2; }

.card { position: relative; background: var(--panel); border: 1px solid var(--stroke); border-radius: var(--radius); padding: 28px; transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease); overflow: hidden; }
.card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.13), transparent 66%); top: var(--my, -40%); left: var(--mx, 50%); transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.card:hover { transform: translateY(-4px); border-color: var(--stroke-2); background: var(--panel-2); }
.card:hover::after { opacity: 1; }
.card-ico { width: 50px; height: 50px; border-radius: 13px; background: var(--grad-soft); border: 1px solid var(--stroke-2); display: grid; place-items: center; margin-bottom: 18px; color: var(--violet-3); position: relative; z-index: 1; }
.card-ico svg { width: 24px; height: 24px; }
.card h3 { font-size: 19px; margin-bottom: 10px; position: relative; z-index: 1; }
.card p { color: var(--ink-2); font-size: 15px; position: relative; z-index: 1; }
.card .big-num { font-family: "Space Grotesk", sans-serif; font-size: clamp(38px, 5vw, 56px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.card .big-num .grad-text { display: inline; }

.card.feature-map { display: flex; flex-direction: column; justify-content: space-between; }
.map-wrap { position: relative; flex: 1; min-height: 150px; margin-top: 14px; }
.map-wrap svg { width: 100%; height: 100%; }
.map-dot { fill: var(--violet-3); }
.map-ping { fill: none; stroke: var(--violet-3); stroke-width: 1.5; opacity: 0; transform-origin: center; animation: pingRing 3s ease-out infinite; }
@keyframes pingRing { 0% { r: 3; opacity: 0.8; } 100% { r: 22; opacity: 0; } }

.steps-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.step { position: relative; background: var(--panel); border: 1px solid var(--stroke); border-radius: var(--radius); padding: 28px; transition: transform 0.3s var(--ease), border-color 0.3s var(--ease); }
.step:hover { transform: translateY(-4px); border-color: var(--stroke-2); }
.step .num { font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 700; color: var(--on-accent); border-radius: 12px; width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; background: var(--grad); box-shadow: 0 10px 26px -8px rgba(255,255,255,0.22); }
.step h3 { font-size: 18px; margin-bottom: 9px; }
.step p { color: var(--ink-2); font-size: 14.5px; }

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan { position: relative; background: var(--panel); border: 1px solid var(--stroke); border-radius: var(--radius-lg); padding: 34px 30px; display: flex; flex-direction: column; transition: transform 0.3s var(--ease), border-color 0.3s var(--ease); }
.plan:hover { transform: translateY(-5px); border-color: var(--stroke-2); }
.plan.featured { border-color: transparent; background: linear-gradient(var(--bg-2), var(--bg-2)) padding-box, var(--grad) border-box; box-shadow: 0 46px 100px -44px rgba(255, 255, 255, 0.12); }
.plan.featured::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: conic-gradient(from 0deg, transparent, var(--violet-3), var(--magenta), transparent 60%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0.9; animation: spin 6s linear infinite; }
.plan.featured .glow-top { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(80% 60% at 50% 0%, rgba(255, 255, 255, 0.14), transparent 70%); pointer-events: none; }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: var(--on-accent); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; box-shadow: 0 10px 26px -8px rgba(255, 255, 255, 0.28); z-index: 2; }
.plan > * { position: relative; z-index: 1; }
.plan-name { font-size: 15px; font-weight: 600; color: var(--violet-3); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 6px; }
.plan-desc { color: var(--ink-3); font-size: 14px; margin-bottom: 22px; min-height: 40px; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.plan-price .amount { font-family: "Space Grotesk", sans-serif; font-size: 48px; font-weight: 700; letter-spacing: -0.03em; }
.plan-price .cur { font-size: 26px; font-weight: 600; }
.plan-price .per { color: var(--ink-3); font-size: 15px; }
.plan-sub { color: var(--ink-3); font-size: 13.5px; margin-bottom: 24px; }
.plan .btn { width: 100%; margin-bottom: 24px; }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.plan-feats li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-2); font-size: 14.5px; }
.plan-feats li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--violet-3); }

.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--panel); border: 1px solid var(--stroke); border-radius: var(--radius-sm); overflow: hidden; transition: border-color 0.25s var(--ease), background 0.25s var(--ease); }
.faq details[open] { border-color: var(--stroke-2); background: var(--panel-2); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 600; font-size: 16.5px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { width: 26px; height: 26px; flex-shrink: 0; position: relative; border-radius: 50%; border: 1px solid var(--stroke-2); transition: transform 0.3s var(--ease), background 0.3s var(--ease); }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; background: var(--violet-3); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq summary .plus::before { width: 11px; height: 2px; }
.faq summary .plus::after { width: 2px; height: 11px; transition: transform 0.3s var(--ease); }
.faq details[open] summary .plus { background: var(--grad-soft); transform: rotate(180deg); }
.faq details[open] summary .plus::after { transform: translate(-50%, -50%) scaleY(0); }
.faq details p { padding: 0 24px 22px; color: var(--ink-2); font-size: 15px; }

.cta-band { position: relative; overflow: hidden; }
.cta-panel { position: relative; border: 1px solid var(--stroke-2); border-radius: var(--radius-lg); padding: clamp(52px, 7vw, 92px) 30px; text-align: center; background: linear-gradient(160deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)); overflow: hidden; }
.cta-panel .orb { position: absolute; width: 560px; height: 560px; left: 50%; bottom: -64%; transform: translateX(-50%); background: radial-gradient(circle, rgba(255,255,255,0.32), rgba(255,255,255,0.10) 42%, transparent 66%); filter: blur(26px); border-radius: 50%; pointer-events: none; animation: floatY 8s ease-in-out infinite; }
.cta-panel h2 { position: relative; font-size: clamp(31px, 5vw, 54px); margin-bottom: 18px; }
.cta-panel p { position: relative; color: var(--ink-2); font-size: 18px; margin: 0 auto 32px; max-width: 520px; }
.cta-panel .hero-cta { position: relative; margin-bottom: 0; justify-content: center; }

.auth-wrap { max-width: 460px; margin: 0 auto; }
.auth-card { position: relative; background: linear-gradient(165deg, rgba(28,20,48,0.9), rgba(14,10,26,0.9)); border: 1px solid var(--stroke-2); border-radius: var(--radius-lg); padding: 42px 34px; box-shadow: var(--shadow); overflow: hidden; }
.auth-card .brand-mark { width: 54px; height: 54px; border-radius: 16px; margin: 0 auto 22px; }
.auth-card .brand-mark svg { width: 28px; height: 28px; }
.auth-card h1 { font-size: 27px; text-align: center; margin-bottom: 8px; }
.auth-card .sub { text-align: center; color: var(--ink-2); font-size: 15px; margin-bottom: 30px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-2); margin-bottom: 8px; }
.field .control { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.04); border: 1px solid var(--stroke-2); border-radius: var(--radius-sm); padding: 0 14px; transition: border-color 0.2s var(--ease); }
.field .control:focus-within { border-color: var(--violet); }
.field .control svg { width: 18px; height: 18px; color: var(--ink-3); flex-shrink: 0; }
.field input { flex: 1; background: transparent; border: none; outline: none; color: var(--ink); font-family: inherit; font-size: 15.5px; padding: 14px 0; }
.field input::placeholder { color: var(--ink-3); }
.auth-card .btn { width: 100%; }
.auth-note { text-align: center; color: var(--ink-3); font-size: 13px; margin-top: 20px; }
.auth-note a { color: var(--violet-3); }
.divider { display: flex; align-items: center; gap: 14px; color: var(--ink-3); font-size: 12.5px; margin: 22px 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--stroke); }

.prose { max-width: 820px; margin: 0 auto; }
.prose h1 { font-size: clamp(30px, 4.5vw, 44px); margin-bottom: 10px; }
.prose .updated { color: var(--ink-3); font-size: 14px; margin-bottom: 40px; }
.prose h2 { font-size: 22px; margin: 40px 0 14px; }
.prose h3 { font-size: 18px; margin: 26px 0 10px; color: var(--violet-3); }
.prose p, .prose li { color: var(--ink-2); font-size: 15.5px; margin-bottom: 12px; }
.prose ul, .prose ol { padding-left: 22px; margin-bottom: 16px; }
.prose a { color: var(--violet-3); }

.platforms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.platform { background: var(--panel); border: 1px solid var(--stroke); border-radius: var(--radius-sm); padding: 26px 20px; text-align: center; transition: transform 0.25s var(--ease), border-color 0.25s var(--ease); }
.platform:hover { transform: translateY(-3px); border-color: var(--stroke-2); }
.platform svg { width: 34px; height: 34px; color: var(--violet-3); margin: 0 auto 14px; }
.platform b { display: block; font-size: 15px; margin-bottom: 4px; }
.platform span { color: var(--ink-3); font-size: 13px; }

.site-footer { border-top: 1px solid var(--stroke); padding: 62px 0 40px; margin-top: 40px; background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.03)); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 44px; }
.footer-brand { max-width: 300px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand p { color: var(--ink-3); font-size: 14px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: var(--panel); border: 1px solid var(--stroke-2); display: grid; place-items: center; color: var(--ink-2); transition: color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease); }
.footer-social a:hover { color: var(--violet-3); border-color: var(--violet); transform: translateY(-2px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h4 { font-family: "Inter", sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); margin-bottom: 16px; font-weight: 600; }
.footer-col a { display: block; color: var(--ink-2); font-size: 14.5px; padding: 5px 0; transition: color 0.2s var(--ease); }
.footer-col a:hover { color: var(--violet-3); }
.footer-bottom { border-top: 1px solid var(--stroke); padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p, .footer-bottom a { color: var(--ink-3); font-size: 13px; }
.footer-bottom .legal a:hover { color: var(--violet-3); }
.footer-req { color: var(--ink-3); font-size: 13px; margin-top: 6px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.09s; }
.reveal.d2 { transition-delay: 0.18s; }
.reveal.d3 { transition-delay: 0.27s; }
.reveal.d4 { transition-delay: 0.36s; }
html.no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-cta, .hero-proof { justify-content: center; }
  .hero-stage { min-height: 420px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .platforms { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .b-span3, .b-span2, .b-span4 { grid-column: span 1; }
  .b-row2 { grid-row: span 1; }
  .pricing { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .plan.featured { order: -1; }
  .steps-flow { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav-links, .nav-actions .btn-ghost { display: none; }
  .nav-toggle { display: grid; }
  .nav.open + .nav-mobile { display: flex; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 32px; }
  .chip.c1 { left: 0; }
  .chip.c2 { right: -2%; }
}

.nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 12px 22px 20px; background: rgba(9, 7, 18, 0.97); backdrop-filter: blur(18px); border-bottom: 1px solid var(--stroke); }
.nav-mobile a { padding: 12px 14px; border-radius: 10px; color: var(--ink-2); font-weight: 500; }
.nav-mobile a:hover { background: var(--panel-2); color: var(--ink); }
.nav-mobile .btn { margin-top: 8px; }

@media (prefers-reduced-motion: reduce) {
  *, .bg-aurora .blob, .chip, .cta-panel .orb, .plan.featured::before { animation: none !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

.btn-primary .arrow { background: var(--on-accent); }
.btn-primary .arrow svg { color: #fff; }
.btn-ghost .arrow svg { color: var(--on-accent); }

.pricing-carousel { position: relative; }
.pricing-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 16px 4px 26px; scrollbar-width: none; -ms-overflow-style: none; }
.pricing-track::-webkit-scrollbar { display: none; }
.pricing-track .plan { min-width: min(310px, 82vw); scroll-snap-align: center; flex-shrink: 0; }
.car-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 46px; height: 46px; border-radius: 50%; background: rgba(20,16,34,0.85); border: 1px solid var(--stroke-2); color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease); backdrop-filter: blur(8px); }
.car-btn:hover { background: var(--panel-2); border-color: var(--violet); }
.car-btn:focus-visible { outline: 2px solid var(--violet-3); outline-offset: 3px; }
.car-btn svg { width: 18px; height: 18px; }
.car-btn.prev { left: -10px; }
.car-btn.next { right: -10px; }
@media (max-width: 760px) { .car-btn { display: none; } .pricing-track .plan { min-width: 84vw; } }
