﻿:root {
  color-scheme: dark;
  --bg: #070b12;
  --panel: #101722;
  --panel-2: #151d2b;
  --text: #f5f1e8;
  --muted: #aeb9ce;
  --line: rgba(255, 255, 255, 0.11);
  --gold: #e3c47c;
  --cyan: #48c7d8;
  --green: #48d889;
  --max: 1180px;
  --font-ui: Bahnschrift, "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-family: var(--font-ui);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: inherit;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.topbar {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 11, 18, 0.90);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img {
  height: 42px;
  width: auto;
  max-width: 132px;
  object-fit: contain;
  border: 1px solid rgba(227, 196, 124, 0.24);
  border-radius: 8px;
  background: rgba(7, 11, 18, 0.54);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

.nav a,
.button,
.lang-toggle {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 11px;
  color: var(--muted);
  background: rgba(16, 23, 34, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a:hover,
.button:hover,
.lang-toggle:hover {
  color: var(--gold);
  border-color: rgba(227, 196, 124, 0.52);
}

.lang-toggle {
  cursor: pointer;
}

.nav img {
  width: 19px;
  height: 19px;
}

.button {
  min-height: 44px;
  padding: 10px 14px;
}

.button.primary {
  color: #081018;
  border-color: rgba(227, 196, 124, 0.72);
  background: linear-gradient(135deg, var(--gold), #f7e3a1);
}

.hero {
  min-height: 94vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 122px clamp(18px, 6vw, 82px) 58px;
  overflow: hidden;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
}

.hero-shade {
  background:
    radial-gradient(circle at 70% 24%, rgba(72, 199, 216, 0.20), transparent 34%),
    linear-gradient(90deg, rgba(7, 11, 18, 0.98), rgba(7, 11, 18, 0.76) 55%, rgba(7, 11, 18, 0.18)),
    linear-gradient(0deg, var(--bg), transparent 42%);
}

.hero-copy {
  position: relative;
  max-width: 1000px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(54px, 9vw, 118px);
  line-height: 0.88;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.96;
}

h3 {
  margin-bottom: 9px;
  font-size: 23px;
}

.hero p:not(.kicker),
.section p,
.steps span,
.ecosystem-card span,
footer span {
  color: var(--muted);
  line-height: 1.55;
}

.hero p:not(.kicker) {
  max-width: 790px;
  font-size: 21px;
}

.hero-actions,
.signal-row,
.cta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 26px;
}

.signal-row {
  margin-top: 24px;
}

.signal-row span {
  border: 1px solid rgba(227, 196, 124, 0.34);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--gold);
  background: rgba(227, 196, 124, 0.08);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.intro,
.split,
.media-band,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

.intro-copy {
  display: grid;
  gap: 12px;
}

.intro-copy p {
  margin: 0;
  font-size: 18px;
}

.metric-grid,
.feature-grid,
.ecosystem-grid,
.audience-grid,
.why-grid,
.difference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.metric-grid article,
.feature-grid article,
.ecosystem-card,
.steps article,
.audience-grid article,
.why-grid article,
.difference-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 29, 43, 0.94), rgba(16, 23, 34, 0.92));
}

.metric-grid article {
  min-height: 190px;
  padding: 20px;
}

.metric-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.9;
}

.metric-grid span {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.why-now {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

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

.why-grid article,
.audience-grid article,
.difference-grid article {
  min-height: 190px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.why-grid article::after,
.audience-grid article::after,
.difference-grid article::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.72;
}

.why-grid img {
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  filter: brightness(0) saturate(100%) invert(89%) sepia(31%) saturate(751%) hue-rotate(350deg) brightness(104%) contrast(102%);
}

.difference-grid article {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.difference-grid img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(89%) sepia(31%) saturate(751%) hue-rotate(350deg) brightness(104%) contrast(102%);
}

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

.audience-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.9;
}

.screen-stack {
  display: grid;
  gap: 14px;
}

.screen-stack img,
.media-band > img {
  width: 100%;
  border: 1px solid rgba(227, 196, 124, 0.22);
  border-radius: 8px;
  background: rgba(7, 11, 18, 0.5);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.screen-stack img:first-child {
  transform: translateX(16px);
}

.screen-stack img:last-child {
  transform: translateX(-8px);
}

.steps {
  display: grid;
  gap: 11px;
}

.steps article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px 12px;
  padding: 16px;
}

.steps img,
.feature-grid img,
.ecosystem-card img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(89%) sepia(31%) saturate(751%) hue-rotate(350deg) brightness(104%) contrast(102%);
}

.steps img {
  grid-row: span 2;
}

.steps strong {
  font-size: 18px;
}

.steps span {
  grid-column: 2;
}

.section-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.feature-grid article,
.ecosystem-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.feature-grid article::after,
.ecosystem-card::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.72;
}

.media-band {
  padding: 56px 0;
}

.ecosystem-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.proof-strip span {
  min-height: 70px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(227, 196, 124, 0.22);
  border-radius: 8px;
  padding: 13px;
  color: var(--muted);
  background: rgba(7, 11, 18, 0.42);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-strip strong {
  color: var(--gold);
  font-size: 16px;
}

.proof-strip em {
  font-style: normal;
}

.final-cta {
  margin-bottom: 18px;
}

.final-cta .button {
  width: 100%;
}

.cta-stack {
  align-content: center;
  flex-direction: column;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #05080d;
}

footer img {
  width: 180px;
  height: auto;
}

img[src*="assets/icons/"],
img[src*="/assets/icons/"] {
  filter: brightness(0) saturate(100%) invert(89%) sepia(31%) saturate(751%) hue-rotate(350deg) brightness(104%) contrast(102%);
}

a:hover img[src*="assets/icons/"],
a:hover img[src*="/assets/icons/"] {
  filter: brightness(0) saturate(100%) invert(82%) sepia(35%) saturate(903%) hue-rotate(142deg) brightness(99%) contrast(98%);
}

@media (max-width: 1080px) {
  .topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    white-space: nowrap;
  }

  .hero {
    padding-top: 150px;
  }

  .intro,
  .split,
  .media-band,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .feature-grid,
  .ecosystem-grid,
  .audience-grid,
  .why-grid,
  .difference-grid,
  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-now {
    grid-template-columns: 1fr;
  }
}

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

  .brand img {
    height: 34px;
  }

  .brand span,
  .nav a {
    font-size: 12px;
  }

  .hero {
    min-height: 86vh;
    padding: 150px 16px 44px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 66px);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .hero p:not(.kicker),
  .intro-copy p {
    font-size: 17px;
  }

  .section {
    width: min(100% - 24px, var(--max));
    padding: 48px 0;
  }

  .metric-grid,
  .feature-grid,
  .ecosystem-grid,
  .audience-grid,
  .why-grid,
  .difference-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .screen-stack img:first-child,
  .screen-stack img:last-child {
    transform: none;
  }

  .steps article {
    grid-template-columns: 1fr;
  }

  .steps span {
    grid-column: auto;
  }

  .hero-actions .button,
  .cta-stack,
  .cta-stack .button {
    width: 100%;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* HD icon surface normalization: keep SVG image icons readable on dark premium surfaces. */
img[src*="assets/icons/"],
img[src*="/assets/icons/"] {
  background: transparent !important;
  object-fit: contain;
}

img[src*="assets/icons/"]:not(.hd-icon),
img[src*="/assets/icons/"]:not(.hd-icon) {
  filter: brightness(0) saturate(100%) invert(89%) sepia(31%) saturate(751%) hue-rotate(350deg) brightness(104%) contrast(102%);
}

a:hover img[src*="assets/icons/"]:not(.hd-icon),
a:hover img[src*="/assets/icons/"]:not(.hd-icon),
button:hover img[src*="assets/icons/"]:not(.hd-icon),
button:hover img[src*="/assets/icons/"]:not(.hd-icon) {
  filter: brightness(0) saturate(100%) invert(82%) sepia(35%) saturate(903%) hue-rotate(142deg) brightness(99%) contrast(98%);
}
