:root {
  --bg: #050a14;
  --bg-soft: #09111f;
  --surface: rgba(7, 14, 26, 0.76);
  --surface-strong: rgba(9, 18, 33, 0.9);
  --surface-alt: rgba(12, 24, 42, 0.92);
  --text: #eef6ff;
  --muted: #93a9c2;
  --muted-strong: #d9e7f7;
  --accent: #34d6ff;
  --accent-strong: #1d8dff;
  --accent-soft: rgba(52, 214, 255, 0.14);
  --signal: #8b5cf6;
  --signal-soft: rgba(139, 92, 246, 0.18);
  --aqua: #41f0d0;
  --aqua-soft: rgba(65, 240, 208, 0.16);
  --warm: #f7b955;
  --warm-soft: rgba(247, 185, 85, 0.18);
  --danger: #ff5f8a;
  --danger-soft: rgba(255, 95, 138, 0.16);
  --border: rgba(120, 156, 204, 0.16);
  --border-strong: rgba(52, 214, 255, 0.24);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --shadow-lg: 0 42px 120px rgba(0, 0, 0, 0.52);
  --radius-xxl: 40px;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(29, 141, 255, 0.18), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(255, 95, 138, 0.12), transparent 20%),
    radial-gradient(circle at 54% 70%, rgba(65, 240, 208, 0.08), transparent 26%),
    linear-gradient(180deg, #040914 0%, #050b16 40%, #040812 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    radial-gradient(circle at 14% 12%, rgba(52, 214, 255, 0.16), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(139, 92, 246, 0.12), transparent 22%),
    radial-gradient(circle at 46% 74%, rgba(255, 95, 138, 0.08), transparent 24%);
  filter: blur(22px);
}

body::after {
  background:
    linear-gradient(rgba(92, 124, 172, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 124, 172, 0.045) 1px, transparent 1px);
  background-size: 94px 94px;
  mask-image: radial-gradient(circle at 20% 18%, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.2) 44%, transparent 78%);
}

main {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  padding: 2px 6px;
  border-radius: 8px;
  border: 1px solid rgba(120, 156, 204, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f8fbff;
  font-family: inherit;
}

img {
  display: block;
  max-width: 100%;
}

li::marker {
  color: var(--accent);
}

.site-shell {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: 16px;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 96px;
  background: linear-gradient(180deg, rgba(4, 9, 20, 0.96), rgba(4, 9, 20, 0));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: none;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(5, 13, 24, 0.74);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: min(270px, 100%);
  max-width: 100%;
  height: auto;
  border-radius: 0;
  filter: drop-shadow(0 0 24px rgba(52, 214, 255, 0.12));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 500;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(52, 214, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(52, 214, 255, 0.12);
}

.nav-cta {
  background: linear-gradient(135deg, #34d6ff 0%, #1d8dff 50%, #ff5f8a 100%);
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(29, 141, 255, 0.28);
}

.hero {
  padding: 104px 0 48px;
}

.hero-home {
  position: relative;
  padding-top: 116px;
  padding-bottom: 68px;
  overflow: hidden;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 28px 0 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(52, 214, 255, 0.09), transparent 22%),
    radial-gradient(circle at 72% 18%, rgba(139, 92, 246, 0.08), transparent 24%),
    radial-gradient(circle at 50% 78%, rgba(255, 95, 138, 0.05), transparent 22%);
  pointer-events: none;
  z-index: 0;
}

.hero-home > .site-shell {
  position: relative;
  z-index: 1;
}

.hero-shell,
.hero-grid,
.feature-band,
.investor-grid,
.proof-grid,
.cta-banner,
.cards,
.metrics,
.metrics-five,
.viz-grid,
.showcase-grid,
.bullet-columns,
.surface-grid,
.quote-band,
.hero-proof,
.feature-row {
  display: grid;
  gap: 24px;
}

.hero-shell {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 42px;
}

.hero-grid,
.investor-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
}

.feature-band {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
}

.investor-hero-grid {
  align-items: start;
}

.feature-band.feature-band-tight {
  gap: 20px;
}

.section {
  padding: 64px 0;
  position: relative;
}

.section-soft {
  padding-top: 76px;
}

.section-head {
  display: grid;
  gap: 16px;
  max-width: 820px;
  margin-bottom: 36px;
}

.section-head-centered {
  text-align: center;
  margin: 0 auto 36px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(52, 214, 255, 0.16);
  background: rgba(8, 18, 34, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #cfe5fb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aqua), var(--accent));
  box-shadow: 0 0 22px rgba(52, 214, 255, 0.5);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-family: "Sora", sans-serif;
}

h1 {
  font-size: clamp(3.3rem, 8vw, 6rem);
  max-width: 10ch;
}

.hero-copy h1.hero-title-compact {
  font-size: clamp(3rem, 6vw, 4.9rem);
  max-width: 10.5ch;
}

h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  max-width: 13ch;
}

h3 {
  font-size: clamp(1.32rem, 2vw, 1.9rem);
}

.hero-copy,
.feature-copy,
.cta-copy {
  display: grid;
  gap: 20px;
}

.hero-copy p,
.section-copy,
.metric-copy,
.footer-copy,
.panel p,
.glass-card p,
.spotlight-card p,
.quote-card p,
.bullet-columns li,
.bullet-list li,
.content-shell-body p,
.content-shell-body li,
.content-shell-body blockquote,
.risk-row span,
.surface-card p,
.proof-pill span,
.floating-note p,
.mini-card p,
.viz-node p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.05rem;
}

.hero-copy {
  padding-top: 16px;
}

.hero-copy p {
  max-width: 58ch;
}

.hero-signal {
  color: #d8e9fb;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #34d6ff 0%, #1d8dff 52%, #ff5f8a 100%);
  color: #ffffff;
  box-shadow: 0 22px 44px rgba(29, 141, 255, 0.26);
}

.button-secondary {
  background: rgba(9, 18, 33, 0.8);
  border-color: rgba(120, 156, 204, 0.16);
  color: var(--text);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.panel,
.hero-panel,
.glass-card,
.spotlight-card,
.viz-map,
.cta-banner,
.footer-panel,
.media-card,
.metric,
.proof-strip,
.quote-card,
.bullet-panel,
.content-shell-inner,
.surface-card,
.proof-pill,
.floating-note,
.mini-card,
.signal-board {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.panel,
.hero-panel,
.viz-map,
.cta-banner,
.footer-panel,
.proof-strip,
.content-shell-inner,
.signal-board {
  border-radius: var(--radius-xl);
}

.glass-card,
.spotlight-card,
.media-card,
.metric,
.quote-card,
.bullet-panel,
.surface-card,
.proof-pill,
.floating-note,
.mini-card {
  border-radius: var(--radius-lg);
}

.panel,
.hero-panel,
.glass-card,
.spotlight-card,
.viz-map,
.cta-banner,
.metric,
.quote-card,
.bullet-panel,
.content-shell-inner,
.surface-card,
.proof-pill,
.floating-note,
.mini-card,
.signal-board {
  position: relative;
  overflow: hidden;
}

.panel::after,
.hero-panel::after,
.glass-card::after,
.spotlight-card::after,
.viz-map::after,
.cta-banner::after,
.metric::after,
.quote-card::after,
.bullet-panel::after,
.content-shell-inner::after,
.surface-card::after,
.proof-pill::after,
.floating-note::after,
.mini-card::after,
.signal-board::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -32%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(52, 214, 255, 0.22), transparent 66%);
  pointer-events: none;
}

.hero-panel,
.spotlight-card,
.viz-map,
.cta-banner,
.quote-card,
.bullet-panel,
.content-shell-inner,
.signal-board {
  padding: 28px;
}

.glass-card,
.metric,
.surface-card {
  padding: 24px;
}

.spotlight-card.spotlight-card-tight {
  padding: 24px;
}

.stack {
  display: grid;
  gap: 18px;
}

.risk-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(120, 156, 204, 0.12);
}

.risk-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.risk-row strong {
  color: var(--muted-strong);
  font-size: 1rem;
}

.cards,
.metrics,
.viz-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metrics-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.showcase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-grid .media-card:first-child {
  grid-column: 1 / -1;
}

.proof-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
}

.bullet-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 20, 36, 0.98), rgba(7, 14, 26, 0.96));
}

.media-card img {
  width: 100%;
  height: auto;
  background: #050b14;
}

.media-card img.media-image-contain {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.media-card img.media-image-short {
  width: 100%;
}

.product-hero-grid {
  align-items: start;
}

.product-hero-stack {
  gap: 16px;
}

.media-card-hero-product img {
  max-height: 340px;
  margin: 0 auto;
}

.summary-shot {
  box-shadow: var(--shadow-lg);
}

.summary-shot img {
  background: #050b14;
}

.media-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.96), rgba(8, 14, 27, 0.98));
  border-top: 1px solid var(--border);
  color: var(--muted);
}

.media-caption.media-caption-compact {
  padding: 12px 15px;
  gap: 10px;
  font-size: 0.92rem;
}

.media-caption strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.metric {
  background: linear-gradient(180deg, rgba(10, 20, 36, 0.98), rgba(7, 14, 26, 0.98));
}

.metric-value {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text);
  font-family: "Sora", sans-serif;
  letter-spacing: -0.05em;
}

.metric-value-compact {
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.metric-label {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
}

.bullet-list,
.bullet-columns {
  margin: 18px 0 0;
  padding-left: 20px;
}

.bullet-list li,
.bullet-columns li {
  margin-bottom: 10px;
}

.investor-memo {
  display: grid;
  gap: 18px;
}

.investor-bullets {
  margin-top: 0;
}

.investor-memo-tag {
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.6;
}

.feature-points {
  margin-top: 4px;
}

.feature-kicker {
  color: #9fddff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proof-strip {
  padding: 24px 28px;
  background: rgba(9, 18, 33, 0.82);
}

.proof-grid .metric {
  background: rgba(10, 20, 36, 0.98);
}

.quote-card {
  min-height: 100%;
  display: grid;
  gap: 16px;
}

.quote-card blockquote {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.22rem, 2vw, 1.56rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.quote-card cite {
  color: var(--muted);
  font-style: normal;
}

.viz-node {
  min-height: 150px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(12, 24, 42, 0.84);
  border: 1px solid rgba(120, 156, 204, 0.12);
}

.viz-node span,
.status-pill,
.mini-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mini-label {
  margin-bottom: 10px;
  background: rgba(52, 214, 255, 0.1);
  color: #d6eeff;
}

.status-pill {
  border: 1px solid rgba(120, 156, 204, 0.16);
}

.status-live {
  background: rgba(65, 240, 208, 0.1);
  color: #cffff1;
  border-color: rgba(65, 240, 208, 0.14);
}

.signal-high {
  background: var(--danger-soft);
  color: #ffd2df;
}

.signal-med {
  background: var(--warm-soft);
  color: #ffe0a6;
}

.signal-low {
  background: var(--aqua-soft);
  color: #c7fff4;
}

.content-shell {
  padding: 42px 0;
}

.content-shell-inner {
  padding: 32px;
}

.content-shell-body {
  display: grid;
  gap: 16px;
}

.hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4px;
}

.proof-pill {
  padding: 20px 22px;
}

.proof-pill strong,
.mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

.hero-visual {
  position: relative;
  min-height: 720px;
  padding: 72px 0 56px;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
}

.orb-left {
  top: 92px;
  left: -10px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(52, 214, 255, 0.34), rgba(52, 214, 255, 0));
}

.orb-right {
  top: 36px;
  right: 8px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.28), rgba(139, 92, 246, 0));
}

.app-frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(120, 156, 204, 0.16);
  background: linear-gradient(180deg, rgba(11, 20, 36, 0.98), rgba(7, 14, 26, 0.96));
  box-shadow: var(--shadow-lg);
}

.app-frame-bar {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px 18px 0;
}

.app-frame-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(120, 156, 204, 0.3);
}

.app-frame-bar span:first-child {
  background: #ff6e8e;
}

.app-frame-bar span:nth-child(2) {
  background: #f7b955;
}

.app-frame-bar span:nth-child(3) {
  background: #34d6ff;
}

.app-frame-body {
  padding: 18px;
}

.app-frame-body img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #09111f;
}

.hero-frame-cluster {
  display: grid;
  gap: 18px;
  width: min(100%, 700px);
  margin-left: auto;
}

.app-frame-hero {
  width: 100%;
}

.floating-note {
  position: absolute;
  max-width: 280px;
  padding: 18px 20px;
  background: rgba(8, 16, 30, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.floating-note-top {
  top: 128px;
  left: 0;
}

.signal-board {
  width: min(100%, 360px);
  justify-self: end;
  padding: 22px;
  background: rgba(7, 15, 28, 0.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.signal-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.signal-list {
  display: grid;
  gap: 14px;
}

.signal-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(120, 156, 204, 0.12);
}

.signal-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.signal-copy {
  display: grid;
  gap: 6px;
}

.signal-copy strong {
  color: var(--muted-strong);
  font-size: 0.98rem;
}

.signal-copy p {
  margin: 0;
}

.floating-duo {
  position: absolute;
  left: 18px;
  bottom: 0;
  display: grid;
  grid-template-columns: 180px 220px;
  gap: 16px;
  align-items: end;
}

.mini-shot {
  margin: 0;
}

.mini-shot .app-frame {
  border-radius: 26px;
}

.mini-card {
  padding: 18px 20px;
}

.feature-rows {
  display: grid;
  gap: 28px;
}

.feature-row {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
}

.feature-row-reverse {
  direction: rtl;
}

.feature-row-reverse > * {
  direction: ltr;
}

.visual-stage {
  position: relative;
  min-height: 450px;
  padding: 38px;
  border-radius: var(--radius-xxl);
  border: 1px solid rgba(120, 156, 204, 0.16);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.visual-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.visual-stage-blue {
  background:
    radial-gradient(circle at 14% 14%, rgba(52, 214, 255, 0.26), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(139, 92, 246, 0.18), transparent 28%),
    linear-gradient(135deg, #081321 0%, #0c1f35 44%, #08111d 100%);
}

.visual-stage-lilac {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 95, 138, 0.16), transparent 22%),
    radial-gradient(circle at 76% 22%, rgba(52, 214, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #160d22 0%, #23113b 42%, #0a1323 100%);
}

.shot-grid {
  position: relative;
  min-height: 360px;
}

.shot-grid .app-frame:first-child {
  width: min(100%, 540px);
}

.shot-grid .app-frame:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(48%, 285px);
}

.surface-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.surface-card {
  display: grid;
  gap: 18px;
}

.tokenwise-board,
.tokenwise-point {
  position: relative;
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.tokenwise-board {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.tokenwise-point {
  padding: 22px;
  border-radius: var(--radius-lg);
}

.tokenwise-board::after,
.tokenwise-point::after {
  content: "";
  position: absolute;
  right: -14%;
  bottom: -28%;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(52, 214, 255, 0.2), transparent 66%);
  pointer-events: none;
}

.tokenwise-board-head,
.tokenwise-meter,
.tokenwise-breakdown {
  display: grid;
  gap: 12px;
}

.tokenwise-board-head {
  grid-template-columns: 1fr auto;
  align-items: start;
}

.tokenwise-meter-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.98rem;
}

.tokenwise-meter-label strong {
  color: var(--muted-strong);
  font-size: 1rem;
}

.tokenwise-track {
  position: relative;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(120, 156, 204, 0.14);
  overflow: hidden;
}

.tokenwise-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #35f0d0 0%, #34d6ff 60%, #7a9eff 100%);
  box-shadow: 0 0 24px rgba(52, 214, 255, 0.22);
}

.tokenwise-fill-context {
  width: 68%;
}

.tokenwise-fill-cost {
  width: 42%;
}

.tokenwise-breakdown {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tokenwise-file {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(12, 24, 42, 0.84);
  border: 1px solid rgba(120, 156, 204, 0.12);
}

.tokenwise-file span {
  color: var(--muted);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tokenwise-file strong {
  color: var(--text);
  font-size: 1.2rem;
  font-family: "Sora", sans-serif;
}

.tokenwise-suggestions,
.tokenwise-points {
  display: grid;
  gap: 14px;
}

.tokenwise-suggestions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.token-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(52, 214, 255, 0.14);
  background: rgba(52, 214, 255, 0.08);
  color: #d9f2ff;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.tokenwise-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tokenwise-point h3 {
  margin-bottom: 10px;
}

.tokenwise-point p {
  margin: 0;
  color: var(--muted);
}

.surface-card .app-frame {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.quote-band {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  margin-top: 34px;
}

.metrics-home {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.investor-scoreboard {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.investor-scoreboard .metric:nth-child(-n + 3) {
  grid-column: span 2;
}

.investor-scoreboard .metric:nth-child(n + 4) {
  grid-column: span 3;
}

.investor-cards {
  align-content: start;
}

.investor-lower-flow,
.investor-wide-stack {
  display: grid;
  gap: 24px;
}

.investor-wide-panel {
  display: grid;
  gap: 20px;
  padding: 30px;
}

.investor-wide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.investor-wide-copy {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.investor-wide-list {
  margin: 0;
}

.investor-wide-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.investor-close-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 30px;
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.investor-close-panel::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -28%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(52, 214, 255, 0.2), transparent 66%);
  pointer-events: none;
}

.investor-close-list {
  margin-top: 0;
}

.investor-close-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.investor-close-metric {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(12, 24, 42, 0.84);
  border: 1px solid rgba(120, 156, 204, 0.12);
}

.investor-close-metric strong {
  color: var(--text);
  font-size: 1.75rem;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.investor-close-metric span,
.investor-close-quote {
  color: var(--muted);
}

.investor-wide-quote {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 156, 204, 0.12);
  color: var(--muted-strong);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.7;
}

.investor-close-quote {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.7;
}

.investor-ask-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 156, 204, 0.12);
}

.investor-ask-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-banner {
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(52, 214, 255, 0.16), transparent 20%),
    linear-gradient(135deg, rgba(10, 20, 36, 0.98), rgba(7, 14, 26, 0.96));
}

.cta-banner-home {
  padding: 34px;
  border-radius: var(--radius-xxl);
}

.investor-cta {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr) auto;
}

.investor-cta-notes {
  display: grid;
  gap: 12px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer {
  padding: 12px 0 44px;
}

.footer-panel {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  background: rgba(7, 14, 26, 0.84);
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-brand img {
  width: min(340px, 100%);
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero-shell,
  .feature-row,
  .quote-band {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 20px;
  }

  .hero-frame-cluster {
    width: min(100%, 700px);
    margin-left: 0;
    display: grid;
    gap: 18px;
  }

  .app-frame-hero {
    width: 100%;
  }

  .signal-board,
  .floating-note,
  .floating-duo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 18px;
  }

  .signal-board {
    width: min(100%, 460px);
  }

  .hero-frame-cluster .signal-board {
    width: 100%;
    margin-top: 0;
  }

  .floating-duo {
    width: min(100%, 460px);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .feature-band,
  .investor-grid,
  .proof-grid,
  .cta-banner,
  .cards,
  .metrics,
  .metrics-five,
  .showcase-grid,
  .viz-grid,
  .bullet-columns,
  .surface-grid,
  .metrics-home,
  .investor-scoreboard,
  .investor-wide-grid,
  .investor-wide-metrics,
  .investor-close-metrics,
  .tokenwise-breakdown,
  .tokenwise-points,
  .tokenwise-suggestions {
    grid-template-columns: 1fr;
  }

  .investor-scoreboard .metric {
    grid-column: auto;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .product-hero-grid {
    gap: 20px;
  }

  .media-card-hero-product img {
    max-height: 300px;
  }

  .showcase-grid .media-card:first-child {
    grid-column: auto;
  }

  .shot-grid {
    display: grid;
    gap: 16px;
    min-height: auto;
  }

  .shot-grid .app-frame:last-child {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding-top: 12px;
  }

  .hero {
    padding-top: 76px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    padding: 18px;
  }

  .site-shell {
    width: min(var(--max-width), calc(100% - 20px));
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
    max-width: none;
  }

  .hero-copy h1.hero-title-compact {
    font-size: clamp(2.6rem, 12vw, 3.7rem);
  }

  .product-hero-grid .hero-copy h1.hero-title-compact {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
    max-width: none;
  }

  .hero-panel,
  .spotlight-card,
  .viz-map,
  .cta-banner,
  .quote-card,
  .bullet-panel,
  .content-shell-inner,
  .glass-card,
  .metric,
  .proof-strip,
  .surface-card,
  .signal-board,
  .investor-close-panel,
  .investor-wide-panel,
  .tokenwise-board,
  .tokenwise-point {
    padding: 20px;
  }

  .risk-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions,
  .cta-actions,
  .investor-ask-footer {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    padding-top: 18px;
  }

  .tokenwise-board-head,
  .tokenwise-meter-label {
    grid-template-columns: 1fr;
    display: grid;
  }

  .signal-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-duo {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .visual-stage {
    min-height: auto;
    padding: 20px;
  }

  .app-frame-body {
    padding: 14px;
  }

  .media-card-hero-product img {
    max-height: 240px;
  }
}
