
:root {
  --bg: #07070c;
  --bg2: #0b0913;
  --panel: rgba(18,18,28,.78);
  --panel2: rgba(255,255,255,.048);
  --line: rgba(255,255,255,.12);
  --line2: rgba(255,255,255,.18);
  --text: #f7f2ff;
  --muted: #b9b3c9;
  --soft: #d9d1e8;
  --cyan: #28d7ff;
  --cyan2: #6ee7ff;
  --pink: #ff3ca6;
  --purple: #8f36ff;
  --orange: #ff7a2f;
  --green: #6dffad;
  --red: #ff5238;
  --blue: #2997ff;
  --yellow: #ffd45a;
  --font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Segoe UI", system-ui, sans-serif;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 16% 4%, rgba(255,60,166,.16), transparent 30%),
    radial-gradient(circle at 82% 2%, rgba(40,215,255,.16), transparent 31%),
    radial-gradient(circle at 72% 92%, rgba(143,54,255,.16), transparent 35%),
    linear-gradient(180deg, #08070d, #050509 55%, #07070c);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.64), transparent 82%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0 0;
  height: 46vh;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(7,7,12,.96), rgba(7,7,12,.36), transparent),
    radial-gradient(ellipse at 26% 82%, rgba(40,215,255,.13), transparent 42%),
    radial-gradient(ellipse at 80% 84%, rgba(255,60,166,.12), transparent 44%);
}

a { color: inherit; text-decoration: none; }
strong { color: white; }
.wrap { width: min(1190px, calc(100% - 36px)); margin: 0 auto; }

.glow-bg {
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 50% -10%, rgba(40,215,255,.10), transparent 33%),
    radial-gradient(circle at 92% 25%, rgba(255,60,166,.08), transparent 28%),
    radial-gradient(circle at 10% 45%, rgba(255,122,47,.07), transparent 30%);
  pointer-events: none;
}

.top-strip {
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
  color: var(--soft);
  font-size: 13px;
  font-weight: 820;
}
.top-strip .wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.top-strip span { color: white; }
.top-strip a { color: var(--cyan2); }

nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(22px);
  background: rgba(7,7,12,.78);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  font-weight: 1000;
  letter-spacing: -.07em;
  font-size: 30px;
  line-height: 1;
}
.logo-loop { color: #fff; text-shadow: 0 0 20px rgba(255,255,255,.10); }
.logo-byte {
  background: linear-gradient(100deg, #ff476f 0%, #ff3ca6 38%, #b33cff 70%, #28d7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--soft);
  font-weight: 900;
  font-size: 14px;
}
.nav-links a:hover { color: white; }
.nav-actions { display: flex; gap: 12px; }

.btn, .solid-btn, .outline-btn, .plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  font-weight: 1000;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover, .solid-btn:hover, .outline-btn:hover, .plan-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.24);
}
.solid-btn, .btn.primary {
  border: 0;
  color: white;
  background: linear-gradient(100deg, var(--orange), var(--pink), var(--purple));
  box-shadow: 0 16px 42px rgba(255,60,166,.20);
}
.outline-btn { color: white; }

.hero {
  position: relative;
  padding: 74px 0 62px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7,7,12,.10), rgba(7,7,12,.72)),
    radial-gradient(circle at 76% 42%, rgba(40,215,255,.16), transparent 23%),
    radial-gradient(circle at 27% 64%, rgba(255,122,47,.13), transparent 25%);
}
.hero-world {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .86;
  mask-image: linear-gradient(to bottom, transparent 0%, black 11%, black 80%, transparent 100%);
}
.hero-world::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  height: 43%;
  background:
    linear-gradient(135deg, rgba(40,215,255,.19), transparent 24%) 0 64% / 110px 80px repeat-x,
    linear-gradient(225deg, rgba(255,60,166,.15), transparent 26%) 0 74% / 140px 92px repeat-x,
    linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.20), transparent);
  clip-path: polygon(0 70%, 8% 58%, 14% 64%, 22% 50%, 30% 66%, 38% 48%, 45% 64%, 54% 44%, 63% 66%, 72% 52%, 80% 62%, 88% 45%, 100% 68%, 100% 100%, 0 100%);
}
.float-block {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  transform: rotate(10deg);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.025)),
    linear-gradient(135deg, rgba(40,215,255,.10), rgba(255,60,166,.08));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 0 46px rgba(40,215,255,.14);
  animation: drift 9s ease-in-out infinite;
}
.float-block.one { right: 13%; top: 19%; }
.float-block.two { right: 7%; top: 52%; width: 34px; height: 34px; animation-delay: -2s; }
.float-block.three { left: 8%; top: 50%; width: 38px; height: 38px; animation-delay: -4s; }

@keyframes drift {
  0%, 100% { transform: translateY(0) rotate(10deg); }
  50% { transform: translateY(-18px) rotate(18deg); }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .82fr);
  gap: clamp(54px, 7vw, 96px);
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #dcecff;
  font-weight: 1000;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid rgba(40,215,255,.24);
  background: rgba(40,215,255,.075);
  padding: 9px 12px;
  border-radius: 999px;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 99px;
  box-shadow: 0 0 18px rgba(40,215,255,.9);
}
h1 {
  margin: 18px 0 18px;
  font-size: clamp(52px, 8vw, 104px);
  line-height: .88;
  letter-spacing: -.085em;
  max-width: 900px;
}
.shine {
  background: linear-gradient(105deg, #fff, var(--orange), var(--pink), var(--purple), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead, .hero-copy {
  max-width: 760px;
  color: var(--soft);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
  font-weight: 660;
}
.hero-actions, .actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 24px;
}
.mini-metric {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.052);
  border-radius: 18px;
  padding: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.mini-metric b {
  display: block;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -.04em;
  color: white;
}
.mini-metric span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.25;
}

.glass, .launch-card, .card, .big-card, .plan, .feature, .addon, .doc-card, .path-card, .stat-card {
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(255,122,47,.11), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(40,215,255,.10), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.076), rgba(255,255,255,.035));
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.07);
}
.launch-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
}
.launch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent),
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.08), transparent 38%);
  opacity: .75;
  pointer-events: none;
}
.launch-inner { position: relative; z-index: 1; }
.launch-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
.launch-kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.launch-title {
  margin-top: 7px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 1000;
  color: #fff;
}
.server-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(109,255,173,.10);
  border: 1px solid rgba(109,255,173,.25);
  color: #9fffc6;
  font-size: 13px;
  font-weight: 1000;
}
.server-live::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #6dffad;
  box-shadow: 0 0 18px rgba(109,255,173,.85);
}
.price-band {
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.22);
  border-radius: 28px;
  padding: 22px;
  margin-bottom: 16px;
}
.price-band .from {
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.hero-price {
  margin-top: 6px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .9;
  font-weight: 1000;
  letter-spacing: -.08em;
  background: linear-gradient(100deg, #fff, var(--orange), var(--pink), var(--purple), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-price span {
  color: var(--muted);
  font-size: 17px;
  letter-spacing: 0;
  background: none;
  -webkit-text-fill-color: var(--muted);
}
.price-band p {
  margin: 12px 0 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}
.start-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 16px 0;
}
.step {
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.045);
  border-radius: 20px;
  padding: 14px 12px;
  min-height: 98px;
}
.step b {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 1000;
  margin-bottom: 9px;
  background: linear-gradient(100deg, var(--cyan), var(--pink), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step span {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}
.hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.hero-benefit {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.15);
  border-radius: 16px;
  padding: 12px 13px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 860;
  line-height: 1.25;
}
.hero-benefit i, .tick {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(40,215,255,.72);
}
.launch-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.launch-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}

section { padding: 76px 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-head.left { display: block; }
h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: .94;
  letter-spacing: -.07em;
}
.section-head p, .lead2 {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 740;
}

.trust-row {
  padding: 18px 0 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.stat-card {
  padding: 18px;
}
.stat-card b {
  display: block;
  font-size: 18px;
  letter-spacing: -.04em;
  color: white;
}
.stat-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.feature-grid, .addon-grid, .doc-grid, .path-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature, .addon, .doc-card, .path-card {
  padding: 22px;
}
.icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: rgba(40,215,255,.09);
  border: 1px solid rgba(40,215,255,.16);
  font-size: 21px;
}
.feature h3, .addon h3, .doc-card h3, .big-card h3, .path-card h3 {
  margin: 0 0 9px;
  font-size: 22px;
  letter-spacing: -.04em;
}
.feature p, .addon p, .doc-card p, .big-card p, .path-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
  font-weight: 700;
}

.path-card {
  min-height: 220px;
  position: relative;
  overflow: hidden;
}
.path-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(40,215,255,.12), rgba(255,60,166,.10));
  border: 1px solid rgba(255,255,255,.09);
  transform: rotate(10deg);
}
.path-card .pill { margin-top: 16px; }

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.plan {
  position: relative;
  padding: 24px;
  min-height: 675px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.plan::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--purple), var(--pink), var(--orange));
}
.plan.core::before { background: linear-gradient(90deg, #b9c0d9, var(--cyan)); }
.plan.rise::before { background: linear-gradient(90deg, var(--pink), var(--purple)); }
.plan.prime::before { background: linear-gradient(90deg, var(--cyan), var(--purple)); }
.plan.quantum::before { background: linear-gradient(90deg, var(--orange), var(--pink), var(--purple), var(--cyan)); }
.plan-label, .pill {
  width: max-content;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--soft);
  background: rgba(255,255,255,.045);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plan h3 {
  margin: 18px 0 5px;
  font-size: 44px;
  line-height: .95;
  letter-spacing: -.07em;
}
.sub, .tag {
  color: var(--muted);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}
.price {
  margin: 24px 0 16px;
  font-size: 42px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -.07em;
}
.price span {
  color: var(--muted);
  font-size: 15px;
  letter-spacing: 0;
}
.fit {
  color: var(--soft);
  font-weight: 740;
  line-height: 1.45;
  min-height: 96px;
}
.spec-box {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.18);
  margin: 10px 0 14px;
}
.spec-box b {
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px;
}
.spec-box span {
  display: block;
  color: var(--soft);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.4;
}
ul.clean { list-style: none; padding: 0; margin: 0 0 20px; }
ul.clean li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--soft);
  font-weight: 760;
  line-height: 1.35;
  margin: 11px 0;
}
ul.clean li::before {
  content: "◆";
  color: var(--cyan);
  font-size: 12px;
  margin-top: 2px;
  filter: drop-shadow(0 0 8px rgba(40,215,255,.65));
}
.plan .btn, .plan .solid-btn, .plan .outline-btn, .plan .plan-cta {
  margin-top: auto;
  width: 100%;
}
.plan.prime {
  border-color: rgba(40,215,255,.34);
  box-shadow: 0 0 0 1px rgba(40,215,255,.1), var(--shadow);
}
.plan-cta {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  border-radius: 18px;
  color: white;
  letter-spacing: -.02em;
}
.plan-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: translateX(-115%);
  transition: transform .45s ease;
}
.plan-cta:hover::before { transform: translateX(115%); }
.plan-cta.core {
  background: linear-gradient(135deg, rgba(185,192,217,.22), rgba(40,215,255,.16)), rgba(255,255,255,.045);
  border-color: rgba(40,215,255,.30);
  box-shadow: 0 0 34px rgba(40,215,255,.12), inset 0 1px 0 rgba(255,255,255,.12);
}
.plan-cta.rise {
  background: linear-gradient(100deg, #392159, #9d35ff, #ff3ca6);
  border-color: rgba(255,60,166,.35);
  box-shadow: 0 0 42px rgba(255,60,166,.22), 0 0 28px rgba(143,54,255,.16), inset 0 1px 0 rgba(255,255,255,.16);
}
.plan-cta.prime {
  background: linear-gradient(100deg, #ff7a2f, #ff3ca6, #8f36ff);
  border-color: rgba(255,122,47,.35);
  box-shadow: 0 0 46px rgba(255,60,166,.24), 0 0 34px rgba(255,122,47,.16), inset 0 1px 0 rgba(255,255,255,.18);
}
.plan-cta.quantum {
  background:
    radial-gradient(circle at 15% 20%, rgba(255,212,90,.40), transparent 22%),
    linear-gradient(105deg, #ff7a2f, #ff3ca6, #8f36ff, #28d7ff);
  border-color: rgba(255,212,90,.36);
  box-shadow: 0 0 56px rgba(143,54,255,.25), 0 0 42px rgba(40,215,255,.18), 0 0 34px rgba(255,122,47,.18), inset 0 1px 0 rgba(255,255,255,.18);
}
.fineprint, .note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 740;
}
.note {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(40,215,255,.08), rgba(255,60,166,.08));
  color: var(--soft);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.big-card { padding: 28px; }
.stack-list { display: grid; gap: 12px; margin-top: 18px; }
.stack-item {
  display: flex;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 16px;
  background: rgba(0,0,0,.16);
}
.stack-item b { display: block; margin-bottom: 4px; }
.stack-item span { color: var(--muted); font-weight: 700; line-height: 1.42; }

.compare {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
table { width: 100%; border-collapse: collapse; }
th, td {
  padding: 17px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
}
th {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
td { color: var(--soft); font-weight: 760; }
tr:last-child td { border-bottom: 0; }

.faq-list { display: grid; gap: 12px; }
details {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  border-radius: 22px;
  padding: 18px 20px;
}
summary {
  cursor: pointer;
  color: white;
  font-weight: 1000;
  font-size: 17px;
}
details p {
  color: var(--muted);
  line-height: 1.5;
  font-weight: 720;
}

.cta {
  margin: 70px 0;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,122,47,.19), transparent 32%),
    radial-gradient(circle at 82% 10%, rgba(40,215,255,.17), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cta h2 { max-width: 720px; }
.cta p {
  color: var(--soft);
  line-height: 1.55;
  font-weight: 720;
  max-width: 660px;
}

footer {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  color: var(--muted);
  font-weight: 760;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, .8fr);
  gap: 24px;
}
footer h4 { color: white; margin: 0 0 10px; }
footer a { display: block; margin: 8px 0; color: var(--muted); }
footer a:hover { color: white; }

@media (max-width: 1100px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; gap: 36px; }
  .feature-grid, .addon-grid, .doc-grid, .path-grid, .plan-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-actions .btn:first-child { display: none; }
  .top-strip .wrap { align-items: flex-start; flex-direction: column; padding: 8px 0; }
  .mini-metrics, .start-steps, .hero-benefits, .launch-actions, .feature-grid, .addon-grid, .doc-grid, .path-grid, .plan-grid, .footer-grid, .trust-grid { grid-template-columns: 1fr; }
  .launch-card { padding: 20px; border-radius: 26px; }
  .launch-top { align-items: flex-start; flex-direction: column; }
  .section-head, .cta { display: block; }
  .cta .actions { margin-top: 18px; }
  th, td { padding: 13px 10px; font-size: 13px; }
  h1 { font-size: clamp(46px, 14vw, 74px); }
}


/* v10.2 public-safe node pages */
.node-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.node-grid.featured {
  grid-template-columns: 1.15fr .85fr;
}

.node-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,122,47,.10), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(40,215,255,.10), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.07);
  display: flex;
  flex-direction: column;
}

.node-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--purple), var(--pink), var(--orange));
}

.node-card.ryzen::before {
  background: linear-gradient(90deg, #ff5238, #ff7a2f, #ff3ca6, #8f36ff);
}

.node-card.intel::before {
  background: linear-gradient(90deg, #28d7ff, #2997ff, #8f36ff);
}

.node-name {
  margin: 14px 0 6px;
  font-size: 38px;
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 1000;
  color: #fff;
}

.node-role {
  color: var(--muted);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.node-spec {
  margin: 16px 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  color: var(--soft);
  font-weight: 760;
  line-height: 1.42;
}

.node-card p {
  color: var(--muted);
  line-height: 1.48;
  font-weight: 710;
}

.node-card .plan-cta,
.node-card .outline-btn {
  margin-top: auto;
  width: 100%;
}

.node-page-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
}

.node-hero-card {
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,82,56,.18), transparent 34%),
    radial-gradient(circle at 80% 12%, rgba(255,60,166,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.078), rgba(255,255,255,.035));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
}

.node-big-name {
  margin: 12px 0 10px;
  font-size: clamp(58px,8vw,112px);
  line-height: .86;
  letter-spacing: -.09em;
  font-weight: 1000;
}

.node-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.node-badge {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.13);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.node-badge.ryzen {
  color: #ffd6cc;
  border-color: rgba(255,82,56,.28);
  background: rgba(255,82,56,.08);
}

.node-meter {
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  margin: 8px 0 14px;
}

.node-meter span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--orange), var(--pink), var(--purple));
}

.upcoming-list {
  display: grid;
  gap: 10px;
}

.upcoming-pill {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
  border-radius: 18px;
  padding: 14px;
  color: var(--soft);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .node-grid,
  .node-grid.featured,
  .node-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .node-grid { grid-template-columns: 1fr; }
}
