:root {
  --page-bg: #06121a;
  --section-light: #f2f5ef;
  --surface-dark: rgba(9, 24, 35, 0.74);
  --line-dark: rgba(144, 218, 186, 0.14);
  --line-light: rgba(20, 44, 57, 0.08);
  --text-main: #f7fbfa;
  --text-muted: #a6beb9;
  --text-dark: #12202a;
  --text-soft-dark: #5e717d;
  --mint: #86dda8;
  --mint-strong: #59c987;
  --cyan: #7fc8db;
  --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.34);
  --shadow-card: 0 22px 50px rgba(0, 0, 0, 0.18);
  --content-width: 1500px;
  --content-gutter: clamp(18px, 3vw, 72px);
  --radius-lg: 24px;
  --transition-fast: 220ms ease;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 18px;
}

body {
  font-family: "Sora", "Segoe UI", sans-serif;
  color: var(--text-main);
  line-height: 1.5;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(108, 219, 170, 0.14), transparent 24%),
    radial-gradient(circle at 85% 14%, rgba(214, 176, 99, 0.14), transparent 18%),
    linear-gradient(180deg, #051018 0%, #07141e 24%, #081723 100%);
}

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

button,
input {
  font: inherit;
}

.site-chrome,
.section-shell,
.footer-shell,
.footer-bottom,
.ticker-strip,
.metric-band-grid,
.announcement-bar {
  width: min(var(--content-width), calc(100% - (var(--content-gutter) * 2)));
  margin: 0 auto;
}

.site-chrome {
  position: relative;
  z-index: 4;
  padding-top: 12px;
}

.announcement-bar {
  margin-bottom: 14px;
  padding: 10px 18px;
  border: 1px solid rgba(148, 220, 190, 0.16);
  border-radius: 999px;
  background: rgba(5, 19, 28, 0.72);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--mint);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  padding: 18px 22px;
  border-radius: 28px;
  border: 1px solid rgba(140, 213, 181, 0.16);
  background: rgba(7, 22, 31, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-xl);
}

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

.brand-lockup-image {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-34%, -50%);
  z-index: 3;
}

.brand-logo-image {
  display: block;
  width: auto;
  height: 104px;
  object-fit: contain;
}

.footer-logo-image {
  height: 132px;
}

.brand-mark {
  width: 62px;
  height: 62px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 22px;
  border: 1px solid rgba(223, 184, 94, 0.36);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 231, 165, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(19, 17, 14, 0.96), rgba(11, 10, 8, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 205, 0.06),
    0 10px 26px rgba(30, 23, 8, 0.28);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 16px;
  pointer-events: none;
}

.brand-mark::before {
  border: 1px solid rgba(229, 187, 89, 0.34);
}

.brand-mark::after {
  inset: 13px;
  border: 1px solid rgba(229, 187, 89, 0.16);
  border-radius: 12px;
}

.brand-monogram {
  position: relative;
  z-index: 1;
  color: #f1ca66;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.08em;
  text-shadow:
    0 1px 0 rgba(255, 248, 227, 0.48),
    0 6px 16px rgba(196, 150, 44, 0.22);
}

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

.brand-copy strong {
  font-size: 18px;
  letter-spacing: 0.26em;
}

.brand-copy span {
  color: #d9ba70;
  font-size: 13px;
  letter-spacing: 0.26em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: clamp(84px, 7vw, 128px);
  font-size: 14px;
  color: rgba(246, 252, 250, 0.9);
}

.site-nav a {
  transition: color var(--transition-fast);
}

.site-nav a:hover {
  color: var(--mint);
}

.nav-actions,
.hero-cta-row,
.trust-row,
.hero-proof-pills,
.hero-visual,
.reach-stats {
  display: flex;
}

.nav-actions {
  align-items: center;
  gap: 12px;
}

.primary-btn,
.ghost-btn,
.plan-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.primary-btn {
  color: #061a10;
  background: linear-gradient(135deg, #92e3ae, #6fc3d6);
  box-shadow: 0 16px 36px rgba(111, 195, 214, 0.22);
}

.ghost-btn {
  color: var(--text-main);
  border: 1px solid rgba(143, 220, 188, 0.18);
  background: rgba(3, 12, 18, 0.5);
}

.primary-btn:hover,
.ghost-btn:hover,
.plan-link:hover {
  transform: translateY(-2px);
}

.primary-btn.large,
.ghost-btn.large {
  min-height: 56px;
  padding: 0 26px;
}

.landing-main {
  overflow: clip;
}

.metric-band,
.landing-main > .section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 780px;
}

.scroll-section {
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    filter 520ms ease;
  transition-delay: var(--section-scroll-delay, 0ms);
}

.scroll-section.is-scroll-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.hero-section {
  position: relative;
  padding: 34px 0 0;
}

.hero-backdrop {
  position: absolute;
  inset: 0 0 auto 0;
  height: 840px;
  pointer-events: none;
  overflow: hidden;
}

.hero-orb,
.hero-grid-lines {
  position: absolute;
}

.hero-orb {
  border-radius: 50%;
  filter: blur(14px);
}

.orb-a {
  top: 72px;
  left: -90px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(108, 219, 170, 0.24), transparent 70%);
}

.orb-b {
  top: 180px;
  right: -120px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(214, 176, 99, 0.2), transparent 68%);
}

.hero-grid-lines {
  top: 120px;
  right: 12%;
  width: 680px;
  height: 680px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.3;
  transform: rotate(-12deg);
}

.hero-shell {
  width: min(var(--content-width), calc(100% - (var(--content-gutter) * 2)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 44px;
  align-items: center;
  min-height: 660px;
  position: relative;
  z-index: 1;
}

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

.eyebrow-pill,
.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--mint);
  background: rgba(7, 26, 33, 0.78);
  border: 1px solid rgba(145, 221, 187, 0.18);
  box-shadow: 0 0 0 6px rgba(71, 135, 122, 0.08);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker {
  min-height: 32px;
  padding: 0 14px;
  box-shadow: none;
}

.hero-copy h1,
.section-intro h2,
.workflow-copy h2,
.reach-copy h2,
.blueprint-copy h2,
.newsletter-copy h2 {
  margin: 22px 0 18px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.section-intro h2,
.workflow-copy h2,
.reach-copy h2,
.blueprint-copy h2,
.newsletter-copy h2 {
  color: var(--text-dark);
  font-size: clamp(32px, 4vw, 54px);
}

.dark-section .workflow-copy h2,
.dark-section .reach-copy h2,
.dark-section .blueprint-copy h2 {
  color: var(--text-main);
}

.hero-lead,
.section-intro p,
.workflow-copy p,
.reach-copy p,
.blueprint-copy p,
.newsletter-copy p,
.metric-card p,
.platform-card p,
.benefit-card p,
.testimonial-card p,
.plan-side-card p,
.step-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.85;
}

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

.section-intro.center {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-intro p {
  color: var(--text-soft-dark);
  font-size: 17px;
}

.light-copy p {
  color: rgba(220, 232, 228, 0.78);
}

.hero-proof-pills {
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 30px;
}

.proof-pill,
.trust-badge {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(2, 11, 17, 0.76);
  border: 1px solid rgba(143, 220, 188, 0.14);
  display: inline-flex;
  align-items: center;
  color: #edf8f6;
  gap: 8px;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.2);
}

.proof-pill strong {
  color: var(--mint);
}

.hero-cta-row {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.trust-row {
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-badge {
  padding: 0 18px;
}

.trust-stars {
  color: var(--mint);
  letter-spacing: 0.18em;
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(240, 249, 247, 0.86);
  font-size: 14px;
}

.hero-visual {
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 620px;
}

.visual-caption {
  position: absolute;
  top: 18px;
  right: 72px;
  color: rgba(241, 248, 246, 0.86);
  font-size: 14px;
  font-weight: 600;
}

.device-shell {
  width: min(100%, 590px);
  padding: 18px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(26, 30, 40, 0.96), rgba(15, 18, 26, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.4);
}

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

.device-market,
.device-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
}

.device-chip {
  color: var(--mint);
}

.device-content {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(170px, 0.7fr);
  gap: 14px;
}

.chart-panel,
.order-panel {
  border-radius: 26px;
  background: linear-gradient(180deg, #141821, #0e1118);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.chart-panel {
  min-height: 390px;
  padding: 20px;
}

.video-panel {
  padding: 0;
  background: #0f131a;
}

.hero-video,
.hero-video-overlay,
.hero-video-badge,
.hero-video-topbar,
.gold-orb {
  position: absolute;
}

.hero-video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.16);
  filter: saturate(0.9) contrast(1.04) brightness(0.92);
}

.hero-video-overlay {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 12, 16, 0.94) 0%, rgba(5, 12, 16, 0.22) 14%, rgba(6, 10, 14, 0.08) 28%, rgba(6, 10, 14, 0.08) 72%, rgba(6, 10, 14, 0.28) 86%, rgba(5, 12, 16, 0.96) 100%),
    linear-gradient(90deg, rgba(6, 12, 16, 0.3), transparent 20%, transparent 80%, rgba(6, 12, 16, 0.22)),
    radial-gradient(circle at 26% 18%, rgba(212, 177, 104, 0.22), transparent 24%),
    radial-gradient(circle at 70% 18%, rgba(111, 214, 150, 0.08), transparent 28%);
  pointer-events: none;
}

.hero-video-topbar {
  top: 14px;
  left: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hero-video-symbol,
.hero-video-focus {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(6, 14, 19, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-video-symbol {
  color: #f1d38b;
  border-color: rgba(212, 177, 104, 0.24);
  box-shadow: 0 0 0 1px rgba(212, 177, 104, 0.08) inset;
}

.hero-video-focus {
  color: #e8f5ef;
}

.gold-orb {
  z-index: 1;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
}

.gold-orb-one {
  width: 118px;
  height: 118px;
  right: 8%;
  top: 20%;
  background: radial-gradient(circle, rgba(212, 177, 104, 0.26), transparent 70%);
}

.gold-orb-two {
  width: 92px;
  height: 92px;
  left: 10%;
  bottom: 18%;
  background: radial-gradient(circle, rgba(236, 209, 133, 0.2), transparent 72%);
}

.hero-video-badge {
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(4, 14, 20, 0.78);
  border: 1px solid rgba(212, 177, 104, 0.2);
  color: rgba(248, 239, 216, 0.96);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chart-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.22;
}

.chart-topline {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.chart-symbol,
.chart-change {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(236, 247, 244, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chart-change {
  color: #6ae2a4;
}

.chart-svg {
  position: absolute;
  inset: 62px 20px 96px 20px;
  width: calc(100% - 40px);
  height: calc(100% - 158px);
  overflow: visible;
}

.chart-area,
.chart-trail,
.chart-trend {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-area {
  fill: url(#heroChartFill);
  stroke: none;
  opacity: 0.68;
  animation: areaPulse 5s ease-in-out infinite;
}

.chart-trail {
  stroke: rgba(236, 80, 120, 0.7);
  stroke-width: 4;
  stroke-dasharray: 860;
  stroke-dashoffset: 860;
  animation: drawTrail 6s ease-in-out infinite;
}

.chart-trend {
  stroke: #4de49d;
  stroke-width: 6;
  filter: drop-shadow(0 0 14px rgba(77, 228, 157, 0.28));
  stroke-dasharray: 860;
  stroke-dashoffset: 860;
  animation: drawTrend 6s ease-in-out infinite;
}

.chart-dot {
  fill: #7af0b5;
  filter: drop-shadow(0 0 12px rgba(77, 228, 157, 0.9));
  animation: dotPulse 1.6s ease-in-out infinite;
}

.chart-bars {
  position: absolute;
  left: 7%;
  right: 10%;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 6px;
  align-items: end;
  height: 86px;
}

.chart-bars span {
  display: block;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgba(111, 214, 150, 0.9), rgba(61, 109, 82, 0.36));
  transform-origin: bottom center;
  animation: volumeBounce 2.2s ease-in-out infinite;
}

.chart-bars span:nth-child(1) { height: 24%; }
.chart-bars span:nth-child(2) { height: 38%; }
.chart-bars span:nth-child(3) { height: 28%; }
.chart-bars span:nth-child(4) { height: 52%; }
.chart-bars span:nth-child(5) { height: 46%; }
.chart-bars span:nth-child(6) { height: 61%; }
.chart-bars span:nth-child(7) { height: 54%; }
.chart-bars span:nth-child(8) { height: 76%; }
.chart-bars span:nth-child(9) { height: 60%; }
.chart-bars span:nth-child(10) { height: 84%; }
.chart-bars span:nth-child(11) { height: 58%; }
.chart-bars span:nth-child(12) { height: 68%; }
.chart-bars span:nth-child(13) { height: 43%; }
.chart-bars span:nth-child(14) { height: 36%; }
.chart-bars span:nth-child(1) { animation-delay: 0.05s; }
.chart-bars span:nth-child(2) { animation-delay: 0.12s; }
.chart-bars span:nth-child(3) { animation-delay: 0.19s; }
.chart-bars span:nth-child(4) { animation-delay: 0.26s; }
.chart-bars span:nth-child(5) { animation-delay: 0.33s; }
.chart-bars span:nth-child(6) { animation-delay: 0.4s; }
.chart-bars span:nth-child(7) { animation-delay: 0.47s; }
.chart-bars span:nth-child(8) { animation-delay: 0.54s; }
.chart-bars span:nth-child(9) { animation-delay: 0.61s; }
.chart-bars span:nth-child(10) { animation-delay: 0.68s; }
.chart-bars span:nth-child(11) { animation-delay: 0.75s; }
.chart-bars span:nth-child(12) { animation-delay: 0.82s; }
.chart-bars span:nth-child(13) { animation-delay: 0.89s; }
.chart-bars span:nth-child(14) { animation-delay: 0.96s; }

@keyframes drawTrend {
  0%,
  18% {
    stroke-dashoffset: 860;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60%,
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes drawTrail {
  0%,
  12% {
    stroke-dashoffset: 860;
    opacity: 0;
  }

  24% {
    opacity: 0.75;
  }

  60%,
  100% {
    stroke-dashoffset: 0;
    opacity: 0.75;
  }
}

@keyframes areaPulse {
  0%,
  100% {
    opacity: 0.56;
  }

  50% {
    opacity: 0.82;
  }
}

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

  50% {
    transform: scale(1.22);
  }
}

@keyframes volumeBounce {
  0%,
  100% {
    transform: scaleY(0.92);
    opacity: 0.9;
  }

  50% {
    transform: scaleY(1.12);
    opacity: 1;
  }
}

.order-panel {
  min-height: 390px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order-stat small,
.floating-stat small,
.metric-card small,
.plan-card small,
.step-card span,
.comparison-head,
.comparison-cell.label,
.newsletter-form label span,
.visual-caption {
  letter-spacing: 0.04em;
}

.order-stat small,
.floating-stat small,
.metric-card small,
.step-card span {
  color: rgba(198, 210, 208, 0.7);
  text-transform: uppercase;
  font-size: 11px;
}

.order-stat strong,
.floating-stat strong,
.metric-card strong,
.reach-stats strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.1;
}

.order-ladder {
  display: grid;
  gap: 8px;
}

.order-ladder span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 88, 118, 0.88), rgba(83, 192, 124, 0.84));
}

.order-ladder span:nth-child(1) { width: 78%; }
.order-ladder span:nth-child(2) { width: 64%; }
.order-ladder span:nth-child(3) { width: 86%; }
.order-ladder span:nth-child(4) { width: 58%; }
.order-ladder span:nth-child(5) { width: 72%; }
.order-ladder span:nth-child(6) { width: 46%; }
.order-ladder span:nth-child(7) { width: 81%; }
.order-ladder span:nth-child(8) { width: 60%; }

.buy-sell-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.buy-chip,
.sell-chip {
  min-height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.buy-chip {
  background: linear-gradient(135deg, #55d67d, #2e9f58);
}

.sell-chip {
  background: linear-gradient(135deg, #ef5e7b, #be2e57);
}

.floating-stat {
  position: absolute;
  min-width: 220px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(5, 17, 24, 0.78);
  border: 1px solid rgba(143, 220, 188, 0.14);
  box-shadow: var(--shadow-xl);
  backdrop-filter: blur(14px);
}

.floating-stat span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 13px;
}

.payout-card {
  top: 58px;
  left: -10px;
}

.growth-card {
  right: -14px;
  bottom: 44px;
}

.ticker-strip {
  margin-top: 24px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 14, 20, 0.78);
}

.ticker-track {
  display: flex;
  gap: 44px;
  padding: 18px 0;
  width: max-content;
  min-width: 100%;
  animation: tickerScroll 24s linear infinite;
  color: rgba(240, 248, 246, 0.88);
}

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

.metric-band {
  padding: 36px 0 24px;
  background: linear-gradient(180deg, rgba(7, 21, 30, 0.96), rgba(6, 19, 28, 0.94));
}

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

.metric-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(10, 27, 39, 0.68);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-card);
}

.metric-card p {
  margin-top: 14px;
  font-size: 15px;
}

.earnings-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 56px;
}

.earnings-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 38%, rgba(96, 204, 166, 0.14), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(196, 165, 92, 0.14), transparent 26%);
  pointer-events: none;
}

.earnings-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(640px, 1.12fr);
  gap: 44px;
  align-items: center;
}

@media (prefers-reduced-motion: no-preference) {
  .scroll-section {
    opacity: 0.72;
    transform: translateY(24px);
    filter: saturate(0.92);
  }
}

.earnings-copy {
  max-width: 640px;
}

.earnings-copy h2 {
  margin: 12px 0 16px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 0.98;
}

.earnings-copy h2 span {
  color: #8fd28d;
}

.earnings-copy p {
  max-width: 560px;
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(236, 244, 241, 0.82);
}

.earnings-story-card {
  margin-top: 22px;
  max-width: 520px;
  padding: 12px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(195, 222, 213, 0.16);
  box-shadow: 0 20px 44px rgba(3, 12, 18, 0.28);
  backdrop-filter: blur(14px);
}

.earnings-story-visual {
  position: relative;
  min-height: 102px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 60% 28%, rgba(132, 219, 167, 0.26), transparent 22%),
    linear-gradient(180deg, rgba(9, 27, 38, 0.98), rgba(21, 35, 46, 0.96));
}

.earnings-story-visual::before {
  content: "";
  position: absolute;
  inset: 16px 14px 20px;
  border-radius: 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
}

.story-chart,
.story-glow {
  position: absolute;
}

.story-chart {
  left: 12px;
  right: 12px;
  bottom: 18px;
  height: 54px;
  border-radius: 0 0 14px 14px;
  background:
    linear-gradient(180deg, rgba(141, 223, 173, 0), rgba(141, 223, 173, 0.24)),
    linear-gradient(90deg, rgba(141, 223, 173, 0.56), rgba(203, 171, 87, 0.4));
  clip-path: polygon(0 88%, 8% 66%, 18% 74%, 26% 44%, 38% 56%, 48% 30%, 58% 48%, 70% 18%, 82% 32%, 92% 10%, 100% 2%, 100% 100%, 0 100%);
}

.story-glow {
  width: 76px;
  height: 76px;
  right: -12px;
  top: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 184, 95, 0.42), rgba(218, 184, 95, 0));
  filter: blur(12px);
}

.earnings-story-copy strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.35;
}

.earnings-story-copy p {
  margin: 0;
  max-width: none;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(236, 244, 241, 0.72);
}

.earnings-estimator-wrap {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  gap: 24px;
  align-items: center;
}

.reports-module {
  position: relative;
  z-index: 1;
}

.reports-panel {
  position: relative;
  min-height: 100%;
  padding: 24px 22px 22px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(10, 29, 36, 0.84), rgba(8, 24, 35, 0.78)),
    radial-gradient(circle at top left, rgba(138, 226, 175, 0.08), transparent 38%);
  border: 1px solid rgba(165, 217, 190, 0.18);
  box-shadow: 0 24px 54px rgba(3, 11, 18, 0.34);
  backdrop-filter: blur(16px);
}

.reports-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(170, 222, 194, 0.08);
  pointer-events: none;
}

.reports-panel-head {
  position: relative;
  z-index: 1;
}

.reports-panel-head h3 {
  margin: 10px 0 8px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.1;
}

.reports-panel-head p {
  margin: 0;
  color: rgba(232, 242, 239, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.reports-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(8, 28, 35, 0.7);
  border: 1px solid rgba(144, 218, 186, 0.18);
  color: #8fd28d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reports-filter-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.reports-field {
  display: grid;
  gap: 8px;
}

.reports-field span,
.reports-results-head span,
.report-panel-headline span {
  color: rgba(232, 242, 239, 0.66);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reports-select,
.reports-input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(165, 217, 190, 0.18);
  background: rgba(5, 17, 22, 0.72);
  color: #edf6f2;
  outline: none;
}

.reports-input::-webkit-calendar-picker-indicator {
  filter: invert(0.95);
  opacity: 0.8;
}

.report-calendar-card,
.reports-list-wrap,
.report-kpi-card,
.report-chart-panel,
.report-tabs-panel {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  border: 1px solid rgba(165, 217, 190, 0.12);
  background: rgba(6, 18, 24, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.report-calendar-card {
  margin-top: 18px;
  padding: 16px;
}

.report-month-summary-card {
  margin-top: 14px;
  padding: 16px 4px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(165, 217, 190, 0.12);
}

.report-month-summary-copy {
  display: grid;
  gap: 6px;
}

.report-month-summary-copy span {
  color: rgba(232, 242, 239, 0.58);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-month-summary-copy strong {
  color: #edf6f2;
  font-size: 15px;
  line-height: 1.2;
}

.report-month-summary-value {
  color: #8fd28d;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  line-height: 1;
  text-align: right;
}

.report-month-summary-value.is-negative {
  color: #ff8ea9;
}

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

.report-calendar-head strong,
.reports-results-head strong,
.report-panel-headline strong {
  font-size: 15px;
  color: #f2f8f5;
}

.report-calendar-nav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(165, 217, 190, 0.16);
  background: rgba(8, 28, 35, 0.72);
  color: #edf6f2;
  font-size: 20px;
  line-height: 1;
}

.report-calendar-weekdays,
.report-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.report-calendar-weekdays {
  margin-bottom: 8px;
}

.report-calendar-weekdays span {
  padding: 0 0 6px;
  text-align: center;
  color: rgba(232, 242, 239, 0.52);
  font-size: 11px;
  text-transform: uppercase;
}

.report-calendar-day {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(165, 217, 190, 0.08);
  background: rgba(8, 19, 25, 0.54);
  display: grid;
  place-items: center;
  align-content: center;
  color: rgba(232, 242, 239, 0.72);
  font-size: 14px;
  gap: 4px;
}

.report-calendar-day span {
  font-weight: 700;
}

.report-calendar-day small {
  font-size: 10px;
  line-height: 1;
  color: inherit;
  opacity: 0.82;
}

.report-calendar-day.is-empty {
  opacity: 0;
  pointer-events: none;
}

.report-calendar-day.has-report {
  background: linear-gradient(180deg, rgba(27, 108, 71, 0.28), rgba(8, 45, 35, 0.38));
  border-color: rgba(134, 221, 168, 0.28);
  color: #dff7e7;
  box-shadow: 0 0 0 1px rgba(134, 221, 168, 0.14) inset;
}

.report-calendar-day.has-profit {
  background: linear-gradient(180deg, rgba(27, 108, 71, 0.34), rgba(8, 45, 35, 0.5));
  border-color: rgba(134, 221, 168, 0.34);
  color: #dff7e7;
  box-shadow: 0 0 0 1px rgba(134, 221, 168, 0.16) inset;
}

.report-calendar-day.has-loss {
  background: linear-gradient(180deg, rgba(118, 31, 55, 0.34), rgba(60, 12, 24, 0.5));
  border-color: rgba(246, 121, 150, 0.32);
  color: #ffe5ea;
  box-shadow: 0 0 0 1px rgba(246, 121, 150, 0.14) inset;
}

.report-calendar-day.has-neutral {
  background: linear-gradient(180deg, rgba(27, 52, 68, 0.34), rgba(9, 24, 34, 0.5));
  border-color: rgba(123, 165, 189, 0.24);
  color: #e1eef4;
}

.report-calendar-day.is-selected {
  transform: translateY(-1px);
  border-width: 2px;
  border-color: rgba(228, 246, 238, 0.82);
  box-shadow: 0 0 0 1px rgba(228, 246, 238, 0.18), 0 12px 24px rgba(3, 10, 16, 0.22);
  font-weight: 700;
}

.reports-list-wrap {
  margin-top: 18px;
  padding: 16px;
}

.report-day-trades-list {
  display: grid;
  gap: 12px;
}

.report-day-modal {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.report-day-modal[hidden] {
  display: none;
}

.report-day-modal-backdrop {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: rgba(3, 10, 16, 0.48);
  backdrop-filter: blur(6px);
}

.report-day-modal-dialog {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 176px;
  bottom: 18px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(167, 219, 191, 0.18);
  background:
    linear-gradient(180deg, rgba(11, 27, 34, 0.88), rgba(8, 21, 29, 0.82)),
    radial-gradient(circle at top right, rgba(143, 210, 141, 0.1), transparent 35%);
  box-shadow: 0 26px 54px rgba(3, 10, 16, 0.42);
  backdrop-filter: blur(18px);
}

.report-day-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.report-day-modal-head .reports-results-head {
  margin: 10px 0 0;
}

.report-day-modal-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(167, 219, 191, 0.18);
  background: rgba(8, 28, 35, 0.78);
  color: #edf6f2;
  font-size: 28px;
  line-height: 1;
}

.report-day-modal-body {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  overflow: hidden;
}

.report-day-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.report-day-kpi {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(165, 217, 190, 0.12);
  background: rgba(5, 17, 22, 0.6);
  display: grid;
  gap: 6px;
}

.report-day-kpi span {
  color: rgba(232, 242, 239, 0.6);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.report-day-kpi strong {
  color: #f2f8f5;
  font-size: 22px;
  line-height: 1.1;
}

.report-day-modal-body .report-day-trades-list {
  max-height: 100%;
  padding-right: 4px;
  overflow-y: auto;
}

.day-trade-item {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(165, 217, 190, 0.12);
  background: rgba(5, 17, 22, 0.62);
}

.day-trade-top,
.day-trade-meta,
.day-trade-levels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.day-trade-top strong {
  color: #f2f8f5;
  font-size: 14px;
}

.day-trade-report {
  color: rgba(232, 242, 239, 0.54);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.day-trade-meta span,
.day-trade-levels span {
  color: rgba(232, 242, 239, 0.68);
  font-size: 12px;
}

.day-trade-levels strong {
  color: #f2f8f5;
  font-size: 13px;
}

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

.reports-list {
  display: grid;
  gap: 12px;
}

.report-list-empty {
  padding: 18px;
  border-radius: 16px;
  border: 1px dashed rgba(165, 217, 190, 0.14);
  color: rgba(232, 242, 239, 0.62);
  text-align: center;
}

.report-list-item {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(165, 217, 190, 0.12);
  background: rgba(5, 17, 22, 0.64);
}

.report-list-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.report-list-title {
  margin: 0;
  font-size: 17px;
  color: #f2f8f5;
}

.report-list-date,
.report-list-desc {
  margin: 6px 0 0;
  color: rgba(232, 242, 239, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.report-list-tier {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(11, 34, 45, 0.74);
  border: 1px solid rgba(165, 217, 190, 0.16);
  color: #9fe2b6;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

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

.report-list-metric {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.report-list-metric span {
  display: block;
  color: rgba(232, 242, 239, 0.58);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.report-list-metric strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.report-list-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-action-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(165, 217, 190, 0.16);
  background: rgba(8, 28, 35, 0.72);
  color: #f1f8f5;
  font-weight: 700;
}

.report-action-btn.primary {
  background: linear-gradient(135deg, rgba(144, 229, 178, 0.94), rgba(113, 194, 214, 0.9));
  color: #072117;
  border-color: rgba(160, 230, 188, 0.42);
}

.earnings-mark {
  position: absolute;
  inset: 8px -18px 18px auto;
  width: min(100%, 390px);
  opacity: 0.18;
  pointer-events: none;
}

.earnings-mark span {
  position: absolute;
  inset: 0;
  border: 34px solid rgba(178, 220, 150, 0.18);
  border-left: 0;
  border-radius: 0 240px 240px 0;
}

.earnings-mark span:nth-child(1) {
  transform: rotate(-8deg) scale(1);
}

.earnings-mark span:nth-child(2) {
  inset: 70px 42px 70px 42px;
  transform: rotate(-8deg);
}

.earnings-mark span:nth-child(3) {
  inset: 140px 84px 140px 84px;
  transform: rotate(-8deg);
}

.earnings-estimator {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  padding: 28px 26px 26px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(10, 29, 36, 0.8), rgba(8, 24, 35, 0.74)),
    radial-gradient(circle at top, rgba(138, 226, 175, 0.08), transparent 45%);
  border: 1px solid rgba(165, 217, 190, 0.18);
  box-shadow: 0 26px 56px rgba(3, 11, 18, 0.42);
  backdrop-filter: blur(16px);
}

.earnings-estimator::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(170, 222, 194, 0.08);
  pointer-events: none;
}

.earnings-estimator h3 {
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(28px, 2.8vw, 38px);
}

.earnings-estimator h3 span {
  color: #ffffff;
}

.estimator-group + .estimator-group {
  margin-top: 26px;
}

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

.package-pill {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(165, 217, 190, 0.2);
  background: rgba(7, 22, 29, 0.56);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(232, 242, 239, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.package-pill.is-active {
  background: linear-gradient(135deg, rgba(144, 229, 178, 0.94), rgba(113, 194, 214, 0.9));
  border-color: rgba(160, 230, 188, 0.45);
  color: #072117;
  box-shadow: 0 12px 28px rgba(87, 191, 161, 0.22);
}

.package-range-note {
  margin-top: 10px;
  color: rgba(232, 242, 239, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.estimator-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: rgba(232, 242, 239, 0.88);
}

.estimator-label-row span,
.estimator-output small {
  font-size: 16px;
  font-weight: 600;
}

.estimator-label-row strong {
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
}

.account-size-control {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(156, 214, 169, 0.34);
  background: rgba(5, 17, 22, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(213, 182, 99, 0.06),
    0 16px 38px rgba(4, 14, 20, 0.26);
}

.account-adjust {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(135, 220, 171, 0.88), rgba(111, 193, 213, 0.84));
  color: #072117;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(114, 201, 173, 0.18);
}

.account-adjust:disabled {
  opacity: 0.48;
  cursor: default;
  box-shadow: none;
}

.account-size-display {
  text-align: center;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1;
  font-weight: 800;
  color: #93d68f;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.estimator-output {
  margin-top: 26px;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.report-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 26px;
}

.report-preview-modal[hidden] {
  display: none;
}

.report-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 12, 0.68);
  backdrop-filter: blur(10px);
}

.report-preview-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 52px);
  overflow: auto;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(165, 217, 190, 0.14);
  background:
    linear-gradient(180deg, rgba(6, 18, 24, 0.94), rgba(8, 24, 35, 0.94)),
    radial-gradient(circle at top right, rgba(138, 226, 175, 0.08), transparent 34%);
  box-shadow: 0 26px 72px rgba(3, 11, 18, 0.46);
}

.report-preview-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(165, 217, 190, 0.14);
  background: rgba(8, 28, 35, 0.72);
  color: #edf6f2;
  font-size: 26px;
  line-height: 1;
}

.report-preview-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-right: 42px;
}

.report-preview-header h3 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 3vw, 40px);
}

.report-preview-header p {
  margin: 0;
  color: rgba(232, 242, 239, 0.72);
}

.preview-download-btn {
  flex-shrink: 0;
}

.report-kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.report-kpi-card {
  padding: 16px;
}

.report-kpi-card span {
  display: block;
  color: rgba(232, 242, 239, 0.62);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.report-kpi-card strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  color: #f1f8f5;
}

.report-preview-body {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 18px;
}

.report-chart-panel,
.report-tabs-panel {
  padding: 18px;
}

.report-panel-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.report-equity-chart {
  min-height: 320px;
  border-radius: 20px;
  border: 1px solid rgba(165, 217, 190, 0.1);
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    rgba(4, 14, 20, 0.72);
  background-size: 42px 42px, 42px 42px, auto;
  overflow: hidden;
}

.report-equity-chart svg {
  display: block;
  width: 100%;
  height: 320px;
}

.report-equity-chart-empty {
  height: 320px;
  display: grid;
  place-items: center;
  color: rgba(232, 242, 239, 0.6);
}

.report-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.report-tab {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(165, 217, 190, 0.14);
  background: rgba(8, 28, 35, 0.58);
  color: rgba(232, 242, 239, 0.74);
  font-weight: 700;
}

.report-tab.is-active {
  background: linear-gradient(135deg, rgba(144, 229, 178, 0.94), rgba(113, 194, 214, 0.9));
  color: #072117;
}

.report-tab-panel {
  display: none;
}

.report-tab-panel.is-active {
  display: block;
}

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

.report-metric-row {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(165, 217, 190, 0.1);
}

.report-metric-row span {
  display: block;
  color: rgba(232, 242, 239, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.report-metric-row strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.report-trades-table-wrap {
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(165, 217, 190, 0.1);
}

.report-trades-table {
  width: 100%;
  border-collapse: collapse;
}

.report-trades-table th,
.report-trades-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(165, 217, 190, 0.08);
  text-align: left;
}

.report-trades-table th {
  color: rgba(232, 242, 239, 0.6);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.report-trades-table td {
  color: #edf6f2;
  font-size: 14px;
}

.report-pnl-positive {
  color: #8fd28d;
}

.report-pnl-negative {
  color: #ff8e9e;
}

.estimator-payout-line {
  margin-top: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
}

.estimator-payout-line strong {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 800;
  color: #8fd28d;
  white-space: nowrap;
}

.estimator-payout-line span {
  font-size: 16px;
  color: rgba(232, 242, 239, 0.82);
  white-space: nowrap;
}

.section {
  padding: 88px 0;
}

.light-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(111, 190, 156, 0.08), transparent 20%),
    linear-gradient(180deg, #f6f7f2 0%, #eef2ea 100%);
  color: var(--text-dark);
}

.dark-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(83, 171, 137, 0.12), transparent 18%),
    radial-gradient(circle at 90% 20%, rgba(191, 149, 88, 0.12), transparent 18%),
    linear-gradient(180deg, #06121b 0%, #081521 100%);
}

.plan-layout,
.workflow-grid,
.reach-grid,
.blueprint-grid,
.newsletter-grid,
.footer-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.plan-layout {
  display: block;
  position: relative;
  padding: 36px 0 30px;
  isolation: isolate;
  overflow: hidden;
}

.plan-layout::before,
.plan-layout::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.plan-layout::before {
  inset: 9% 6% 8%;
  border-radius: 48px;
  background:
    radial-gradient(circle at 14% 50%, rgba(9, 20, 26, 0.18), transparent 26%),
    radial-gradient(circle at 86% 48%, rgba(9, 20, 26, 0.16), transparent 24%),
    radial-gradient(circle at 50% 44%, rgba(111, 206, 181, 0.05), transparent 22%);
  filter: blur(10px);
  opacity: 0.96;
  z-index: 0;
}

.plan-layout::after {
  left: 50%;
  top: 50%;
  width: min(1060px, 82%);
  height: 64%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(199, 160, 82, 0.1);
  background:
    radial-gradient(circle at 20% 50%, rgba(12, 26, 32, 0.12), transparent 28%),
    radial-gradient(circle at 80% 50%, rgba(12, 26, 32, 0.1), transparent 26%);
  opacity: 0.58;
  z-index: 0;
}

.plan-side-card,
.workflow-stat-card,
.step-card,
.platform-card,
.benefit-card,
.testimonial-card,
.blueprint-card,
.newsletter-form,
.comparison-table,
.footer-brand {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.plan-side-card,
.platform-card,
.benefit-card,
.comparison-table,
.newsletter-form {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line-light);
}

.seal-ring {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 18px;
  color: var(--mint-strong);
  font-weight: 800;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(230, 245, 237, 0.6)),
    linear-gradient(135deg, rgba(120, 220, 168, 0.2), rgba(108, 197, 217, 0.2));
  border: 1px solid rgba(97, 173, 126, 0.22);
}

.plan-side-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
}

.plan-checks {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: var(--text-soft-dark);
}

.plan-checks li {
  position: relative;
  padding-left: 24px;
}

.plan-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint-strong), var(--cyan));
}

.plan-grid,
.platform-grid {
  display: grid;
  gap: 22px;
}

.plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.plan-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.plan-glow,
.plan-orbit,
.plan-ribbon,
.plan-ticker {
  position: absolute;
}

.plan-glow {
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.65;
}

.plan-glow-left {
  width: 260px;
  height: 260px;
  left: 13%;
  top: 25%;
  background: radial-gradient(circle, rgba(201, 159, 69, 0.18), rgba(201, 159, 69, 0));
  animation: goldFloat 14s ease-in-out infinite;
}

.plan-glow-center {
  width: 320px;
  height: 320px;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(118, 214, 189, 0.16), rgba(118, 214, 189, 0));
  animation: goldPulse 9s ease-in-out infinite;
}

.plan-glow-right {
  width: 250px;
  height: 250px;
  right: 11%;
  top: 30%;
  background: radial-gradient(circle, rgba(216, 178, 93, 0.16), rgba(216, 178, 93, 0));
  animation: goldFloatReverse 16s ease-in-out infinite;
}

.plan-orbit {
  top: 50%;
  width: clamp(420px, 36vw, 560px);
  height: clamp(420px, 36vw, 560px);
  border-radius: 50%;
  opacity: 0.42;
  transform: translateY(-50%);
}

.plan-orbit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    conic-gradient(
      from 120deg,
      transparent 0deg 46deg,
      rgba(221, 185, 95, 0.75) 62deg 102deg,
      transparent 120deg 214deg,
      rgba(100, 199, 173, 0.62) 234deg 274deg,
      transparent 292deg 360deg
    );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(0.4px);
}

.plan-orbit-left {
  left: -7%;
  animation: planSpin 26s linear infinite;
}

.plan-orbit-right {
  right: -7%;
  animation: planSpinReverse 30s linear infinite;
}

.plan-ribbon {
  left: 50%;
  width: min(1040px, 82%);
  height: 120px;
  transform: translateX(-50%);
  opacity: 0.48;
  filter: blur(0.1px);
}

.plan-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(209, 166, 72, 0.14);
  background:
    radial-gradient(circle at 18% 50%, rgba(228, 190, 98, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(78, 174, 151, 0) 0%, rgba(78, 174, 151, 0.16) 34%, rgba(214, 176, 87, 0.2) 50%, rgba(78, 174, 151, 0.16) 66%, rgba(78, 174, 151, 0) 100%);
  clip-path: polygon(0 48%, 12% 42%, 24% 54%, 38% 36%, 52% 62%, 68% 40%, 82% 56%, 100% 46%, 100% 56%, 82% 66%, 68% 52%, 52% 74%, 38% 48%, 24% 66%, 12% 52%, 0 58%);
}

.plan-ribbon-top {
  top: 17%;
  animation: ribbonDrift 15s ease-in-out infinite;
}

.plan-ribbon-bottom {
  bottom: 14%;
  animation: ribbonDriftReverse 18s ease-in-out infinite;
}

.plan-ticker {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 230, 0.6);
  border: 1px solid rgba(194, 158, 83, 0.22);
  color: rgba(120, 87, 35, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(182, 152, 80, 0.08);
}

.plan-ticker-left {
  left: 16%;
  top: 10%;
  animation: goldFloat 12s ease-in-out infinite;
}

.plan-ticker-right {
  right: 16%;
  bottom: 11%;
  animation: goldFloatReverse 13s ease-in-out infinite;
}

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

.plan-card {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 244, 0.94));
  border: 1px solid rgba(18, 35, 44, 0.08);
  box-shadow: 0 22px 40px rgba(47, 68, 78, 0.12);
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  background: linear-gradient(180deg, #eef9f2 0%, #e0f2eb 100%);
  border-color: rgba(81, 178, 122, 0.28);
  transform: translateY(-8px);
}

.featured-tag {
  position: absolute;
  top: -11px;
  left: 22px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--mint-strong), var(--cyan));
  color: #051910;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.1;
}

.plan-card h3 span {
  font-size: 18px;
  color: var(--text-soft-dark);
  font-weight: 600;
}

.platform-card h3,
.benefit-card h3,
.step-card h3,
.blueprint-card strong {
  margin: 0 0 10px;
  font-size: 24px;
}

.benefit-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.benefit-points li {
  position: relative;
  padding-left: 18px;
  color: var(--text-soft-dark);
  font-size: 14px;
  line-height: 1.65;
}

.benefit-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #86dda8, #7fc8db);
  box-shadow: 0 0 0 4px rgba(134, 221, 168, 0.12);
}

.workflow-stat-card small,
.plan-card small {
  display: inline-block;
  color: var(--text-soft-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.workflow-stat-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 38px;
  line-height: 1.05;
}

.workflow-stat-card span,
.blueprint-card span {
  color: var(--text-muted);
}

.plan-card ul {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  flex: 1;
}

.plan-card li,
.comparison-cell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
  align-items: start;
  gap: 18px;
}

.plan-card li {
  padding: 12px 0;
  border-top: 1px solid rgba(18, 35, 44, 0.08);
  align-items: flex-start;
}

.plan-card li:first-child {
  border-top: 0;
  padding-top: 0;
}

.plan-card li span {
  color: var(--text-soft-dark);
  max-width: none;
}

.plan-card li strong {
  width: min(100%, 180px);
  text-align: right;
  line-height: 1.35;
  justify-self: end;
  overflow-wrap: anywhere;
}

.plan-link {
  width: 100%;
  color: #061a10;
  background: linear-gradient(135deg, var(--mint), #bcf0cd);
}

.workflow-copy,
.reach-copy,
.blueprint-copy {
  align-self: center;
}

.workflow-stat-card,
.step-card,
.blueprint-card,
.footer-brand,
.testimonial-card {
  background: rgba(9, 24, 35, 0.72);
  border: 1px solid rgba(143, 220, 188, 0.14);
}

.workflow-stat-card {
  margin-top: 28px;
  padding: 24px;
}

.workflow-stat-card span {
  color: var(--text-muted);
}

.workflow-steps,
.blueprint-cards {
  display: grid;
  gap: 16px;
}

.step-card,
.platform-card,
.benefit-card,
.testimonial-card,
.blueprint-card {
  padding: 24px;
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: rgba(133, 221, 167, 0.14);
  color: var(--mint);
  font-size: 11px;
}

.platform-screen {
  height: 176px;
  border-radius: 20px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: stretch;
}

.platform-screen::before {
  content: "";
  position: absolute;
  inset: 20% 18% 18% 18%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.platform-screen::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 58%;
  top: 20%;
  left: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
  filter: blur(8px);
}

.platform-screen.green {
  background: linear-gradient(135deg, #0d241c, #10231f);
}

.platform-screen.blue {
  background: linear-gradient(135deg, #102338, #11222d);
}

.platform-screen.teal {
  background: linear-gradient(135deg, #102f33, #17292b);
}

.screen-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(9, 21, 28, 0.66);
  border: 1px solid rgba(154, 213, 195, 0.14);
  color: rgba(235, 246, 243, 0.88);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.screen-client-layout,
.screen-admin-layout,
.screen-connect-layout {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.screen-client-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 12px;
}

.screen-client-main,
.screen-client-side,
.screen-admin-sidebar,
.screen-admin-card,
.screen-node {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 19, 26, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.screen-client-main {
  border-radius: 18px;
  padding: 16px 16px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.screen-caption {
  color: rgba(235, 246, 243, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.screen-candles {
  height: 86px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding-top: 10px;
}

.screen-candle {
  display: block;
  width: 14px;
  border-radius: 8px 8px 5px 5px;
  background: linear-gradient(180deg, rgba(194, 245, 150, 0.98), rgba(79, 206, 119, 0.92));
  box-shadow: 0 0 20px rgba(150, 228, 139, 0.18);
  position: relative;
}

.screen-candle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  bottom: -10px;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(216, 244, 205, 0.42);
}

.screen-candle.candle-a { height: 24px; }
.screen-candle.candle-b { height: 38px; }
.screen-candle.candle-c { height: 32px; }
.screen-candle.candle-d { height: 50px; }
.screen-candle.candle-e { height: 64px; }

.screen-client-side {
  border-radius: 18px;
  padding: 12px 10px;
  display: grid;
  align-content: center;
  gap: 10px;
}

.screen-data-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 12px;
  background: rgba(139, 226, 176, 0.12);
  border: 1px solid rgba(151, 225, 178, 0.16);
  color: rgba(240, 250, 247, 0.86);
  font-size: 11px;
  font-weight: 700;
}

.screen-admin-layout {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
}

.screen-admin-sidebar {
  border-radius: 16px;
  padding: 12px 10px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.screen-admin-sidebar span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(120, 174, 220, 0.3);
}

.screen-admin-content {
  display: grid;
  gap: 10px;
}

.screen-admin-row {
  display: grid;
  gap: 10px;
}

.screen-admin-row:first-child {
  grid-template-columns: minmax(0, 1.2fr) 98px;
}

.screen-admin-row:last-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.screen-admin-card {
  min-height: 46px;
  border-radius: 16px;
}

.screen-admin-card.wide {
  min-height: 62px;
}

.screen-connect-layout {
  display: grid;
  place-items: center;
}

.screen-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(241, 249, 247, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.screen-node.left {
  left: 16px;
  top: 64px;
}

.screen-node.center {
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  background: rgba(216, 179, 95, 0.16);
  border-color: rgba(216, 179, 95, 0.28);
}

.screen-node.right {
  right: 16px;
  bottom: 26px;
}

.screen-link {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(138, 226, 176, 0.24), rgba(218, 182, 94, 0.58));
  transform-origin: left center;
  opacity: 0.88;
}

.screen-link.link-left {
  left: 86px;
  top: 86px;
  width: 118px;
  transform: rotate(-18deg);
}

.screen-link.link-right {
  right: 90px;
  top: 92px;
  width: 126px;
  transform: rotate(18deg);
}

.screen-pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(214, 180, 90, 0.96);
  box-shadow: 0 0 0 8px rgba(214, 180, 90, 0.08);
}

.screen-pulse.pulse-left {
  left: 196px;
  top: 73px;
}

.screen-pulse.pulse-right {
  right: 198px;
  top: 101px;
}

.reach-grid {
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.globe-stack {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.globe-core,
.globe-ring {
  position: absolute;
  border-radius: 50%;
}

.globe-core {
  width: min(88vw, 340px);
  height: min(88vw, 340px);
  background: radial-gradient(circle at 32% 28%, rgba(146, 238, 182, 0.78), rgba(43, 116, 88, 0.96) 58%, rgba(5, 28, 33, 0.9) 100%);
  box-shadow: 0 0 90px rgba(87, 200, 143, 0.28);
}

.globe-candles {
  position: absolute;
  z-index: 2;
  width: 220px;
  height: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  filter: drop-shadow(0 14px 28px rgba(6, 19, 15, 0.28));
}

.globe-candle {
  position: relative;
  width: 18px;
  border-radius: 8px 8px 5px 5px;
  align-self: flex-end;
  background: linear-gradient(180deg, #d9ff9f 0%, #9ce078 32%, #58c87e 100%);
  box-shadow: 0 0 22px rgba(140, 227, 129, 0.18);
  animation: globeCandleRise 3.6s ease-in-out infinite;
}

.globe-candle::before,
.globe-candle::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(240, 251, 222, 0.88);
}

.globe-candle::before {
  bottom: 100%;
  height: 14px;
}

.globe-candle::after {
  top: 100%;
  height: 10px;
}

.candle-1 { height: 30px; animation-delay: 0s; }
.candle-2 { height: 48px; animation-delay: 0.2s; }
.candle-3 { height: 42px; animation-delay: 0.4s; }
.candle-4 { height: 68px; animation-delay: 0.6s; }
.candle-5 { height: 60px; animation-delay: 0.8s; }
.candle-6 { height: 86px; animation-delay: 1s; }
.candle-7 { height: 112px; animation-delay: 1.2s; }

.globe-ring {
  border: 1px solid rgba(134, 221, 168, 0.18);
}

.ring-one {
  width: 360px;
  height: 360px;
  animation: spinSlow 18s linear infinite;
}

.ring-two {
  width: 430px;
  height: 430px;
  animation: spinSlowReverse 22s linear infinite;
}

.ring-three {
  width: 500px;
  height: 500px;
  opacity: 0.34;
  animation: spinSlow 26s linear infinite;
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spinSlowReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes globeCandleRise {
  0%, 100% {
    transform: translateY(0) scaleY(1);
    opacity: 0.92;
  }
  50% {
    transform: translateY(-6px) scaleY(1.04);
    opacity: 1;
  }
}

@keyframes planSpin {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

@keyframes planSpinReverse {
  from { transform: translateY(-50%) rotate(360deg); }
  to { transform: translateY(-50%) rotate(0deg); }
}

@keyframes ribbonDrift {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-48%) translateY(-8px); }
}

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

@keyframes goldFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(18px, -14px, 0); }
}

@keyframes goldFloatReverse {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-16px, 16px, 0); }
}

@keyframes goldPulse {
  0%, 100% { transform: translateX(-50%) scale(0.92); opacity: 0.42; }
  50% { transform: translateX(-50%) scale(1.05); opacity: 0.72; }
}

.reach-stats {
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.reach-stats article {
  flex: 1 1 170px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(9, 24, 35, 0.72);
  border: 1px solid rgba(143, 220, 188, 0.14);
}

.reach-stats span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 14px;
}

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

.benefit-card {
  min-height: 220px;
  grid-column: span 4;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line-light);
}

.benefit-card.wide {
  grid-column: span 6;
  min-height: 260px;
  background: radial-gradient(circle at 24% 34%, rgba(107, 212, 160, 0.18), transparent 30%), rgba(255, 255, 255, 0.84);
}

.benefit-card.accent {
  grid-column: span 6;
  background: linear-gradient(135deg, rgba(123, 200, 217, 0.22), rgba(104, 210, 151, 0.24)), rgba(255, 255, 255, 0.86);
}

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

.testimonial-card {
  min-height: 220px;
}

.testimonial-card.tall {
  min-height: 280px;
}

.testimonial-card.accent {
  background: linear-gradient(180deg, rgba(123, 200, 217, 0.18), rgba(100, 210, 151, 0.12)), rgba(9, 24, 35, 0.72);
}

.testimonial-card:nth-child(1),
.testimonial-card:nth-child(4) {
  grid-column: span 2;
}

.testimonial-card:nth-child(2),
.testimonial-card:nth-child(3),
.testimonial-card:nth-child(5),
.testimonial-card:nth-child(6) {
  grid-column: span 1;
}

.testimonial-card strong {
  display: block;
  font-size: 20px;
}

.testimonial-card span {
  display: block;
  margin: 4px 0 12px;
  color: var(--mint);
  font-size: 14px;
}

.comparison-scroll {
  overflow-x: auto;
  padding-bottom: 6px;
}

.comparison-table {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(180px, 1fr));
  overflow: hidden;
  min-width: 860px;
}

.comparison-head,
.comparison-cell {
  min-height: 74px;
  padding: 0 22px;
  border-right: 1px solid rgba(16, 35, 43, 0.08);
  border-bottom: 1px solid rgba(16, 35, 43, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.comparison-head {
  display: grid;
  place-items: center;
  color: var(--text-soft-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.comparison-head.active {
  color: var(--text-dark);
  background: linear-gradient(180deg, rgba(151, 229, 180, 0.44), rgba(120, 202, 217, 0.28));
}

.comparison-cell.label {
  justify-content: flex-start;
  color: var(--text-dark);
  font-weight: 700;
}

.comparison-cell {
  justify-content: center;
  color: var(--text-soft-dark);
}

.comparison-cell.good {
  color: var(--mint-strong);
  font-weight: 800;
}

.newsletter-section {
  background: radial-gradient(circle at 18% 30%, rgba(117, 201, 162, 0.12), transparent 20%), linear-gradient(180deg, #f7f8f4 0%, #edf2ea 100%);
}

.newsletter-form {
  padding: 26px;
  display: grid;
  gap: 14px;
}

.newsletter-form label {
  display: grid;
  gap: 8px;
}

.newsletter-form label span {
  color: var(--text-soft-dark);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.newsletter-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(20, 44, 57, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-dark);
}

.newsletter-form button {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  color: #061a10;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  font-weight: 800;
  cursor: pointer;
}

.site-footer {
  padding: 72px 0 28px;
  background: linear-gradient(180deg, #07131d 0%, #051019 100%);
}

.footer-shell {
  align-items: start;
}

.footer-brand {
  padding: 28px;
}

.footer-brand p {
  max-width: 520px;
  color: var(--text-muted);
}

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

.footer-links h4 {
  margin: 0 0 16px;
  color: var(--mint);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  display: block;
  margin-bottom: 10px;
  color: var(--text-muted);
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  font-size: 13px;
}

[data-reveal] {
  opacity: 0;
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity;
}

[data-reveal="up"] {
  transform: translateY(40px);
}

[data-reveal="down"] {
  transform: translateY(-28px);
}

[data-reveal="left"] {
  transform: translateX(-42px);
}

[data-reveal="right"] {
  transform: translateX(42px);
}

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

[data-parallax] {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

@media (max-width: 1180px) {
  .hero-shell,
  .workflow-grid,
  .reach-grid,
  .blueprint-grid,
  .newsletter-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .reports-filter-grid,
  .report-preview-body,
  .report-kpi-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-shell {
    min-height: auto;
    gap: 32px;
    padding-bottom: 20px;
  }

  .hero-copy {
    max-width: none;
  }

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

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

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

  .testimonial-card,
  .testimonial-card:nth-child(1),
  .testimonial-card:nth-child(2),
  .testimonial-card:nth-child(3),
  .testimonial-card:nth-child(4),
  .testimonial-card:nth-child(5),
  .testimonial-card:nth-child(6) {
    grid-column: auto;
  }

  .benefit-card,
  .benefit-card.wide,
  .benefit-card.accent {
    grid-column: span 6;
  }
}

@media (max-width: 1380px) {
  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 920px) {
  .plan-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .plan-card li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .plan-card li strong {
    width: auto;
    text-align: left;
    justify-self: start;
  }
}

@media (min-width: 1680px) {
  :root {
    --content-width: 1640px;
    --content-gutter: clamp(26px, 3.2vw, 110px);
  }

  .site-header {
    padding: 20px 28px;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 1.02fr) minmax(600px, 0.98fr);
    gap: 60px;
    min-height: 760px;
  }

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

  .hero-copy h1 {
    font-size: clamp(46px, 3.7vw, 68px);
  }

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

  .device-shell {
    width: min(100%, 650px);
  }

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

  .metric-band-grid,
  .plan-grid,
  .platform-grid,
  .testimonial-grid,
  .benefit-mosaic {
    gap: 24px;
  }
}

@media (min-width: 2100px) {
  :root {
    --content-width: 1700px;
  }

  .hero-shell {
    min-height: 800px;
  }

  .device-shell {
    width: min(100%, 720px);
  }
}

@media (max-width: 980px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .brand-lockup-image {
    position: static;
    transform: none;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: 3;
    margin-left: 0;
    padding-top: 4px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

  .payout-card {
    left: 8px;
  }

  .growth-card {
    right: 8px;
  }

  .earnings-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .earnings-copy p,
  .earnings-story-card {
    max-width: none;
  }

  .earnings-estimator-wrap {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 780px) {
  .announcement-bar {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero-section {
    padding-top: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .section-intro h2,
  .workflow-copy h2,
  .reach-copy h2,
  .blueprint-copy h2,
  .newsletter-copy h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .device-content {
    grid-template-columns: 1fr;
  }

  .order-panel,
  .chart-panel {
    min-height: 260px;
  }

  .metric-band-grid,
  .platform-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .benefit-card.wide,
  .benefit-card.accent {
    grid-column: span 12;
  }

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

  .earnings-copy h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .earnings-copy p {
    font-size: 16px;
  }

  .earnings-story-card {
    grid-template-columns: 1fr;
  }

  .earnings-story-visual {
    min-height: 180px;
  }

  .earnings-estimator {
    width: min(100%, 520px);
    padding: 28px 22px 26px;
  }

  .reports-panel {
    padding: 20px 18px 18px;
  }

  .report-list-metrics,
  .report-metrics-grid {
    grid-template-columns: 1fr;
  }

  .report-month-summary-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-month-summary-value {
    text-align: left;
  }

  .report-preview-dialog {
    padding: 20px;
  }

  .report-preview-header {
    flex-direction: column;
    padding-right: 0;
  }

  .report-calendar-grid,
  .report-calendar-weekdays {
    gap: 6px;
  }

  .report-list-meta,
  .reports-results-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .report-day-modal-dialog {
    left: 12px;
    right: 12px;
    top: 154px;
    bottom: 12px;
    padding: 16px;
  }

  .report-day-kpi-grid {
    grid-template-columns: 1fr;
  }

  .package-toggle {
    grid-template-columns: 1fr;
  }

  .earnings-mark {
    inset: 22px 0 36px auto;
    width: min(100%, 360px);
  }

  .plan-layout {
    padding: 20px 0 12px;
  }

  .plan-orbit {
    width: 320px;
    height: 320px;
    opacity: 0.34;
  }

  .plan-ribbon {
    width: 92%;
    height: 88px;
    opacity: 0.34;
  }

  .globe-candles {
    width: 180px;
    height: 140px;
  }

  .globe-candle {
    width: 14px;
  }

  .plan-ticker {
    display: none;
  }
}

@media (min-width: 980px) and (pointer: fine) {
  body {
    scroll-snap-type: y proximity;
  }

  .landing-main > section,
  .site-footer {
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .site-chrome,
  .section-shell,
  .footer-shell,
  .footer-bottom,
  .ticker-strip,
  .metric-band-grid,
  .announcement-bar {
    width: min(var(--content-width), calc(100% - 20px));
  }

  .site-header {
    padding: 16px;
    grid-template-columns: 1fr;
  }

  .brand-lockup-image {
    position: static;
    transform: none;
  }

  .brand-logo-image {
    height: 72px;
  }

  .footer-logo-image {
    height: 96px;
  }

  .nav-actions,
  .hero-cta-row {
    display: grid;
    width: 100%;
  }

  .hero-proof-pills,
  .trust-row {
    display: grid;
  }

  .proof-pill,
  .trust-badge,
  .primary-btn.large,
  .ghost-btn.large {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

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

  .hero-visual {
    min-height: 500px;
  }

  .visual-caption {
    position: static;
    margin-bottom: 12px;
  }

  .floating-stat {
    position: static;
    margin-top: 14px;
  }

  .device-shell {
    width: 100%;
    padding: 14px;
    border-radius: 28px;
  }

  .chart-panel {
    min-height: 220px;
  }

  .report-preview-modal {
    padding: 12px;
  }

  .report-preview-dialog {
    padding: 16px;
    border-radius: 22px;
  }

  .report-day-modal-dialog {
    left: 10px;
    right: 10px;
    top: 144px;
    bottom: 10px;
    padding: 14px;
  }

  .report-day-modal-head {
    align-items: center;
  }

  .report-day-modal-head .reports-results-head {
    margin-top: 8px;
  }

  .report-day-kpi strong {
    font-size: 20px;
  }

  .reports-filter-grid {
    grid-template-columns: 1fr;
  }

  .report-tab {
    flex: 1 1 auto;
  }

  .report-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .earnings-estimator h3 {
    font-size: 30px;
  }

  .estimator-label-row span,
  .estimator-output small {
    font-size: 16px;
  }

  .account-size-control {
    min-height: 70px;
  }

  .account-adjust {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .account-size-display {
    font-size: 32px;
  }

  .estimator-payout-line strong {
    font-size: 40px;
  }

  .estimator-payout-line span {
    font-size: 18px;
  }

  .plan-card.featured {
    transform: none;
  }

  .plan-glow-left,
  .plan-glow-center,
  .plan-glow-right {
    width: 180px;
    height: 180px;
    filter: blur(30px);
  }

  .plan-orbit {
    width: 260px;
    height: 260px;
    opacity: 0.24;
  }

  .plan-ribbon {
    display: none;
  }

  .globe-candles {
    width: 146px;
    height: 110px;
    gap: 6px;
  }

  .globe-candle {
    width: 11px;
  }
}

@media (max-width: 900px) {
  :root {
    --content-gutter: 16px;
  }

  .site-chrome {
    padding-top: 10px;
  }

  .site-header {
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
  }

  .site-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 6px 0 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

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

  .site-nav a {
    flex: 0 0 auto;
    padding: 11px 14px;
    border: 1px solid rgba(143, 220, 188, 0.14);
    border-radius: 999px;
    background: rgba(5, 17, 25, 0.54);
    white-space: nowrap;
  }

  .nav-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nav-actions .primary-btn,
  .nav-actions .ghost-btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-shell,
  .metric-band-grid,
  .section-shell,
  .footer-shell,
  .footer-bottom,
  .ticker-strip,
  .announcement-bar {
    width: calc(100% - 24px);
  }

  .hero-shell {
    gap: 24px;
  }

  .hero-copy,
  .hero-visual,
  .earnings-copy,
  .earnings-estimator-wrap,
  .workflow-copy,
  .blueprint-copy,
  .newsletter-copy {
    max-width: none;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .hero-lead {
    max-width: none;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-proof-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .trust-logos {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .trust-logos::-webkit-scrollbar {
    display: none;
  }

  .reports-module,
  .earnings-estimator,
  .workflow-card,
  .globe-stack,
  .newsletter-form-shell {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .landing-main > section {
    position: relative;
    padding-block: 34px;
  }

  .announcement-bar {
    gap: 8px;
    padding: 10px 14px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .site-header {
    gap: 12px;
    padding: 12px;
    border-radius: 22px;
  }

  .brand-lockup-image {
    justify-content: center;
  }

  .brand-logo-image {
    height: 84px;
  }

  .site-nav {
    padding-top: 2px;
  }

  .site-nav a {
    padding: 10px 13px;
    font-size: 13px;
  }

  .nav-actions {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-shell {
    gap: 20px;
    width: calc(100% - 16px);
  }

  .eyebrow-pill,
  .section-kicker,
  .reports-eyebrow {
    font-size: 11px;
    letter-spacing: 0.07em;
  }

  .hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(34px, 12vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .hero-lead,
  .earnings-copy p,
  .section-intro p,
  .workflow-copy p,
  .reach-copy p,
  .blueprint-copy p,
  .newsletter-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .hero-proof-pills,
  .hero-cta-row,
  .trust-row {
    gap: 10px;
  }

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

  .proof-pill,
  .trust-badge {
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .primary-btn.large,
  .ghost-btn.large,
  .nav-actions .primary-btn,
  .nav-actions .ghost-btn {
    min-height: 52px;
    border-radius: 16px;
  }

  .hero-visual {
    min-height: 0;
  }

  .visual-caption {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
  }

  .device-shell {
    padding: 12px;
    border-radius: 24px;
  }

  .device-content {
    gap: 12px;
  }

  .chart-panel,
  .order-panel {
    min-height: 210px;
    border-radius: 20px;
  }

  .floating-stat {
    border-radius: 18px;
    padding: 14px 16px;
  }

  .ticker-strip {
    margin-top: 16px;
  }

  .ticker-track {
    gap: 24px;
    font-size: 13px;
  }

  .metric-band-grid {
    width: calc(100% - 16px);
    gap: 12px;
  }

  .metric-card,
  .plan-card,
  .platform-card,
  .benefit-card,
  .testimonial-card,
  .comparison-table-card,
  .newsletter-form-shell,
  .reports-panel,
  .earnings-estimator {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .section-shell {
    width: calc(100% - 16px);
    gap: 18px;
  }

  .section-intro.center,
  .section-intro,
  .workflow-copy,
  .reach-copy,
  .newsletter-copy {
    text-align: left;
    justify-items: start;
  }

  .section-intro.center h2,
  .workflow-copy h2,
  .reach-copy h2,
  .blueprint-copy h2,
  .newsletter-copy h2,
  .earnings-copy h2 {
    margin-top: 10px;
    font-size: clamp(30px, 10vw, 40px);
    text-align: left;
  }

  .reports-filter-grid {
    gap: 10px;
  }

  .report-calendar-card {
    padding: 14px 12px 12px;
    border-radius: 20px;
  }

  .report-calendar-grid {
    gap: 8px;
  }

  .report-calendar-day {
    min-height: 54px;
    border-radius: 14px;
  }

  .report-month-summary-card {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .report-preview-sheet {
    border-radius: 24px;
  }

  .report-preview-header,
  .report-preview-body,
  .report-preview-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .plan-grid,
  .platform-grid,
  .testimonial-grid,
  .benefit-mosaic,
  .comparison-hero,
  .newsletter-grid,
  .blueprint-grid,
  .reach-grid,
  .workflow-grid {
    gap: 14px;
  }

  .platform-visual {
    min-height: 140px;
    border-radius: 18px;
  }

  .globe-stack {
    margin-inline: auto;
    width: min(100%, 320px);
  }

  .reach-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .reach-stat {
    width: 100%;
  }

  .comparison-table-card {
    overflow-x: auto;
  }

  .comparison-table {
    min-width: 560px;
  }

  .newsletter-form {
    gap: 10px;
  }

  .newsletter-form input,
  .newsletter-form button {
    min-height: 52px;
    border-radius: 16px;
  }

  .footer-shell,
  .footer-bottom {
    width: calc(100% - 16px);
    gap: 16px;
  }

  .footer-brand,
  .footer-links {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 480px) {
  :root {
    --content-gutter: 12px;
  }

  .site-chrome,
  .section-shell,
  .footer-shell,
  .footer-bottom,
  .ticker-strip,
  .metric-band-grid,
  .announcement-bar,
  .hero-shell {
    width: calc(100% - 12px);
  }

  .site-header {
    padding: 10px;
    border-radius: 20px;
  }

  .brand-logo-image {
    height: 76px;
  }

  .nav-actions {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(31px, 12vw, 38px);
  }

  .report-calendar-grid {
    gap: 6px;
  }

  .report-calendar-day {
    min-height: 50px;
    padding: 8px 6px;
  }

  .report-calendar-day strong {
    font-size: 13px;
  }

  .report-calendar-day small {
    font-size: 10px;
  }

  .floating-stat {
    padding: 12px 14px;
  }
}

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

  .ticker-track,
  .ring-one,
  .ring-two,
  .ring-three,
  .globe-candle,
  .story-glow,
  .plan-glow-left,
  .plan-glow-center,
  .plan-glow-right,
  .plan-orbit-left,
  .plan-orbit-right,
  .plan-ribbon-top,
  .plan-ribbon-bottom,
  .plan-ticker-left,
  .plan-ticker-right {
    animation: none;
  }

  [data-reveal],
  [data-parallax] {
    opacity: 1;
    transform: none !important;
    transition: none;
  }
}
