:root {
  --bg: #070707;
  --bg-soft: #0d0d0d;
  --surface: rgba(20, 20, 20, 0.88);
  --surface-strong: #141414;
  --line: rgba(255, 255, 255, 0.1);
  --line-gold: rgba(238, 185, 82, 0.28);
  --text: #f5f2ec;
  --muted: #aaa8a2;
  --gold: #eeb952;
  --gold-light: #ffd77f;
  --gold-deep: #9e671e;
  --green: #64d184;
  --red: #db5c50;
  --font-display: "Oswald", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-accent: "Oswald", sans-serif;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 4%, rgba(159, 106, 31, 0.11), transparent 28rem),
    var(--bg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.page-noise {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

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

svg {
  display: block;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  position: relative;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #d9d6d0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.brand b {
  color: var(--gold);
}

.brand small {
  display: block;
  margin-top: 4px;
  color: #77746e;
  font-size: 8px;
  letter-spacing: 0.24em;
}

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

.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(238, 185, 82, 0.34);
  border-radius: 999px;
  color: #f8d27f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: 180ms ease;
}

.header-cta:hover {
  border-color: var(--gold);
  background: rgba(238, 185, 82, 0.1);
  transform: translateY(-2px);
}

.hero {
  min-height: auto;
  padding: 52px 0 68px;
  overflow: hidden;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1040px);
  align-items: center;
  gap: 46px;
}

.hero-glow,
.reviews-orb,
.final-card-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(12px);
}

.hero-gold-visual {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: min(62vw, 880px);
  height: 650px;
  pointer-events: none;
  opacity: 0.6;
  background:
    linear-gradient(90deg, #070707 0%, rgba(7, 7, 7, 0.98) 7%, transparent 42%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.18), transparent 52%, #070707 100%),
    url("./assets/hero-gold-mineral.webp") right top / cover no-repeat;
  filter: saturate(0.9) contrast(1.05);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 22%, black 56%, black 100%);
}

.hero-glow-one {
  top: 7%;
  right: -4%;
  width: 560px;
  height: 560px;
  opacity: 0.25;
  background: radial-gradient(circle, rgba(194, 126, 28, 0.52), transparent 68%);
}

.hero-glow-two {
  bottom: 0;
  left: -220px;
  width: 440px;
  height: 440px;
  opacity: 0.14;
  background: radial-gradient(circle, rgba(238, 185, 82, 0.5), transparent 68%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.status-dot {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(238, 185, 82, 0.12);
}

.status-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(238, 185, 82, 0.48);
  border-radius: inherit;
  content: "";
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.88);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

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

h1 {
  max-width: 700px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(48px, 4.8vw, 66px);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.hero-copy h1 {
  margin-top: 18px;
}

.gold-text {
  color: var(--gold);
}

.free-label {
  display: table;
  margin-top: 18px;
  padding: 7px 14px 8px;
  border: 1px solid rgba(238, 185, 82, 0.78);
  color: var(--gold-light);
  background: linear-gradient(135deg, rgba(238, 185, 82, 0.19), rgba(238, 185, 82, 0.05));
  box-shadow:
    0 0 0 5px rgba(238, 185, 82, 0.04),
    inset 0 0 24px rgba(238, 185, 82, 0.07);
  font-size: 0.78em;
  letter-spacing: 0.035em;
  line-height: 1;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 13px;
  color: #d8d4cc;
  font-size: 17px;
  line-height: 1.55;
}

.hero-lead strong,
.money-highlight {
  color: #fff;
  font-weight: 720;
}

.money-highlight {
  text-decoration-color: rgba(238, 185, 82, 0.66);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-note {
  max-width: 620px;
  margin: 24px 0 22px;
  color: #93918d;
  font-size: 14px;
  line-height: 1.65;
}

.hero-video-preview {
  position: relative;
  display: block;
  width: min(100%, 980px);
  margin-top: 27px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(238, 185, 82, 0.34);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(238, 185, 82, 0.16), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(183, 120, 27, 0.13);
  transition: 220ms ease;
}

.hero-video-preview:hover {
  border-color: rgba(255, 213, 126, 0.78);
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.55),
    0 0 56px rgba(183, 120, 27, 0.2);
  transform: translateY(-4px);
}

.hero-video-preview img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.preview-label {
  position: absolute;
  right: 21px;
  bottom: 19px;
  padding: 11px 14px;
  border: 1px solid rgba(238, 185, 82, 0.44);
  border-radius: 10px;
  background: rgba(12, 12, 11, 0.84);
  backdrop-filter: blur(12px);
}

.preview-label b,
.preview-label small {
  display: block;
}

.preview-label b {
  color: var(--gold-light);
  font-size: 12px;
}

.preview-label small {
  margin-top: 4px;
  color: #aaa69e;
  font-size: 10px;
}

.primary-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 62px;
  padding: 13px 17px 13px 25px;
  overflow: hidden;
  border: 1px solid #ffd477;
  border-radius: 12px;
  color: #211609;
  background: linear-gradient(135deg, #f8d075, #dea344);
  box-shadow:
    0 10px 34px rgba(217, 155, 56, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: 180ms ease;
}

.primary-cta::before {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 34px;
  height: 260%;
  content: "";
  background: rgba(255, 255, 255, 0.36);
  filter: blur(12px);
  transform: rotate(24deg);
  transition: 550ms ease;
}

.primary-cta:hover {
  box-shadow:
    0 15px 42px rgba(217, 155, 56, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

.primary-cta:hover::before {
  left: 112%;
}

.cta-icon {
  display: grid;
  width: 39px;
  height: 39px;
  border-radius: 9px;
  background: rgba(65, 39, 7, 0.12);
  place-items: center;
}

.cta-icon svg {
  width: 22px;
  fill: none;
  stroke: #382205;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
  color: #8e8b85;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-meta svg {
  width: 17px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hero-visual {
  display: none;
  position: relative;
  padding: 16px;
  border: 1px solid rgba(238, 185, 82, 0.16);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(238, 185, 82, 0.065), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow);
}

.terminal {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(22, 22, 20, 0.98), rgba(8, 8, 8, 0.97));
}

.terminal-top,
.terminal-price-row,
.terminal-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.terminal-top {
  padding: 18px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.terminal-pair {
  margin-right: 9px;
  color: #f5f0e5;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.terminal-type,
.market-live,
.terminal-price-row small,
.terminal-bottom {
  color: #78756e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.market-live {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
}

.market-live span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(100, 209, 132, 0.09);
}

.terminal-price-row {
  padding: 17px 19px 13px;
}

.terminal-price-row small,
.terminal-price-row strong {
  display: block;
}

.terminal-price-row strong {
  margin-top: 8px;
  color: #eee8dd;
  font-size: 17px;
  letter-spacing: 0.04em;
}

.terminal-profit {
  text-align: right;
}

.terminal-profit strong {
  color: var(--gold);
}

.chart {
  position: relative;
  height: 282px;
  margin: 0 19px;
}

.chart-grid,
.chart-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.chart-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.055);
  stroke-width: 1;
}

.chart-line {
  overflow: visible;
}

.area {
  fill: url("#goldFill");
}

.growth-line {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  filter: drop-shadow(0 0 10px rgba(238, 185, 82, 0.5));
}

.candles i {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 6px;
  height: var(--h);
  border-radius: 1px;
  background: var(--green);
  box-shadow: 0 0 10px rgba(100, 209, 132, 0.22);
}

.candles i::before {
  position: absolute;
  top: -11px;
  bottom: -11px;
  left: 2px;
  width: 1px;
  content: "";
  background: inherit;
}

.candles .red {
  background: var(--red);
  box-shadow: 0 0 10px rgba(219, 92, 80, 0.18);
}

.chart-tag {
  position: absolute;
  top: 14px;
  right: -5px;
  padding: 9px 10px;
  border: 1px solid rgba(238, 185, 82, 0.22);
  border-radius: 8px;
  color: #eee9dd;
  background: rgba(21, 19, 15, 0.82);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.chart-tag b {
  margin-left: 5px;
  color: var(--green);
}

.terminal-bottom {
  padding: 15px 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.terminal-bottom span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #97938d;
}

.terminal-bottom i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.terminal-bottom b {
  color: var(--gold);
}

.video-chip {
  position: absolute;
  right: -26px;
  bottom: 58px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 15px 11px 11px;
  border: 1px solid rgba(238, 185, 82, 0.36);
  border-radius: 13px;
  background: rgba(18, 17, 14, 0.95);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}

.video-chip .play-icon {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  place-items: center;
}

.video-chip svg {
  width: 20px;
  fill: #211609;
}

.video-chip b,
.video-chip small {
  display: block;
}

.video-chip b {
  color: #f1ece3;
  font-size: 12px;
}

.video-chip small {
  margin-top: 5px;
  color: #8d8982;
  font-size: 10px;
}

.ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(238, 185, 82, 0.12);
  border-bottom: 1px solid rgba(238, 185, 82, 0.12);
  background: rgba(238, 185, 82, 0.035);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 25s linear infinite;
}

.ticker span {
  display: inline-flex;
  gap: 8px;
  padding: 15px 44px;
  color: #88857f;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.ticker b {
  color: var(--gold);
  font-weight: 600;
}

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

.benefits {
  padding: 82px 0 90px;
  overflow: hidden;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 48px;
}

.section-index {
  padding-right: 10px;
  border-right: 1px solid rgba(238, 185, 82, 0.4);
}

h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 1.02;
}

.section-heading h2 {
  margin-top: 19px;
}

.section-heading p {
  max-width: 650px;
  margin-bottom: 0;
  color: #97948d;
  font-size: 17px;
  line-height: 1.6;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.benefit-card {
  position: relative;
  min-height: 246px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(26, 26, 25, 0.78), rgba(13, 13, 13, 0.78));
  transition: 220ms ease;
}

.benefit-card::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  content: "";
  background: rgba(238, 185, 82, 0.09);
  filter: blur(22px);
}

.benefit-card:hover {
  border-color: rgba(238, 185, 82, 0.36);
  background: linear-gradient(145deg, rgba(36, 31, 23, 0.84), rgba(14, 14, 14, 0.88));
  transform: translateY(-5px);
}

.card-number {
  position: absolute;
  top: 25px;
  right: 26px;
  color: rgba(238, 185, 82, 0.42);
  font-family: var(--font-body);
  font-size: 12px;
}

.card-icon {
  display: grid;
  width: 45px;
  height: 45px;
  margin-bottom: 28px;
  border: 1px solid rgba(238, 185, 82, 0.26);
  border-radius: 11px;
  background: rgba(238, 185, 82, 0.07);
  place-items: center;
}

.card-icon svg {
  width: 24px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.benefit-card h3 {
  margin-bottom: 10px;
  color: #eee9df;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.benefit-card p {
  margin-bottom: 0;
  color: #8e8b84;
  font-size: 14px;
  line-height: 1.6;
}

.center-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(238, 185, 82, 0.16);
  border-radius: 16px;
  background: rgba(238, 185, 82, 0.035);
}

.center-cta p {
  margin: 0;
  color: #cfcbc3;
  font-size: 15px;
}

.center-cta .primary-cta {
  min-height: 56px;
  white-space: nowrap;
}

.center-cta .cta-icon {
  width: 33px;
  height: 33px;
}

.reviews {
  padding: 82px 0 38px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent),
    #090909;
}

.reviews-orb {
  top: 17%;
  left: -250px;
  width: 580px;
  height: 580px;
  opacity: 0.14;
  background: radial-gradient(circle, rgba(238, 185, 82, 0.7), transparent 69%);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 14px;
}

.review-card {
  margin: 0;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(238, 185, 82, 0.14);
  border-radius: 17px;
  background: rgba(238, 185, 82, 0.035);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
  transition: 220ms ease;
}

.review-card:hover {
  border-color: rgba(238, 185, 82, 0.44);
  transform: translateY(-5px);
}

.review-card img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.reviews-caption {
  margin: 28px 0 0;
  color: #77746e;
  font-size: 12px;
  line-height: 1.6;
}

.final-cta {
  padding: 42px 0 48px;
}

.final-card {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  padding: 68px 44px;
  overflow: hidden;
  border: 1px solid rgba(238, 185, 82, 0.27);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(238, 185, 82, 0.085), rgba(238, 185, 82, 0.018)),
    #111;
  box-shadow: var(--shadow);
  text-align: center;
}

.final-card-glow {
  top: -190px;
  left: calc(50% - 290px);
  width: 580px;
  height: 380px;
  opacity: 0.17;
  background: radial-gradient(circle, rgba(238, 185, 82, 0.8), transparent 68%);
}

.final-card .eyebrow {
  position: relative;
}

.final-card h2 {
  position: relative;
  max-width: 720px;
  margin: 22px auto 16px;
}

.final-card p {
  position: relative;
  max-width: 580px;
  margin: 0 auto 28px;
  color: #aaa69e;
  font-size: 16px;
  line-height: 1.6;
}

.final-card .primary-cta {
  position: relative;
}

.final-card small {
  position: relative;
  display: block;
  margin-top: 16px;
  color: #77746f;
  font-size: 11px;
}

.site-footer {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-brand .brand-mark {
  width: 32px;
  height: 32px;
}

.footer-inner p {
  max-width: 780px;
  margin: 0;
  color: #6f6c67;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.copyright {
  color: #77746e;
  font-size: 10px;
  white-space: nowrap;
}

.mobile-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

.delay-one {
  transition-delay: 100ms;
}

.delay-two {
  transition-delay: 200ms;
}

@media (max-width: 1000px) {
  .hero {
    min-height: auto;
    padding-bottom: 64px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(100%, 700px);
  }

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

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

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 560px);
  }

  .site-header {
    padding: 15px 0;
  }

  .brand {
    font-size: 11px;
  }

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

  .header-cta {
    padding: 10px 12px;
    font-size: 11px;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 80px;
  }

  .hero-layout {
    gap: 34px;
  }

  h1 {
    font-size: clamp(41px, 13vw, 58px);
    letter-spacing: -0.075em;
  }

  .hero-copy h1 {
    margin-top: 19px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-note {
    margin: 18px 0 22px;
    font-size: 13px;
  }

  .hero-video-preview {
    width: 100%;
    margin-top: 20px;
    padding: 4px;
    border-radius: 16px;
  }

  .hero-video-preview img {
    border-radius: 12px;
  }

  .preview-label {
    right: 10px;
    bottom: 10px;
    padding: 7px 9px;
    border-radius: 7px;
  }

  .preview-label b {
    font-size: 9px;
  }

  .preview-label small {
    margin-top: 2px;
    font-size: 7px;
  }

  .primary-cta {
    width: 100%;
    min-height: 60px;
    padding: 10px 12px 10px 16px;
    gap: 9px;
    font-size: 13px;
  }

  .cta-icon {
    width: 36px;
    height: 36px;
  }

  .hero-meta {
    gap: 15px;
    font-size: 10px;
  }

  .hero-visual {
    padding: 7px;
    border-radius: 19px;
  }

  .terminal {
    border-radius: 14px;
  }

  .terminal-top {
    padding: 13px;
  }

  .terminal-pair {
    font-size: 12px;
  }

  .terminal-type,
  .market-live {
    font-size: 7px;
  }

  .terminal-price-row {
    padding: 14px 13px 9px;
  }

  .terminal-price-row small {
    font-size: 7px;
  }

  .terminal-price-row strong {
    margin-top: 6px;
    font-size: 14px;
  }

  .chart {
    height: 220px;
    margin: 0 13px;
  }

  .chart-tag {
    top: 11px;
    padding: 7px;
    font-size: 8px;
  }

  .terminal-bottom {
    padding: 12px 13px;
    font-size: 7px;
  }

  .video-chip {
    right: 12px;
    bottom: -23px;
    padding: 7px 10px 7px 7px;
  }

  .video-chip .play-icon {
    width: 31px;
    height: 31px;
  }

  .video-chip b {
    font-size: 10px;
  }

  .video-chip small {
    margin-top: 3px;
    font-size: 8px;
  }

  .ticker span {
    padding: 12px 26px;
    font-size: 9px;
  }

  .benefits {
    padding: 44px 0 62px;
  }

  h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .benefit-card {
    min-height: auto;
    padding: 20px;
  }

  .card-icon {
    width: 39px;
    height: 39px;
    margin-bottom: 18px;
  }

  .card-icon svg {
    width: 21px;
  }

  .center-cta {
    display: block;
    margin-top: 22px;
    padding: 18px;
  }

  .center-cta p {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .reviews {
    padding: 54px 0 22px;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .review-card {
    padding: 5px;
  }

  .final-cta {
    padding: 32px 0 32px;
  }

  .final-card {
    padding: 44px 18px;
    border-radius: 20px;
  }

  .final-card p {
    font-size: 14px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }

  .footer-inner p {
    max-width: 460px;
  }

}

/* Premium terminal refinement */
body {
  background:
    radial-gradient(circle at 14% 6%, rgba(174, 111, 27, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 42%, rgba(117, 78, 26, 0.07), transparent 32rem),
    linear-gradient(180deg, #080807, #050505 72%);
}

body::after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(100%, 1440px);
  height: 100%;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(238, 185, 82, 0.035) 50%, transparent),
    linear-gradient(90deg, rgba(238, 185, 82, 0.05), transparent 14%, transparent 86%, rgba(238, 185, 82, 0.05));
  transform: translateX(-50%);
}

.hero::before,
.benefits::before,
.final-cta::before {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.hero::before {
  top: 0;
  left: 50%;
  width: min(100%, 1300px);
  height: 100%;
  background: radial-gradient(circle at 32% 25%, rgba(238, 185, 82, 0.08), transparent 36rem);
  transform: translateX(-50%);
}

.eyebrow {
  gap: 11px;
  text-shadow: 0 0 18px rgba(238, 185, 82, 0.18);
}

.hero-copy {
  position: relative;
}

h1 {
  text-wrap: balance;
  text-shadow: 0 7px 30px rgba(0, 0, 0, 0.22);
}

.free-label {
  align-items: center;
  gap: 11px;
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-color: rgba(255, 210, 118, 0.72);
  background:
    linear-gradient(90deg, rgba(238, 185, 82, 0.2), rgba(238, 185, 82, 0.07)),
    rgba(20, 17, 12, 0.66);
  box-shadow:
    0 0 0 4px rgba(238, 185, 82, 0.035),
    inset 0 0 28px rgba(238, 185, 82, 0.07),
    0 14px 42px rgba(0, 0, 0, 0.2);
}

.free-label svg {
  width: 0.58em;
  height: 0.58em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.hero-lead {
  color: #ded9cf;
}

.hero-video-preview {
  isolation: isolate;
  padding: 1px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 224, 155, 0.88), rgba(238, 185, 82, 0.12) 28%, rgba(255, 255, 255, 0.09) 70%, rgba(238, 185, 82, 0.62));
  box-shadow:
    0 25px 74px rgba(0, 0, 0, 0.52),
    0 0 50px rgba(177, 113, 22, 0.14);
}

.hero-video-preview::before,
.hero-video-preview::after {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  pointer-events: none;
  content: "";
}

.hero-video-preview::before {
  top: 12px;
  left: 12px;
  border-top: 1px solid rgba(255, 218, 139, 0.82);
  border-left: 1px solid rgba(255, 218, 139, 0.82);
  border-radius: 8px 0 0;
}

.hero-video-preview::after {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid rgba(255, 218, 139, 0.82);
  border-bottom: 1px solid rgba(255, 218, 139, 0.82);
  border-radius: 0 0 8px;
}

.hero-video-preview img {
  border-radius: 21px;
}

.preview-label {
  z-index: 3;
  border-color: rgba(255, 216, 134, 0.48);
  background: rgba(12, 11, 9, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.primary-cta {
  isolation: isolate;
  border-color: rgba(255, 224, 153, 0.94);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(135deg, #f7ce70, #d99b39);
  box-shadow:
    0 13px 32px rgba(201, 137, 42, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(99, 58, 8, 0.16);
}

.primary-cta:focus-visible,
.hero-video-preview:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}

.hero-meta {
  gap: 0;
  width: fit-content;
  overflow: hidden;
  border: 1px solid rgba(238, 185, 82, 0.12);
  border-radius: 999px;
  background: rgba(238, 185, 82, 0.035);
}

.hero-meta span {
  padding: 9px 14px;
}

.hero-meta span + span {
  border-left: 1px solid rgba(238, 185, 82, 0.12);
}

.ticker {
  border-color: rgba(238, 185, 82, 0.2);
  background:
    linear-gradient(90deg, rgba(238, 185, 82, 0.045), rgba(238, 185, 82, 0.09), rgba(238, 185, 82, 0.045)),
    rgba(11, 11, 10, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.018),
    0 12px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.ticker span {
  color: #c0bbb0;
}

.benefits::before {
  top: 4%;
  right: -10%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  opacity: 0.12;
  background: radial-gradient(circle, rgba(238, 185, 82, 0.65), transparent 68%);
  filter: blur(20px);
}

.section-heading {
  position: relative;
}

.benefit-grid {
  gap: 14px;
}

.benefit-card {
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(33, 30, 25, 0.76), rgba(14, 14, 13, 0.92)),
    rgba(17, 17, 16, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 16px 35px rgba(0, 0, 0, 0.12);
}

.card-icon {
  border-color: rgba(238, 185, 82, 0.32);
  background: linear-gradient(145deg, rgba(238, 185, 82, 0.13), rgba(238, 185, 82, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.center-cta {
  border-color: rgba(238, 185, 82, 0.22);
  background:
    linear-gradient(100deg, rgba(238, 185, 82, 0.075), transparent 56%),
    rgba(18, 17, 15, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.reviews {
  background:
    radial-gradient(circle at 82% 18%, rgba(238, 185, 82, 0.07), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), transparent),
    #090909;
}

.review-grid {
  counter-reset: review-card;
  gap: 16px;
}

.review-card {
  position: relative;
  counter-increment: review-card;
  padding: 5px;
  border-color: rgba(238, 185, 82, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(238, 185, 82, 0.13), rgba(238, 185, 82, 0.025)),
    rgba(16, 15, 13, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 40px rgba(0, 0, 0, 0.18);
}

.review-card::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 6px 8px;
  border: 1px solid rgba(238, 185, 82, 0.24);
  border-radius: 6px;
  color: var(--gold);
  content: "0" counter(review-card);
  background: rgba(10, 10, 9, 0.72);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
}

.review-card img {
  border-radius: 12px;
}

.final-card {
  isolation: isolate;
  border-color: rgba(238, 185, 82, 0.34);
  background:
    linear-gradient(145deg, rgba(238, 185, 82, 0.12), transparent 42%),
    linear-gradient(160deg, #181611, #101010 62%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 74px rgba(0, 0, 0, 0.34);
}

.final-card::before,
.final-card::after {
  position: absolute;
  z-index: -1;
  width: 62px;
  height: 62px;
  pointer-events: none;
  content: "";
}

.final-card::before {
  top: 16px;
  left: 16px;
  border-top: 1px solid rgba(255, 213, 126, 0.62);
  border-left: 1px solid rgba(255, 213, 126, 0.62);
  border-radius: 8px 0 0;
}

.final-card::after {
  right: 16px;
  bottom: 16px;
  border-right: 1px solid rgba(255, 213, 126, 0.62);
  border-bottom: 1px solid rgba(255, 213, 126, 0.62);
  border-radius: 0 0 8px;
}

.site-footer {
  background: linear-gradient(180deg, rgba(238, 185, 82, 0.018), transparent);
}

.footer-inner {
  justify-content: center;
}

@media (hover: hover) {
  .benefit-card:hover {
    border-color: rgba(238, 185, 82, 0.4);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.045),
      0 24px 50px rgba(0, 0, 0, 0.24);
  }
}

@media (min-width: 1001px) {
  .review-card:nth-child(even) {
    transform: translateY(22px);
  }

  .review-card:nth-child(even):hover {
    transform: translateY(17px);
  }
}

@media (max-width: 680px) {
  body::before {
    background-size: 62px 62px;
  }

  .hero-gold-visual {
    right: -30%;
    width: 108vw;
    height: 570px;
    opacity: 0.24;
  }

  .hero-video-preview {
    padding: 1px;
    border-radius: 15px;
  }

  .hero-video-preview img {
    border-radius: 14px;
  }

  .hero-video-preview::before,
  .hero-video-preview::after {
    width: 28px;
    height: 28px;
  }

  .hero-video-preview::before {
    top: 7px;
    left: 7px;
  }

  .hero-video-preview::after {
    right: 7px;
    bottom: 7px;
  }

  .hero-meta span {
    padding: 8px 11px;
  }

  .ticker span {
    padding-block: 13px;
  }

  .benefit-grid {
    gap: 11px;
  }

  .benefit-card {
    padding: 20px 18px 21px;
  }

  .center-cta {
    border-radius: 14px;
  }

  .review-grid {
    gap: 13px;
  }

  .final-card {
    padding: 40px 18px;
  }
}

/* Typography system */
h1,
h2,
h3,
.free-label {
  font-family: var(--font-display);
}

h1 {
  font-size: clamp(56px, 5.2vw, 72px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 0.97;
}

h2 {
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.006em;
  line-height: 1.12;
}

.free-label {
  font-family: var(--font-accent);
  padding-block: 7px 9px;
  font-size: 0.74em;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
}

.eyebrow,
.primary-cta,
.hero-meta,
.ticker span,
.card-number,
.market-live,
.terminal-type,
.terminal-bottom,
.chart-tag,
.preview-label,
.final-card small,
.site-footer {
  font-family: var(--font-body);
}

.eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.hero-lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.58;
}

.hero-lead strong,
.money-highlight {
  font-weight: 800;
}

.hero-note {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.006em;
  line-height: 1.7;
}

.primary-cta {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.012em;
  line-height: 1.25;
}

.hero-meta {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.105em;
  line-height: 1.2;
}

.ticker span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
}

.ticker b {
  font-weight: 800;
}

.section-heading p,
.benefit-card p,
.center-cta p,
.final-card p {
  font-weight: 500;
  letter-spacing: -0.012em;
}

.section-heading p {
  line-height: 1.68;
}

.benefit-card p {
  line-height: 1.68;
}

.card-number,
.review-card::before {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.preview-label b {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.preview-label small {
  font-weight: 600;
  letter-spacing: -0.006em;
}

.final-card small,
.site-footer p {
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.65;
}

@media (max-width: 680px) {
  h1 {
    max-width: 320px;
    font-size: clamp(43px, 12.3vw, 52px);
    letter-spacing: -0.025em;
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(48px, 13.5vw, 58px);
    letter-spacing: -0.03em;
    line-height: 0.98;
  }

  h3 {
    font-size: 21px;
  }

  .free-label {
    gap: 8px;
    font-size: 0.76em;
    letter-spacing: 0.065em;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-note {
    font-size: 13px;
    line-height: 1.68;
  }

  .primary-cta {
    font-size: 13px;
  }

  .center-cta .primary-cta {
    min-height: 50px;
    padding: 8px 9px 8px 13px;
    font-size: 11px;
  }

  .center-cta .cta-icon {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
  }

  .section-heading p {
    font-size: 14px;
    line-height: 1.68;
  }

  .benefit-card p {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
