:root {
  --bg: #071019;
  --bg-soft: #0d1823;
  --surface: rgba(11, 25, 38, 0.82);
  --surface-strong: #0d1d2d;
  --surface-soft: rgba(18, 36, 54, 0.72);
  --line: rgba(121, 164, 196, 0.18);
  --line-strong: rgba(121, 164, 196, 0.32);
  --text: #eff7ff;
  --muted: #8da0b1;
  --accent: #37e6b5;
  --accent-2: #59a8ff;
  --accent-3: #8b72ff;
  --danger: #ff7b81;
  --shadow: 0 28px 80px rgba(1, 8, 15, 0.48);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: min(1240px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(55, 230, 181, 0.14), transparent 22%),
    radial-gradient(circle at 86% 20%, rgba(89, 168, 255, 0.18), transparent 18%),
    radial-gradient(circle at 80% 82%, rgba(139, 114, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #050b12 0%, var(--bg) 48%, #040910 100%);
  overflow-x: hidden;
}

body.is-preloading {
  overflow: hidden;
  height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(98, 136, 165, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 136, 165, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 94%);
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
}

.page-grid,
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-grid {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.015), transparent 58%);
  opacity: 0.9;
}

.ambient {
  filter: blur(90px);
  opacity: 0.9;
}

.ambient-left {
  background: rgba(55, 230, 181, 0.14);
  inset: 120px auto auto 4%;
  width: 260px;
  height: 260px;
}

.ambient-right {
  background: rgba(89, 168, 255, 0.16);
  inset: auto 6% 10% auto;
  width: 320px;
  height: 320px;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(55, 230, 181, 0.1), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(89, 168, 255, 0.1), transparent 22%),
    linear-gradient(180deg, #030911 0%, #06111b 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 720ms ease, visibility 720ms ease;
  overflow: hidden;
  isolation: isolate;
}

.site-preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(98, 136, 165, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 136, 165, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.75;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 96%);
}

.site-preloader.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-preloader__halo {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.62;
  animation: preloaderHalo 4.8s ease-in-out infinite;
}

.site-preloader__halo--left {
  top: 12%;
  left: 8%;
  background: rgba(55, 230, 181, 0.18);
}

.site-preloader__halo--right {
  right: 8%;
  bottom: 10%;
  background: rgba(89, 168, 255, 0.18);
  animation-delay: 1.1s;
}

.site-preloader__panel {
  position: relative;
  z-index: 1;
  width: min(440px, calc(100vw - 40px));
  padding: 34px 28px 28px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(9, 20, 31, 0.98), rgba(5, 12, 20, 1)),
    linear-gradient(140deg, rgba(55, 230, 181, 0.05), transparent 35%, transparent 65%, rgba(89, 168, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  animation: preloaderPanelIn 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.site-preloader__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(55, 230, 181, 0.08), transparent 32%, transparent 72%, rgba(89, 168, 255, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 30%);
  pointer-events: none;
}

.site-preloader__label,
.site-preloader__copy strong,
.site-preloader__percent {
  font-family: "Oxanium", sans-serif;
}

.site-preloader__label {
  display: none;
}

.site-preloader__brand {
  display: grid;
  place-items: center;
  margin-bottom: 26px;
}

.site-preloader__ring {
  position: relative;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(6, 16, 26, 1) 0%, rgba(5, 13, 21, 1) 62%, rgba(9, 21, 33, 1) 100%);
  box-shadow:
    0 0 0 14px rgba(55, 230, 181, 0.05),
    0 0 70px rgba(55, 230, 181, 0.22);
}

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

.site-preloader__ring::before {
  inset: 0;
  background:
    conic-gradient(from 180deg, rgba(55, 230, 181, 0.18), rgba(55, 230, 181, 0.95), rgba(89, 168, 255, 0.72), rgba(55, 230, 181, 0.18));
  mask: radial-gradient(circle at center, transparent 51%, #000 53%);
  z-index: 3;
}

.site-preloader__ring::after {
  inset: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 2;
}

.site-preloader__logo {
  position: absolute;
  inset: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  object-fit: cover;
  border-radius: 50%;
  z-index: 1;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.28));
  animation: preloaderLogoSpin 8s linear infinite;
}

.site-preloader__copy {
  display: none;
}

.site-preloader__copy strong {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.35;
}

.site-preloader__copy span {
  color: var(--muted);
  line-height: 1.65;
}

.site-preloader__meter {
  position: relative;
  height: 14px;
  max-width: 320px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.site-preloader__meter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-100%);
  animation: preloaderScan 2.2s linear infinite;
}

.site-preloader__meter-fill {
  position: relative;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(55, 230, 181, 0.92), rgba(89, 168, 255, 0.94));
  box-shadow: 0 0 26px rgba(55, 230, 181, 0.24);
  transition: width 180ms ease-out;
}

.site-preloader__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(239, 247, 255, 0.74);
  font-size: 0.9rem;
}

.site-preloader__meta span:first-child {
  display: none;
}

.site-preloader__percent {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.ticker-bar {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 13, 20, 0.84);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.ticker-bar::before,
.ticker-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  z-index: 1;
  pointer-events: none;
}

.ticker-bar::before {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 13, 20, 0.98), rgba(5, 13, 20, 0));
}

.ticker-bar::after {
  right: 0;
  background: linear-gradient(270deg, rgba(5, 13, 20, 0.98), rgba(5, 13, 20, 0));
}

.ticker-track {
  display: flex;
  gap: 32px;
  width: max-content;
  padding: 12px 0;
  color: rgba(239, 247, 255, 0.86);
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: tickerFlow 22s linear infinite;
}

.ticker-track span {
  position: relative;
  padding-left: 20px;
}

.ticker-track span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
}

.hero,
.section,
.footer {
  width: var(--container);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.market-section,
.testimonials-section,
.proof-section,
.application-section,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 980px;
}

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

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 18px;
  background: rgba(7, 16, 25, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

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

.brand-mark,
.live-pill {
  font-family: "Oxanium", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  padding: 0 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(55, 230, 181, 0.2), rgba(89, 168, 255, 0.16));
  border: 1px solid rgba(55, 230, 181, 0.35);
  color: var(--accent);
  box-shadow: inset 0 0 26px rgba(55, 230, 181, 0.12), 0 16px 30px rgba(0, 0, 0, 0.22);
  font-size: 0.92rem;
  font-weight: 700;
}

.brand-mark-logo {
  padding: 0;
  overflow: hidden;
  background: rgba(7, 16, 25, 0.88);
  border-color: rgba(255, 255, 255, 0.12);
}

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

.brand-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.brand-copy strong {
  font-family: "Oxanium", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.78rem;
}

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

.nav-links a,
.footer-links a,
.footer-links button {
  color: rgba(239, 247, 255, 0.72);
  font-size: 0.95rem;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nav-cta {
  background: linear-gradient(135deg, var(--accent), #23b996);
  color: #03110d;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(55, 230, 181, 0.22);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 44px;
  align-items: center;
  padding-top: 58px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.eyebrow,
.section-label,
.micro-label {
  margin: 0 0 16px;
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-copy h1,
.section-heading h2,
.video-copy h2,
.application-copy h2,
.proof-copy h2 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  letter-spacing: -0.03em;
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.6rem, 7vw, 6.7rem);
  line-height: 0.92;
}

.hero-copy h1 span {
  display: block;
  min-width: 0;
}

.hero-lead,
.section-heading p,
.video-copy p,
.signal-card p,
.macro-row,
.news-card p,
.mentoring-card p,
.proof-copy p,
.proof-panel span,
.application-copy p,
.form-caption,
.footer p,
.video-frame small {
  color: var(--muted);
}

.hero-lead {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 1.1rem;
  line-height: 1.85;
}

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

.mobile-command-rail,
.market-mobile-toggle,
.mobile-float-cta {
  display: none;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #1cc89f);
  color: #04100d;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(55, 230, 181, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
}

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

.hero-stats article,
.signal-card,
.macro-board,
.news-card,
.mentoring-card,
.proof-panel,
.application-form,
.video-frame {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 30, 45, 0.88), rgba(7, 17, 27, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-stats article::before,
.signal-card::before,
.macro-board::before,
.news-card::before,
.mentoring-card::before,
.proof-panel::before,
.application-form::before,
.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 35%, transparent 70%, rgba(89, 168, 255, 0.08));
  opacity: 0.6;
  pointer-events: none;
}

.hero-stats article {
  padding: 20px;
  border-radius: var(--radius-md);
}

.hero-stats span,
.proof-panel strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
}

.hero-visual {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  min-width: 0;
  overflow-x: clip;
  z-index: 1;
}

.phone-shell {
  width: min(440px, 100%);
  max-width: 100%;
  padding: 18px;
  border-radius: 42px;
  background:
    linear-gradient(160deg, rgba(17, 36, 52, 0.96), rgba(4, 10, 17, 0.94)),
    linear-gradient(135deg, rgba(55, 230, 181, 0.1), rgba(89, 168, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -24px 60px rgba(1, 9, 16, 0.55),
    0 40px 120px rgba(2, 10, 17, 0.55);
  transform: perspective(1200px) rotateY(-10deg) rotateX(6deg);
}

.phone-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 6px 20px;
  color: rgba(239, 247, 255, 0.88);
  font-family: "Oxanium", sans-serif;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(55, 230, 181, 0.12);
  border: 1px solid rgba(55, 230, 181, 0.22);
  color: var(--accent);
  font-size: 0.75rem;
}

.phone-chart {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 580px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(4, 11, 18, 0.95), rgba(8, 18, 28, 0.96)),
    radial-gradient(circle at 20% 20%, rgba(55, 230, 181, 0.16), transparent 22%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.chart-glow {
  position: absolute;
  inset: auto auto 42px 22px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(55, 230, 181, 0.2);
  filter: blur(48px);
  animation: pulseGlow 6s ease-in-out infinite;
}

.chart-svg {
  width: 100%;
  height: 100%;
}

.grid-lines line {
  stroke: rgba(121, 164, 196, 0.18);
  stroke-width: 1;
}

.chart-area {
  fill: url(#chartFill);
  opacity: 0.7;
}

.chart-line {
  fill: none;
  stroke: url(#chartLine);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  animation: chartSweep 4.8s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 18px rgba(55, 230, 181, 0.4));
}

.chart-point {
  display: none;
}

.blt-page {
  min-height: 100vh;
}

.ticker-bar-compact {
  position: sticky;
  top: 0;
  z-index: 30;
}

.blt-main {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 64px 0 120px;
}

.blt-hero,
.blt-watch-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

.blt-hero-copy,
.blt-watch-copy {
  max-width: 560px;
}

.blt-hero-copy h1,
.blt-watch-copy h1 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.3rem, 4.3vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  max-width: 9.2ch;
}

.blt-lead,
.blt-watch-copy p {
  margin-top: 22px;
  color: var(--text-dim);
  font-size: 1.06rem;
  line-height: 1.7;
}

.blt-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.blt-pill-row span {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(85, 247, 208, 0.18);
  background: rgba(16, 28, 42, 0.74);
  color: var(--text-soft);
  font-size: 0.9rem;
}

.blt-video-card,
.blt-strip-card,
.blt-testimonial,
.blt-proof-card {
  position: relative;
  border: 1px solid rgba(151, 177, 208, 0.14);
  background: linear-gradient(180deg, rgba(15, 28, 43, 0.93), rgba(8, 16, 27, 0.94));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.blt-video-card {
  border-radius: 34px;
  padding: 22px;
  overflow: hidden;
}

.blt-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--text-soft);
}

.blt-card-head .micro-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 29, 42, 0.88);
  border: 1px solid rgba(85, 247, 208, 0.16);
}

.blt-card-head strong {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.05;
  text-align: right;
}

.blt-video-lock {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: grid;
  gap: 18px;
}

.blt-video-preview,
.blt-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(151, 177, 208, 0.12);
  background: #07101a;
}

.blt-video-preview img,
.blt-video-frame iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blt-video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 8, 15, 0.18), rgba(2, 8, 15, 0.8)),
    radial-gradient(circle at 50% 50%, rgba(55, 230, 181, 0.18), transparent 48%);
}

.blt-video-preview-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(75, 215, 190, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 215, 190, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 1;
}

.blt-video-caption strong {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 0.98;
}

.blt-video-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.blt-video-caption p {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.5;
  font-size: 0.95rem;
  white-space: nowrap;
}

.blt-play {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #55f7d0, #14b89d);
  color: #051014;
  font-size: 2rem;
  box-shadow: 0 18px 40px rgba(20, 184, 157, 0.36);
  margin-bottom: 6px;
}

.blt-play-centered {
  position: absolute;
  left: 50%;
  top: calc(50% - 30px);
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
}

.blt-entry-actions,
.blt-join-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.blt-access-form {
  display: grid;
  gap: 14px;
}

.blt-video-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.blt-video-testimonial {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(151, 177, 208, 0.14);
  background: linear-gradient(180deg, rgba(15, 28, 43, 0.93), rgba(8, 16, 27, 0.94));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.blt-video-testimonial-media {
  aspect-ratio: 16 / 9;
  background: #07101a;
}

.blt-video-testimonial-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.blt-video-testimonial-copy {
  padding: 18px 18px 22px;
}

.blt-video-testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.blt-video-testimonial-meta {
  color: var(--text-dim);
  font-size: 0.88rem;
}

.blt-video-testimonial-copy h3 {
  margin: 14px 0 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.2rem;
  line-height: 1.02;
}

.blt-video-testimonial-copy p {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.7;
}

.blt-video-testimonial-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.blt-video-testimonial-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(85, 247, 208, 0.14);
  background: rgba(10, 23, 35, 0.8);
  color: var(--text-soft);
  font-size: 0.84rem;
}

.blt-join-bar {
  padding: 18px 0 4px;
}

.blt-join-bar strong {
  display: block;
  font-size: 1.1rem;
}

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

.blt-strip-card,
.blt-testimonial,
.blt-proof-card {
  border-radius: 28px;
  padding: 26px;
}

.section-heading-centered {
  max-width: 740px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.blt-testimonial h3,
.blt-proof-card strong,
.blt-strip-card h2 {
  margin: 16px 0 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.35rem;
}

.blt-testimonial p,
.blt-proof-card p,
.blt-strip-card p {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.7;
}

.blt-access-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.blt-access-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.blt-access-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 14, 0.82);
  backdrop-filter: blur(10px);
}

.blt-access-dialog {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100vw - 32px));
  border-radius: 30px;
  padding: 26px;
  border: 1px solid rgba(151, 177, 208, 0.16);
  background: linear-gradient(180deg, rgba(10, 22, 34, 0.98), rgba(7, 14, 24, 0.98));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
}

.blt-access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 26px;
  align-items: start;
}

.blt-access-copy h2 {
  margin: 14px 0 16px;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.02;
}

.blt-access-copy p {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.7;
}

.blt-access-form {
  padding-top: 18px;
}

.blt-watch-page .footer-application {
  padding-top: 28px;
}

.wlt-system-page .section {
  padding-left: 0;
  padding-right: 0;
}

.wlt-system-main {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 56px 0 120px;
}

.wlt-system-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 40px;
  align-items: center;
}

.wlt-system-copy {
  max-width: 580px;
}

.wlt-system-copy h1 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  max-width: 8.6ch;
}

.wlt-system-lead {
  margin: 26px 0 0;
  color: var(--text-dim);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 46ch;
}

.wlt-system-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.wlt-system-pills span {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(151, 177, 208, 0.14);
  background: rgba(12, 22, 34, 0.72);
  color: var(--text-soft);
}

.wlt-system-teaser {
  width: 100%;
  padding: 24px;
  border-radius: 34px;
  border: 1px solid rgba(151, 177, 208, 0.14);
  background: linear-gradient(180deg, rgba(15, 28, 43, 0.94), rgba(8, 16, 27, 0.96));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: left;
  cursor: pointer;
}

.wlt-system-teaser:focus-visible {
  outline: 2px solid rgba(85, 247, 208, 0.72);
  outline-offset: 6px;
}

.wlt-system-teaser-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.wlt-system-teaser-state {
  color: var(--text-soft);
  font-family: "Oxanium", sans-serif;
  font-size: 1.1rem;
}

.wlt-system-teaser-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(151, 177, 208, 0.1);
  background: #07101a;
}

.wlt-system-teaser-screen iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none;
  transform: scale(1.02);
  filter: saturate(0.92) brightness(0.8);
}

.wlt-system-teaser-grid,
.wlt-system-teaser-vignette {
  position: absolute;
  inset: 0;
}

.wlt-system-teaser-grid {
  background-image:
    linear-gradient(rgba(75, 215, 190, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 215, 190, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}

.wlt-system-teaser-vignette {
  background:
    linear-gradient(180deg, rgba(3, 10, 18, 0.12), rgba(3, 10, 18, 0.52)),
    radial-gradient(circle at 50% 42%, rgba(55, 230, 181, 0.16), transparent 38%);
}

.wlt-system-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #55f7d0, #14b89d);
  color: #041116;
  font-size: 2.6rem;
  box-shadow: 0 20px 44px rgba(20, 184, 157, 0.34);
}

.wlt-system-teaser-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
}

.wlt-system-teaser-foot strong {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 0.98;
}

.wlt-system-teaser-foot span {
  color: var(--text-dim);
  font-size: 0.96rem;
}

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

.wlt-system-proof-strip article,
.wlt-system-testimonial-card {
  border-radius: 28px;
  border: 1px solid rgba(151, 177, 208, 0.14);
  background: linear-gradient(180deg, rgba(15, 28, 43, 0.93), rgba(8, 16, 27, 0.94));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wlt-system-proof-strip article {
  padding: 24px;
}

.wlt-system-proof-strip strong {
  display: block;
  margin: 12px 0 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.28rem;
}

.wlt-system-proof-strip p {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.7;
}

.wlt-system-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wlt-system-testimonial-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: #07101a;
}

.wlt-system-testimonial-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.wlt-system-testimonial-copy {
  padding: 18px 18px 22px;
}

.wlt-system-testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--text-dim);
  font-size: 0.86rem;
}

.wlt-system-testimonial-copy h3 {
  margin: 14px 0 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.2rem;
  line-height: 1.04;
}

.wlt-system-testimonial-copy p {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.72;
}

.wlt-system-testimonial-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.wlt-system-testimonial-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(85, 247, 208, 0.14);
  background: rgba(10, 23, 35, 0.8);
  color: var(--text-soft);
  font-size: 0.83rem;
}

.wlt-video-main {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 56px 0 120px;
}

.wlt-video-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.44fr) minmax(0, 0.96fr);
  gap: 34px;
  align-items: center;
}

.wlt-video-copy {
  max-width: 420px;
}

.wlt-video-copy h1 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.wlt-video-copy p {
  margin: 20px 0 0;
  color: var(--text-dim);
  line-height: 1.7;
}

.wlt-video-stage,
.wlt-video-placeholder-card {
  border-radius: 30px;
  border: 1px solid rgba(151, 177, 208, 0.14);
  background: linear-gradient(180deg, rgba(15, 28, 43, 0.93), rgba(8, 16, 27, 0.94));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wlt-video-stage {
  padding: 24px;
}

.wlt-video-stage-head {
  margin-bottom: 16px;
}

.wlt-video-frame {
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #07101a;
  border: 1px solid rgba(151, 177, 208, 0.1);
}

.wlt-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.wlt-video-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
}

.wlt-video-next strong {
  display: block;
  font-size: 1.08rem;
}

.wlt-video-placeholder-card {
  padding: 28px;
  text-align: center;
}

.wlt-video-placeholder-card h2 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  line-height: 0.98;
}

.wlt-video-placeholder-card p {
  max-width: 54ch;
  margin: 16px auto 0;
  color: var(--text-dim);
  line-height: 1.7;
}

.wlt-video-placeholder-card .button {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .blt-hero,
  .blt-watch-hero,
  .blt-access-layout,
  .blt-strip,
  .blt-proof-grid,
  .blt-testimonials,
  .blt-video-testimonials {
    grid-template-columns: 1fr;
  }

  .blt-entry-actions,
  .blt-join-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .blt-card-head {
    flex-direction: column;
  }

  .blt-card-head strong {
    text-align: left;
  }

  .blt-video-caption {
    flex-direction: column;
    align-items: flex-start;
  }

  .wlt-system-hero,
  .wlt-system-proof-strip,
  .wlt-system-testimonial-grid,
  .wlt-video-hero {
    grid-template-columns: 1fr;
  }

  .wlt-system-teaser-foot,
  .wlt-system-teaser-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .wlt-video-next {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .wlt-system-main {
    width: min(100vw - 20px, 100%);
    padding: 34px 0 88px;
  }

  .wlt-system-copy h1 {
    font-size: clamp(2rem, 11vw, 3.4rem);
    max-width: 8.2ch;
  }

  .wlt-system-teaser {
    padding: 16px;
    border-radius: 24px;
  }

  .wlt-system-teaser-screen {
    border-radius: 22px;
  }

  .wlt-system-play {
    width: 82px;
    height: 82px;
    font-size: 1.9rem;
  }

  .wlt-system-teaser-foot strong {
    font-size: 1.3rem;
  }

  .wlt-video-main {
    width: min(100vw - 20px, 100%);
    padding: 34px 0 88px;
  }

  .wlt-video-stage,
  .wlt-video-placeholder-card {
    border-radius: 24px;
    padding: 18px;
  }

  .wlt-video-frame {
    border-radius: 22px;
  }

  .blt-main {
    width: min(100vw - 20px, 100%);
    padding: 34px 0 88px;
  }

  .blt-video-card,
  .blt-strip-card,
  .blt-testimonial,
  .blt-proof-card,
  .blt-access-dialog {
    border-radius: 24px;
    padding: 18px;
  }

  .blt-video-preview,
  .blt-video-frame {
    border-radius: 22px;
  }

  .blt-play {
    width: 68px;
    height: 68px;
    font-size: 1.6rem;
  }

  .blt-video-overlay {
    padding: 18px;
  }

  .blt-video-overlay strong {
    font-size: clamp(1.5rem, 8vw, 2.25rem);
    max-width: 300px;
  }

  .blt-video-overlay p {
    font-size: 0.94rem;
  }

  .blt-play-centered {
    top: 40%;
  }

  .blt-hero-copy h1,
  .blt-watch-copy h1 {
    font-size: clamp(2rem, 11vw, 3.4rem);
    max-width: 8.4ch;
  }
}

.price-badge {
  position: absolute;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(5, 14, 22, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.price-badge strong,
.floating-card strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Oxanium", sans-serif;
  font-size: 1rem;
}

.price-badge span,
.floating-card span,
.board-status,
.video-tag {
  color: var(--muted);
  font-size: 0.8rem;
}

.price-badge-top {
  top: 34px;
  right: 22px;
}

.price-badge-bottom {
  left: 22px;
  bottom: 28px;
}

.floating-panels {
  position: absolute;
  inset: 12% -26px auto auto;
  display: grid;
  justify-items: end;
  gap: 12px;
}

.floating-card {
  min-width: 130px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(7, 16, 25, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  animation: floatCard 7s ease-in-out infinite;
}

.floating-card:nth-child(2) {
  margin-right: 22px;
  margin-left: 0;
  animation-delay: -2s;
}

.floating-card:nth-child(3) {
  animation-delay: -4s;
}

.section {
  padding: 0 0 96px;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.section-heading h2,
.video-copy h2,
.application-copy h2,
.proof-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.system-grid,
.market-layout,
.mentoring-grid,
.proof-layout,
.application-layout,
.video-layout {
  display: grid;
  gap: 24px;
}

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

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 24px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(11, 24, 37, 0.92), rgba(6, 14, 23, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.cta-band h3 {
  margin: 8px 0 0;
  max-width: 700px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.45rem;
  line-height: 1.35;
}

.signal-card,
.mentoring-card,
.proof-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.signal-index {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Oxanium", sans-serif;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.signal-card h3,
.macro-head h3,
.news-card h3,
.mentoring-card h3 {
  margin: 0 0 12px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.45rem;
}

.signal-card p,
.news-card p,
.mentoring-card p,
.proof-copy p,
.application-copy p {
  margin: 0;
  line-height: 1.8;
}

.video-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
}

.video-copy {
  max-width: 620px;
}

.video-copy p {
  margin: 18px 0 0;
  line-height: 1.82;
}

.video-points {
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--text);
}

.video-points li {
  margin-bottom: 10px;
}

.video-frame {
  min-height: 420px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(7, 18, 28, 0.84), rgba(2, 7, 12, 0.92)),
    radial-gradient(circle at center, rgba(55, 230, 181, 0.12), transparent 28%);
}

.video-tag {
  display: inline-flex;
  justify-self: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 18px;
}

.video-frame-live {
  padding: 22px;
  display: grid;
  gap: 16px;
}

.video-tag-live {
  justify-self: start;
  margin-bottom: 0;
}

.video-embed-shell {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(3, 10, 18, 0.85), rgba(7, 17, 28, 0.9)),
    url("https://i.ytimg.com/vi/L4U_y8kWpKo/maxresdefault.jpg") center / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -40px 80px rgba(0, 0, 0, 0.35),
    0 26px 70px rgba(0, 0, 0, 0.34);
}

.video-embed-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(55, 230, 181, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(89, 168, 255, 0.12), transparent 28%, transparent 72%, rgba(55, 230, 181, 0.08));
  pointer-events: none;
}

.video-embed-shell iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 360px;
  border: 0;
  display: block;
  background: #050b12;
}

.vsl-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(55, 230, 181, 0.14);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.vsl-cta-shell.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.vsl-cta-copy {
  display: grid;
  gap: 10px;
}

.vsl-cta-copy strong {
  font-family: "Oxanium", sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
}

.event-empty {
  line-height: 1.7;
}

.play-button {
  width: 102px;
  height: 102px;
  border: 1px solid rgba(55, 230, 181, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(55, 230, 181, 0.22), rgba(6, 18, 26, 0.9));
  box-shadow: 0 0 0 14px rgba(55, 230, 181, 0.06), 0 0 50px rgba(55, 230, 181, 0.18);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.play-button span {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid var(--text);
  margin-left: 6px;
}

.video-overlay p {
  margin: 20px 0 8px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.35rem;
}

.market-terminal {
  position: relative;
  padding: 30px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(10, 21, 33, 0.9), rgba(4, 10, 18, 0.96)),
    radial-gradient(circle at top right, rgba(89, 168, 255, 0.12), transparent 22%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.market-terminal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(55, 230, 181, 0.08), transparent 24%, transparent 76%, rgba(89, 168, 255, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 25%);
  pointer-events: none;
}

.terminal-head,
.panel-head,
.panel-head-wide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.terminal-head {
  margin-bottom: 26px;
}

.market-head-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.terminal-head h3,
.panel-head h4,
.panel-head-wide h4 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
}

.terminal-head h3 {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.terminal-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(239, 247, 255, 0.82);
  white-space: nowrap;
}

.terminal-status::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
  animation: pointPulse 2.2s ease-in-out infinite;
}

.market-terminal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 22px;
}

.market-terminal-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.market-panel {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(15, 28, 42, 0.88), rgba(7, 15, 24, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.market-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(89, 168, 255, 0.06), transparent 32%, transparent 72%, rgba(55, 230, 181, 0.06));
  pointer-events: none;
}

.panel-head {
  margin-bottom: 18px;
}

.panel-head h4,
.panel-head-wide h4 {
  font-size: 1.35rem;
}

.panel-head p,
.panel-head-wide p {
  max-width: 260px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.panel-head-wide {
  margin-bottom: 20px;
}

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

.fx-rate-card {
  position: relative;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.fx-rate-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(55, 230, 181, 0), rgba(55, 230, 181, 0.88), rgba(89, 168, 255, 0));
  transform: translateY(1px);
}

.fx-rate-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.fx-rate-card strong,
.event-row strong {
  font-family: "Oxanium", sans-serif;
}

.fx-rate-card strong {
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fx-rate-card .rate-value {
  display: block;
  margin-bottom: 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.rate-delta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.rate-delta.is-up {
  background: rgba(55, 230, 181, 0.12);
  color: var(--accent);
}

.rate-delta.is-down {
  background: rgba(255, 123, 129, 0.12);
  color: #ff9aa0;
}

.rate-date {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.event-stream {
  display: grid;
  gap: 14px;
}

.event-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 88px;
  gap: 16px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transform: translateX(0);
  transition: transform 180ms ease, border-color 180ms ease;
}

.event-row:hover {
  transform: translateX(4px);
  border-color: rgba(89, 168, 255, 0.26);
}

.event-row time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 0.92rem;
  color: rgba(239, 247, 255, 0.9);
}

.event-row time::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 14px rgba(89, 168, 255, 0.8);
}

.event-meta {
  display: grid;
  gap: 6px;
}

.event-meta span,
.event-empty,
.chart-subcopy {
  color: var(--muted);
}

.event-meta span {
  font-size: 0.88rem;
  line-height: 1.45;
}

.event-empty {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.1);
}

.chart-panel {
  margin-top: 22px;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.chart-legend i {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 14px rgba(55, 230, 181, 0.24);
}

.chart-shell {
  position: relative;
  min-height: 250px;
  padding: 16px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(4, 10, 18, 0.96), rgba(10, 22, 34, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 76px 76px, 76px 76px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.chart-shell-glow {
  position: absolute;
  right: 12%;
  bottom: -20px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(55, 230, 181, 0.14);
  filter: blur(46px);
}

.market-sparkline {
  width: 100%;
  height: 250px;
}

.sparkline-grid line {
  stroke: rgba(121, 164, 196, 0.16);
  stroke-width: 1;
}

.sparkline-area {
  fill: url(#sparkArea);
}

.sparkline-line {
  fill: none;
  stroke: url(#sparkStroke);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: chartDraw 4.6s ease forwards;
  filter: drop-shadow(0 0 18px rgba(55, 230, 181, 0.28));
}

.sparkline-dot {
  fill: var(--accent);
  filter: drop-shadow(0 0 12px rgba(55, 230, 181, 0.75));
}

.sparkline-label {
  fill: rgba(239, 247, 255, 0.82);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
}

.impact,
.bias {
  display: inline-flex;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
}

.impact-high {
  background: rgba(255, 123, 129, 0.14);
  color: #ff9aa0;
}

.impact-mid {
  background: rgba(255, 208, 118, 0.14);
  color: #ffd076;
}

.bias-bull {
  background: rgba(55, 230, 181, 0.14);
  color: var(--accent);
}

.bias-bear {
  background: rgba(89, 168, 255, 0.14);
  color: #7db8ff;
}

.bias-flat {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(239, 247, 255, 0.86);
}

.market-side {
  display: grid;
  gap: 18px;
}

.news-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.mini-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 130px;
  margin-top: 22px;
}

.mini-chart span {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, rgba(55, 230, 181, 0.94), rgba(89, 168, 255, 0.18));
  animation: barPulse 3.6s ease-in-out infinite;
  box-shadow: 0 0 16px rgba(55, 230, 181, 0.12);
}

.mini-chart span:nth-child(1) { height: 34px; }
.mini-chart span:nth-child(2) { height: 74px; animation-delay: -0.4s; }
.mini-chart span:nth-child(3) { height: 52px; animation-delay: -0.8s; }
.mini-chart span:nth-child(4) { height: 108px; animation-delay: -1.2s; }
.mini-chart span:nth-child(5) { height: 84px; animation-delay: -1.6s; }
.mini-chart span:nth-child(6) { height: 122px; animation-delay: -2s; }
.mini-chart span:nth-child(7) { height: 98px; animation-delay: -2.4s; }

.testimonials-shell {
  display: grid;
  gap: 24px;
}

.testimonials-track {
  position: relative;
  min-height: 690px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(16, 30, 45, 0.9), rgba(7, 17, 27, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateX(30px) scale(0.98);
  transition: opacity 380ms ease, transform 380ms ease;
  pointer-events: none;
}

.testimonial-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(89, 168, 255, 0.08), transparent 28%, transparent 72%, rgba(55, 230, 181, 0.08));
  pointer-events: none;
}

.testimonial-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.testimonial-slide-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  height: 100%;
}

.testimonial-media,
.testimonial-content {
  position: relative;
  z-index: 1;
}

.testimonial-media {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(3, 10, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.testimonial-media iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  display: block;
  background: #050b12;
}

.testimonial-content {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 8px 0;
}

.testimonial-top,
.testimonials-controls,
.inline-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.testimonial-top,
.testimonials-controls {
  position: relative;
}

.testimonial-score {
  color: var(--muted);
  font-size: 0.88rem;
}

.testimonial-slide h3 {
  position: relative;
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 0.98;
}

.testimonial-role {
  position: relative;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
}

.testimonial-content blockquote {
  position: relative;
  margin: 0;
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(13, 28, 42, 0.9), rgba(7, 16, 26, 0.96));
  border: 1px solid rgba(55, 230, 181, 0.12);
  color: rgba(239, 247, 255, 0.95);
  font-size: 1.06rem;
  line-height: 1.8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.testimonial-slide p,
.testimonial-slide footer span,
.application-modal-copy p {
  position: relative;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.testimonial-slide footer {
  position: relative;
  display: grid;
  gap: 8px;
}

.testimonial-slide footer strong,
.application-modal-copy h3 {
  font-family: "Oxanium", sans-serif;
}

.testimonial-highlights,
.proof-wall-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.testimonial-highlights span,
.proof-wall-metrics span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(239, 247, 255, 0.88);
}

.testimonials-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-dots {
  display: flex;
  gap: 10px;
}

.testimonial-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 2rem;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.testimonial-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(55, 230, 181, 0.28);
  box-shadow: 0 18px 36px rgba(55, 230, 181, 0.12);
}

.testimonial-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.testimonial-dot.is-active {
  background: var(--accent);
  box-shadow: 0 0 18px rgba(55, 230, 181, 0.42);
  transform: scale(1.1);
}

.testimonial-control-copy {
  display: grid;
  gap: 8px;
  justify-items: end;
  color: var(--muted);
  text-align: right;
}

.proof-wall {
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(10, 23, 35, 0.92), rgba(6, 14, 23, 0.96)),
    radial-gradient(circle at top right, rgba(89, 168, 255, 0.12), transparent 24%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.proof-wall-copy h3 {
  margin: 0 0 14px;
  max-width: 820px;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.04;
}

.proof-wall-copy p {
  margin: 0;
  max-width: 820px;
  color: var(--muted);
  line-height: 1.8;
}

.proof-marquee-shell {
  display: grid;
  gap: 18px;
}

.proof-marquee {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(4, 11, 18, 0.68);
}

.proof-marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 18px;
  animation: proofFlow 28s linear infinite;
}

.proof-marquee-reverse .proof-marquee-track {
  animation-direction: reverse;
  animation-duration: 30s;
}

.proof-ticket {
  width: 220px;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: perspective(900px) rotateY(-6deg);
}

.proof-ticket img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.proof-layout,
.application-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: start;
}

.proof-copy {
  max-width: 720px;
}

.proof-copy p {
  margin-top: 18px;
  line-height: 1.82;
}

.proof-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.proof-badges span,
.proof-panel-meta span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(239, 247, 255, 0.9);
}

.proof-sequence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.sequence-step,
.trust-metric {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(15, 28, 42, 0.82), rgba(7, 15, 24, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.sequence-step::before,
.trust-metric::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(89, 168, 255, 0.08), transparent 36%, transparent 70%, rgba(55, 230, 181, 0.08));
  pointer-events: none;
}

.sequence-step strong,
.trust-terminal strong,
.trust-metric strong {
  display: block;
  font-family: "Oxanium", sans-serif;
}

.sequence-step strong {
  margin-bottom: 8px;
  font-size: 1rem;
}

.sequence-step span,
.trust-metric span {
  position: relative;
  color: var(--muted);
  line-height: 1.55;
}

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

.proof-panel {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.inline-cta-row {
  margin-top: 24px;
  align-items: center;
}

.inline-cta-row span {
  color: var(--muted);
}

.proof-panel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.trust-terminal {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(9, 20, 31, 0.92), rgba(4, 11, 18, 0.96)),
    radial-gradient(circle at top right, rgba(89, 168, 255, 0.12), transparent 24%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.trust-terminal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 25%, transparent 75%, rgba(55, 230, 181, 0.06)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
  pointer-events: none;
}

.trust-terminal-head {
  position: relative;
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.trust-terminal-head strong {
  font-size: 1.35rem;
}

.trust-terminal-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-metric strong {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.45;
}

.application-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.application-note span {
  display: inline-flex;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(55, 230, 181, 0.08);
  border: 1px solid rgba(55, 230, 181, 0.14);
  color: rgba(239, 247, 255, 0.9);
}

.application-entry {
  position: relative;
}

.application-form {
  padding: 28px;
  border-radius: var(--radius-xl);
  display: grid;
  gap: 16px;
  isolation: isolate;
}

.application-form-static {
  background: linear-gradient(180deg, rgba(16, 30, 45, 0.9), rgba(7, 17, 27, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.application-form label {
  display: grid;
  gap: 10px;
  color: var(--text);
  font-weight: 600;
}

.application-form input {
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.application-form select {
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  appearance: none;
}

.phone-field {
  display: grid;
  grid-template-columns: minmax(120px, 148px) minmax(0, 1fr);
  gap: 12px;
}

.phone-field input,
.phone-field select {
  width: 100%;
}

.application-form input::placeholder {
  color: #7990a5;
}

.application-form input:focus,
.application-form select:focus {
  outline: 2px solid rgba(55, 230, 181, 0.18);
  border-color: rgba(55, 230, 181, 0.28);
}

.application-gate {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  align-items: stretch;
  padding: 18px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(4, 10, 17, 0.52), rgba(4, 10, 17, 0.78)),
    radial-gradient(circle at top right, rgba(89, 168, 255, 0.18), transparent 24%);
  backdrop-filter: blur(10px);
  transition: opacity 260ms ease, visibility 260ms ease;
}

.application-gate.is-unlocked {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.application-gate-panel {
  display: none;
  align-content: start;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12, 25, 38, 0.92), rgba(7, 15, 24, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.application-gate-panel-active {
  display: grid;
}

.application-gate-panel h3 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.application-gate-panel p,
.affiliate-copy p,
.affiliate-points span {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.gate-options {
  display: grid;
  gap: 12px;
}

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

.gate-option,
.gate-back {
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.gate-option {
  padding: 0 18px;
  background: linear-gradient(180deg, rgba(17, 34, 50, 0.98), rgba(10, 20, 31, 0.98));
  color: var(--text);
  text-align: left;
  font-weight: 600;
}

.gate-option:hover,
.gate-back:hover {
  transform: translateY(-1px);
}

.gate-option:hover {
  border-color: rgba(55, 230, 181, 0.3);
  box-shadow: 0 16px 40px rgba(55, 230, 181, 0.12);
}

.gate-option-alt {
  background: linear-gradient(180deg, rgba(14, 28, 42, 0.95), rgba(8, 17, 27, 0.98));
  color: rgba(239, 247, 255, 0.86);
}

.gate-back {
  width: fit-content;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.form-submit {
  width: 100%;
  border: none;
  cursor: pointer;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 4px 0 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Oxanium", sans-serif;
}

.footer-cta {
  color: rgba(239, 247, 255, 0.72);
  cursor: pointer;
}

.application-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 40;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.application-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.application-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 14, 0.74);
  backdrop-filter: blur(14px);
}

.application-modal-dialog {
  position: relative;
  width: min(1080px, calc(100vw - 32px));
  max-height: calc(100dvh - 48px);
  display: flex;
  flex-direction: column;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(9, 21, 33, 0.95), rgba(5, 11, 19, 0.98)),
    radial-gradient(circle at top right, rgba(89, 168, 255, 0.14), transparent 20%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  transform: translateY(18px) scale(0.98);
  transition: transform 240ms ease;
}

.application-modal.is-open .application-modal-dialog {
  transform: translateY(0) scale(1);
}

.application-modal-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 26%, transparent 74%, rgba(55, 230, 181, 0.06)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  pointer-events: none;
}

.application-modal-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.9fr);
  gap: 24px;
  padding: 34px;
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.application-modal-copy {
  max-width: 560px;
  display: grid;
  align-content: start;
  gap: 18px;
}

.application-modal-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.modal-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modal-benefits span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.application-form-modal {
  background: linear-gradient(180deg, rgba(14, 27, 41, 0.88), rgba(7, 17, 27, 0.94));
}

.application-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 2;
}

body.modal-open {
  overflow: hidden;
}

.submission-success {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 90;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.submission-success.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.submission-success-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 14, 0.92), rgba(3, 8, 14, 0.98)),
    radial-gradient(circle at center, rgba(55, 230, 181, 0.12), transparent 32%);
  backdrop-filter: blur(20px);
}

.submission-success-card {
  position: relative;
  width: min(620px, calc(100vw - 32px));
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(9, 21, 33, 0.95), rgba(5, 11, 19, 0.98)),
    radial-gradient(circle at top, rgba(55, 230, 181, 0.12), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.46);
}

.submission-success-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 28%, transparent 72%, rgba(55, 230, 181, 0.08)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  pointer-events: none;
}

.submission-success-visual,
.submission-success-card > * {
  position: relative;
  z-index: 1;
}

.submission-success-visual {
  width: 128px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(55, 230, 181, 0.24), rgba(55, 230, 181, 0.05) 62%, transparent 70%);
}

.submission-success-ring,
.submission-success-ring::before {
  position: absolute;
  border-radius: 50%;
  inset: 0;
}

.submission-success-ring {
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: successPulse 1400ms ease-in-out infinite;
}

.submission-success-ring::before {
  content: "";
  inset: 12px;
  border: 1px solid rgba(55, 230, 181, 0.2);
}

.submission-success-check {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Oxanium", sans-serif;
  font-size: 2.6rem;
  color: var(--text);
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  box-shadow: 0 18px 60px rgba(55, 230, 181, 0.3);
  animation: successBounce 1200ms ease both;
}

.submission-success-card h3 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.98;
}

.submission-success-card p {
  margin: 0;
  max-width: 430px;
  color: var(--muted);
  line-height: 1.7;
}

.submission-success-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.submission-success-meta span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.affiliate-page {
  min-height: 100vh;
}

.affiliate-main {
  width: var(--container);
  margin: 0 auto;
  padding: 30px 0 90px;
  position: relative;
  z-index: 1;
}

.affiliate-hero {
  display: grid;
  gap: 36px;
}

.affiliate-brand {
  width: fit-content;
}

.affiliate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
  gap: 28px;
  align-items: start;
}

.affiliate-copy h1 {
  margin: 0 0 22px;
  max-width: 860px;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.affiliate-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.affiliate-points article {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16, 30, 45, 0.86), rgba(7, 17, 27, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.affiliate-points strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Oxanium", sans-serif;
  font-size: 1.15rem;
}

.affiliate-form {
  min-height: 100%;
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  width: min(980px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 36px 0 96px;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  margin-bottom: 34px;
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(239, 247, 255, 0.76);
  font-weight: 600;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.legal-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.legal-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(16, 30, 45, 0.88), rgba(7, 17, 27, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.legal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 35%, transparent 70%, rgba(89, 168, 255, 0.08));
  opacity: 0.5;
  pointer-events: none;
}

.legal-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
}

.legal-section {
  display: grid;
  gap: 12px;
}

.legal-section h2 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.02;
}

.legal-section h3 {
  margin: 8px 0 0;
  font-size: 1rem;
  color: var(--text);
}

.legal-section p,
.legal-section li {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

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

.legal-panel {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(10, 21, 32, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-panel strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Oxanium", sans-serif;
  font-size: 1rem;
}

.legal-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.legal-note {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(55, 230, 181, 0.08);
  border: 1px solid rgba(55, 230, 181, 0.18);
}

.legal-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Oxanium", sans-serif;
}

.legal-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-links-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: var(--delay, 0ms);
}

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

.is-submitted .form-submit {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
}

.thankyou-main {
  min-height: 100vh;
  width: var(--container);
  margin: 0 auto;
  display: grid;
  align-items: center;
  padding: 42px 0 72px;
}

.thankyou-shell {
  display: grid;
  place-items: center;
}

.thankyou-card {
  position: relative;
  width: min(760px, 100%);
  padding: 42px;
  border-radius: 34px;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 21, 33, 0.95), rgba(5, 11, 19, 0.98)),
    radial-gradient(circle at top, rgba(55, 230, 181, 0.12), transparent 32%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.46);
}

.thankyou-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 26%, transparent 74%, rgba(55, 230, 181, 0.07)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  pointer-events: none;
}

.thankyou-card > * {
  position: relative;
  z-index: 1;
}

.thankyou-logo-wrap {
  position: relative;
  width: 156px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.thankyou-ring {
  position: absolute;
  border-radius: 50%;
  inset: 0;
}

.thankyou-ring-outer {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.thankyou-ring-inner {
  inset: 16px;
  border: 1px solid rgba(55, 230, 181, 0.22);
}

.thankyou-logo {
  width: 108px;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 16px 44px rgba(55, 230, 181, 0.22));
}

.thankyou-card h1 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.98;
  max-width: 11ch;
}

.thankyou-card p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  line-height: 1.75;
}

.thankyou-tags,
.thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.thankyou-tags span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes tickerFlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes chartDraw {
  0%,
  8% {
    stroke-dashoffset: 680;
  }
  55%,
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes chartSweep {
  0% {
    stroke-dashoffset: 680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes pointPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.35);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.16);
    opacity: 1;
  }
}

@keyframes successPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes successBounce {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  55% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes barPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-6px);
  }
}

@keyframes proofFlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1140px) {
  .hero-layout,
  .video-layout,
  .market-terminal-grid,
  .proof-layout,
  .application-layout,
  .application-modal-layout,
  .affiliate-layout {
    grid-template-columns: 1fr;
  }

  .testimonial-slide-layout {
    grid-template-columns: 1fr;
  }

  .system-grid,
  .hero-stats,
  .fx-card-grid,
  .proof-sequence,
  .trust-terminal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band,
  .testimonials-controls,
  .inline-cta-row,
  .vsl-cta-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-control-copy {
    justify-items: start;
    text-align: left;
  }

  .hero-visual {
    order: -1;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100vw - 20px, 1240px);
  }

  .hero,
  .section,
  .footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .nav-links {
    display: none;
  }

  .nav {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 26px;
  }

  .brand {
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 0.94rem;
    line-height: 1.05;
  }

  .brand-copy span {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .nav-cta {
    min-height: 46px;
    padding: 0 14px;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: center;
    line-height: 1.05;
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 14px;
    padding-bottom: 78px;
  }

  .hero-layout {
    padding-top: 28px;
    gap: 26px;
  }

  .hero-copy,
  .hero-visual,
  .phone-shell,
  .phone-chart,
  .nav,
  .brand {
    max-width: 100%;
    min-width: 0;
  }

  .system-grid,
  .hero-stats,
  .fx-card-grid,
  .proof-sequence,
  .trust-terminal-grid,
  .gate-options-grid {
    grid-template-columns: 1fr;
  }

  .market-terminal {
    padding: 22px;
  }

  .market-head-actions {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .terminal-head,
  .panel-head,
  .panel-head-wide {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-row {
    grid-template-columns: 1fr;
  }

  .floating-panels {
    position: static;
    margin-top: 14px;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-visual,
  .phone-shell,
  .phone-chart {
    width: 100%;
    max-width: 100%;
  }

  .phone-shell {
    width: min(420px, 100%);
    padding: 14px;
    border-radius: 32px;
    transform: none;
  }

  .phone-chart {
    min-height: 460px;
    aspect-ratio: 0.74;
    border-radius: 24px;
  }

  .phone-topbar {
    padding: 6px 2px 14px;
    font-size: 0.82rem;
  }

  .live-pill {
    padding: 7px 11px;
    font-size: 0.66rem;
  }

  .price-badge {
    max-width: 138px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  .price-badge strong {
    font-size: 0.84rem;
  }

  .price-badge span {
    font-size: 0.66rem;
    line-height: 1.2;
  }

  .floating-card {
    min-height: 70px;
    padding: 10px 10px;
    border-radius: 14px;
    justify-content: center;
  }

  .floating-card strong {
    font-size: 0.82rem;
  }

  .floating-card span {
    font-size: 0.64rem;
  }

  .floating-card:nth-child(2) {
    margin-left: 0;
  }

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

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

  .testimonial-slide {
    min-height: 980px;
  }

  .testimonial-media iframe {
    aspect-ratio: 16 / 9;
  }

  .mobile-command-rail {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 18px;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .mobile-command-rail::-webkit-scrollbar {
    display: none;
  }

  .mobile-command-rail a,
  .mobile-command-rail button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(239, 247, 255, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    font-size: 0.84rem;
  }

  .mobile-command-rail button {
    background: linear-gradient(135deg, rgba(55, 230, 181, 0.22), rgba(28, 200, 159, 0.16));
  }

  .video-layout {
    gap: 18px;
  }

  .video-frame {
    order: -1;
    min-height: 0;
  }

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

  .video-copy p {
    margin: 0;
  }

  .video-points {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 10px;
    padding: 0 0 6px;
    list-style: none;
    scrollbar-width: none;
  }

  .video-points::-webkit-scrollbar {
    display: none;
  }

  .video-points li {
    min-width: 220px;
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.55;
  }

  .video-frame-live {
    padding: 16px;
    border-radius: 28px;
    gap: 14px;
  }

  .video-embed-shell {
    min-height: 220px;
    border-radius: 22px;
  }

  .video-embed-shell iframe {
    min-height: 220px;
  }

  .vsl-cta-shell {
    padding: 14px;
    border-radius: 18px;
  }

  .vsl-cta-shell:not(.is-visible) {
    display: none;
  }

  .market-mobile-toggle {
    display: inline-flex;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(239, 247, 255, 0.92);
    white-space: nowrap;
    cursor: pointer;
  }

  .market-terminal.is-mobile-collapsed .rates-panel,
  .market-terminal.is-mobile-collapsed .chart-legend {
    display: none;
  }

  .market-terminal.is-mobile-collapsed .chart-panel {
    margin-top: 0;
  }

  .market-terminal.is-mobile-collapsed .event-row:nth-child(n + 4) {
    display: none;
  }

  .chart-shell {
    min-height: 180px;
    padding: 12px;
  }

  .market-sparkline {
    height: 180px;
  }

  .testimonials-track {
    min-height: 0;
  }

  .testimonial-slide {
    position: relative;
    inset: auto;
    display: none;
    min-height: 0;
    padding: 18px;
    border-radius: 26px;
    opacity: 1;
    transform: none;
  }

  .testimonial-slide.is-active {
    display: block;
  }

  .testimonial-slide-layout {
    height: auto;
  }

  .testimonial-content {
    gap: 14px;
  }

  .testimonial-content blockquote {
    padding: 18px;
    font-size: 0.98rem;
  }

  .testimonials-nav {
    width: 100%;
    justify-content: space-between;
  }

  [data-application-flow][data-gate-unlocked="false"] .application-form > label,
  [data-application-flow][data-gate-unlocked="false"] .application-form > .form-submit,
  [data-application-flow][data-gate-unlocked="false"] .application-form > .form-caption {
    display: none;
  }

  [data-application-flow][data-gate-unlocked="false"] .application-gate {
    position: relative;
    inset: auto;
    padding: 0;
    background: none;
    backdrop-filter: none;
  }

  [data-application-flow][data-gate-unlocked="false"] .application-gate-panel {
    min-height: 0;
  }

  .testimonial-arrow {
    width: 46px;
    height: 46px;
    font-size: 1.7rem;
  }

  .proof-wall {
    padding: 20px;
    gap: 18px;
  }

  .proof-wall-copy h3 {
    font-size: 1.55rem;
  }

  .proof-ticket {
    width: 176px;
  }

  .mobile-float-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #1cc89f);
    color: #04100d;
    font-weight: 800;
    box-shadow: 0 18px 50px rgba(55, 230, 181, 0.28);
  }

  .footer {
    padding-bottom: 104px;
  }

  .legal-shell {
    width: min(100vw - 18px, 980px);
    padding-top: 20px;
  }

  .legal-nav {
    padding: 12px;
    border-radius: 24px;
  }

  .legal-card {
    padding: 20px;
    border-radius: 24px;
  }

  .legal-links-row a {
    width: 100%;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100vw - 14px, 1240px);
  }

  .hero,
  .section,
  .footer,
  .hero-layout,
  .hero-copy,
  .hero-visual,
  .nav,
  .phone-shell,
  .phone-chart {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 15vw, 3.45rem);
    line-height: 0.88;
    letter-spacing: -0.04em;
  }

  .ticker-bar {
    position: relative;
  }

  .ticker-track {
    gap: 22px;
    padding: 10px 0;
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }

  .ticker-track span {
    padding-left: 16px;
  }

  .ticker-track span::before {
    width: 7px;
    height: 7px;
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
  }

  .brand-mark {
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    border-radius: 14px;
    font-size: 0.78rem;
  }

  .brand-copy {
    gap: 2px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-copy span {
    display: none;
  }

  .nav-cta {
    width: 100%;
    min-height: 44px;
    min-width: 0;
    padding: 0 14px;
    font-size: 0.84rem;
    border-radius: 16px;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .nav .nav-cta {
    width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.72;
    margin-top: 18px;
  }

  .hero-layout {
    gap: 18px;
    padding-top: 20px;
  }

  .phone-shell {
    width: min(392px, 100%);
    padding: 12px;
    border-radius: 26px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      inset 0 -18px 44px rgba(1, 9, 16, 0.5),
      0 24px 64px rgba(2, 10, 17, 0.48);
  }

  .phone-chart {
    min-height: 0;
    aspect-ratio: 0.73;
    border-radius: 20px;
  }

  .phone-topbar {
    padding: 4px 2px 12px;
    font-size: 0.76rem;
  }

  .live-pill {
    padding: 6px 9px;
    font-size: 0.62rem;
  }

  .price-badge {
    max-width: 130px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .price-badge strong {
    font-size: 0.82rem;
  }

  .price-badge span {
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .price-badge-top {
    top: 18px;
    right: 12px;
  }

  .price-badge-bottom {
    left: 12px;
    bottom: 14px;
  }

  .floating-card {
    min-width: 0;
    min-height: 64px;
    padding: 9px 8px;
    border-radius: 13px;
  }

  .floating-card strong {
    font-size: 0.76rem;
  }

  .floating-card span {
    font-size: 0.6rem;
  }

  .hero-stats article {
    padding: 16px;
  }

  .hero-stats span {
    font-size: 1.05rem;
  }

  .application-form,
  .video-frame,
  .signal-card,
  .market-panel,
  .proof-panel {
    padding: 22px;
  }

  .testimonial-slide,
  .trust-terminal,
  .cta-band,
  .application-modal-layout,
  .application-gate-panel {
    padding: 22px;
  }

  .application-modal {
    padding: 12px;
    place-items: start center;
  }

  .application-modal-dialog {
    max-height: calc(100dvh - 24px);
  }

  .application-modal-layout {
    max-height: calc(100dvh - 24px);
  }

  .application-gate {
    padding: 12px;
  }

  .video-copy h2,
  .section-heading h2,
  .proof-copy h2,
  .application-copy h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .testimonial-slide {
    min-height: 0;
  }

  .testimonials-track {
    min-height: 0;
  }

  .testimonial-media {
    aspect-ratio: 16 / 9;
    min-height: 190px;
    border-radius: 18px;
  }

  .testimonial-media iframe {
    width: 100%;
    height: 100%;
    min-height: 190px;
    aspect-ratio: 16 / 9;
  }

  .proof-ticket {
    width: 156px;
  }

.mobile-float-cta {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 720px) {
  .phone-field {
    grid-template-columns: 1fr;
  }

  .submission-success-card,
  .thankyou-card {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .submission-success-card h3 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .thankyou-logo-wrap {
    width: 132px;
  }

  .site-preloader {
    padding: 18px;
  }

  .site-preloader__panel {
    width: min(360px, calc(100vw - 32px));
    padding: 26px 18px 22px;
    border-radius: 28px;
  }

  .site-preloader__ring {
    width: 148px;
    height: 148px;
  }

  .site-preloader__logo {
    inset: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }

  .site-preloader__meta {
    font-size: 0.82rem;
  }
}

@keyframes preloaderPanelIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes preloaderRingPulse {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.75;
    transform: scale(1.03);
  }
}

@keyframes preloaderLogoSpin {
  from {
    transform: rotate(0deg) scale(1.08);
  }

  to {
    transform: rotate(360deg) scale(1.08);
  }
}

@keyframes preloaderHalo {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.08) translate3d(0, -10px, 0);
  }
}

@keyframes preloaderScan {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}
