:root {
  color-scheme: dark;
  --bg: #100a19;
  --bg-deep: #09060e;
  --panel: rgba(27, 19, 40, .78);
  --panel-solid: #1b1328;
  --line: rgba(231, 219, 255, .13);
  --muted: #aaa0b9;
  --text: #f7f2ff;
  --purple: #9b6bff;
  --purple-bright: #c5a8ff;
  --green: #75e0b4;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.ambient-one { width: 560px; height: 560px; top: 20px; left: calc(50% - 700px); background: rgba(112, 56, 216, .22); }
.ambient-two { width: 500px; height: 500px; top: 330px; right: calc(50% - 720px); background: rgba(130, 58, 225, .13); }

.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.03em; font-size: 20px; width: fit-content; }
.site-header nav { display: flex; gap: 32px; color: #bdb4c8; font-size: 14px; }
.site-header nav a:hover, .site-footer a:hover { color: white; }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid rgba(223, 207, 255, .45); border-radius: 9px; background: linear-gradient(180deg, #a879ff, #7544df); color: white; font-weight: 600; box-shadow: 0 10px 34px rgba(96, 45, 196, .3), inset 0 1px rgba(255,255,255,.28); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 42px rgba(107, 51, 215, .44), inset 0 1px rgba(255,255,255,.3); }
.button svg { width: 20px; fill: currentColor; }
.button-small { min-height: 40px; padding: 0 16px; font-size: 13px; }

.hero { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); align-items: center; gap: 72px; padding: 104px 0 112px; }
.section-kicker { color: var(--purple-bright); font: 500 11px/1.4 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
h1 { margin: 28px auto 24px; font-size: clamp(50px, 7vw, 82px); line-height: .98; letter-spacing: -.065em; font-weight: 600; }
.hero h1 { margin: 0; font-size: clamp(52px, 5.3vw, 74px); }
h1 em { font-style: normal; color: #9d73f1; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.performance-note { margin: 38px 0 0; color: #80758d; font: 10px/1.7 var(--mono); }
.hero-switch .section-kicker { margin-bottom: 14px; }
.hero-switch .diff-card { width: 100%; margin: 0; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(9,6,14,.38); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 27px 28px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 15px; margin-bottom: 4px; }
.proof-grid span { color: #857a91; font: 10px var(--mono); }

.section { padding: 126px 0; }
.split-heading { display: grid; grid-template-columns: 1.45fr .75fr; gap: 100px; align-items: end; margin-top: 19px; }
h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.07; letter-spacing: -.05em; font-weight: 550; }
.split-heading p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; font-size: 15px; }
.diff-card { width: min(880px, 100%); margin: 64px auto 0; border: 1px solid var(--line); background: #0b0711; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.code-heading { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); color: #81758e; font: 10px var(--mono); }
.code-heading button { border: 0; color: #ad9fbb; background: transparent; cursor: pointer; font: 10px var(--mono); }
.diff-card pre { margin: 0; padding: 28px 32px 32px; overflow: auto; font: 13px/1.8 var(--mono); color: #beb4c8; }
.line { display: block; min-width: max-content; }
.line.removed { color: #d27e94; background: rgba(178,64,94,.09); }
.line.added { color: #bda0ff; background: rgba(122,77,217,.13); }

.how { width: 100%; max-width: none; background: #0b0711; border-block: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.steps article { position: relative; padding: 34px 32px 38px; min-height: 285px; border-right: 1px solid var(--line); background: linear-gradient(155deg, rgba(31,20,46,.55), rgba(12,8,18,.7)); }
.steps article:last-child { border: 0; }
.steps article > span { position: absolute; top: 25px; right: 25px; color: #5f546b; font: 10px var(--mono); }
.step-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid rgba(179,148,240,.2); border-radius: 10px; background: rgba(133,82,238,.09); color: var(--purple-bright); font-size: 23px; }
.steps h3 { font-size: 18px; margin: 0 0 12px; letter-spacing: -.02em; }
.steps p { color: #918698; font-size: 13px; line-height: 1.7; margin: 0; }
.steps code { color: var(--purple-bright); font-family: var(--mono); }

.billing-model { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-top: 62px; padding: 28px 34px; border: 1px solid rgba(184,147,255,.22); border-radius: 13px; background: rgba(13,9,20,.72); }
.billing-model div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.billing-model span { color: var(--purple-bright); font: 10px var(--mono); letter-spacing: .12em; }
.billing-model strong { font-size: 22px; }
.billing-model small { color: #81758e; font: 10px var(--mono); }
.billing-model b { color: #62576f; font-size: 20px; font-weight: 400; }
.gpu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.gpu-grid article { min-height: 210px; padding: 30px; border: 1px solid var(--line); border-radius: 13px; background: rgba(13, 9, 20, .78); }
.gpu-grid .featured-gpu { border-color: rgba(184, 147, 255, .3); background: radial-gradient(circle at 90% 0, rgba(124,75,214,.22), transparent 58%), #0d0914; }
.gpu-name { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 16px; font-weight: 650; }
.gpu-name span { padding: 5px 7px; border: 1px solid rgba(184,147,255,.24); border-radius: 999px; color: var(--purple-bright); font: 9px var(--mono); letter-spacing: .08em; }
.gpu-price { display: flex; align-items: baseline; gap: 9px; margin: 23px 0 18px; }
.gpu-price strong { font-size: 34px; letter-spacing: -.05em; }
.gpu-price span { color: #81758e; font: 10px var(--mono); }
.gpu-grid p { margin: 0; color: #918698; font-size: 13px; line-height: 1.6; }
.pricing-note { margin: 18px 0 0; color: #776c84; font: 10px/1.6 var(--mono); text-align: right; }

.final-cta { text-align: center; padding-top: 60px; }
.orb { width: 94px; height: 94px; display: grid; place-items: center; margin: 0 auto 43px; border: 1px solid rgba(215,192,255,.28); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #cbb2ff, #6940b9 55%, #241539 72%); box-shadow: 0 0 70px rgba(129,77,222,.4); }
.orb span { font-size: 31px; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.final-cta h2 { margin-top: 18px; }
.final-cta p { color: var(--muted); margin: 18px 0 30px; }

.site-footer { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: #7f748c; font-size: 12px; }
.site-footer .brand { color: #d9cfE5; font-size: 16px; }
.site-footer > div { justify-self: end; display: flex; gap: 24px; }

.legal { padding: 80px 0 120px; max-width: 760px; }
.legal h1 { font-size: 54px; margin-inline: 0; }
.legal h2 { font-size: 25px; margin-top: 42px; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 62px; padding-top: 62px; text-align: center; }
  .hero-actions { justify-content: center; }
  .performance-note { margin-inline: auto; }
  .hero-switch { text-align: left; }
  .split-heading { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .billing-model { grid-template-columns: 1fr; }
  .billing-model b { display: none; }
  .gpu-grid { grid-template-columns: repeat(2, 1fr); }
  .steps article { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header .button { font-size: 0; width: 42px; padding: 0; }
  .site-header .button::after { content: '↗'; font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero { padding-bottom: 60px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .gpu-grid { grid-template-columns: 1fr; }
  .section { padding: 90px 0; }
  .diff-card pre { padding-inline: 18px; font-size: 11px; }
  .steps article { min-height: 250px; }
  .site-footer { grid-template-columns: 1fr auto; padding: 28px 0; }
  .site-footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
