:root {
  --ink: #07100d;
  --deep: #0b1114;
  --deep-2: #10191b;
  --paper: #f5f7f2;
  --muted: #aeb8b2;
  --line: rgba(245, 247, 242, 0.14);
  --gold: #c9a45c;
  --green: #1f6f5b;
  --silver: #d7ddd9;
  --risk: #b84a4a;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--deep);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  background: rgba(7, 16, 13, 0.78);
  border-bottom: 1px solid rgba(245, 247, 242, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 176px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
  background: transparent;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--gold);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(201, 164, 92, 0.65);
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(245, 247, 242, 0.12);
  background: rgba(245, 247, 242, 0.06);
}

.language-switcher.is-paused {
  display: none;
}

.language-switcher button {
  min-width: 38px;
  min-height: 32px;
  padding: 0 9px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.language-switcher button[aria-pressed="true"] {
  background: var(--gold);
  color: #10100d;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1fr);
  gap: clamp(28px, 4vw, 66px);
  align-items: center;
  overflow: hidden;
  padding: 130px clamp(22px, 5vw, 72px) 80px;
  background:
    linear-gradient(90deg, rgba(7, 16, 13, 0.98) 0%, rgba(7, 16, 13, 0.9) 44%, rgba(7, 16, 13, 0.62) 100%),
    radial-gradient(circle at 78% 24%, rgba(31, 111, 91, 0.22), transparent 36%),
    linear-gradient(145deg, #07100d, #10191b 62%, #18211c);
}

.cinematic-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 128px clamp(22px, 5vw, 72px) 72px;
  isolation: isolate;
  background: #07100d;
}

.cinematic-hero .market-visual {
  display: none;
}

.travel-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #07100d;
}

.travel-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: max-content;
  animation: travel-drift 46s linear infinite;
}

.travel-track span {
  display: block;
  width: 46vw;
  min-width: 560px;
  height: 100%;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.95) contrast(1.06);
}

.travel-track span:nth-child(2n) {
  background-position: center right;
}

.travel-sheen {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 16, 13, 0.5), rgba(7, 16, 13, 0.16) 42%, rgba(7, 16, 13, 0.78)),
    radial-gradient(circle at 50% 44%, rgba(7, 16, 13, 0.08), rgba(7, 16, 13, 0.72) 62%),
    linear-gradient(90deg, rgba(7, 16, 13, 0.76), rgba(7, 16, 13, 0.22) 48%, rgba(7, 16, 13, 0.78));
}

@keyframes travel-drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 660px;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(245, 247, 242, 0.1);
  background: linear-gradient(90deg, rgba(7, 16, 13, 0.93), rgba(7, 16, 13, 0.72));
  backdrop-filter: blur(10px);
}

.hero-content.cinematic {
  display: grid;
  justify-items: center;
  width: min(760px, 100%);
  max-width: 760px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  backdrop-filter: none;
}

.hero-content.cinematic .hero-logo {
  width: clamp(132px, 16vw, 210px);
  height: clamp(132px, 16vw, 210px);
  margin: 0 0 22px;
  filter: drop-shadow(0 18px 46px rgba(0, 0, 0, 0.42));
}

.hero-content.cinematic h1 {
  max-width: 900px;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.94;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.45);
}

.hero-content.cinematic .hero-lede {
  max-width: 680px;
  margin-top: 24px;
  color: #f5f7f2;
  font-size: clamp(19px, 2.1vw, 30px);
  line-height: 1.45;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
}

.hero-content.cinematic .trust-strip {
  display: none;
}

.hero-content.cinematic .hero-actions {
  justify-content: center;
}

.scroll-cue {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
  color: rgba(245, 247, 242, 0.78);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  margin: 26px auto 0;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: cue-pulse 1.8s ease-in-out infinite;
}

@keyframes cue-pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(8px);
  }
}

.hero-logo {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: cover;
  margin-bottom: 24px;
  border: 0;
  box-shadow: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: 76px;
  line-height: 1;
}

.hero-lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: #d8dfdc;
  font-size: 20px;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 800;
  border: 1px solid transparent;
}

.button-primary {
  background: var(--gold);
  color: #10100d;
}

.button-secondary {
  border-color: rgba(245, 247, 242, 0.28);
  color: var(--paper);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.trust-strip span {
  padding: 9px 12px;
  border: 1px solid rgba(245, 247, 242, 0.16);
  background: rgba(245, 247, 242, 0.06);
  color: var(--silver);
  font-size: 13px;
}

.market-visual {
  position: relative;
  z-index: 1;
  min-height: 620px;
  height: min(72vh, 700px);
  opacity: 0.95;
  pointer-events: none;
  overflow: hidden;
  border-left: 1px solid rgba(245, 247, 242, 0.1);
  background:
    radial-gradient(circle at 58% 38%, rgba(201, 164, 92, 0.12), transparent 34%),
    rgba(7, 16, 13, 0.22);
}

#ai-market-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.market-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 247, 242, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 247, 242, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, black 26%, black 100%);
}

.ai-core {
  position: absolute;
  top: 32%;
  right: 23%;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(201, 164, 92, 0.28), transparent 38%),
    radial-gradient(circle, rgba(31, 111, 91, 0.2), transparent 62%);
  filter: drop-shadow(0 0 42px rgba(201, 164, 92, 0.16));
}

.ai-core::before {
  content: "AI";
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(201, 164, 92, 0.72);
  background: rgba(7, 16, 13, 0.74);
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
  box-shadow: inset 0 0 30px rgba(201, 164, 92, 0.12), 0 0 28px rgba(31, 111, 91, 0.24);
}

.ai-core span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(215, 221, 217, 0.24);
  border-radius: 50%;
  animation: orbit 8s linear infinite;
}

.ai-core span:nth-child(2) {
  inset: 28px;
  border-color: rgba(201, 164, 92, 0.32);
  animation-duration: 11s;
  animation-direction: reverse;
}

.ai-core span:nth-child(3) {
  inset: 54px;
  border-color: rgba(31, 111, 91, 0.42);
  animation-duration: 6.8s;
}

@keyframes orbit {
  from {
    transform: rotate(0deg) scaleX(1.08);
  }
  to {
    transform: rotate(360deg) scaleX(1.08);
  }
}

.terminal-panel {
  position: absolute;
  width: 170px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(245, 247, 242, 0.14);
  background: rgba(11, 17, 20, 0.84);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.terminal-panel span,
.board-header span,
.board-metrics small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.terminal-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--paper);
  font-size: 30px;
}

.panel-one {
  top: 16%;
  right: 9%;
}

.panel-two {
  top: 43%;
  left: 6%;
}

.panel-three {
  right: 7%;
  bottom: 19%;
}

.signal-stack {
  position: absolute;
  left: 8%;
  bottom: 20%;
  width: min(250px, 42%);
  display: grid;
  gap: 10px;
}

.signal-stack article {
  position: relative;
  overflow: hidden;
  padding: 14px 16px;
  border: 1px solid rgba(245, 247, 242, 0.13);
  background: rgba(7, 16, 13, 0.64);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
}

.signal-stack article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(201, 164, 92, 0.15), transparent);
  transform: translateX(-100%);
  animation: scan-card 4.6s ease-in-out infinite;
}

.signal-stack article:nth-child(2)::after {
  animation-delay: 0.9s;
}

.signal-stack article:nth-child(3)::after {
  animation-delay: 1.8s;
}

.signal-stack small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-stack strong {
  display: block;
  margin-top: 7px;
  color: var(--paper);
  font-size: 20px;
}

.signal-stack span {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
}

@keyframes scan-card {
  0%,
  42% {
    transform: translateX(-100%);
  }
  72%,
  100% {
    transform: translateX(100%);
  }
}

.ticker-rail {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 12px 16px;
  border: 1px solid rgba(245, 247, 242, 0.12);
  background: rgba(7, 16, 13, 0.68);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.ticker-rail strong {
  color: var(--gold);
}

.risk-bar {
  padding: 18px clamp(22px, 5vw, 72px);
  background: #f3eee2;
  color: #2a2116;
  font-size: 14px;
  line-height: 1.6;
}

.section {
  padding: 88px clamp(22px, 5vw, 72px);
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 38px;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: 42px;
  line-height: 1.16;
}

.section-heading p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.model-section,
.strategy-section {
  background: var(--deep-2);
}

.freedom-section {
  background:
    linear-gradient(180deg, #10191b, #07100d),
    radial-gradient(circle at 20% 30%, rgba(201, 164, 92, 0.12), transparent 34%);
}

.freedom-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.freedom-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(245, 247, 242, 0.14);
  background: #07100d;
}

.freedom-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.02);
}

.freedom-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 13, 0.08), rgba(7, 16, 13, 0.28) 42%, rgba(7, 16, 13, 0.94));
}

.freedom-icon,
.freedom-card h3,
.freedom-card p {
  position: relative;
  z-index: 1;
}

.freedom-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(201, 164, 92, 0.64);
  background: rgba(7, 16, 13, 0.66);
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
}

.freedom-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}

.freedom-card p {
  margin: 14px 0 0;
  color: #d7ddd9;
  line-height: 1.68;
}

.model-grid,
.feature-grid,
.pricing-grid,
.support-grid,
.data-layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

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

.model-card,
.pricing-card,
.feature-grid article {
  min-height: 240px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(245, 247, 242, 0.045);
}

.model-card .step {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.model-card h3,
.pricing-card h3,
.feature-grid h3,
.data-copy h3 {
  margin: 18px 0 0;
  font-size: 23px;
}

.model-card strong {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 34px;
}

.model-card p,
.pricing-card p,
.feature-grid p,
.data-copy,
.pricing-card li {
  color: var(--muted);
  line-height: 1.7;
}

.data-section {
  background: #f5f7f2;
  color: var(--ink);
}

.data-section .eyebrow,
.data-section .text-link {
  color: #8f6f25;
}

.data-section .section-heading p:not(.eyebrow),
.data-copy,
.data-copy li {
  color: #58635d;
}

.data-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: center;
}

.performance-board {
  min-height: 420px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 26px;
  background: #11191c;
  color: var(--paper);
  border: 1px solid rgba(7, 16, 13, 0.14);
  box-shadow: 0 24px 70px rgba(7, 16, 13, 0.18);
}

.board-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(245, 247, 242, 0.12);
}

.board-header strong {
  color: var(--gold);
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 14px;
  padding: 34px 0;
  min-height: 230px;
}

.chart-bars span {
  display: block;
  min-height: 42px;
  background: linear-gradient(180deg, var(--gold), var(--green));
}

.board-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.board-metrics div {
  padding: 14px;
  border: 1px solid rgba(245, 247, 242, 0.12);
}

.board-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.check-list,
.pricing-card ul {
  padding-left: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.da-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, #07100d, #10191b 56%, #0b1114),
    radial-gradient(circle at 72% 28%, rgba(201, 164, 92, 0.16), transparent 32%);
}

.da-layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}

.da-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 247, 242, 0.14);
  background:
    radial-gradient(circle, rgba(201, 164, 92, 0.16), transparent 38%),
    radial-gradient(circle at 42% 58%, rgba(31, 111, 91, 0.14), transparent 42%),
    rgba(245, 247, 242, 0.035);
}

.da-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(201, 164, 92, 0.72);
  background: rgba(7, 16, 13, 0.78);
  color: var(--gold);
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 0 52px rgba(201, 164, 92, 0.16);
}

.da-ring {
  position: absolute;
  border: 1px solid rgba(215, 221, 217, 0.16);
  border-radius: 50%;
  animation: orbit 10s linear infinite;
}

.ring-one {
  width: 220px;
  height: 220px;
}

.ring-two {
  width: 320px;
  height: 180px;
  animation-duration: 14s;
  animation-direction: reverse;
}

.ring-three {
  width: 400px;
  height: 400px;
  border-color: rgba(31, 111, 91, 0.2);
  animation-duration: 18s;
}

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

.da-specs article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(245, 247, 242, 0.13);
  background: rgba(245, 247, 242, 0.05);
}

.da-specs span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.da-specs strong {
  display: block;
  margin-top: 16px;
  color: var(--gold);
  font-size: 32px;
}

.da-specs p {
  color: var(--muted);
  line-height: 1.7;
}

.community-section {
  background:
    linear-gradient(180deg, #f5f7f2, #edf1ea),
    radial-gradient(circle at 74% 18%, rgba(31, 111, 91, 0.14), transparent 30%);
  color: var(--ink);
}

.community-section .section-heading p:not(.eyebrow) {
  color: #58635d;
}

.story-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.story-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(7, 16, 13, 0.12);
  background: #10191b;
  color: var(--paper);
  box-shadow: 0 24px 70px rgba(7, 16, 13, 0.14);
}

.story-card.large {
  grid-row: span 2;
  min-height: 740px;
}

.story-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 13, 0.08), rgba(7, 16, 13, 0.84));
}

.story-card > div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}

.story-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  background: rgba(201, 164, 92, 0.9);
  color: #10100d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-card h3 {
  max-width: 620px;
  margin: 0;
  font-size: 31px;
  line-height: 1.14;
}

.story-card:not(.large) h3 {
  font-size: 24px;
}

.story-card p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #d7ddd9;
  line-height: 1.65;
}

.command-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #07100d, #0f1718 56%, #07100d),
    radial-gradient(circle at 72% 22%, rgba(201, 164, 92, 0.16), transparent 36%);
}

.command-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 247, 242, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 247, 242, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 70% 30%, black, transparent 72%);
}

.command-grid {
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.command-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(245, 247, 242, 0.14);
  background: rgba(245, 247, 242, 0.055);
  backdrop-filter: blur(12px);
}

.command-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--green), transparent);
}

.command-card > span,
.journey-track article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 164, 92, 0.42);
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
}

.command-card h3 {
  position: relative;
  margin: 88px 0 0;
  font-size: 22px;
}

.command-card p {
  position: relative;
  color: var(--muted);
  line-height: 1.75;
}

.card-orbit {
  position: absolute;
  top: 70px;
  right: 22px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(215, 221, 217, 0.18);
  border-radius: 50%;
}

.card-orbit::before,
.card-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.card-orbit::before {
  inset: 22px;
  border: 1px solid rgba(201, 164, 92, 0.42);
  animation: orbit 7s linear infinite;
}

.card-orbit::after {
  top: 49px;
  left: 49px;
  width: 16px;
  height: 16px;
  background: var(--green);
  box-shadow: 0 0 24px var(--green);
}

.join-section {
  background: #0f1412;
}

.pricing-grid {
  width: min(var(--max), 100%);
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  min-height: 280px;
}

.pricing-card.emphasized {
  border-color: rgba(201, 164, 92, 0.55);
  background: rgba(201, 164, 92, 0.08);
}

.price-line {
  display: block;
  margin-top: 18px;
  color: var(--paper);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.join-flow {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.join-card {
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(245, 247, 242, 0.14);
  background: rgba(245, 247, 242, 0.045);
}

.join-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(201, 164, 92, 0.55);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.join-card h3 {
  margin: 28px 0 0;
  font-size: 23px;
  line-height: 1.18;
}

.join-card p {
  color: var(--muted);
  line-height: 1.7;
}

.broker-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.broker-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(201, 164, 92, 0.42);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.broker-links a:hover {
  background: rgba(201, 164, 92, 0.12);
}

.join-card.emphasized {
  border-color: rgba(201, 164, 92, 0.62);
  background: rgba(201, 164, 92, 0.1);
}

.join-card.emphasized span {
  width: auto;
  min-width: 78px;
  padding: 0 14px;
  background: var(--gold);
  color: #10100d;
  font-size: 18px;
}

.join-card.partner {
  grid-column: span 4;
  min-height: 160px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 22px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(31, 111, 91, 0.14), rgba(245, 247, 242, 0.04)),
    rgba(245, 247, 242, 0.04);
}

.join-card.partner h3 {
  margin-top: 0;
}

.journey-section {
  background: #07100d;
}

.journey-track {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(245, 247, 242, 0.12);
}

.journey-track article {
  position: relative;
  min-height: 260px;
  padding: 24px;
  background: rgba(245, 247, 242, 0.035);
  border-right: 1px solid rgba(245, 247, 242, 0.12);
}

.journey-track article:last-child {
  border-right: 0;
}

.journey-track article::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -9px;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(201, 164, 92, 0.55);
  border-right: 1px solid rgba(201, 164, 92, 0.55);
  transform: rotate(45deg);
  background: #07100d;
  z-index: 1;
}

.journey-track article:last-child::after {
  display: none;
}

.journey-track h3 {
  margin: 78px 0 0;
  font-size: 21px;
}

.journey-track p {
  color: var(--muted);
  line-height: 1.7;
}

.support-section {
  background: var(--paper);
  color: var(--ink);
}

.faq-section {
  background: #07100d;
}

.faq-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid details {
  border: 1px solid rgba(245, 247, 242, 0.13);
  background: rgba(245, 247, 242, 0.045);
  padding: 20px 22px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--paper);
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  float: right;
  color: var(--gold);
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.support-section .section-heading p:not(.eyebrow) {
  color: #58635d;
}

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

.contact-ribbon {
  width: min(var(--max), 100%);
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-ribbon a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 14px;
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(7, 16, 13, 0.14);
  background: #10191b;
  color: var(--paper);
}

.contact-ribbon strong {
  display: block;
  color: var(--gold);
  font-size: 22px;
}

.contact-copy span {
  display: block;
  margin-top: 8px;
  color: var(--silver);
  line-height: 1.5;
  word-break: break-word;
}

.contact-ribbon .contact-icon {
  align-self: center;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0;
}

.contact-copy {
  min-width: 0;
}

.contact-qr {
  width: 96px;
  height: 96px;
  object-fit: contain;
  padding: 8px;
  background: #fff;
}

.contact-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.contact-icon-telegram {
  color: #33a8e8;
}

.contact-icon-whatsapp {
  color: #25d366;
}

.contact-icon-wechat {
  color: #42d869;
}

.support-grid a {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 18px;
  border: 1px solid rgba(7, 16, 13, 0.14);
  background: #ffffff;
  color: #17221d;
  font-weight: 800;
}

.support-grid a:hover {
  border-color: rgba(201, 164, 92, 0.7);
}

.integrations-section {
  background:
    linear-gradient(180deg, #f5f7f2, #e9ece4),
    radial-gradient(circle at 20% 20%, rgba(201, 164, 92, 0.14), transparent 30%);
  color: var(--ink);
}

.integrations-section .section-heading p:not(.eyebrow) {
  color: #58635d;
}

.integrations-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.integrations-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(7, 16, 13, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(7, 16, 13, 0.08);
}

.integrations-grid small {
  display: inline-flex;
  padding: 7px 9px;
  background: rgba(31, 111, 91, 0.1);
  color: #1f6f5b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.integrations-grid h3 {
  margin: 22px 0 0;
  font-size: 21px;
}

.integrations-grid p {
  color: #58635d;
  line-height: 1.7;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(22px, 5vw, 72px);
  background: #07100d;
  border-top: 1px solid rgba(245, 247, 242, 0.12);
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

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

@media (max-width: 1160px) {
  .site-header {
    gap: 14px;
    padding-inline: 22px;
  }

  .brand {
    min-width: 152px;
  }

  .brand small {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
    gap: 26px;
  }

  h1 {
    font-size: 64px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .market-visual {
    min-height: 560px;
  }

  .signal-stack {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
    flex-wrap: nowrap;
  }

  .nav-links {
    display: none;
  }

  .language-switcher {
    margin-left: auto;
  }

  h1 {
    font-size: 56px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .hero-content {
    width: 100%;
    max-width: none;
    padding: 20px;
    background: linear-gradient(180deg, rgba(7, 16, 13, 0.92), rgba(7, 16, 13, 0.72));
  }

  .market-visual {
    position: relative;
    width: 100%;
    min-height: 360px;
    height: 360px;
    opacity: 0.78;
    border: 1px solid rgba(245, 247, 242, 0.1);
  }

  .ai-core {
    top: 32%;
    right: 12%;
    width: 180px;
    height: 180px;
  }

  .signal-stack,
  .ticker-rail {
    display: none;
  }

  .model-grid,
  .feature-grid,
  .freedom-grid,
  .da-layout,
  .da-specs,
  .story-grid,
  .command-grid,
  .join-flow,
  .pricing-grid,
  .contact-ribbon,
  .support-grid,
  .data-layout,
  .journey-track,
  .integrations-grid {
    grid-template-columns: 1fr;
  }

  .story-card,
  .story-card.large {
    min-height: 420px;
    grid-row: auto;
  }

  .cinematic-hero {
    min-height: 100vh;
    place-items: center;
    padding-top: 96px;
    padding-bottom: 58px;
  }

  .cinematic-hero .hero-content {
    display: grid;
    justify-items: center;
    background: transparent;
    padding: 0;
  }

  .travel-track span {
    width: 84vw;
    min-width: 360px;
  }

  .freedom-card {
    min-height: 460px;
  }

  .da-panel {
    min-height: 360px;
  }

  .ring-three {
    width: 300px;
    height: 300px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .join-card.partner {
    grid-column: auto;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .journey-track article {
    border-right: 0;
    border-bottom: 1px solid rgba(245, 247, 242, 0.12);
    min-height: 220px;
  }

  .journey-track article:last-child {
    border-bottom: 0;
  }

  .journey-track article::after {
    top: auto;
    right: auto;
    left: 34px;
    bottom: -9px;
    transform: rotate(135deg);
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 14px;
  }

  .header-action {
    display: none;
  }

  .language-switcher button {
    min-width: 34px;
    padding: 0 7px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-lede {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 16px;
  }

  .hero-logo {
    width: 86px;
    height: 86px;
    margin-bottom: 16px;
  }

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

  .button {
    width: 100%;
  }

  .trust-strip {
    margin-top: 22px;
  }

  .trust-strip span {
    width: 100%;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-heading h2 {
    font-size: 29px;
  }

  .board-metrics {
    grid-template-columns: 1fr;
  }

  .terminal-panel {
    width: 148px;
  }

  .ai-core {
    top: 42%;
    width: 138px;
    height: 138px;
  }

  .ai-core::before {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}
