/* ========================================
   HOME PAGE STYLES - PROFESSIONAL DARK THEME
   Proper Design with Clean Hover Effects
   ======================================== */

/* === HERO SECTION === */
.hero-section {
  --hero-header-offset: var(--header-height, 88px);
  --hero-top-pad: clamp(10px, 1.6vh, 18px);
  --hero-bottom-pad: clamp(10px, 1.6vh, 18px);
  --hero-col-pad: clamp(6px, 0.9vh, 12px);
  --hero-stage-offset: 50px;
  --hero-col-gap: clamp(2px, 0.6vw, 8px);
  position: relative;
  height: 100vh;
  min-height: 100vh;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--hero-header-offset) + var(--hero-top-pad)) 0 var(--hero-bottom-pad);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(82, 165, 255, 0.22), transparent 34%),
    radial-gradient(circle at 88% 86%, rgba(51, 227, 210, 0.18), transparent 38%),
    linear-gradient(135deg, #050c18 0%, #071324 44%, #0b2036 100%);
}

.home-page .runway-step h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

.home-page .runway-step div > p:not(.runway-step-kicker) {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.home-page .runway-commission-card small {
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
}

.home-page .runway-commission-card strong {
  font-size: clamp(2.2rem, 3vw, 3rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
}

.home-page .runway-commission-card p {
  font-size: 0.98rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.home-page .runway-commission-card .runway-commission-note {
  font-size: 0.64rem !important;
  font-weight: 500 !important;
}

.home-page .runway-commission-card-wide strong {
  font-size: clamp(1.7rem, 2.1vw, 2.2rem) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
}

.hero-aurora-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.92;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(157, 211, 255, 0.055) 0, rgba(157, 211, 255, 0.055) 1px, transparent 1px, transparent 46px),
    linear-gradient(180deg, rgba(4, 10, 18, 0.08) 0%, rgba(4, 10, 18, 0.52) 100%);
  z-index: 0;
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(118, 198, 255, 0.16) 0%, rgba(118, 198, 255, 0) 62%);
  z-index: 1;
  pointer-events: none;
}

.hero-stage {
  width: min(1120px, 100%);
  margin: 0 auto;
  margin-top: var(--hero-stage-offset);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(0, 1fr);
  height: calc(100svh - var(--hero-header-offset) - var(--hero-top-pad) - var(--hero-bottom-pad) - var(--hero-stage-offset));
  min-height: calc(100svh - var(--hero-header-offset) - var(--hero-top-pad) - var(--hero-bottom-pad) - var(--hero-stage-offset));
  gap: var(--hero-col-gap);
  align-items: stretch;
}

.hero-main {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--hero-col-pad) clamp(2px, 0.55vw, 8px) var(--hero-col-pad) 0;
}

.hero-main::after {
  content: none;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d7f3ff;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 12px;
}

.hero-kicker::before {
  content: '';
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(153, 225, 255, 0.9), rgba(153, 225, 255, 0.2));
}

.hero-headline {
  margin: 0 0 12px;
  color: #f3f9ff;
  font-size: clamp(1.95rem, 3.95vw + 0.55vh, 4.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
  max-width: 13.6ch;
  min-height: 4em;
  text-shadow: 0 15px 38px rgba(2, 8, 16, 0.58);
}

.hero-headline-typed {
  display: inline;
}

.hero-headline-typed.is-shattering {
  display: inline;
}

.hero-headline-caret {
  display: inline-block;
  width: 0.07em;
  height: 0.88em;
  margin-left: 0.08em;
  background: rgba(166, 236, 255, 0.95);
  vertical-align: 0.05em;
  box-shadow: 0 0 12px rgba(154, 229, 255, 0.46);
  animation: heroTitleCaretBlink 1s step-end infinite;
}

.hero-headline-frag {
  display: inline-block;
  will-change: transform, opacity, filter;
  animation: heroTitleShardFall 640ms cubic-bezier(0.2, 0.72, 0.24, 1) forwards;
  animation-delay: var(--frag-delay, 0ms);
}

.hero-copy {
  margin: 0;
  color: rgba(223, 237, 252, 0.95);
  font-size: clamp(0.9rem, 1.7vh, 1.03rem);
  line-height: 1.56;
  max-width: 56ch;
}

.hero-cta-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-main-footnote {
  margin: 10px 0 0;
  color: rgba(177, 208, 232, 0.9);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-cta {
  min-width: 194px;
  padding: 12px 18px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.02em;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), border-color 0.25s var(--ease-out), background 0.25s var(--ease-out);
}

.hero-cta:hover {
  transform: translateY(-2px);
}

.hero-cta-primary {
  color: #062035;
  border: 1px solid rgba(211, 241, 255, 0.72);
  background: linear-gradient(135deg, #9be9ff 0%, #4ec7f2 52%, #2ea4dd 100%);
  box-shadow: 0 12px 28px rgba(42, 154, 210, 0.4);
}

.hero-cta-secondary {
  color: #e7f8ff;
  border: 1px solid rgba(155, 221, 255, 0.5);
  background: rgba(11, 32, 54, 0.56);
}

.hero-cta-secondary:hover {
  border-color: rgba(195, 239, 255, 0.82);
  background: rgba(15, 42, 70, 0.74);
}

.hero-inline-metrics {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(153, 215, 250, 0.36);
  border-bottom: 1px solid rgba(153, 215, 250, 0.26);
}

.hero-inline-metric {
  padding: 12px 6px 12px 0;
  display: grid;
  gap: 2px;
  transition: opacity 0.24s var(--ease-out);
}

.hero-inline-metric + .hero-inline-metric {
  border-left: 1px solid rgba(153, 215, 250, 0.2);
  padding-left: 14px;
}

.hero-inline-metric:hover {
  opacity: 0.88;
}

.hero-inline-label {
  color: rgba(166, 191, 216, 0.95);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-inline-value {
  color: #e4f5ff;
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}

.hero-data-rail {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 100%;
  padding: var(--hero-col-pad) 0 var(--hero-col-pad) clamp(6px, 0.8vw, 12px);
  border-left: 0;
}

.hero-data-rail::before {
  content: none;
}

.hero-live-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(147, 212, 248, 0.22);
}

.hero-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5bffad;
  box-shadow: 0 0 10px rgba(91, 255, 173, 0.8);
  animation: heroPulseLive 1.2s ease-in-out infinite;
}

.hero-live-chip {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #def4ff;
}

.hero-live-clock {
  margin-left: auto;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  color: rgba(173, 201, 225, 0.95);
}

.hero-ticker {
  position: relative;
  display: grid;
  border-top: 1px solid rgba(150, 216, 250, 0.2);
  border-bottom: 1px solid rgba(150, 216, 250, 0.2);
  overflow: hidden;
}

.hero-ticker::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(143, 222, 255, 0) 0%, rgba(143, 222, 255, 0.11) 52%, rgba(143, 222, 255, 0) 100%);
  transform: translateX(-140%);
  animation: heroTickerSweep 4.8s linear infinite;
  pointer-events: none;
}

.hero-ticker-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(153, 218, 250, 0.2);
  transition: background-color 0.25s var(--ease-out);
}

.hero-ticker-row:last-child {
  border-bottom: 0;
}

.hero-ticker-row.is-up {
  background: rgba(94, 226, 168, 0.08);
}

.hero-ticker-row.is-down {
  background: rgba(245, 109, 126, 0.08);
}

.hero-ticker-pair {
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(172, 201, 225, 0.95);
}

.hero-ticker-price {
  font-size: 0.85rem;
  line-height: 1.1;
  color: #ecf8ff;
  font-weight: var(--font-weight-semibold);
}

.hero-ticker-change {
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.hero-ticker-change.text-success {
  color: #58f3ab;
}

.hero-ticker-change.text-danger,
.hero-ticker-change.text-error {
  color: #ff7f93;
}

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

@keyframes heroTickerSweep {
  0% {
    transform: translateX(-140%);
  }
  100% {
    transform: translateX(140%);
  }
}

@keyframes heroTitleCaretBlink {
  0%, 48% { opacity: 1; }
  50%, 100% { opacity: 0.2; }
}

@keyframes heroTitleShardFall {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    filter: blur(1.3px);
    transform: translate3d(var(--frag-x, 0px), var(--frag-y, 42px), 0) rotate(var(--frag-r, 0deg)) scale(0.84);
  }
}

.hero-stream {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(145, 210, 247, 0.24);
}

.hero-stream:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-side-title {
  margin: 0 0 8px;
  color: #e7f6ff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-live-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.hero-live-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(152, 217, 252, 0.26);
}

.hero-live-row:last-child {
  border-bottom: 0;
}

.hero-live-row:hover {
  opacity: 0.9;
}

.hero-live-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(173, 200, 225, 0.92);
}

.hero-live-value {
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  color: #e8f7ff;
  transition: color 0.25s var(--ease-out);
}

.hero-live-value.is-up {
  color: #8bf0bc;
}

.hero-live-value.is-down {
  color: #ffa4b2;
}

.hero-live-meta {
  font-size: 0.68rem;
  color: rgba(186, 208, 229, 0.9);
  justify-self: end;
}

.hero-route-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.hero-route-list li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(153, 217, 250, 0.22);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  transition: opacity 0.24s var(--ease-out);
}

.hero-route-list li:hover {
  opacity: 0.88;
}

.hero-route-list li:last-child {
  border-bottom: 0;
}

.hero-route-key {
  color: rgba(172, 198, 223, 0.94);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-route-list strong {
  color: #e6f5ff;
  font-size: 0.9rem;
}

.hero-route-foot {
  margin: 7px 0 0;
  font-size: 0.72rem;
  color: rgba(175, 203, 229, 0.9);
  line-height: 1.46;
}

.hero-queue-wrap {
  margin-top: 8px;
}

.hero-queue-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(170, 199, 224, 0.96);
}

.hero-queue-head strong {
  color: #dff4ff;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.hero-queue-track {
  margin-top: 5px;
  height: 6px;
  border-radius: 999px;
  background: rgba(80, 131, 168, 0.34);
  overflow: hidden;
}

.hero-queue-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #69d7ff 0%, #8effc8 45%, #ffd189 100%);
  box-shadow: 0 0 12px rgba(136, 231, 255, 0.56);
  transition: width 0.55s var(--ease-out);
}

.hero-engine-event {
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.hero-engine-key {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(171, 199, 224, 0.9);
}

.hero-engine-value {
  margin: 0;
  font-size: 0.74rem;
  color: #e3f5ff;
  font-weight: var(--font-weight-semibold);
  margin-left: auto;
  text-align: right;
  line-height: 1.45;
  max-width: min(320px, 100%);
}

.hero-stream-metrics .hero-inline-metrics {
  margin-top: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(153, 215, 250, 0.26);
  border-bottom: 1px solid rgba(153, 215, 250, 0.2);
}

.hero-stream-metrics .hero-inline-metric {
  padding: 8px 4px 8px 0;
}

.hero-stream-metrics .hero-inline-metric + .hero-inline-metric {
  border-top: 0;
  border-left: 1px solid rgba(153, 215, 250, 0.2);
  padding-left: 10px;
}

.hero-visual {
  position: relative;
  animation: fadeInRight 0.75s var(--ease-out) 0.2s both;
  z-index: 2;
  align-self: stretch;
}

.hero-terminal {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(129, 214, 255, 0.34);
  background: linear-gradient(155deg, rgba(10, 28, 48, 0.9), rgba(7, 20, 36, 0.88));
  box-shadow: 0 20px 38px rgba(1, 10, 20, 0.46), inset 0 1px 0 rgba(179, 236, 255, 0.12);
  padding: 14px;
  display: grid;
  gap: 12px;
}

.hero-terminal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(122, 207, 255, 0.2);
  padding-bottom: 10px;
}

.hero-terminal-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d7f3ff;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-terminal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #58f6aa;
  box-shadow: 0 0 10px rgba(88, 246, 170, 0.7);
}

.hero-terminal-cycle {
  color: #9cc3e8;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-image-container {
  position: relative;
  width: 100%;
  min-height: 320px;
  border-radius: 12px;
  border: 1px solid rgba(247, 199, 74, 0.18);
  background:
    radial-gradient(circle at 50% 30%, rgba(247, 199, 74, 0.14) 0%, rgba(247, 199, 74, 0) 55%),
    linear-gradient(150deg, rgba(41, 24, 16, 0.74), rgba(23, 16, 11, 0.72));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-container img {
  width: 94%;
  height: auto;
  display: block;
  max-width: 680px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.36));
}

.hero-energy-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.8;
}

.hero-mini-card {
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid rgba(132, 217, 255, 0.26);
  background: linear-gradient(145deg, rgba(13, 34, 59, 0.78), rgba(8, 23, 39, 0.72));
  box-shadow: inset 0 1px 0 rgba(175, 236, 255, 0.1);
}

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

.hero-mini-label {
  margin: 0 0 4px;
  color: rgba(174, 201, 228, 0.9);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-semibold);
}

.hero-mini-value {
  margin: 0;
  color: #e1f6ff;
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.25;
}

.hero-mini-meta {
  margin: 3px 0 0;
  color: rgba(173, 205, 234, 0.88);
  font-size: 11px;
}

/* === ABOUT OVERVIEW SECTION === */
.about-overview-section {
  position: relative;
  padding: clamp(20px, 3vh, 36px) 0;
  background:
    linear-gradient(180deg, rgba(18, 33, 52, 0.68) 0%, rgba(16, 30, 48, 0.62) 100%);
  min-height: clamp(520px, 76svh, 700px);
}

.about-overview-card {
  background: linear-gradient(145deg, rgba(33, 56, 84, 0.62) 0%, rgba(25, 45, 70, 0.56) 100%);
  border: 1px solid rgba(255, 231, 199, 0.18);
  border-radius: 26px;
  padding: clamp(12px, 1.4vw, 20px);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-3xl);
}

.section-subtitle {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-crypto-primary);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: var(--space-sm);
}

.section-title {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-black);
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  line-height: 1.2;
}

.section-description {
  font-size: var(--font-size-lg);
  color: var(--color-text-tertiary);
  line-height: 1.8;
}

.about-overview-section .section-subtitle {
  color: #ffd2a0;
}

.about-overview-section .section-title {
  color: #ffffff;
}

.about-overview-section .section-description {
  color: rgba(238, 245, 255, 0.88);
}

.about-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 30px);
  align-items: center;
}

.about-overview-visual {
  position: relative;
  border-radius: 18px;
  padding: var(--space-md);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.about-overview-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 201, 140, 0.32) 0%, rgba(255, 201, 140, 0) 46%),
    radial-gradient(circle at 78% 78%, rgba(118, 209, 255, 0.2) 0%, rgba(118, 209, 255, 0) 44%),
    linear-gradient(145deg, rgba(33, 52, 77, 0.7) 0%, rgba(21, 38, 61, 0.62) 100%);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-overview-image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 2px,
      transparent 2px,
      transparent 24px
    );
  pointer-events: none;
}

.about-overview-image-wrap img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 1;
}

.about-overview-tag {
  position: absolute;
  left: var(--space-md);
  bottom: var(--space-md);
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 224, 187, 0.46);
  background: rgba(10, 20, 34, 0.72);
  backdrop-filter: blur(10px);
}

.about-overview-tag-label {
  margin: 0 0 2px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-overview-tag-value {
  margin: 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: #ffd7a8;
}

.about-overview-content {
  padding: clamp(10px, 1.5vw, 18px);
}

.about-overview-content .section-title {
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
}

.about-overview-content .section-description {
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  line-height: 1.6;
}

.about-points-list {
  list-style: none;
  margin: var(--space-lg) 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.about-points-list li {
  margin: 0;
  padding: 9px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  font-size: var(--font-size-sm);
  line-height: 1.55;
  color: rgba(241, 247, 255, 0.9);
  display: grid;
  gap: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.32s var(--ease-out);
}

.about-points-list li strong {
  color: #ffd7a9;
  font-weight: var(--font-weight-semibold);
}

.about-pill::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  width: var(--pill-progress, 0%);
  background: linear-gradient(90deg, #ffcf9a 0%, #f39c3c 100%);
  transition: width 0.25s linear;
}

.about-pill::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 rgba(243, 156, 60, 0);
  transition: all 0.25s var(--ease-out);
}

.about-pill-title {
  color: #ffddb3;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
  margin-right: 18px;
}

.about-pill-text {
  color: rgba(245, 249, 255, 0.92);
  font-size: 0.9rem;
}

.about-pill.is-active {
  background: linear-gradient(145deg, rgba(56, 88, 123, 0.52), rgba(33, 58, 87, 0.42));
  border-color: rgba(255, 214, 166, 0.52);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.about-pill.is-active::after {
  background: #f5a750;
  box-shadow: 0 0 14px rgba(243, 156, 60, 0.66);
}

.about-points-grid {
  margin-top: var(--space-lg);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
}

.about-point-card {
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(28, 47, 72, 0.72) 0%, rgba(17, 31, 52, 0.7) 100%);
  transition: all 0.3s var(--ease-out);
}

.about-point-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 209, 157, 0.42);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.about-point-card h3 {
  margin: 0 0 8px;
  font-size: var(--font-size-lg);
  color: #ffd4a1;
}

.about-point-card p {
  margin: 0;
  font-size: var(--font-size-sm);
  color: rgba(241, 247, 255, 0.87);
  line-height: 1.7;
}

.about-overview-actions {
  margin-top: var(--space-lg);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.about-overview-actions .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.16);
}

.about-overview-actions .btn-outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.95);
}

/* === AI BOT SECTION === */
.ai-bot-section {
  padding: var(--space-3xl) 0;
  background: var(--color-bg-primary);
}

.ai-bot-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}

.ai-bot-illustration {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: var(--color-bg-card);
  border: 1px solid rgba(199, 125, 58, 0.15);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease-out);
}

.ai-bot-illustration:hover {
  background: var(--color-bg-elevated);
  border-color: rgba(199, 125, 58, 0.25);
  box-shadow: 0 12px 32px rgba(199, 125, 58, 0.15);
}

.ai-bot-icon {
  width: 140px;
  height: 140px;
  position: relative;
  z-index: 1;
}

.ai-bot-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 20px rgba(199, 125, 58, 0.3));
}

.ai-features-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.ai-feature-item {
  display: flex;
  gap: var(--space-md);
  padding: var(--space-xl);
  background: var(--color-bg-card);
  border: 1px solid rgba(199, 125, 58, 0.12);
  border-radius: var(--radius-lg);
  transition: all 0.3s var(--ease-out);
}

.ai-feature-item:hover {
  background: var(--color-bg-elevated);
  border-color: rgba(199, 125, 58, 0.25);
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(199, 125, 58, 0.1);
}

.ai-feature-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 125, 58, 0.12);
  border-radius: var(--radius-lg);
  color: var(--color-crypto-primary);
  transition: all 0.3s var(--ease-out);
}

.ai-feature-item:hover .ai-feature-icon {
  background: rgba(199, 125, 58, 0.18);
  transform: scale(1.05);
}

.ai-feature-icon svg {
  width: 28px;
  height: 28px;
}

.ai-feature-content h4 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  margin-bottom: var(--space-xs);
}

.ai-feature-content p {
  font-size: var(--font-size-sm);
  color: var(--color-text-tertiary);
  margin: 0;
  line-height: 1.7;
}

/* === WHY TRADE SECTION === */
.why-trade-section {
  padding: var(--space-3xl) 0;
  background: var(--color-bg-secondary);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-xl);
}

.benefit-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(199, 125, 58, 0.15);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  text-align: center;
  transition: all 0.3s var(--ease-out);
}

.benefit-card:hover {
  background: var(--color-bg-elevated);
  border-color: rgba(199, 125, 58, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(199, 125, 58, 0.15);
}

.benefit-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto var(--space-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 125, 58, 0.1);
  border-radius: var(--radius-full);
  border: 1px solid rgba(199, 125, 58, 0.2);
  transition: all 0.3s var(--ease-out);
}

.benefit-card:hover .benefit-icon {
  background: rgba(199, 125, 58, 0.15);
  border-color: rgba(199, 125, 58, 0.35);
  transform: scale(1.08);
}

.benefit-icon svg {
  width: 45px;
  height: 45px;
  color: var(--color-crypto-primary);
}

.benefit-title {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  margin-bottom: var(--space-sm);
}

.benefit-description {
  color: var(--color-text-tertiary);
  font-size: var(--font-size-sm);
  line-height: 1.8;
  margin: 0;
}

/* === STRATEGY SECTION === */
.strategy-section {
  padding: var(--space-3xl) 0;
  background: var(--color-bg-primary);
}

.strategy-content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-3xl);
  align-items: start;
}

.strategy-info {
  position: sticky;
  top: 120px;
}

.strategy-highlights {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.strategy-highlight {
  display: flex;
  align-items: start;
  gap: var(--space-md);
  padding: var(--space-xl);
  background: var(--color-bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(199, 125, 58, 0.12);
  transition: all 0.3s var(--ease-out);
}

.strategy-highlight:hover {
  background: var(--color-bg-elevated);
  border-color: rgba(199, 125, 58, 0.25);
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(199, 125, 58, 0.1);
}

.strategy-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 125, 58, 0.15);
  border-radius: var(--radius-lg);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-black);
  color: var(--color-crypto-primary);
  border: 1px solid rgba(199, 125, 58, 0.25);
  transition: all 0.3s var(--ease-out);
}

.strategy-highlight:hover .strategy-number {
  background: rgba(199, 125, 58, 0.22);
  border-color: rgba(199, 125, 58, 0.4);
  transform: scale(1.08);
}

.strategy-text h4 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  margin-bottom: var(--space-xs);
}

.strategy-text p {
  font-size: var(--font-size-sm);
  color: var(--color-text-tertiary);
  margin: 0;
  line-height: 1.7;
}

.risk-management-visual {
  background: var(--color-bg-card);
  border: 1px solid rgba(199, 125, 58, 0.15);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.3s var(--ease-out);
}

.risk-management-visual:hover {
  background: var(--color-bg-elevated);
  border-color: rgba(199, 125, 58, 0.25);
  box-shadow: 0 12px 32px rgba(199, 125, 58, 0.12);
}

.risk-chart {
  width: 100%;
  height: 400px;
  background: rgba(199, 125, 58, 0.03);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-xl);
  border: 1px solid rgba(199, 125, 58, 0.1);
}

.risk-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
}

.risk-metric {
  padding: var(--space-lg);
  background: rgba(199, 125, 58, 0.05);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(199, 125, 58, 0.12);
  text-align: center;
  transition: all 0.3s var(--ease-out);
}

.risk-metric:hover {
  background: rgba(199, 125, 58, 0.08);
  border-color: rgba(199, 125, 58, 0.2);
  transform: translateY(-3px);
}

.risk-metric-label {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: var(--space-xs);
  font-weight: var(--font-weight-semibold);
}

.risk-metric-value {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-black);
  color: var(--color-crypto-primary);
}

/* === PLANS PREVIEW === */
.plans-preview-section {
  padding: var(--space-3xl) 0;
  background: var(--color-bg-secondary);
}

.plans-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.3vw, 22px);
  margin-bottom: var(--space-2xl);
}

.plan-preview-card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.12) 100%);
  border: 1px solid rgba(255, 225, 190, 0.28);
  border-radius: 18px;
  padding: clamp(12px, 1.2vw, 18px);
  text-align: center;
  transition: all 0.3s var(--ease-out);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  min-height: 0;
  gap: 10px;
}

.plan-preview-card:hover {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.16) 100%);
  border-color: rgba(255, 214, 166, 0.46);
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.plan-preview-card.featured {
  background: linear-gradient(145deg, rgba(255, 202, 142, 0.2) 0%, rgba(255, 172, 76, 0.12) 100%);
  border-color: rgba(255, 214, 166, 0.54);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.plan-preview-card.featured:hover {
  background: linear-gradient(145deg, rgba(255, 202, 142, 0.26) 0%, rgba(255, 172, 76, 0.18) 100%);
  border-color: rgba(255, 214, 166, 0.65);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.plan-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  min-width: 60px;
  padding: 4px 8px;
  background: linear-gradient(135deg, #ffb35b, #e67e22);
  border: 1px solid rgba(255, 226, 188, 0.6);
  border-top: none;
  border-radius: 0 0 8px 8px;
  font-size: 8px;
  font-weight: var(--font-weight-bold);
  color: #1f2f45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 3;
}

.plan-name {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: var(--font-weight-semibold);
  color: #fff2dc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.plan-hourly-rate {
  font-size: clamp(2.6rem, 4.1vw, 3.8rem);
  font-weight: var(--font-weight-black);
  color: #ffd7a8;
  margin: 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  line-height: 1;
  letter-spacing: -0.02em;
}

.plan-duration {
  font-size: clamp(0.74rem, 0.95vw, 0.86rem);
  color: rgba(238, 245, 255, 0.96);
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.plan-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.plan-quick-item {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 6px;
  display: grid;
  gap: 2px;
}

.plan-quick-item span {
  font-size: 10px;
  color: rgba(245, 249, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.plan-quick-item strong {
  font-size: 0.92rem;
  color: #ffffff;
  font-weight: var(--font-weight-semibold);
}

.plan-live-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.79rem;
  color: rgba(246, 250, 255, 0.9);
}

.plan-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #50d890;
  box-shadow: 0 0 10px rgba(80, 216, 144, 0.7);
}

.plan-live-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.plan-live-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ffd7a8, #f39c3c);
  transition: width 0.4s var(--ease-out);
}

.plan-preview-card.is-live {
  border-color: rgba(255, 214, 166, 0.58);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 214, 166, 0.25) inset;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.plan-features li {
  padding: var(--space-sm) 0;
  color: rgba(245, 249, 255, 0.94);
  font-size: var(--font-size-sm);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.plan-features li:last-child {
  border-bottom: none;
}

/* === MARKET STATS === */
.market-stats-section {
  padding: var(--space-3xl) 0;
  background: var(--color-bg-primary);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl);
}

.stat-card {
  background: var(--color-bg-card);
  border: 1px solid rgba(199, 125, 58, 0.15);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  text-align: center;
  transition: all 0.3s var(--ease-out);
}

.stat-card:hover {
  background: var(--color-bg-elevated);
  border-color: rgba(199, 125, 58, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(199, 125, 58, 0.15);
}

.stat-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 125, 58, 0.1);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(199, 125, 58, 0.2);
  transition: all 0.3s var(--ease-out);
}

.stat-card:hover .stat-icon {
  background: rgba(199, 125, 58, 0.15);
  border-color: rgba(199, 125, 58, 0.35);
  transform: scale(1.08);
}

.stat-icon svg {
  width: 35px;
  height: 35px;
  color: var(--color-crypto-primary);
}

.stat-value {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-black);
  color: var(--color-text-primary);
  margin-bottom: var(--space-xs);
}

.stat-label {
  font-size: var(--font-size-sm);
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: var(--font-weight-semibold);
}

/* === CTA SECTION === */
.cta-section {
  padding: var(--space-3xl) 0;
  background: rgba(199, 125, 58, 0.04);
  border-top: 1px solid rgba(199, 125, 58, 0.15);
  border-bottom: 1px solid rgba(199, 125, 58, 0.15);
}

.cta-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-black);
  color: var(--color-text-primary);
  margin-bottom: var(--space-lg);
  line-height: 1.2;
}

.cta-description {
  font-size: var(--font-size-xl);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-2xl);
  line-height: 1.8;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.cta-features {
  display: flex;
  justify-content: center;
  gap: var(--space-2xl);
  margin-top: var(--space-2xl);
  flex-wrap: wrap;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
  padding: var(--space-xs) var(--space-md);
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s var(--ease-out);
}

.cta-feature:hover {
  background: var(--color-bg-elevated);
  border-color: rgba(199, 125, 58, 0.25);
}

.cta-feature svg {
  width: 20px;
  height: 20px;
  color: var(--color-success);
}

/* === GET STARTED SECTION === */
.get-started-section {
  position: relative;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 187, 106, 0.14), transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(120, 213, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(35, 53, 78, 0.56) 0%, rgba(26, 43, 68, 0.5) 100%);
}

.get-started-section .section-subtitle {
  color: #ffd2a0;
}

.get-started-section .section-title {
  color: #ffffff;
}

.get-started-section .section-description {
  color: rgba(243, 249, 255, 0.94);
}

.get-started-flow-wrap {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(255, 226, 192, 0.22);
  background: linear-gradient(145deg, rgba(50, 72, 104, 0.45), rgba(30, 49, 77, 0.4));
  padding: clamp(14px, 1.8vw, 24px);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.get-started-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.88;
}

.get-started-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
  align-items: stretch;
}

.get-flow-item {
  position: relative;
  padding: 12px;
}

.get-flow-item::before,
.get-flow-item::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.get-flow-item::before {
  top: 0;
  right: 0;
  width: 58%;
  height: 48%;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-right-radius: 34px;
  border-image: linear-gradient(135deg, #5fd3f8 0%, #8f5cd6 100%) 1;
}

.get-flow-item::after {
  left: 0;
  bottom: 0;
  width: 58%;
  height: 48%;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-bottom-left-radius: 34px;
  border-image: linear-gradient(315deg, #5fd3f8 0%, #8f5cd6 100%) 1;
}

.get-flow-inner {
  position: relative;
  z-index: 1;
  min-height: 250px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, rgba(36, 58, 84, 0.34) 0%, rgba(28, 48, 72, 0.22) 100%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  padding: 22px 18px;
  text-align: center;
  display: grid;
  align-content: center;
  gap: 8px;
}

.get-flow-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 44%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.get-flow-number {
  margin: 0 0 2px;
  font-size: clamp(2.3rem, 3vw, 2.9rem);
  line-height: 1;
  font-weight: var(--font-weight-black);
  color: #7fd8ff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.get-flow-icon {
  width: 44px;
  height: 44px;
  margin: 2px auto 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(160, 196, 239, 0.14));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.get-flow-icon svg {
  width: 21px;
  height: 21px;
  color: #ffffff;
}

.get-flow-inner h3 {
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f7fbff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.get-flow-inner p {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(231, 241, 252, 0.96);
  line-height: 1.62;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.get-flow-item.is-active .get-flow-inner {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.get-flow-item:nth-child(1) .get-flow-number { color: #75d8ff; }
.get-flow-item:nth-child(2) .get-flow-number { color: #ffd7a2; }
.get-flow-item:nth-child(3) .get-flow-number { color: #c8b3ff; }
.get-flow-item:nth-child(1) .get-flow-icon svg { color: #8ce1ff; }
.get-flow-item:nth-child(2) .get-flow-icon svg { color: #ffd7a2; }
.get-flow-item:nth-child(3) .get-flow-icon svg { color: #ccb7ff; }

.get-flow-item:nth-child(1)::before {
  border-image: linear-gradient(135deg, #53d4f8 0%, #7aa0ff 100%) 1;
}

.get-flow-item:nth-child(1)::after {
  border-image: linear-gradient(315deg, #53d4f8 0%, #7aa0ff 100%) 1;
}

.get-flow-item:nth-child(2)::before {
  border-image: linear-gradient(135deg, #ffbe6e 0%, #f08d22 100%) 1;
}

.get-flow-item:nth-child(2)::after {
  border-image: linear-gradient(315deg, #ffbe6e 0%, #f08d22 100%) 1;
}

.get-flow-item:nth-child(3)::before {
  border-image: linear-gradient(135deg, #6fd5f7 0%, #9a63d6 100%) 1;
}

.get-flow-item:nth-child(3)::after {
  border-image: linear-gradient(315deg, #6fd5f7 0%, #9a63d6 100%) 1;
}

.get-started-foot {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  display: grid;
  gap: 6px;
}

.get-live-value {
  margin: 0;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: var(--font-weight-semibold);
}

.get-live-meta {
  margin: 0;
  color: rgba(241, 247, 255, 0.88);
  font-size: 0.82rem;
  text-align: center;
}

.get-live-meta strong {
  color: #ffe2bf;
}

.get-started-actions {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  display: flex;
  gap: var(--space-sm);
  justify-content: center;
  flex-wrap: wrap;
}

.get-started-actions .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.get-started-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.95);
}

.get-progress-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.get-progress-track span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ffd8ab 0%, #f08d22 100%);
  transition: width 0.35s var(--ease-out);
}

/* === AFFILIATE PROGRAM === */
.affiliate-program-section {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 189, 110, 0.14), transparent 34%),
    radial-gradient(circle at 86% 82%, rgba(120, 212, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(34, 52, 78, 0.56) 0%, rgba(25, 43, 67, 0.5) 100%);
}

.affiliate-program-section .section-subtitle,
.recent-transactions-section .section-subtitle {
  color: #ffd2a0;
}

.affiliate-program-section .section-title,
.recent-transactions-section .section-title {
  color: #ffffff;
}

.affiliate-program-section .section-description,
.recent-transactions-section .section-description {
  color: rgba(243, 249, 255, 0.94);
}

.affiliate-levels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.4vw, 20px);
}

.affiliate-program-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.affiliate-overview-item {
  border-radius: 12px;
  border: 1px solid rgba(255, 226, 192, 0.3);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  padding: 10px 12px;
  text-align: center;
  transition: all 0.25s var(--ease-out);
}

.affiliate-overview-item:hover,
.affiliate-overview-item.is-active {
  transform: translateY(-3px);
  border-color: rgba(255, 222, 186, 0.56);
  background: linear-gradient(145deg, rgba(255, 194, 122, 0.22), rgba(111, 213, 247, 0.16));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.affiliate-overview-label {
  display: block;
  font-size: 0.74rem;
  color: rgba(243, 249, 255, 0.84);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.affiliate-overview-value {
  display: block;
  margin-top: 3px;
  color: #ffe0ba;
  font-size: 1rem;
}

.affiliate-level-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 231, 199, 0.28);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  padding: 18px 16px;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), border-color 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), background 0.3s var(--ease-out);
}

.affiliate-level-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 36%;
  height: 100%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  opacity: 0;
  transition: all 0.45s var(--ease-out);
  pointer-events: none;
}

.affiliate-level-card:hover::before,
.affiliate-level-card.is-active::before {
  left: 120%;
  opacity: 1;
}

.affiliate-level-card:hover,
.affiliate-level-card.is-active {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 221, 182, 0.62);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.affiliate-level-card.featured {
  border-color: rgba(255, 214, 166, 0.6);
  background: linear-gradient(150deg, rgba(255, 197, 133, 0.2), rgba(255, 162, 61, 0.1));
}

.affiliate-level-label {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.4rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f7fbff;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}

.affiliate-level-rate {
  margin: 0;
  font-size: clamp(6.6rem, 11vw, 10.2rem);
  line-height: 1;
  color: #ffd8ab;
  font-weight: var(--font-weight-black);
  letter-spacing: -0.02em;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.affiliate-level-card h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1.04rem;
  display: none;
}

.affiliate-level-card p {
  margin: 0;
  color: rgba(241, 247, 255, 0.94);
  font-size: 1rem;
  line-height: 1.55;
}

/* Dedicated typography for card heading/percentage (isolated from other text) */
.affiliate-level-card p.affiliate-card-level {
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-bold);
  margin-bottom: 2px;
}

.affiliate-level-card p.affiliate-card-rate {
  font-size: clamp(4.8rem, 8vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: var(--font-weight-black);
  margin-bottom: 8px;
}

.affiliate-level-card.level-1 .affiliate-level-rate { color: #9ce8ff; }
.affiliate-level-card.level-2 .affiliate-level-rate { color: #ffd8ab; }
.affiliate-level-card.level-3 .affiliate-level-rate { color: #c9ddff; }

.affiliate-path {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 231, 199, 0.24);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
}

.affiliate-path-node {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 6px 10px;
  color: #f4f9ff;
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.25s var(--ease-out);
}

.affiliate-path-node:hover,
.affiliate-path-node.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 225, 189, 0.56);
  background: linear-gradient(145deg, rgba(255, 194, 122, 0.24), rgba(111, 213, 247, 0.18));
}

.affiliate-path-arrow {
  color: #ffd6a4;
  font-weight: var(--font-weight-bold);
}

/* === RECENT TRANSACTIONS === */
.recent-transactions-section {
  padding-bottom: clamp(54px, 6vw, 96px);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 188, 109, 0.14), transparent 34%),
    radial-gradient(circle at 84% 86%, rgba(118, 214, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(30, 48, 73, 0.56) 0%, rgba(24, 40, 63, 0.5) 100%);
}

.recent-transactions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
}

.recent-transactions-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 231, 199, 0.28);
  background: linear-gradient(145deg, rgba(52, 74, 103, 0.62), rgba(31, 50, 76, 0.52));
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
  padding: 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.28s var(--ease-out);
}

.recent-transactions-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 216, 171, 0.2), rgba(113, 219, 255, 0.18), transparent 62%);
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-out);
}

.recent-transactions-card::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  top: -88px;
  right: -72px;
  background: radial-gradient(circle, rgba(255, 198, 130, 0.24), transparent 70%);
  opacity: 0.7;
  pointer-events: none;
  transition: transform 0.35s var(--ease-out), opacity 0.35s var(--ease-out);
}

.recent-transactions-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 223, 187, 0.46);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.recent-transactions-card:hover::before,
.recent-transactions-card.is-focus::before {
  opacity: 0.72;
}

.recent-transactions-card:hover::after,
.recent-transactions-card.is-focus::after {
  opacity: 1;
  transform: scale(1.08);
}

.recent-transactions-title {
  margin: 0 0 12px;
  font-size: 1.08rem;
  color: #ffe2bc;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.recent-count {
  min-width: 34px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 224, 188, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.86rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: transform 0.22s var(--ease-out), border-color 0.22s var(--ease-out), background 0.22s var(--ease-out);
}

.recent-count.is-pulse {
  transform: scale(1.07);
  border-color: rgba(255, 224, 188, 0.64);
  background: linear-gradient(145deg, rgba(255, 203, 139, 0.34), rgba(118, 212, 255, 0.28));
}

.recent-transactions-list {
  display: grid;
  gap: 9px;
}

.recent-transaction-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 10px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
  padding: 8px 11px;
  position: relative;
  overflow: hidden;
  transition: transform 0.24s var(--ease-out), border-color 0.24s var(--ease-out), background 0.24s var(--ease-out), box-shadow 0.24s var(--ease-out);
}

.recent-transaction-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s var(--ease-out);
}

.recent-transaction-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 11px;
  width: 3px;
  border-radius: 10px;
  opacity: 0.65;
  transition: opacity 0.24s var(--ease-out), box-shadow 0.24s var(--ease-out);
}

.recent-transaction-item.deposit::after {
  background: linear-gradient(180deg, rgba(142, 240, 186, 0.9), rgba(76, 198, 145, 0.7));
}

.recent-transaction-item.withdrawal::after {
  background: linear-gradient(180deg, rgba(255, 208, 162, 0.9), rgba(255, 170, 111, 0.72));
}

.recent-transaction-item:hover,
.recent-transaction-item.is-active {
  transform: translateX(4px);
  border-color: rgba(255, 224, 188, 0.44);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.17);
}

.recent-transaction-item:hover::before,
.recent-transaction-item.is-active::before {
  opacity: 1;
}

.recent-transaction-item:hover::after,
.recent-transaction-item.is-active::after {
  opacity: 1;
  box-shadow: 0 0 12px currentColor;
}

.recent-transaction-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  justify-self: center;
  align-self: center;
}

.recent-transaction-avatar svg {
  width: 18px;
  height: 18px;
}

.recent-transaction-item.deposit .recent-transaction-avatar {
  color: #8ef0ba;
  border-color: rgba(142, 240, 186, 0.55);
}

.recent-transaction-item.withdrawal .recent-transaction-avatar {
  color: #ffd0a2;
  border-color: rgba(255, 208, 162, 0.54);
}

.recent-transaction-meta {
  display: grid;
  gap: 0;
}

.recent-user {
  color: #f4f9ff;
  font-size: 0.9rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
}

.recent-payment-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: none;
  padding: 0;
  transition: transform 0.24s var(--ease-out), filter 0.24s var(--ease-out);
}

.recent-payment-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.recent-transaction-item:hover .recent-payment-icon,
.recent-transaction-item.is-active .recent-payment-icon {
  transform: translate(-50%, -50%) scale(1.08);
  filter: drop-shadow(0 0 8px rgba(110, 220, 255, 0.35));
}

.recent-amount {
  color: #8ef0ba;
  font-size: 0.95rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.01em;
}

.recent-transactions-card.withdrawals .recent-amount {
  color: #ffc48e;
}

/* === UNIFIED SECTION SYSTEM === */
.ai-bot-section,
.why-trade-section,
.strategy-section,
.plans-preview-section,
.market-stats-section,
.cta-section,
.get-started-section {
  --section-v-pad: clamp(22px, 3.2vh, 42px);
  min-height: calc(100svh - 80px);
  display: flex;
  align-items: center;
  padding: var(--section-v-pad) 0;
}

.about-overview-section {
  --section-v-pad: clamp(20px, 3vh, 36px);
  display: flex;
  align-items: center;
  padding: var(--section-v-pad) 0;
}

.ai-bot-section,
.strategy-section,
.market-stats-section {
  background: linear-gradient(180deg, rgba(23, 41, 64, 0.56) 0%, rgba(20, 36, 58, 0.5) 100%);
}

.why-trade-section,
.plans-preview-section,
.cta-section,
.get-started-section {
  background: linear-gradient(180deg, rgba(30, 48, 73, 0.54) 0%, rgba(24, 40, 63, 0.48) 100%);
}

.plans-preview-section .section-header {
  max-width: 780px;
  margin-bottom: clamp(16px, 2.2vh, 28px);
}

.ai-bot-section .section-subtitle,
.why-trade-section .section-subtitle,
.strategy-section .section-subtitle,
.plans-preview-section .section-subtitle,
.market-stats-section .section-subtitle,
.cta-section .section-subtitle,
.get-started-section .section-subtitle {
  color: #ffd2a0;
}

.ai-bot-section .section-title,
.why-trade-section .section-title,
.strategy-section .section-title,
.plans-preview-section .section-title,
.market-stats-section .section-title,
.cta-section .section-title,
.get-started-section .section-title {
  color: #ffffff;
}

.ai-feature-item,
.benefit-card,
.strategy-highlight,
.risk-management-visual,
.plan-preview-card,
.stat-card,
.cta-feature {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ai-feature-item:hover,
.benefit-card:hover,
.strategy-highlight:hover,
.risk-management-visual:hover,
.plan-preview-card:hover,
.stat-card:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 213, 165, 0.45);
}

.ai-feature-content h4,
.benefit-title,
.strategy-text h4,
.plan-name,
.stat-value,
.cta-title {
  color: #ffffff;
}

.ai-feature-content p,
.benefit-description,
.strategy-text p,
.plan-duration,
.plan-features li,
.stat-label,
.cta-description,
.section-description {
  color: rgba(243, 248, 255, 0.94);
}

.section-header {
  margin: 0 auto var(--space-xl);
}

.ai-features-list,
.strategy-highlights {
  gap: var(--space-md);
}

.benefits-grid,
.plans-preview-grid,
.stats-grid {
  gap: clamp(14px, 1.5vw, 24px);
}

/* === PREMIUM PLANS POLISH === */
.plans-preview-section {
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 185, 102, 0.18), transparent 34%),
    radial-gradient(circle at 82% 88%, rgba(120, 210, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(36, 54, 80, 0.58) 0%, rgba(28, 45, 69, 0.52) 100%);
}

.plans-preview-grid {
  align-items: stretch;
}

.plans-preview-grid .plan-preview-card {
  border-radius: 16px;
  padding: 12px 12px 10px;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.plans-preview-grid .plan-preview-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.plans-preview-grid .plan-preview-card > * {
  position: relative;
  z-index: 1;
}

.plans-preview-grid .plan-preview-card > .plan-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 46%;
  max-width: 130px;
  min-width: 86px;
  padding: 4px 6px;
  min-height: 22px;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(255, 226, 188, 0.62);
  border-top: none;
  z-index: 4;
}

.plans-preview-grid .plan-preview-card:nth-child(1) {
  background: linear-gradient(150deg, rgba(77, 93, 114, 0.72), rgba(58, 74, 95, 0.66));
  border-color: rgba(203, 214, 226, 0.44);
}

.plans-preview-grid .plan-preview-card:nth-child(2) {
  background: linear-gradient(150deg, rgba(214, 146, 64, 0.36), rgba(149, 89, 34, 0.28));
  border-color: rgba(255, 214, 166, 0.62);
}

.plans-preview-grid .plan-preview-card:nth-child(3) {
  background: linear-gradient(150deg, rgba(94, 111, 129, 0.72), rgba(70, 88, 108, 0.66));
  border-color: rgba(214, 224, 235, 0.44);
}

.plans-preview-grid .plan-name {
  font-size: clamp(0.95rem, 1.05vw, 1.16rem);
}

.plans-preview-grid .plan-preview-card.featured {
  padding-top: 32px;
}

.plans-preview-grid .plan-preview-card.featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: rgba(255, 224, 187, 0.55);
  z-index: 2;
}

.plans-preview-grid .plan-hourly-rate {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  margin-top: 2px;
}

.plans-preview-grid .plan-duration {
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
}

.plans-preview-grid .plan-quick-grid {
  gap: 6px;
}

.plans-preview-grid .plan-quick-item {
  padding: 7px 5px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
}

.plans-preview-grid .plan-live-row {
  font-size: 0.74rem;
}

.plans-preview-grid .btn.btn-full {
  padding: 0.68rem 0.9rem;
  border-radius: 12px;
  font-weight: var(--font-weight-semibold);
}

.plans-preview-grid .plan-preview-card .btn-outline {
  color: #f4f8ff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(17, 33, 52, 0.28);
}

.plans-preview-grid .plan-preview-card .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(23, 43, 67, 0.46);
}

.plans-preview-grid .plan-preview-card.featured .btn-primary {
  background: linear-gradient(135deg, #f08d22 0%, #dc6e00 100%);
  box-shadow: 0 10px 20px rgba(220, 110, 0, 0.28);
}

.plans-preview-grid .plan-preview-card.is-live {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 214, 166, 0.32) inset;
}

.plans-preview-grid .plan-live-dot {
  animation: planPulse 1.8s ease-in-out infinite;
}

@keyframes planPulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.22); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

/* === WHY CHOOSE US (HEX) === */
.why-choose-us-section {
  position: relative;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 190, 112, 0.14), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(122, 214, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(36, 54, 80, 0.56) 0%, rgba(26, 44, 69, 0.5) 100%);
}

.why-choose-us-section .section-subtitle {
  color: #ffd2a0;
}

.why-choose-us-section .section-title {
  color: #ffffff;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.why-choose-us-section .section-description {
  color: rgba(242, 248, 255, 0.95);
}

.why-choose-us-section .text-gradient {
  background: linear-gradient(135deg, #ffb365 0%, #e67e22 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.choose-hex-stage {
  position: relative;
  margin-top: var(--space-lg);
  isolation: isolate;
  background: transparent;
  display: flex;
  justify-content: center;
}

.choose-hex-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: normal;
  opacity: 0.52;
}

.choose-hex-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(160px, auto));
  column-gap: 0;
  row-gap: 0;
  align-items: stretch;
  justify-items: center;
  width: min(980px, calc(100% - 20px));
  max-width: 980px;
  margin: 0 auto;
}

.choose-hex-card {
  position: relative;
  --hex-shift-x: 0px;
  width: clamp(198px, 20vw, 248px);
  height: 244px;
  min-height: 244px;
  padding: 20px 16px 16px;
  background: linear-gradient(155deg, rgba(89, 112, 142, 0.5), rgba(50, 72, 102, 0.34));
  border: 1px solid rgba(214, 229, 248, 0.3);
  clip-path: polygon(23% 1%, 77% 1%, 99% 50%, 77% 99%, 23% 99%, 1% 50%);
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  transition: all 0.3s var(--ease-out);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  overflow: hidden;
  margin-left: -30px;
  margin-right: -30px;
  transform: translateX(var(--hex-shift-x));
}

.choose-hex-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
}

.choose-hex-card:hover {
  transform: translateX(var(--hex-shift-x)) translateY(-4px);
  border-color: rgba(255, 214, 166, 0.56);
  background: linear-gradient(155deg, rgba(106, 129, 160, 0.54), rgba(58, 82, 114, 0.36));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
}

.choose-hex-card.is-active {
  border-color: rgba(255, 216, 170, 0.72);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 216, 170, 0.26) inset;
  background: linear-gradient(155deg, rgba(120, 145, 180, 0.56), rgba(64, 89, 121, 0.42));
}

.choose-hex-card:nth-child(1) { grid-column: 1; grid-row: 1; }
.choose-hex-card:nth-child(2) { grid-column: 1; grid-row: 3; margin-top: -68px; }
.choose-hex-card:nth-child(3) { grid-column: 2; grid-row: 2; margin-top: -34px; --hex-shift-x: 10px; }
.choose-hex-card:nth-child(4) { grid-column: 3; grid-row: 1; }
.choose-hex-card:nth-child(5) { grid-column: 3; grid-row: 3; margin-top: -68px; }
.choose-hex-card:nth-child(6) { grid-column: 4; grid-row: 2; margin-top: -34px; --hex-shift-x: -10px; }
.choose-hex-card:nth-child(7) { grid-column: 5; grid-row: 1; }
.choose-hex-card:nth-child(8) { grid-column: 5; grid-row: 3; margin-top: -68px; }

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

.choose-hex-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(255, 194, 122, 0.44), rgba(233, 131, 36, 0.34));
  border: 1px solid rgba(255, 224, 187, 0.62);
  color: #fff0da;
  box-shadow: 0 8px 18px rgba(225, 138, 49, 0.2);
}

.choose-hex-icon svg {
  width: 22px;
  height: 22px;
}

.choose-hex-card h3 {
  margin: 0;
  font-size: 0.98rem;
  color: #ffffff;
  font-weight: var(--font-weight-semibold);
  line-height: 1.25;
}

.choose-hex-card p {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(243, 249, 255, 0.95);
  line-height: 1.5;
  max-width: 22ch;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === WHY CHOOSE ORBIT (CANVAS) === */
.why-orbit-stage {
  position: relative;
  margin-top: clamp(18px, 2.6vh, 34px);
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid rgba(248, 225, 188, 0.28);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(43, 61, 86, 0.58), rgba(31, 47, 70, 0.54));
  overflow: hidden;
  isolation: isolate;
}

.why-orbit-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 26% 22%, rgba(255, 196, 124, 0.14), transparent 34%),
    radial-gradient(circle at 76% 76%, rgba(124, 214, 255, 0.18), transparent 36%);
  z-index: 0;
  pointer-events: none;
}

.why-orbit-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.84;
}

.why-orbit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1040px, 100%);
  margin: 0 auto;
}

.why-orbit-card {
  position: relative;
  padding: 16px 16px 15px;
  border-radius: 16px;
  border: 1px solid rgba(238, 247, 255, 0.14);
  background: linear-gradient(155deg, rgba(25, 41, 63, 0.86), rgba(17, 30, 48, 0.82));
  box-shadow: 0 10px 24px rgba(6, 14, 26, 0.38);
  transition: transform 0.3s var(--ease-out), border-color 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.why-orbit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 222, 180, 0.54);
  box-shadow: 0 14px 26px rgba(9, 18, 31, 0.44);
}

.why-orbit-card.is-active {
  border-color: rgba(255, 210, 153, 0.68);
  box-shadow: 0 15px 30px rgba(7, 17, 30, 0.46), 0 0 0 1px rgba(255, 210, 153, 0.24) inset;
}

.why-orbit-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffdfbd;
  border: 1px solid rgba(255, 219, 170, 0.44);
  background: linear-gradient(140deg, rgba(255, 178, 85, 0.22), rgba(145, 214, 255, 0.2));
}

.why-orbit-icon svg {
  width: 20px;
  height: 20px;
}

.why-orbit-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #f6f9ff;
  font-weight: var(--font-weight-semibold);
}

.why-orbit-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.56;
  color: rgba(224, 235, 249, 0.92);
  max-width: 36ch;
}

@media (max-width: 1366px) {
  .ai-bot-section,
  .why-trade-section,
  .strategy-section,
  .plans-preview-section,
  .market-stats-section,
  .cta-section,
  .get-started-section {
    min-height: auto;
    padding: clamp(30px, 5vh, 56px) 0;
  }

  .about-overview-section {
    min-height: auto;
    padding: clamp(24px, 4vh, 44px) 0;
  }
}

/* === SCROLL ANIMATIONS === */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-animate.animated {
  opacity: 1;
  transform: translateY(0);
}

.stagger-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.stagger-item.animated {
  opacity: 1;
  transform: translateX(0);
}

.home-page .scroll-animate,
.home-page .scroll-animate.animated,
.home-page .stagger-item,
.home-page .stagger-item.animated {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .about-overview-section,
  .ai-bot-section,
  .why-trade-section,
  .strategy-section,
  .plans-preview-section,
  .market-stats-section,
  .cta-section,
  .get-started-section {
    min-height: auto;
    padding: calc(var(--space-2xl) + 12px) 0;
  }
  .hero-section {
    height: auto;
    min-height: 100svh;
    padding: calc(var(--header-height, 74px) + var(--space-xs)) 0 var(--space-md);
  }
  .hero-stage {
    width: min(860px, 100%);
    grid-template-columns: 1fr;
    margin-top: 0;
    height: auto;
    min-height: auto;
    gap: 16px;
  }
  .ai-bot-content {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }
  .hero-main {
    justify-content: flex-start;
    padding: 4px 0 0;
  }
  .hero-headline {
    max-width: none;
  }
  .hero-copy {
    max-width: none;
  }
  .hero-inline-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-data-rail {
    gap: 14px;
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(148, 212, 249, 0.25);
  }
  .hero-data-rail::before {
    left: 0;
    top: -1px;
    width: 42%;
    height: 2px;
    background: linear-gradient(90deg, rgba(159, 228, 255, 0.9), rgba(159, 228, 255, 0));
  }
  .plans-preview-grid, .benefits-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .strategy-content { grid-template-columns: 1fr; }
  .strategy-info { position: static; }
  .about-overview-grid { grid-template-columns: 1fr; }
  .about-points-list { gap: 8px; }
  .about-overview-card { padding: var(--space-md); }
  .about-overview-content { padding: var(--space-md); }
  .choose-hex-canvas {
    display: none;
  }
  .choose-hex-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 12px;
  }
  .choose-hex-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
  .why-orbit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .why-orbit-card {
    padding: 14px;
  }
  .get-started-flow {
    grid-template-columns: 1fr;
  }
  .affiliate-levels-grid {
    grid-template-columns: 1fr;
  }
  .affiliate-program-overview {
    grid-template-columns: 1fr;
  }
  .recent-transactions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: calc(var(--header-height, 70px) + var(--space-xs)) 0 var(--space-sm);
  }
  .hero-main {
    padding-top: 2px;
  }
  .hero-kicker {
    margin-bottom: 12px;
    font-size: 0.69rem;
  }
  .hero-headline {
    font-size: clamp(1.9rem, 8.2vw, 2.9rem);
    margin-bottom: 10px;
    min-height: 3.8em;
  }
  .hero-copy {
    font-size: 0.95rem;
    line-height: 1.62;
  }
  .hero-cta-row {
    margin-top: 16px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 8px;
  }
  .hero-cta {
    width: 100%;
    min-width: 0;
    padding: 11px 14px;
  }
  .hero-live-head {
    row-gap: 6px;
    flex-wrap: wrap;
  }
  .hero-live-clock {
    margin-left: 0;
  }
  .hero-ticker-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "pair price"
      "change change";
    row-gap: 2px;
  }
  .hero-ticker-pair {
    grid-area: pair;
  }
  .hero-ticker-price {
    grid-area: price;
    justify-self: end;
  }
  .hero-ticker-change {
    grid-area: change;
    justify-self: start;
  }
  .hero-inline-metrics { grid-template-columns: 1fr; }
  .hero-inline-metric {
    padding: 10px 0;
  }
  .hero-inline-metric + .hero-inline-metric {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(153, 215, 250, 0.24);
  }
  .hero-stream-metrics .hero-inline-metrics {
    grid-template-columns: 1fr;
  }
  .hero-stream-metrics .hero-inline-metric + .hero-inline-metric {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(153, 215, 250, 0.24);
  }
  .hero-live-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "label value"
      "meta meta";
    row-gap: 3px;
  }
  .hero-live-label {
    grid-area: label;
  }
  .hero-live-value {
    grid-area: value;
    justify-self: end;
  }
  .hero-live-meta {
    grid-area: meta;
    justify-self: start;
  }
  .hero-route-list li {
    padding: 9px 0;
  }
  .about-overview-actions { flex-direction: column; }
  .about-overview-actions .btn { width: 100%; }
  .choose-hex-grid { grid-template-columns: 1fr; }
  .choose-hex-card {
    clip-path: none;
    border-radius: 14px;
    min-height: auto;
    padding: 16px 14px;
  }
  .why-orbit-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .why-orbit-card {
    padding: 13px 12px;
  }
  .why-orbit-icon {
    width: 40px;
    height: 40px;
  }
  .recent-transaction-item {
    grid-template-columns: 44px 1fr auto;
    gap: 6px;
  }
  .recent-payment-icon {
    width: auto;
    height: auto;
    position: static;
    transform: none;
    z-index: 1;
  }
  .recent-payment-icon img {
    width: 22px;
    height: 22px;
  }
  .recent-transaction-item:hover .recent-payment-icon,
  .recent-transaction-item.is-active .recent-payment-icon {
    transform: scale(1.05);
  }
  .recent-amount {
    grid-column: 1 / -1;
    text-align: right;
  }
  .hero-section::after {
    background:
      radial-gradient(circle at 70% 20%, rgba(121, 223, 255, 0.26) 0%, rgba(121, 223, 255, 0.08) 24%, transparent 52%),
      radial-gradient(circle at 14% 86%, rgba(78, 228, 204, 0.16) 0%, transparent 34%);
  }
  .stats-grid { grid-template-columns: 1fr; }
  .cta-title { font-size: var(--font-size-3xl); }
}

@media (max-height: 860px) and (min-width: 1025px) {
  .hero-headline {
    font-size: clamp(1.8rem, 3.35vw, 3.35rem);
  }

  .hero-copy {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-cta {
    min-width: 168px;
    padding: 10px 14px;
  }

  .hero-route-foot {
    font-size: 0.68rem;
  }
}

@media (max-width: 640px) {
  .home-page .section-padding {
    padding: clamp(42px, 10vw, 62px) 0;
  }

  .home-page .section-header {
    margin-bottom: var(--space-lg);
    padding: 0 2px;
  }

  .home-page .section-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .home-page .section-description {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .home-page .hero-section {
    padding-top: calc(var(--header-height, 70px) + 10px);
    padding-bottom: 12px;
  }

  .home-page .hero-stage {
    gap: 12px;
  }

  .home-page .hero-data-rail {
    gap: 12px;
  }

  .home-page .hero-headline {
    font-size: clamp(1.7rem, 8.4vw, 2.45rem);
    min-height: 3.55em;
  }

  .home-page .hero-live-grid {
    gap: 0;
  }

  .home-page .about-overview-tag {
    position: static;
    margin-top: 10px;
    display: inline-block;
  }

  .home-page .about-overview-visual {
    padding: 10px;
  }

  .home-page .plan-preview-card {
    padding: 12px 10px 10px;
  }

  .home-page .get-started-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-page .affiliate-path {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 8px;
  }

  .home-page .affiliate-path-arrow {
    display: none;
  }

  .home-page .recent-transactions-card {
    padding: 14px 10px;
  }

  .home-page .recent-transactions-title {
    margin-bottom: 10px;
  }

  .home-page .recent-transactions-list {
    max-height: none;
  }
}

@media (max-width: 480px) {
  .home-page .hero-section {
    padding-top: calc(var(--header-height, 70px) + 8px);
    padding-bottom: 10px;
  }

  .home-page .hero-kicker {
    width: 100%;
    justify-content: center;
  }

  .home-page .hero-headline {
    font-size: clamp(1.58rem, 8.6vw, 2rem);
    letter-spacing: -0.02em;
    min-height: 3.35em;
  }

  .home-page .hero-copy {
    font-size: 0.9rem;
  }

  .home-page .hero-inline-value,
  .home-page .hero-live-value {
    font-size: 0.98rem;
  }

  .home-page .hero-route-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .home-page .plan-quick-grid {
    grid-template-columns: 1fr;
  }

  .home-page .why-orbit-card {
    padding: 11px 10px;
  }

  .home-page .why-orbit-icon {
    width: 36px;
    height: 36px;
  }

  .home-page .recent-transaction-item {
    grid-template-columns: 38px 1fr auto;
  }

  .home-page .recent-user {
    font-size: 0.82rem;
  }

  .home-page .recent-amount {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .home-page .footer-content {
    padding: 1.2rem 0.9rem 1rem;
  }

  .home-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .home-page .footer-brand,
  .home-page .footer-links-shell,
  .home-page .footer-contact-card {
    padding: 0.75rem;
    border: 1px solid rgba(170, 218, 249, 0.2);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(26, 46, 70, 0.54), rgba(18, 34, 54, 0.44));
  }

  .home-page .footer-logo {
    margin-bottom: 0.55rem;
  }

  .home-page .footer-description {
    margin-bottom: 0;
    font-size: 0.87rem;
    line-height: 1.5;
  }

  .home-page .footer-shell-title {
    margin-bottom: 0.5rem;
  }

  .home-page .footer-links-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .home-page .footer-section-title {
    font-size: 0.88rem;
    margin-bottom: 0.45rem;
  }

  .home-page .footer-link {
    margin-bottom: 0.28rem;
  }

  .home-page .footer-link a {
    font-size: 0.83rem;
    padding: 0.1rem 0;
  }

  .home-page .footer-contact-item {
    padding: 0.5rem 0.56rem;
    border-radius: 10px;
  }

  .home-page .footer-contact-text strong {
    font-size: 0.82rem;
  }

  .home-page .footer-contact-text small {
    font-size: 0.74rem;
  }

  .home-page .footer-bottom {
    justify-content: center;
    text-align: center;
    padding-top: 0.75rem;
    gap: 0.55rem;
  }

  .home-page .footer-copyright {
    width: 100%;
    font-size: 0.78rem;
  }

  .home-page .footer-legal {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .home-page .footer-legal a {
    font-size: 0.78rem;
    border: 1px solid rgba(169, 218, 249, 0.25);
    border-radius: 999px;
    padding: 0.3rem 0.58rem;
    background: rgba(17, 34, 54, 0.5);
  }
}

@media (max-width: 480px) {
  .home-page .footer-links-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem;
  }
}

/* === FULLSCREEN SECTION RHYTHM === */
.home-page .about-overview-section,
.home-page .plans-preview-section,
.home-page .why-choose-us-section,
.home-page .affiliate-program-section,
.home-page .recent-transactions-section,
.home-page .cta-section {
  --section-v-pad: clamp(20px, 3vh, 40px);
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: var(--section-v-pad) 0;
}

/* === ABOUT RADAR REDESIGN === */
.about-overview-section {
  position: relative;
  background:
    radial-gradient(circle at 14% 22%, rgba(106, 192, 255, 0.14) 0%, rgba(106, 192, 255, 0) 40%),
    radial-gradient(circle at 86% 76%, rgba(66, 228, 206, 0.12) 0%, rgba(66, 228, 206, 0) 38%),
    linear-gradient(180deg, rgba(10, 21, 37, 0.9) 0%, rgba(7, 18, 33, 0.92) 100%);
  overflow: hidden;
}

.about-overview-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(149, 216, 255, 0.032) 0, rgba(149, 216, 255, 0.032) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

.about-radar-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(147, 217, 255, 0.28);
  padding: clamp(16px, 2.1vw, 30px);
  background: linear-gradient(150deg, rgba(11, 30, 52, 0.76), rgba(8, 22, 39, 0.72));
  box-shadow: 0 20px 46px rgba(2, 10, 20, 0.34), inset 0 1px 0 rgba(191, 238, 255, 0.11);
}

.about-radar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(0, 0.93fr);
  gap: clamp(12px, 1.6vw, 20px);
  align-items: stretch;
}

.about-radar-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.about-radar-copy .section-subtitle {
  margin-bottom: 2px;
  color: #97ebff;
}

.about-radar-copy .section-title {
  margin: 0;
  font-size: clamp(1.58rem, 2.22vw, 2.45rem);
  line-height: 1.16;
  color: #f4f9ff;
}

.about-radar-copy .section-description {
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  line-height: 1.62;
  color: rgba(216, 232, 248, 0.92);
}

.about-radar-lanes {
  display: grid;
  gap: 9px;
}

.about-radar-lane {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(151, 216, 250, 0.24);
  background: rgba(11, 28, 47, 0.54);
}

.about-radar-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(153, 223, 255, 0.4);
  color: #def5ff;
  font-size: 0.68rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.08em;
}

.about-radar-lane h3 {
  margin: 1px 0 3px;
  color: #e8f7ff;
  font-size: 0.92rem;
  font-weight: var(--font-weight-semibold);
}

.about-radar-lane p {
  margin: 0;
  color: rgba(187, 212, 234, 0.92);
  font-size: 0.85rem;
  line-height: 1.46;
}

.about-radar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-radar-actions .btn {
  min-width: 176px;
}

.about-radar-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  padding-left: clamp(10px, 1.2vw, 16px);
  border-left: 1px solid rgba(146, 214, 249, 0.24);
}

.about-radar-visual {
  position: relative;
  min-height: 230px;
  border-radius: 16px;
  border: 1px solid rgba(149, 215, 250, 0.26);
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 196, 124, 0.2) 0%, rgba(255, 196, 124, 0) 40%),
    radial-gradient(circle at 76% 72%, rgba(110, 205, 255, 0.22) 0%, rgba(110, 205, 255, 0) 44%),
    linear-gradient(145deg, rgba(13, 34, 57, 0.72), rgba(9, 24, 41, 0.66));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-radar-visual img {
  width: min(100%, 410px);
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.34));
}

.about-radar-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 10px;
  border: 1px solid rgba(155, 222, 255, 0.44);
  background: rgba(8, 25, 43, 0.78);
  display: grid;
  gap: 1px;
}

.about-radar-badge span {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(171, 201, 225, 0.94);
}

.about-radar-badge strong {
  color: #e9f8ff;
  font-size: 1.02rem;
  line-height: 1.05;
}

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

.about-radar-stat {
  border: 1px solid rgba(151, 217, 250, 0.22);
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(9, 24, 41, 0.62);
  display: grid;
  gap: 3px;
}

.about-radar-stat span {
  color: rgba(168, 197, 222, 0.96);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-radar-stat strong {
  color: #e7f6ff;
  font-size: 0.85rem;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .home-page .about-overview-section,
  .home-page .plans-preview-section,
  .home-page .why-choose-us-section,
  .home-page .affiliate-program-section,
  .home-page .recent-transactions-section,
  .home-page .cta-section {
    min-height: auto;
    padding: calc(var(--space-2xl) + 10px) 0;
  }

  .about-radar-shell {
    padding: 14px;
  }

  .about-radar-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-radar-panel {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(146, 214, 249, 0.2);
    padding-top: 12px;
  }
}

@media (max-width: 768px) {
  .about-radar-copy .section-title {
    font-size: clamp(1.38rem, 6.6vw, 1.95rem);
  }

  .about-radar-copy .section-description {
    font-size: 0.9rem;
  }

  .about-radar-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-radar-actions .btn {
    min-width: 0;
    width: 100%;
  }

  .about-radar-stats {
    grid-template-columns: 1fr;
  }
}

/* === ABOUT FUSION LAYOUT (NEW) === */
.about-overview-section {
  position: relative;
  background:
    radial-gradient(circle at 16% 22%, rgba(95, 193, 255, 0.14) 0%, rgba(95, 193, 255, 0) 42%),
    radial-gradient(circle at 82% 80%, rgba(66, 223, 202, 0.12) 0%, rgba(66, 223, 202, 0) 40%),
    linear-gradient(180deg, rgba(8, 20, 35, 0.92) 0%, rgba(6, 16, 30, 0.94) 100%);
  overflow: hidden;
}

.about-overview-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(149, 216, 255, 0.028) 0, rgba(149, 216, 255, 0.028) 1px, transparent 1px, transparent 42px);
  pointer-events: none;
}

.about-fusion-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(14px, 1.9vw, 22px);
  width: 100%;
  padding: clamp(6px, 1vh, 12px) 0;
}

.about-fusion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
}

.about-fusion-copy {
  display: grid;
  align-content: start;
  gap: 10px;
  padding-right: clamp(10px, 1.4vw, 18px);
}

.about-fusion-copy .section-subtitle {
  margin: 0;
  color: #95ebff;
}

.about-fusion-copy .section-title {
  margin: 0;
  font-size: clamp(1.36rem, 1.8vw, 2.06rem);
  line-height: 1.18;
  color: #f3f9ff;
}

.about-fusion-copy .section-description {
  margin: 0;
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  line-height: 1.64;
  color: rgba(214, 230, 247, 0.93);
  max-width: 60ch;
}

.about-fusion-actions {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-fusion-actions .btn {
  min-width: 174px;
}

.about-fusion-flow {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 4px;
  padding: 8px 0;
  border-top: 1px solid rgba(149, 217, 252, 0.24);
  border-bottom: 1px solid rgba(149, 217, 252, 0.2);
}

.about-fusion-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 9px 0 10px;
  border-bottom: 1px dashed rgba(150, 216, 250, 0.22);
}

.about-fusion-stage:last-child {
  border-bottom: 0;
}

.about-fusion-index {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(154, 223, 255, 0.42);
  color: #dcf4ff;
  font-size: 0.7rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 28, 47, 0.4);
}

.about-fusion-stage-copy h3 {
  margin: 2px 0 4px;
  color: #e6f6ff;
  font-size: 0.96rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.02em;
}

.about-fusion-stage-copy p {
  margin: 0;
  color: rgba(186, 209, 230, 0.94);
  font-size: 0.9rem;
  line-height: 1.52;
}

.about-fusion-meta {
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.about-fusion-meta span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(173, 201, 225, 0.94);
  position: relative;
}

.about-fusion-meta span + span::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(146, 220, 255, 0.62);
  transform: translateY(-50%);
}

.about-fusion-visual {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.about-fusion-visual-frame {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: clamp(380px, 58vh, 620px);
  border-radius: 22px;
  border: 1px solid rgba(151, 218, 251, 0.3);
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 198, 126, 0.16) 0%, rgba(255, 198, 126, 0) 38%),
    radial-gradient(circle at 78% 78%, rgba(108, 203, 255, 0.2) 0%, rgba(108, 203, 255, 0) 42%),
    linear-gradient(150deg, rgba(10, 28, 49, 0.78), rgba(6, 18, 32, 0.76));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  isolation: isolate;
}

.about-fusion-visual-frame::before {
  content: '';
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(162, 224, 255, 0.22);
  box-shadow: 0 0 0 22px rgba(126, 210, 255, 0.06), 0 0 0 44px rgba(126, 210, 255, 0.03);
  opacity: 0.78;
  z-index: 0;
}

.about-fusion-visual-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(159, 219, 252, 0.03) 0, rgba(159, 219, 252, 0.03) 1px, transparent 1px, transparent 24px),
    linear-gradient(105deg, rgba(146, 225, 255, 0) 10%, rgba(146, 225, 255, 0.14) 52%, rgba(146, 225, 255, 0) 84%);
  animation: aboutFusionSweep 4.6s linear infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes aboutFusionSweep {
  0% {
    transform: translateX(-48%);
  }
  100% {
    transform: translateX(48%);
  }
}

.about-fusion-visual-label {
  margin: 0;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(157, 224, 255, 0.44);
  color: #d9f3ff;
  font-size: 0.7rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(8, 24, 42, 0.72);
  z-index: 2;
}

.about-fusion-visual-frame img {
  width: min(100%, 560px);
  max-height: calc(100% - 92px);
  object-fit: contain;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.34));
  position: relative;
  z-index: 2;
}

.about-fusion-visual-note {
  margin: 0;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  color: rgba(177, 205, 229, 0.92);
  font-size: 0.76rem;
  line-height: 1.52;
  letter-spacing: 0.03em;
  text-align: center;
  max-width: none;
  z-index: 2;
}

@media (max-width: 1024px) {
  .about-fusion-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-fusion-copy {
    padding-right: 0;
  }

  .about-fusion-flow {
    margin-top: 2px;
  }

  .about-fusion-visual-frame {
    min-height: clamp(330px, 62vw, 500px);
  }
}

@media (max-width: 768px) {
  .about-fusion-copy .section-title {
    font-size: clamp(1.38rem, 6.7vw, 1.95rem);
  }

  .about-fusion-copy .section-description {
    font-size: 1rem;
    line-height: 1.58;
  }

  .about-fusion-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-fusion-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .about-fusion-visual-note {
    text-align: left;
    left: 12px;
    right: 12px;
  }
}

/* === PLANS LAB REDESIGN === */
.plans-preview-section {
  position: relative;
  background:
    radial-gradient(circle at 22% 18%, rgba(91, 191, 255, 0.14) 0%, rgba(91, 191, 255, 0) 40%),
    radial-gradient(circle at 84% 82%, rgba(70, 224, 202, 0.12) 0%, rgba(70, 224, 202, 0) 38%),
    linear-gradient(180deg, rgba(9, 20, 36, 0.9) 0%, rgba(7, 18, 31, 0.92) 100%);
  overflow: hidden;
}

.plans-preview-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(145, 215, 255, 0.03) 0, rgba(145, 215, 255, 0.03) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

.plans-lab-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
}

.plans-lab-head {
  max-width: 72ch;
}

.plans-lab-head .section-subtitle {
  margin-bottom: 6px;
  color: #93ebff;
}

.plans-lab-head .section-title {
  margin: 0 0 8px;
  font-size: clamp(1.56rem, 2.35vw, 2.55rem);
  line-height: 1.16;
  color: #f3f9ff;
}

.plans-lab-head .section-description {
  margin: 0;
  font-size: clamp(0.92rem, 1.02vw, 1.05rem);
  line-height: 1.62;
  color: rgba(214, 230, 247, 0.92);
}

.plans-lab-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.25vw, 16px);
  align-items: stretch;
}

.plans-lab-node {
  --plan-accent: #9ceeff;
  --plan-accent-glow: rgba(156, 238, 255, 0.62);
  --plan-border-strong: rgba(166, 223, 251, 0.28);
  --plan-border-soft: rgba(166, 223, 251, 0.18);
  --plan-row-border: rgba(166, 223, 251, 0.18);
  --plan-bg-a: rgba(18, 40, 64, 0.42);
  --plan-bg-b: rgba(12, 29, 49, 0.36);
  --plan-bg-hover-a: rgba(22, 47, 74, 0.52);
  --plan-bg-hover-b: rgba(14, 34, 57, 0.45);
  --plan-rate-color: #ebf9ff;
  --plan-strong-color: #e8f7ff;
  position: relative;
  padding: 12px 12px 10px 16px;
  border-left: 1px solid var(--plan-border-strong);
  border-top: 1px solid var(--plan-border-soft);
  border-bottom: 1px solid rgba(149, 217, 251, 0.16);
  background: linear-gradient(150deg, var(--plan-bg-a), var(--plan-bg-b));
  display: grid;
  gap: 10px;
  min-height: 100%;
  transition: border-color 0.24s var(--ease-out), background 0.24s var(--ease-out), transform 0.24s var(--ease-out), box-shadow 0.24s var(--ease-out);
}

.plans-lab-node::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--plan-accent);
  box-shadow: 0 0 14px var(--plan-accent-glow);
}

.plans-lab-node:hover,
.plans-lab-node.is-focus {
  border-left-color: var(--plan-accent);
  border-top-color: var(--plan-border-strong);
  background: linear-gradient(150deg, var(--plan-bg-hover-a), var(--plan-bg-hover-b));
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(4, 12, 24, 0.22);
}

.plans-lab-node-name {
  margin: 0;
  color: #d9f4ff;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.plans-lab-rate {
  margin: 0;
  display: grid;
  gap: 4px;
}

.plans-lab-rate span {
  color: rgba(167, 197, 223, 0.96);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plans-lab-rate strong {
  color: var(--plan-rate-color);
  font-size: clamp(1.42rem, 2.1vw, 2rem);
  line-height: 1.05;
  font-weight: var(--font-weight-bold);
}

.plans-lab-specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.plans-lab-specs li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  padding-bottom: 7px;
  border-bottom: 1px dashed var(--plan-row-border);
}

.plans-lab-specs li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.plans-lab-specs span {
  color: rgba(170, 198, 222, 0.95);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plans-lab-specs strong {
  color: var(--plan-strong-color);
  font-size: 0.9rem;
  font-weight: var(--font-weight-semibold);
  text-align: right;
}

.plans-lab-node.plan-alpha {
  --plan-accent: #a7f1ff;
  --plan-accent-glow: rgba(167, 241, 255, 0.64);
  --plan-border-strong: rgba(167, 241, 255, 0.34);
  --plan-border-soft: rgba(167, 241, 255, 0.22);
  --plan-row-border: rgba(167, 241, 255, 0.18);
  --plan-rate-color: #eaf9ff;
  --plan-strong-color: #e6f7ff;
}

.plans-lab-node.plan-beta {
  --plan-accent: #ffe1b7;
  --plan-accent-glow: rgba(255, 225, 183, 0.6);
  --plan-border-strong: rgba(255, 225, 183, 0.34);
  --plan-border-soft: rgba(255, 225, 183, 0.22);
  --plan-row-border: rgba(255, 225, 183, 0.18);
  --plan-bg-a: rgba(45, 40, 31, 0.42);
  --plan-bg-b: rgba(30, 25, 19, 0.34);
  --plan-bg-hover-a: rgba(56, 49, 38, 0.5);
  --plan-bg-hover-b: rgba(36, 30, 22, 0.42);
  --plan-rate-color: #fff0d5;
  --plan-strong-color: #fff4df;
}

.plans-lab-node.plan-gamma {
  --plan-accent: #bcf8de;
  --plan-accent-glow: rgba(188, 248, 222, 0.62);
  --plan-border-strong: rgba(188, 248, 222, 0.34);
  --plan-border-soft: rgba(188, 248, 222, 0.22);
  --plan-row-border: rgba(188, 248, 222, 0.18);
  --plan-bg-a: rgba(24, 44, 39, 0.42);
  --plan-bg-b: rgba(16, 31, 28, 0.34);
  --plan-bg-hover-a: rgba(30, 54, 47, 0.5);
  --plan-bg-hover-b: rgba(19, 37, 33, 0.42);
  --plan-rate-color: #e2fff2;
  --plan-strong-color: #deffef;
}

.plans-lab-foot {
  border-top: 1px solid rgba(149, 217, 251, 0.22);
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.plans-lab-note {
  margin: 0;
  color: rgba(177, 205, 229, 0.92);
  font-size: 0.8rem;
  line-height: 1.52;
  max-width: 62ch;
}

@media (max-width: 1024px) {
  .plans-lab-track {
    grid-template-columns: 1fr;
  }

  .plans-lab-node {
    padding-left: 14px;
  }

  .plans-lab-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .plans-lab-head .section-title {
    font-size: clamp(1.35rem, 6.3vw, 2rem);
  }

  .plans-lab-head .section-description {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .plans-lab-foot .btn {
    width: 100%;
  }
}

/* === WHY COMMAND REDESIGN === */
.why-choose-us-section {
  position: relative;
  background:
    radial-gradient(circle at 14% 18%, rgba(109, 201, 255, 0.14) 0%, rgba(109, 201, 255, 0) 44%),
    radial-gradient(circle at 88% 78%, rgba(89, 235, 213, 0.12) 0%, rgba(89, 235, 213, 0) 42%),
    linear-gradient(180deg, rgba(10, 22, 38, 0.9) 0%, rgba(7, 18, 31, 0.93) 100%);
  overflow: hidden;
}

.why-choose-us-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(145, 215, 255, 0.03) 0, rgba(145, 215, 255, 0.03) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

.why-command-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(14px, 1.9vw, 28px);
  align-items: center;
}

.why-command-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding-right: clamp(2px, 1vw, 14px);
}

.why-command-copy .section-subtitle {
  margin: 0;
  color: #94ecff;
}

.why-command-copy .section-title {
  margin: 0;
  color: #f3f9ff;
  font-size: clamp(1.48rem, 2.15vw, 2.32rem);
  line-height: 1.18;
}

.why-command-copy .section-description {
  margin: 0;
  color: rgba(214, 232, 248, 0.92);
  font-size: clamp(0.9rem, 0.97vw, 1rem);
  line-height: 1.64;
  max-width: 60ch;
}

.why-command-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.why-command-status p {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(149, 217, 251, 0.24);
  background: rgba(10, 26, 44, 0.64);
  display: grid;
  gap: 3px;
}

.why-command-status span {
  color: rgba(169, 198, 223, 0.94);
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-command-status strong {
  color: #e8f7ff;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: var(--font-weight-semibold);
}

.why-command-points {
  display: grid;
  gap: 10px;
  padding-left: 3px;
}

.why-command-point {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 0;
  border: 0;
}

.why-command-point em {
  margin: 0;
  font-style: normal;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(149, 217, 251, 0.4);
  background: rgba(9, 25, 42, 0.72);
  color: #dff5ff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-semibold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(149, 217, 251, 0.14) inset;
}

.why-command-point > div {
  position: relative;
  padding: 2px 0 10px 12px;
}

.why-command-point > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 1px;
  background: linear-gradient(180deg, rgba(152, 232, 255, 0.5), rgba(152, 232, 255, 0.16));
}

.why-command-point span {
  display: block;
  color: #def5ff;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.why-command-point p {
  margin: 5px 0 0;
  color: rgba(183, 210, 232, 0.92);
  font-size: 0.85rem;
  line-height: 1.5;
}

.why-command-footnote {
  margin: 0;
  color: rgba(169, 198, 223, 0.92);
  font-size: 0.78rem;
  line-height: 1.52;
}

.why-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.why-command-actions .btn {
  min-width: 176px;
}

.why-orbit-stage {
  position: relative;
  margin-top: 0;
  padding: clamp(14px, 1.55vw, 20px);
  border-radius: 18px;
  border: 1px solid rgba(149, 217, 251, 0.24);
  background: linear-gradient(150deg, rgba(11, 28, 47, 0.68), rgba(7, 21, 36, 0.66));
  overflow: hidden;
  isolation: isolate;
  min-height: 100%;
}

.why-orbit-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 22%, rgba(126, 215, 255, 0.14), transparent 40%),
    radial-gradient(circle at 80% 78%, rgba(121, 243, 212, 0.12), transparent 44%);
  z-index: 0;
  pointer-events: none;
}

.why-orbit-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.74;
}

.why-orbit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
  margin: 0;
}

.why-orbit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(149, 217, 251, 0.2);
}

.why-orbit-title {
  margin: 0;
  color: #e8f7ff;
  font-size: 0.85rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.why-orbit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.36rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 217, 251, 0.34);
  background: rgba(9, 25, 42, 0.74);
  color: #bcefff;
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.why-orbit-card {
  position: relative;
  padding: 10px 12px 11px 14px;
  border-left: 1px solid rgba(149, 217, 251, 0.3);
  border-bottom: 1px solid rgba(149, 217, 251, 0.18);
  border-radius: 0;
  background: linear-gradient(94deg, rgba(17, 40, 64, 0.52), rgba(11, 28, 47, 0.46));
  box-shadow: none;
  display: grid;
  gap: 6px;
  transition: border-color 0.26s var(--ease-out), background 0.26s var(--ease-out), transform 0.26s var(--ease-out), box-shadow 0.26s var(--ease-out);
}

.why-orbit-card:hover {
  transform: translateX(2px);
  border-left-color: rgba(153, 227, 255, 0.72);
  background: linear-gradient(94deg, rgba(20, 47, 75, 0.62), rgba(13, 33, 55, 0.54));
}

.why-orbit-card.is-active {
  border-left-color: #98e8ff;
  background: linear-gradient(94deg, rgba(22, 51, 82, 0.66), rgba(13, 35, 58, 0.58));
  box-shadow: 0 0 0 1px rgba(152, 232, 255, 0.16) inset;
}

.why-orbit-row-head {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.why-orbit-row-head span {
  color: rgba(182, 210, 232, 0.95);
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-orbit-row-head strong {
  color: #e5f6ff;
  font-size: 0.96rem;
  font-weight: var(--font-weight-semibold);
}

.why-orbit-row-copy {
  margin: 0;
  color: rgba(184, 211, 234, 0.92);
  font-size: 0.83rem;
  line-height: 1.48;
}

.why-orbit-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-top: 2px;
}

.why-orbit-metrics div {
  border: 1px solid rgba(149, 217, 251, 0.24);
  background: rgba(9, 25, 42, 0.68);
  padding: 8px 10px;
  display: grid;
  gap: 2px;
}

.why-orbit-metrics span {
  color: rgba(171, 200, 224, 0.94);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-orbit-metrics strong {
  color: #e8f7ff;
  font-size: 0.84rem;
  font-weight: var(--font-weight-semibold);
}

@media (max-width: 1024px) {
  .why-command-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .why-command-copy {
    padding-right: 0;
  }

  .why-orbit-stage {
    min-height: 0;
  }

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

@media (max-width: 768px) {
  .why-command-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .why-command-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .why-orbit-head {
    flex-direction: column;
    align-items: flex-start;
  }

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

/* === AFFILIATE ENGINE REDESIGN === */
.affiliate-program-section {
  position: relative;
  background:
    radial-gradient(circle at 16% 20%, rgba(104, 199, 255, 0.14) 0%, rgba(104, 199, 255, 0) 42%),
    radial-gradient(circle at 86% 78%, rgba(104, 237, 214, 0.12) 0%, rgba(104, 237, 214, 0) 40%),
    linear-gradient(180deg, rgba(9, 21, 36, 0.91) 0%, rgba(7, 18, 31, 0.93) 100%);
  overflow: hidden;
}

.affiliate-program-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(145, 215, 255, 0.03) 0, rgba(145, 215, 255, 0.03) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

.affiliate-neural-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.affiliate-neural-head {
  max-width: 72ch;
}

.affiliate-neural-head .section-subtitle {
  margin: 0 0 6px;
  color: #95edff;
}

.affiliate-neural-head .section-title {
  margin: 0 0 8px;
  font-size: clamp(1.54rem, 2.28vw, 2.48rem);
  line-height: 1.15;
  color: #f2f9ff;
}

.affiliate-neural-head .section-description {
  margin: 0;
  color: rgba(214, 232, 248, 0.92);
  font-size: clamp(0.9rem, 1vw, 1.03rem);
  line-height: 1.6;
}

.affiliate-program-overview {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.affiliate-overview-item {
  padding: 10px 12px 11px;
  border-left: 1px solid rgba(149, 217, 251, 0.3);
  border-top: 1px solid rgba(149, 217, 251, 0.2);
  border-radius: 0;
  background: linear-gradient(140deg, rgba(14, 34, 56, 0.56), rgba(9, 23, 39, 0.5));
  box-shadow: none;
  transition: border-color 0.24s var(--ease-out), background 0.24s var(--ease-out), transform 0.24s var(--ease-out);
}

.affiliate-overview-item:hover,
.affiliate-overview-item.is-active {
  transform: translateY(-2px);
  border-left-color: #98e8ff;
  border-top-color: rgba(152, 232, 255, 0.36);
  background: linear-gradient(140deg, rgba(17, 41, 68, 0.62), rgba(11, 28, 48, 0.56));
}

.affiliate-overview-label {
  color: rgba(170, 198, 222, 0.94);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.affiliate-overview-value {
  margin-top: 4px;
  color: #e8f7ff;
  font-size: 1rem;
  line-height: 1.2;
}

.affiliate-levels-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.affiliate-level-card {
  position: relative;
  padding: 12px 13px 12px 16px;
  border-left: 1px solid rgba(149, 217, 251, 0.32);
  border-bottom: 1px solid rgba(149, 217, 251, 0.18);
  border-radius: 0;
  background: linear-gradient(140deg, rgba(13, 31, 53, 0.58), rgba(8, 23, 38, 0.52));
  box-shadow: none;
  transition: border-color 0.24s var(--ease-out), background 0.24s var(--ease-out), transform 0.24s var(--ease-out);
}

.affiliate-level-card::before {
  display: none;
}

.affiliate-level-card:hover,
.affiliate-level-card.is-active {
  transform: translateX(2px);
  border-left-color: #9deeff;
  background: linear-gradient(140deg, rgba(16, 38, 63, 0.64), rgba(11, 29, 49, 0.58));
}

.affiliate-level-card.featured {
  border-left-color: rgba(255, 221, 176, 0.58);
  background: linear-gradient(140deg, rgba(36, 31, 23, 0.56), rgba(23, 19, 13, 0.5));
}

.affiliate-level-card.featured:hover,
.affiliate-level-card.featured.is-active {
  border-left-color: #ffe2b6;
  background: linear-gradient(140deg, rgba(46, 40, 29, 0.62), rgba(30, 25, 17, 0.56));
}

.affiliate-level-label {
  margin: 0;
  color: rgba(171, 200, 224, 0.94);
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.affiliate-level-rate {
  margin: 4px 0 7px;
  font-size: clamp(1.2rem, 1.9vw, 1.7rem);
  line-height: 1;
  font-weight: var(--font-weight-bold);
}

.affiliate-level-card p {
  margin: 0;
  color: rgba(183, 210, 232, 0.92);
  font-size: 0.83rem;
  line-height: 1.5;
}

.affiliate-level-card p.affiliate-card-level {
  color: rgba(171, 200, 224, 0.94);
  margin: 0;
}

.affiliate-level-card p.affiliate-card-rate {
  margin: 4px 0 7px;
}

.affiliate-level-card.level-1 .affiliate-level-rate {
  color: #a7f1ff;
}

.affiliate-level-card.level-2 .affiliate-level-rate {
  color: #ffe1b8;
}

.affiliate-level-card.level-3 .affiliate-level-rate {
  color: #c7f9df;
}

.affiliate-path {
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(149, 217, 251, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.affiliate-path-node {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(149, 217, 251, 0.3);
  background: rgba(9, 24, 41, 0.7);
  color: #dff5ff;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.affiliate-path-node:hover,
.affiliate-path-node.is-active {
  border-color: rgba(152, 232, 255, 0.6);
  color: #f2fbff;
  background: rgba(14, 33, 55, 0.78);
}

.affiliate-path-arrow {
  color: rgba(159, 190, 216, 0.78);
  font-size: 0.8rem;
  line-height: 1;
}

/* === RECENT FLOW REDESIGN === */
.recent-transactions-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(104, 199, 255, 0.14) 0%, rgba(104, 199, 255, 0) 44%),
    radial-gradient(circle at 88% 82%, rgba(104, 237, 214, 0.1) 0%, rgba(104, 237, 214, 0) 42%),
    linear-gradient(180deg, rgba(9, 21, 36, 0.9) 0%, rgba(7, 18, 31, 0.93) 100%);
  overflow: hidden;
}

.recent-transactions-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(145, 215, 255, 0.03) 0, rgba(145, 215, 255, 0.03) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

.recent-signal-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.recent-signal-head {
  max-width: 72ch;
}

.recent-signal-head .section-subtitle {
  margin: 0 0 6px;
  color: #95edff;
}

.recent-signal-head .section-title {
  margin: 0 0 8px;
  font-size: clamp(1.54rem, 2.28vw, 2.48rem);
  line-height: 1.15;
  color: #f2f9ff;
}

.recent-signal-head .section-description {
  margin: 0;
  color: rgba(214, 232, 248, 0.92);
  font-size: clamp(0.9rem, 1vw, 1.03rem);
  line-height: 1.6;
}

.recent-transactions-grid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.recent-transactions-card {
  position: relative;
  padding: 12px 13px;
  border-left: 1px solid rgba(149, 217, 251, 0.32);
  border-top: 1px solid rgba(149, 217, 251, 0.2);
  border-radius: 0;
  background: linear-gradient(145deg, rgba(13, 31, 53, 0.58), rgba(8, 23, 38, 0.52));
  box-shadow: none;
  transition: border-color 0.24s var(--ease-out), background 0.24s var(--ease-out), transform 0.24s var(--ease-out);
}

.recent-transactions-card::before,
.recent-transactions-card::after {
  display: none;
}

.recent-transactions-card:hover,
.recent-transactions-card.is-focus {
  transform: translateY(-2px);
  border-left-color: #9ceeff;
  border-top-color: rgba(156, 238, 255, 0.38);
  background: linear-gradient(145deg, rgba(16, 39, 64, 0.64), rgba(11, 29, 49, 0.58));
}

.recent-stream-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(149, 217, 251, 0.2);
}

.recent-transactions-title {
  margin: 0;
  color: #e8f7ff;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recent-count {
  padding: 0.22rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 217, 251, 0.34);
  background: rgba(9, 25, 42, 0.74);
  color: #c8f2ff;
  font-size: 0.7rem;
  font-weight: var(--font-weight-semibold);
  min-width: 36px;
  text-align: center;
}

.recent-count.is-pulse {
  transform: scale(1.06);
  border-color: rgba(152, 232, 255, 0.64);
}

.recent-transactions-list {
  margin-top: 8px;
  display: grid;
  gap: 1px;
}

.recent-transaction-item {
  padding: 7px 0;
  border: 0;
  border-bottom: 1px dashed rgba(149, 217, 251, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  column-gap: 10px;
  align-items: center;
  transition: background 0.22s var(--ease-out), border-color 0.22s var(--ease-out), transform 0.22s var(--ease-out);
}

.recent-transaction-item:last-child {
  border-bottom: 0;
}

.recent-transaction-item::before,
.recent-transaction-item::after {
  display: none;
}

.recent-transaction-item:hover,
.recent-transaction-item.is-active {
  transform: translateX(2px);
  background: rgba(12, 31, 51, 0.52);
  border-bottom-color: rgba(153, 227, 255, 0.32);
}

.recent-transaction-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(149, 217, 251, 0.34);
  background: rgba(9, 25, 42, 0.66);
  color: #d8f4ff;
}

.recent-transaction-avatar svg {
  width: 13px;
  height: 13px;
}

.recent-transaction-item.deposit .recent-transaction-avatar {
  border-color: rgba(151, 245, 206, 0.46);
  color: #bff8de;
}

.recent-transaction-item.withdrawal .recent-transaction-avatar {
  border-color: rgba(255, 217, 172, 0.46);
  color: #ffe1bd;
}

.recent-transaction-meta {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.recent-user {
  color: #e4f5ff;
  font-size: 0.82rem;
  font-weight: var(--font-weight-semibold);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.recent-time {
  color: rgba(166, 196, 220, 0.9);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recent-payment-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(149, 217, 251, 0.26);
  background: rgba(9, 25, 42, 0.56);
}

.recent-payment-icon img {
  width: 14px;
  height: 14px;
}

.recent-amount {
  color: #e8f7ff;
  font-size: 0.86rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.recent-transactions-card.withdrawals .recent-amount {
  color: #fff0da;
}

@media (max-width: 1024px) {
  .affiliate-program-overview {
    grid-template-columns: 1fr;
  }

  .affiliate-levels-grid {
    grid-template-columns: 1fr;
  }

  .recent-transactions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .affiliate-path {
    gap: 6px;
  }

  .affiliate-path-node {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .recent-transaction-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .recent-payment-icon {
    display: none;
  }

  .home-page .affiliate-path {
    display: flex;
    justify-items: initial;
  }

  .home-page .affiliate-path-arrow {
    display: inline;
  }

  .home-page .recent-transactions-card {
    padding: 12px 13px;
  }

  .home-page .recent-transactions-title {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .home-page .recent-transaction-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

/* === AFFILIATE/RECENT LAYOUT SHIFT V2 === */
.affiliate-neural-shell {
  gap: clamp(12px, 1.7vw, 20px);
}

.affiliate-neural-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
}

.affiliate-neural-brief {
  display: grid;
  align-content: start;
  gap: 11px;
  padding-right: clamp(8px, 1.2vw, 18px);
  border-right: 1px solid rgba(149, 217, 251, 0.2);
}

.affiliate-neural-brief .section-subtitle {
  margin: 0;
  color: #95edff;
}

.affiliate-neural-brief .section-title {
  margin: 0;
  color: #f2f9ff;
  font-size: clamp(1.48rem, 2.2vw, 2.34rem);
  line-height: 1.16;
}

.affiliate-neural-brief .section-description {
  margin: 0;
  color: rgba(214, 232, 248, 0.92);
  font-size: clamp(0.89rem, 0.98vw, 1rem);
  line-height: 1.62;
  max-width: 54ch;
}

.affiliate-path.affiliate-path-rail {
  margin-top: 2px;
  padding-top: 2px;
  border-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 6px;
  max-width: 260px;
}

.affiliate-path.affiliate-path-rail .affiliate-path-node {
  width: 100%;
  border-radius: 10px;
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
}

.affiliate-path.affiliate-path-rail .affiliate-path-arrow {
  margin-left: 12px;
  font-size: 0.82rem;
  line-height: 1;
}

.affiliate-neural-board {
  display: grid;
  gap: 8px;
  padding-left: clamp(8px, 1.2vw, 16px);
  border-left: 1px solid rgba(149, 217, 251, 0.18);
}

.affiliate-program-overview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.affiliate-overview-item {
  border-left-width: 2px;
  border-top: 0;
  padding: 10px 10px 9px;
  background: rgba(10, 26, 44, 0.56);
}

.affiliate-levels-grid {
  grid-template-columns: 1fr;
  gap: 6px;
}

.affiliate-level-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 9px 10px 9px 12px;
  border-left-width: 2px;
  border-bottom: 0;
  border-top: 1px solid rgba(149, 217, 251, 0.18);
  background: rgba(10, 27, 45, 0.54);
}

.affiliate-level-card p {
  margin: 0;
}

.affiliate-level-card p.affiliate-card-level {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.affiliate-level-card p:not(.affiliate-card-level):not(.affiliate-card-rate) {
  font-size: 0.82rem;
  line-height: 1.42;
  color: rgba(182, 209, 231, 0.92);
}

.affiliate-level-card p.affiliate-card-rate {
  margin: 0;
  font-size: clamp(1.04rem, 1.5vw, 1.36rem);
  line-height: 1;
}

.affiliate-level-card.featured {
  border-left-width: 2px;
}

.affiliate-level-card:hover,
.affiliate-level-card.is-active {
  transform: translateX(3px);
}

.affiliate-board-note {
  margin: 2px 0 0;
  padding-top: 8px;
  border-top: 1px dashed rgba(149, 217, 251, 0.2);
  color: rgba(170, 199, 223, 0.9);
  font-size: 0.76rem;
  line-height: 1.52;
  max-width: 60ch;
}

.recent-signal-shell {
  gap: clamp(12px, 1.8vw, 20px);
}

.recent-signal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
}

.recent-signal-side {
  display: grid;
  align-content: start;
  gap: 11px;
  padding-right: clamp(8px, 1.2vw, 18px);
  border-right: 1px solid rgba(149, 217, 251, 0.2);
}

.recent-signal-side .section-subtitle {
  margin: 0;
  color: #95edff;
}

.recent-signal-side .section-title {
  margin: 0;
  color: #f2f9ff;
  font-size: clamp(1.48rem, 2.2vw, 2.34rem);
  line-height: 1.16;
}

.recent-signal-side .section-description {
  margin: 0;
  color: rgba(214, 232, 248, 0.92);
  font-size: clamp(0.89rem, 0.98vw, 1rem);
  line-height: 1.62;
}

.recent-signal-kpis {
  display: grid;
  gap: 7px;
}

.recent-signal-kpis p {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 10px;
  border-left: 2px solid rgba(149, 217, 251, 0.34);
  border-bottom: 1px dashed rgba(149, 217, 251, 0.18);
  background: rgba(9, 24, 41, 0.62);
}

.recent-signal-kpis span {
  color: rgba(171, 200, 224, 0.94);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recent-signal-kpis strong {
  color: #e8f7ff;
  font-size: 0.9rem;
  font-weight: var(--font-weight-semibold);
}

.recent-signal-board {
  padding-left: clamp(8px, 1.2vw, 16px);
  border-left: 1px solid rgba(149, 217, 251, 0.18);
}

.recent-transactions-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.recent-transactions-card {
  padding: 10px 0 0;
  border-left-width: 2px;
  border-top: 0;
  border-radius: 0;
  background: transparent;
}

.recent-transactions-card:hover,
.recent-transactions-card.is-focus {
  transform: translateX(2px);
}

.recent-stream-head {
  margin: 0 10px;
  padding: 0 0 7px;
}

.recent-transactions-title {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.recent-count {
  padding: 0.2rem 0.46rem;
  min-width: 34px;
  font-size: 0.66rem;
}

.recent-transactions-list {
  margin-top: 2px;
}

.recent-transaction-item {
  margin: 0 10px;
  padding: 7px 0;
  column-gap: 9px;
}

.recent-transaction-avatar {
  width: 22px;
  height: 22px;
}

.recent-transaction-avatar svg {
  width: 12px;
  height: 12px;
}

.recent-user {
  font-size: 0.79rem;
}

.recent-time {
  font-size: 0.62rem;
}

.recent-payment-icon {
  width: 25px;
  height: 25px;
}

.recent-payment-icon img {
  width: 13px;
  height: 13px;
}

.recent-amount {
  font-size: 0.82rem;
}

@media (max-width: 1200px) {
  .affiliate-neural-grid,
  .recent-signal-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .affiliate-neural-brief,
  .recent-signal-side {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(149, 217, 251, 0.18);
    padding-bottom: 10px;
  }

  .affiliate-neural-board,
  .recent-signal-board {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .affiliate-path.affiliate-path-rail {
    max-width: 100%;
  }

  .affiliate-level-card {
    grid-template-columns: 68px minmax(0, 1fr) auto;
  }

  .affiliate-level-card p:not(.affiliate-card-level):not(.affiliate-card-rate) {
    font-size: 0.78rem;
  }

  .recent-transactions-grid {
    grid-template-columns: 1fr;
  }

  .recent-transactions-card {
    padding-top: 8px;
  }

  .recent-stream-head,
  .recent-transaction-item {
    margin-left: 0;
    margin-right: 0;
  }
}

/* === AFFILIATE HOTFIX === */
.affiliate-neural-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.affiliate-neural-brief {
  border-right: 0;
  border: 1px solid rgba(149, 217, 251, 0.24);
  background: linear-gradient(150deg, rgba(11, 29, 50, 0.66), rgba(8, 22, 38, 0.64));
  padding: clamp(12px, 1.5vw, 18px);
}

.affiliate-neural-board {
  border-left: 0;
  border: 1px solid rgba(149, 217, 251, 0.2);
  background: linear-gradient(150deg, rgba(9, 24, 41, 0.62), rgba(7, 19, 33, 0.6));
  padding: clamp(10px, 1.2vw, 14px);
  gap: 9px;
}

.affiliate-path.affiliate-path-rail {
  margin-top: 4px;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-items: initial;
  gap: 8px;
  max-width: none;
}

.affiliate-path.affiliate-path-rail .affiliate-path-node {
  width: auto;
  min-width: 130px;
  text-align: center;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.69rem;
}

.affiliate-program-overview {
  gap: 6px;
}

.affiliate-levels-grid {
  gap: 7px;
}

.affiliate-level-card {
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 9px;
  padding: 10px 11px 10px 12px;
}

.affiliate-level-card p:not(.affiliate-card-level):not(.affiliate-card-rate) {
  font-size: 0.8rem;
}

.affiliate-level-card p.affiliate-card-rate {
  font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.affiliate-board-note {
  margin-top: 1px;
  font-size: 0.74rem;
}

@media (max-width: 1200px) {
  .affiliate-neural-brief,
  .affiliate-neural-board {
    border-left: 1px solid rgba(149, 217, 251, 0.22);
    border-right: 1px solid rgba(149, 217, 251, 0.22);
  }
}

@media (max-width: 768px) {
  .affiliate-path.affiliate-path-rail .affiliate-path-node {
    min-width: 0;
    width: 100%;
    text-align: left;
  }

  .affiliate-level-card {
    grid-template-columns: 70px minmax(0, 1fr) auto;
  }
}

/* === AFFILIATE FINAL REPAIR === */
.affiliate-neural-grid {
  align-items: start;
}

.affiliate-path.affiliate-path-rail {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  justify-content: flex-start;
}

.affiliate-levels-grid {
  align-items: start;
}

.affiliate-level-card {
  min-height: 0;
  height: auto;
  align-content: start;
  text-align: left;
  border-radius: 12px;
  overflow: visible;
}

.affiliate-level-card p.affiliate-card-rate {
  justify-self: end;
}

/* === AFFILIATE CLARITY V3 (NO MAIN CARDS) === */
.affiliate-neural-shell {
  border: 0;
  background: transparent;
}

.affiliate-neural-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(14px, 2vw, 26px);
}

.affiliate-neural-brief,
.affiliate-neural-board {
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.affiliate-neural-brief {
  display: grid;
  gap: 10px;
  align-content: start;
}

.affiliate-neural-brief .section-title {
  font-size: clamp(1.5rem, 2.22vw, 2.36rem);
  line-height: 1.16;
}

.affiliate-neural-brief .section-description {
  font-size: clamp(0.93rem, 1vw, 1.04rem);
  line-height: 1.68;
}

.affiliate-brief-detail {
  margin: 0;
  color: rgba(185, 211, 232, 0.92);
  font-size: 0.9rem;
  line-height: 1.64;
  max-width: 62ch;
}

.affiliate-brief-notes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.affiliate-brief-notes li {
  margin: 0;
  color: rgba(179, 206, 229, 0.92);
  font-size: 0.82rem;
  line-height: 1.56;
  padding: 0 0 6px 12px;
  border-left: 1px solid rgba(149, 217, 251, 0.28);
  border-bottom: 1px dashed rgba(149, 217, 251, 0.16);
}

.affiliate-brief-notes li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.affiliate-path.affiliate-path-rail {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.affiliate-path.affiliate-path-rail .affiliate-path-node {
  min-width: 0;
  padding: 0.38rem 0.64rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: 1px solid rgba(149, 217, 251, 0.28);
  background: rgba(9, 24, 41, 0.52);
}

.affiliate-board-title {
  margin: 0 0 3px;
  color: #dcf5ff;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.affiliate-program-overview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(149, 217, 251, 0.2);
  border-bottom: 1px solid rgba(149, 217, 251, 0.2);
}

.affiliate-overview-item {
  border: 0;
  border-left: 1px solid rgba(149, 217, 251, 0.2);
  border-radius: 0;
  background: transparent;
  padding: 9px 10px;
}

.affiliate-overview-item:first-child {
  border-left: 0;
}

.affiliate-overview-item:hover,
.affiliate-overview-item.is-active {
  transform: none;
  background: rgba(10, 27, 45, 0.42);
  border-left-color: rgba(152, 232, 255, 0.34);
}

.affiliate-levels-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.affiliate-level-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border: 0;
  border-left: 2px solid rgba(149, 217, 251, 0.34);
  border-bottom: 1px dashed rgba(149, 217, 251, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.affiliate-level-card:last-child {
  border-bottom: 0;
}

.affiliate-level-card.featured {
  background: transparent;
  border-left-color: rgba(255, 225, 183, 0.44);
}

.affiliate-level-card:hover,
.affiliate-level-card.is-active {
  transform: none;
  background: rgba(11, 31, 51, 0.5);
  border-left-color: #9fefff;
}

.affiliate-level-card p.affiliate-card-level {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.affiliate-level-card p:not(.affiliate-card-level):not(.affiliate-card-rate) {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.56;
  color: rgba(180, 207, 229, 0.92);
}

.affiliate-level-card p.affiliate-card-rate {
  margin: 0;
  justify-self: end;
  font-size: clamp(1.08rem, 1.58vw, 1.36rem);
  line-height: 1;
}

.affiliate-board-note {
  margin: 7px 0 0;
  padding-top: 7px;
  border-top: 1px dashed rgba(149, 217, 251, 0.18);
  color: rgba(170, 199, 223, 0.9);
  font-size: 0.77rem;
  line-height: 1.56;
}

@media (max-width: 1200px) {
  .affiliate-neural-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-program-overview {
    grid-template-columns: 1fr;
  }

  .affiliate-overview-item {
    border-left: 0;
    border-top: 1px solid rgba(149, 217, 251, 0.2);
  }

  .affiliate-overview-item:first-child {
    border-top: 0;
  }
}

@media (max-width: 768px) {
  .affiliate-level-card {
    grid-template-columns: 74px minmax(0, 1fr) auto;
  }

  .affiliate-path.affiliate-path-rail .affiliate-path-node {
    width: auto;
  }
}

/* === AFFILIATE POLISH V4 === */
.affiliate-neural-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(12px, 1.8vw, 24px);
}

.affiliate-neural-brief {
  max-width: 56ch;
  gap: 9px;
}

.affiliate-neural-brief .section-description {
  max-width: 50ch;
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  line-height: 1.62;
}

.affiliate-path.affiliate-path-rail {
  margin-top: 4px;
  gap: 6px;
}

.affiliate-path.affiliate-path-rail .affiliate-path-node {
  padding: 0.34rem 0.58rem;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
}

.affiliate-neural-board {
  gap: 7px;
}

.affiliate-board-title {
  margin: 0 0 4px;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
}

.affiliate-program-overview {
  margin-top: 1px;
}

.affiliate-overview-item {
  padding: 8px 9px;
}

.affiliate-overview-label {
  font-size: 0.62rem;
}

.affiliate-overview-value {
  font-size: 0.95rem;
}

.affiliate-level-card {
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px 0;
}

.affiliate-level-card p.affiliate-card-level {
  font-size: 0.68rem;
}

.affiliate-level-card p:not(.affiliate-card-level):not(.affiliate-card-rate) {
  font-size: 0.8rem;
  line-height: 1.45;
}

.affiliate-level-card p.affiliate-card-rate {
  font-size: clamp(1rem, 1.45vw, 1.22rem);
}

.affiliate-board-note {
  margin-top: 6px;
  font-size: 0.73rem;
  line-height: 1.5;
  max-width: 56ch;
}

@media (max-width: 1200px) {
  .affiliate-neural-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .affiliate-level-card {
    grid-template-columns: 70px minmax(0, 1fr) auto;
  }
}

/* === AFFILIATE DENSITY V5 (NO FX) === */
.affiliate-program-section .affiliate-neural-shell,
.affiliate-program-section .affiliate-overview-item,
.affiliate-program-section .affiliate-level-card,
.affiliate-program-section .affiliate-path-node {
  animation: none !important;
  transition: none !important;
}

.affiliate-program-section .affiliate-neural-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(12px, 1.7vw, 22px);
}

.affiliate-program-section .affiliate-neural-brief .section-title {
  font-size: clamp(1.64rem, 2.35vw, 2.52rem);
}

.affiliate-program-section .affiliate-neural-brief .section-description {
  font-size: clamp(0.94rem, 1.02vw, 1.05rem);
  line-height: 1.62;
}

.affiliate-program-section .affiliate-path.affiliate-path-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.affiliate-program-section .affiliate-path.affiliate-path-rail .affiliate-path-node {
  width: 100%;
  padding: 0.42rem 0.62rem;
  font-size: 0.68rem;
  text-align: center;
}

.affiliate-program-section .affiliate-board-title {
  font-size: 0.74rem;
}

.affiliate-program-section .affiliate-overview-item {
  padding: 9px 10px;
}

.affiliate-program-section .affiliate-overview-label {
  font-size: 0.64rem;
}

.affiliate-program-section .affiliate-overview-value {
  font-size: 1.12rem;
  line-height: 1.2;
}

.affiliate-program-section .affiliate-level-card {
  grid-template-columns: 88px minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 10px 0;
}

.affiliate-program-section .affiliate-level-card p.affiliate-card-level {
  font-size: 0.72rem;
}

.affiliate-program-section .affiliate-level-card p:not(.affiliate-card-level):not(.affiliate-card-rate) {
  font-size: 0.88rem;
  line-height: 1.46;
}

.affiliate-program-section .affiliate-level-card p.affiliate-card-rate {
  font-size: clamp(1.5rem, 2.45vw, 2.1rem);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.01em;
}

.affiliate-program-section .affiliate-level-card:hover,
.affiliate-program-section .affiliate-level-card.is-active {
  transform: none;
}

.affiliate-program-section .affiliate-overview-item:hover,
.affiliate-program-section .affiliate-overview-item.is-active,
.affiliate-program-section .affiliate-path-node:hover,
.affiliate-program-section .affiliate-path-node.is-active {
  transform: none;
}

@media (max-width: 1200px) {
  .affiliate-program-section .affiliate-neural-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .affiliate-program-section .affiliate-path.affiliate-path-rail {
    grid-template-columns: 1fr;
  }

  .affiliate-program-section .affiliate-level-card {
    grid-template-columns: 76px minmax(0, 1fr) auto;
  }
}

/* === AFFILIATE AXIS LAYOUT === */
.affiliate-program-section .affiliate-axis-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 1.8vw, 20px);
}

.affiliate-program-section .affiliate-axis-head {
  max-width: 70ch;
  display: grid;
  gap: 7px;
}

.affiliate-program-section .affiliate-axis-head .section-subtitle {
  margin: 0;
  color: #95edff;
}

.affiliate-program-section .affiliate-axis-head .section-title {
  margin: 0;
  color: #f2f9ff;
  font-size: clamp(1.56rem, 2.28vw, 2.46rem);
  line-height: 1.16;
}

.affiliate-program-section .affiliate-axis-head .section-description {
  margin: 0;
  color: rgba(214, 232, 248, 0.92);
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  line-height: 1.62;
}

.affiliate-program-section .affiliate-axis-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(14px, 2vw, 26px);
  align-items: start;
}

.affiliate-program-section .affiliate-axis-panel-title {
  margin: 0 0 8px;
  color: #dcf5ff;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.affiliate-program-section .affiliate-axis-flow {
  position: relative;
  padding-right: clamp(8px, 1.2vw, 14px);
}

.affiliate-program-section .affiliate-axis-steps {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  display: grid;
  gap: 7px;
  position: relative;
}

.affiliate-program-section .affiliate-axis-steps::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, rgba(149, 217, 251, 0.44), rgba(149, 217, 251, 0.16));
}

.affiliate-program-section .affiliate-axis-steps li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 8px 12px;
  border-left: 2px solid rgba(149, 217, 251, 0.32);
  border-bottom: 1px dashed rgba(149, 217, 251, 0.16);
  background: rgba(9, 24, 41, 0.56);
}

.affiliate-program-section .affiliate-axis-steps li:last-child {
  border-bottom: 0;
}

.affiliate-program-section .affiliate-axis-node {
  color: #e3f6ff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.affiliate-program-section .affiliate-axis-steps small {
  color: rgba(170, 199, 223, 0.9);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.affiliate-program-section .affiliate-axis-matrix {
  display: grid;
  gap: 0;
}

.affiliate-program-section .affiliate-axis-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-left: 2px solid rgba(149, 217, 251, 0.34);
  border-bottom: 1px dashed rgba(149, 217, 251, 0.18);
}

.affiliate-program-section .affiliate-axis-row:last-child {
  border-bottom: 0;
}

.affiliate-program-section .affiliate-axis-level {
  margin: 0;
  color: rgba(172, 200, 223, 0.94);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.affiliate-program-section .affiliate-axis-copy {
  margin: 0;
  color: rgba(184, 211, 233, 0.92);
  font-size: 0.9rem;
  line-height: 1.5;
}

.affiliate-program-section .affiliate-axis-rate {
  margin: 0;
  color: #eaf8ff;
  font-size: clamp(1.62rem, 2.48vw, 2.24rem);
  line-height: 1;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.01em;
  text-align: right;
}

.affiliate-program-section .affiliate-axis-row:nth-of-type(1) .affiliate-axis-rate {
  color: #a8f1ff;
}

.affiliate-program-section .affiliate-axis-row:nth-of-type(2) .affiliate-axis-rate {
  color: #ffe1b8;
}

.affiliate-program-section .affiliate-axis-row:nth-of-type(3) .affiliate-axis-rate {
  color: #c7f9df;
}

.affiliate-program-section .affiliate-axis-note {
  margin: 2px 0 0;
  padding-top: 8px;
  border-top: 1px dashed rgba(149, 217, 251, 0.18);
  color: rgba(170, 199, 223, 0.9);
  font-size: 0.76rem;
  line-height: 1.52;
}

@media (max-width: 1200px) {
  .affiliate-program-section .affiliate-axis-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .affiliate-program-section .affiliate-axis-row {
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .affiliate-program-section .affiliate-axis-copy {
    font-size: 0.84rem;
  }

  .affiliate-program-section .affiliate-axis-rate {
    font-size: clamp(1.36rem, 6vw, 1.8rem);
  }
}

/* === AFFILIATE AXIS ENHANCED === */
.affiliate-program-section .affiliate-axis-shell {
  border: 1px solid rgba(149, 217, 251, 0.2);
  border-radius: 18px;
  padding: clamp(12px, 1.7vw, 20px);
  background:
    radial-gradient(circle at 16% 24%, rgba(104, 199, 255, 0.12), transparent 42%),
    radial-gradient(circle at 86% 78%, rgba(104, 237, 214, 0.08), transparent 44%),
    linear-gradient(145deg, rgba(10, 26, 45, 0.6), rgba(8, 21, 36, 0.66));
  overflow: hidden;
}

.affiliate-program-section .affiliate-axis-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(145, 215, 255, 0.025) 0, rgba(145, 215, 255, 0.025) 1px, transparent 1px, transparent 42px);
  pointer-events: none;
}

.affiliate-program-section .affiliate-axis-head {
  max-width: 74ch;
  gap: 8px;
}

.affiliate-program-section .affiliate-axis-kpis {
  margin: 2px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.affiliate-program-section .affiliate-axis-kpis span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.56rem;
  border: 1px solid rgba(149, 217, 251, 0.3);
  background: rgba(9, 24, 41, 0.56);
  color: rgba(210, 233, 250, 0.9);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.affiliate-program-section .affiliate-axis-layout {
  gap: clamp(12px, 1.8vw, 22px);
}

.affiliate-program-section .affiliate-axis-flow,
.affiliate-program-section .affiliate-axis-matrix {
  border: 1px solid rgba(149, 217, 251, 0.2);
  background: rgba(8, 22, 38, 0.52);
  padding: 10px;
}

.affiliate-program-section .affiliate-axis-steps {
  padding-left: 18px;
  gap: 6px;
}

.affiliate-program-section .affiliate-axis-steps::before {
  left: 4px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(149, 217, 251, 0.56), rgba(149, 217, 251, 0.2));
}

.affiliate-program-section .affiliate-axis-steps li {
  position: relative;
  padding: 8px 10px 8px 12px;
  background: rgba(9, 25, 43, 0.52);
  border-left: 1px solid rgba(149, 217, 251, 0.28);
}

.affiliate-program-section .affiliate-axis-steps li::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #9fefff;
  box-shadow: 0 0 0 3px rgba(159, 239, 255, 0.16);
}

.affiliate-program-section .affiliate-axis-row {
  grid-template-columns: 92px minmax(0, 1fr) auto;
  grid-template-areas:
    'level copy rate'
    'meter meter meter';
  gap: 8px 12px;
  padding: 10px 0;
  border-left-width: 1px;
}

.affiliate-program-section .affiliate-axis-level {
  grid-area: level;
}

.affiliate-program-section .affiliate-axis-copy {
  grid-area: copy;
}

.affiliate-program-section .affiliate-axis-rate {
  grid-area: rate;
  font-size: clamp(1.86rem, 2.65vw, 2.42rem);
}

.affiliate-program-section .affiliate-axis-meter {
  grid-area: meter;
  height: 5px;
  border-radius: 999px;
  background: rgba(148, 215, 250, 0.2);
  overflow: hidden;
}

.affiliate-program-section .affiliate-axis-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f7c74a, #ffbf7b);
}

.affiliate-program-section .affiliate-axis-row:nth-of-type(2) .affiliate-axis-meter span {
  background: linear-gradient(90deg, #f2d77d, #ffd8a0);
}

.affiliate-program-section .affiliate-axis-row:nth-of-type(3) .affiliate-axis-meter span {
  background: linear-gradient(90deg, #ffd976, #d9c27c);
}

.affiliate-program-section .affiliate-axis-note {
  margin-top: 3px;
}

@media (max-width: 768px) {
  .affiliate-program-section .affiliate-axis-shell {
    padding: 10px;
  }

  .affiliate-program-section .affiliate-axis-flow,
  .affiliate-program-section .affiliate-axis-matrix {
    padding: 8px;
  }

  .affiliate-program-section .affiliate-axis-row {
    grid-template-columns: 78px minmax(0, 1fr) auto;
  }
}

/* === RECENT FLOW REFINEMENT V2 === */
.recent-transactions-section .recent-signal-shell {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(149, 217, 251, 0.2);
  border-radius: 18px;
  padding: clamp(12px, 1.7vw, 20px);
  background:
    radial-gradient(circle at 14% 18%, rgba(104, 199, 255, 0.12), transparent 42%),
    radial-gradient(circle at 86% 84%, rgba(104, 237, 214, 0.08), transparent 46%),
    linear-gradient(145deg, rgba(10, 26, 45, 0.62), rgba(8, 21, 36, 0.68));
  overflow: hidden;
}

.recent-transactions-section .recent-signal-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(145, 215, 255, 0.025) 0, rgba(145, 215, 255, 0.025) 1px, transparent 1px, transparent 42px);
  pointer-events: none;
}

.recent-transactions-section .recent-signal-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(14px, 2vw, 24px);
}

.recent-transactions-section .recent-signal-side {
  padding-right: clamp(8px, 1vw, 14px);
  border-right: 1px solid rgba(149, 217, 251, 0.2);
  gap: 10px;
}

.recent-transactions-section .recent-signal-side .section-title {
  font-size: clamp(1.54rem, 2.24vw, 2.36rem);
  line-height: 1.16;
}

.recent-transactions-section .recent-signal-side .section-description {
  font-size: clamp(0.91rem, 0.98vw, 1rem);
  line-height: 1.6;
}

.recent-transactions-section .recent-signal-kpis {
  gap: 6px;
}

.recent-transactions-section .recent-signal-kpis p {
  padding: 8px 10px;
  border-left: 2px solid rgba(149, 217, 251, 0.34);
  background: rgba(9, 24, 41, 0.56);
}

.recent-transactions-section .recent-signal-note {
  margin: 1px 0 0;
  color: rgba(171, 200, 224, 0.9);
  font-size: 0.76rem;
  line-height: 1.54;
  border-top: 1px dashed rgba(149, 217, 251, 0.18);
  padding-top: 8px;
}

.recent-transactions-section .recent-signal-board {
  padding-left: clamp(8px, 1vw, 14px);
  border-left: 1px solid rgba(149, 217, 251, 0.18);
}

.recent-transactions-section .recent-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(149, 217, 251, 0.22);
  background: rgba(9, 24, 41, 0.58);
  padding: 7px 10px;
  margin-bottom: 8px;
}

.recent-transactions-section .recent-board-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dff5ff;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font-weight-semibold);
}

.recent-transactions-section .recent-board-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72efbf;
  box-shadow: 0 0 0 4px rgba(114, 239, 191, 0.16);
}

.recent-transactions-section .recent-board-time {
  margin: 0;
  color: rgba(171, 200, 224, 0.92);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recent-transactions-section .recent-transactions-grid {
  gap: 8px;
}

.recent-transactions-section .recent-transactions-card {
  border: 1px solid rgba(149, 217, 251, 0.22);
  background: rgba(8, 22, 38, 0.54);
  padding: 8px 10px 4px;
}

.recent-transactions-section .recent-stream-head {
  margin: 0;
  padding-bottom: 7px;
}

.recent-transactions-section .recent-transactions-title {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.recent-transactions-section .recent-transactions-list {
  margin-top: 4px;
}

.recent-transactions-section .recent-transaction-item {
  margin: 0;
  padding: 8px 0;
  border-bottom-color: rgba(149, 217, 251, 0.2);
}

.recent-transactions-section .recent-user {
  font-size: 0.84rem;
}

.recent-transactions-section .recent-time {
  font-size: 0.64rem;
}

.recent-transactions-section .recent-amount {
  font-size: 0.9rem;
}

@media (max-width: 1200px) {
  .recent-transactions-section .recent-signal-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .recent-transactions-section .recent-signal-side {
    border-right: 0;
    border-bottom: 1px solid rgba(149, 217, 251, 0.18);
    padding-right: 0;
    padding-bottom: 10px;
  }

  .recent-transactions-section .recent-signal-board {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .recent-transactions-section .recent-board-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .recent-transactions-section .recent-transactions-grid {
    grid-template-columns: 1fr;
  }
}

/* === RECENT ICON SIZE TWEAK === */
.recent-transactions-section .recent-payment-icon {
  width: 40px;
  height: 40px;
}

.recent-transactions-section .recent-payment-icon img {
  width: 24px;
  height: 24px;
}

/* === RECENT ANIMATION TUNE (NO SLIDE) === */
.recent-transactions-section .recent-transactions-card,
.recent-transactions-section .recent-transaction-item {
  transition:
    background 0.24s var(--ease-out),
    border-color 0.24s var(--ease-out),
    box-shadow 0.24s var(--ease-out),
    opacity 0.24s var(--ease-out);
}

.recent-transactions-section .recent-transactions-card:hover,
.recent-transactions-section .recent-transactions-card.is-focus {
  transform: none;
  box-shadow: 0 0 0 1px rgba(156, 238, 255, 0.24) inset, 0 10px 20px rgba(5, 14, 26, 0.2);
}

.recent-transactions-section .recent-transaction-item:hover,
.recent-transactions-section .recent-transaction-item.is-active {
  transform: none;
  background: rgba(12, 31, 51, 0.56);
  border-bottom-color: rgba(153, 227, 255, 0.36);
  box-shadow: inset 0 0 0 1px rgba(152, 232, 255, 0.16);
}

/* === HOME FOOTER SYNC === */
@media (max-width: 768px) {
  .home-page .footer-content {
    padding: 1.15rem 0.9rem 1rem;
  }

  .home-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-bottom: 0.75rem;
  }

  .home-page .footer-brand,
  .home-page .footer-links-shell,
  .home-page .footer-contact-card {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }

  .home-page .footer-payments {
    margin-bottom: 0.75rem;
    padding: 0.68rem 0;
  }

  .home-page .footer-payments-track {
    gap: 0.55rem 0.75rem;
  }

  .home-page .footer-payment-item {
    min-height: 0;
  }

  .home-page .footer-payment-item img {
    width: 36px;
    height: 36px;
  }

  .home-page .footer-bottom {
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
  }

  .home-page .footer-copyright {
    width: 100%;
  }

  .home-page .footer-legal {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
  }
}

/* === CASINO HOME OVERRIDES === */
.hero-section {
  background:
    radial-gradient(circle at 14% 14%, rgba(247, 199, 74, 0.22), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(255, 91, 91, 0.14), transparent 28%),
    radial-gradient(circle at 78% 84%, rgba(34, 181, 116, 0.2), transparent 34%),
    linear-gradient(145deg, #130906 0%, #20120d 42%, #0f2e23 100%);
}

.hero-section::before {
  background:
    repeating-linear-gradient(90deg, rgba(247, 199, 74, 0.045) 0, rgba(247, 199, 74, 0.045) 1px, transparent 1px, transparent 46px),
    linear-gradient(180deg, rgba(14, 7, 5, 0.08) 0%, rgba(14, 7, 5, 0.58) 100%);
}

.hero-section::after {
  background: radial-gradient(circle at 50% 50%, rgba(247, 199, 74, 0.14) 0%, rgba(247, 199, 74, 0) 62%);
}

.hero-kicker,
.hero-live-chip,
.hero-side-title,
.hero-inline-label {
  color: #ffe7b3;
}

.hero-kicker::before {
  background: linear-gradient(90deg, rgba(255, 220, 134, 0.9), rgba(255, 220, 134, 0.16));
}

.hero-headline,
.hero-inline-value,
.hero-ticker-price,
.hero-route-list strong,
.hero-queue-head strong,
.hero-engine-value {
  color: #fff7e9;
}

.hero-copy,
.hero-main-footnote,
.hero-route-foot,
.hero-live-clock,
.hero-ticker-pair {
  color: rgba(245, 230, 202, 0.9);
}

.hero-cta-primary {
  color: #2b160d;
  border-color: rgba(255, 234, 170, 0.82);
  background: linear-gradient(135deg, #ffe07a 0%, #f7c74a 45%, #ff8e4e 100%);
  box-shadow: 0 12px 28px rgba(190, 89, 33, 0.34);
}

.hero-cta-secondary {
  color: #fff1d8;
  border-color: rgba(247, 199, 74, 0.42);
  background: rgba(28, 18, 13, 0.58);
}

.hero-cta-secondary:hover {
  border-color: rgba(255, 226, 155, 0.78);
  background: rgba(45, 23, 16, 0.74);
}

.hero-live-dot {
  background: #44d68e;
  box-shadow: 0 0 10px rgba(68, 214, 142, 0.8);
}

.hero-inline-metrics,
.hero-live-head,
.hero-ticker {
  border-color: rgba(247, 199, 74, 0.22);
}

.hero-ticker::after {
  background: linear-gradient(110deg, rgba(255, 219, 132, 0) 0%, rgba(255, 219, 132, 0.12) 52%, rgba(255, 219, 132, 0) 100%);
}

.hero-ticker-row {
  border-bottom-color: rgba(247, 199, 74, 0.14);
}

.hero-ticker-row.is-up {
  background: rgba(68, 214, 142, 0.08);
}

.hero-ticker-row.is-down {
  background: rgba(255, 107, 123, 0.08);
}

.hero-data-rail {
  gap: 12px;
}

.hero-data-rail > * {
  background: linear-gradient(155deg, rgba(37, 22, 16, 0.78), rgba(17, 44, 31, 0.8));
  border: 1px solid rgba(247, 199, 74, 0.18);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: 0 14px 28px rgba(12, 5, 3, 0.22);
}

.hero-data-rail .hero-live-head {
  background: transparent;
  padding: 0 0 7px;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual-card {
  position: relative;
  overflow: hidden;
}

.hero-visual-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 219, 132, 0.18), transparent 28%),
    radial-gradient(circle at 82% 82%, rgba(56, 201, 130, 0.14), transparent 26%);
  pointer-events: none;
}

.hero-visual-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff5df;
  background: rgba(118, 17, 31, 0.78);
  border: 1px solid rgba(255, 209, 112, 0.34);
}

.hero-visual-image {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 220, 143, 0.22);
}

.hero-visual-stats {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-visual-stat {
  padding: 0.7rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(247, 199, 74, 0.15);
}

.hero-visual-stat span {
  display: block;
  color: rgba(255, 235, 192, 0.74);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-visual-stat strong {
  display: block;
  margin-top: 0.24rem;
  color: #fff8e9;
  font-size: 1rem;
}

.plans-lab-shell,
.affiliate-axis-shell,
.recent-signal-shell,
.about-fusion-shell,
.about-radar-shell,
.about-depth-shell,
.why-command-grid {
  box-shadow: 0 18px 40px rgba(11, 5, 3, 0.18);
}

@media (max-width: 900px) {
  .hero-visual-stats {
    grid-template-columns: 1fr;
  }
}

/* === CASINO HOME REDESIGN === */
.showcase-hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: calc(var(--header-height) + 2rem) 0 2rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 1.2rem;
}

.showcase-copy,
.showcase-media,
.lobby-marquee,
.bonus-salon,
.why-vault,
.affiliate-syndicate,
.cashier-lobby,
.cta-crescendo {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(247, 199, 74, 0.16);
  background:
    radial-gradient(circle at top left, rgba(255, 217, 118, 0.12), transparent 32%),
    linear-gradient(155deg, rgba(37, 21, 15, 0.9), rgba(17, 44, 31, 0.82));
  box-shadow: 0 28px 64px rgba(10, 4, 2, 0.28);
  overflow: hidden;
}

.showcase-copy {
  padding: clamp(2.2rem, 4vw, 4rem);
  display: grid;
  align-content: center;
  gap: 1.2rem;
}

.showcase-title {
  font-size: clamp(2.8rem, 5.8vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #fff8ea;
}

.showcase-copy p {
  max-width: 58ch;
  color: rgba(244, 229, 202, 0.9);
  line-height: 1.8;
}

.showcase-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.showcase-media {
  min-height: 100%;
  display: grid;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-badges {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.showcase-badge {
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(10, 7, 5, 0.62);
  border: 1px solid rgba(247, 199, 74, 0.18);
}

.showcase-badge span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 224, 163, 0.76);
}

.showcase-badge strong {
  display: block;
  margin-top: 0.28rem;
  color: #fff6e3;
  font-size: 1.05rem;
}

.lobby-marquee {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.marquee-pill {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(247, 199, 74, 0.16);
  color: #fff4de;
}

.game-shelf {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.game-card {
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(247, 199, 74, 0.16);
  background: linear-gradient(155deg, rgba(25, 14, 11, 0.82), rgba(19, 49, 35, 0.76));
}

.game-card h3 {
  color: #fff7e8;
  margin-bottom: 0.45rem;
}

.game-card p {
  color: rgba(239, 225, 198, 0.86);
}

.bonus-salon,
.why-vault,
.affiliate-syndicate,
.cashier-lobby,
.cta-crescendo {
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.bonus-grid,
.vault-grid,
.affiliate-grid,
.cta-grid {
  display: grid;
  gap: 1rem;
}

.bonus-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

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

.affiliate-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.bonus-column,
.vault-column,
.affiliate-column,
.cashier-grid > div {
  display: grid;
  gap: 1rem;
}

.cashier-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.plan-card-new,
.vault-card,
.affiliate-card-new,
.cashier-note {
  padding: 1.3rem;
  border-radius: 24px;
  border: 1px solid rgba(247, 199, 74, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.plan-card-new h3,
.vault-card h3,
.affiliate-card-new h3,
.cashier-note h3 {
  color: #fff7e8;
  margin-bottom: 0.35rem;
}

.plan-rate {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffd976;
  line-height: 1;
}

.cashier-live-shell {
  border-radius: 24px;
  border: 1px solid rgba(247, 199, 74, 0.16);
  background: rgba(10, 7, 5, 0.36);
  padding: 1rem;
}

.cashier-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cashier-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  color: #fff5df;
}

.cashier-list {
  display: grid;
  gap: 0.7rem;
}

.cta-crescendo {
  margin-bottom: 2rem;
}

.cta-grid {
  align-items: center;
}

.cta-grid img {
  width: 100%;
  border-radius: 24px;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .showcase-grid,
  .bonus-grid,
  .vault-grid,
  .affiliate-grid,
  .cashier-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .showcase-badges,
  .cashier-lists,
  .game-shelf {
    grid-template-columns: 1fr;
  }

  .showcase-copy,
  .showcase-media,
  .lobby-marquee,
  .bonus-salon,
  .why-vault,
  .affiliate-syndicate,
  .cashier-lobby,
  .cta-crescendo {
    border-radius: 24px;
  }
}

/* ========================================
   HOMEPAGE REDESIGN - ROYALACE CASINO FLOOR
   ======================================== */

body.home-page {
  background: #120907;
  background-image: none;
}

body.home-page::before {
  content: '';
  position: fixed;
  inset: 0;
  background: url('../images/bg.webp') center center / cover no-repeat fixed;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

body.home-page::after {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(136, 18, 25, 0.44) 0%, transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(247, 199, 74, 0.18) 0%, transparent 28%),
    radial-gradient(circle at 50% 78%, rgba(23, 96, 68, 0.28) 0%, transparent 34%),
    linear-gradient(180deg, rgba(10, 6, 5, 0.84) 0%, rgba(15, 8, 7, 0.92) 100%);
  z-index: 0;
  pointer-events: none;
}

.home-page .main-content,
.home-page section,
.home-page footer {
  position: relative;
  z-index: 1;
}

.home-page section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.home-page .container {
  position: relative;
}

.home-page .btn {
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .btn-primary {
  background: linear-gradient(135deg, #ffd978 0%, #d5981f 48%, #9a4f18 100%);
  box-shadow: 0 20px 36px rgba(168, 78, 31, 0.3);
}

.home-page .btn-outline {
  border-color: rgba(255, 223, 153, 0.48);
  background: rgba(20, 10, 8, 0.48);
}

.home-page .btn-ghost {
  border: 1px solid rgba(255, 223, 153, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.home-page .section-copy-lg {
  color: rgba(236, 221, 194, 0.84);
  line-height: 1.8;
}

.home-page .home-header {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(18, 9, 8, 0.92) 0%, rgba(17, 10, 8, 0.78) 100%);
  border-bottom: 1px solid rgba(255, 217, 118, 0.16);
  box-shadow: 0 18px 48px rgba(9, 5, 4, 0.36);
}

.home-page .home-header.scrolled {
  background: linear-gradient(180deg, rgba(15, 8, 7, 0.97) 0%, rgba(17, 10, 8, 0.92) 100%);
  border-bottom-color: rgba(255, 219, 128, 0.22);
  box-shadow: 0 22px 56px rgba(8, 5, 4, 0.42);
}

.home-page .home-header::before {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 216, 120, 0.72) 18%, rgba(152, 33, 35, 0.88) 50%, rgba(255, 216, 120, 0.72) 82%, transparent 100%);
}

.home-page .home-header::after {
  opacity: 0.34;
}

.home-page .header-container {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}

.home-page .royale-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 217, 118, 0.18);
  background:
    linear-gradient(90deg, rgba(123, 24, 26, 0.24) 0%, rgba(123, 24, 26, 0.08) 100%),
    rgba(17, 11, 8, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 226, 161, 0.08);
}

.home-page .royale-topbar-copy {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(251, 238, 204, 0.78);
}

.home-page .royale-topbar-meta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.home-page .royale-topbar-link {
  color: rgba(255, 217, 118, 0.92);
  font-size: 0.8rem;
}

.home-page .royale-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  background: rgba(10, 38, 22, 0.72);
  border: 1px solid rgba(110, 215, 155, 0.22);
  color: #e8fff2;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.home-page .royale-live-pill::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5ee596;
  box-shadow: 0 0 0 6px rgba(94, 229, 150, 0.14);
}

.home-page .header-content {
  height: auto;
  min-height: 90px;
  margin-top: 0.9rem;
  padding: 1rem 1.25rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 219, 128, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 217, 118, 0.12) 0%, transparent 26%),
    linear-gradient(120deg, rgba(33, 16, 13, 0.92) 0%, rgba(18, 11, 8, 0.88) 54%, rgba(35, 15, 17, 0.9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 231, 178, 0.08),
    0 20px 44px rgba(9, 5, 4, 0.3);
}

.home-page .logo {
  gap: 0.9rem;
}

.home-page .logo-icon {
  width: 56px;
  height: 56px;
  padding: 0.7rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(64, 29, 16, 0.82) 0%, rgba(32, 14, 11, 0.94) 100%);
  border: 1px solid rgba(255, 216, 120, 0.22);
  box-shadow: 0 14px 28px rgba(12, 6, 5, 0.26);
}

.home-page .logo-title {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.home-page .logo-subtitle {
  color: rgba(255, 225, 161, 0.92);
}

.home-page .nav {
  gap: 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 218, 124, 0.14);
}

.home-page .nav-menu {
  justify-content: flex-start;
  gap: 0.55rem;
}

.home-page .nav-link {
  padding: 0.82rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .nav-link::before {
  display: none;
}

.home-page #home,
.home-page #about,
.home-page #plans,
.home-page #affiliate,
.home-page #stats {
  scroll-margin-top: calc(var(--header-height, 96px) + 14px);
}

.home-page .nav-link:hover,
.home-page .nav-link.active {
  border-color: rgba(255, 219, 128, 0.32);
  background: linear-gradient(180deg, rgba(96, 25, 28, 0.46) 0%, rgba(45, 19, 16, 0.84) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 227, 167, 0.1);
}

.home-page .header-actions {
  gap: 0.75rem;
  padding-left: 0.25rem;
}

.home-page .header-actions .btn {
  min-height: 46px;
  padding-inline: 1.2rem;
}

.home-page .mobile-menu-toggle {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 219, 128, 0.22);
  background: linear-gradient(180deg, rgba(49, 21, 17, 0.92) 0%, rgba(27, 12, 10, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 227, 167, 0.08);
}

.home-page .mobile-menu-toggle span {
  background: #ffd976;
  height: 2px;
}

.hero-roulette {
  padding-top: clamp(3.4rem, 6vw, 5.2rem);
}

.hero-roulette::before {
  content: '';
  position: absolute;
  inset: 6% 0 auto;
  height: 540px;
  background:
    radial-gradient(circle at 22% 28%, rgba(140, 19, 26, 0.32), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(255, 217, 118, 0.16), transparent 24%),
    radial-gradient(circle at 72% 75%, rgba(25, 92, 66, 0.2), transparent 24%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-roulette-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.hero-roulette-copy {
  display: grid;
  gap: 1.45rem;
}

.hero-roulette-title {
  max-width: 12ch;
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #fff8eb;
  text-shadow: 0 16px 36px rgba(8, 5, 4, 0.42);
}

.hero-roulette-text {
  max-width: 58ch;
  font-size: 1.04rem;
  line-height: 1.9;
  color: rgba(240, 227, 201, 0.86);
}

.hero-chip-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 219, 128, 0.14);
  background: linear-gradient(180deg, rgba(38, 19, 15, 0.82) 0%, rgba(17, 10, 8, 0.78) 100%);
  color: rgba(252, 241, 219, 0.86);
}

.hero-chip strong {
  color: #ffd976;
  font-size: 1.05rem;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-odds-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-odds-ribbon span {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 217, 118, 0.16);
  color: rgba(255, 239, 207, 0.88);
  font-size: 0.84rem;
}

.hero-roulette-visual {
  position: relative;
  min-height: 620px;
}

.hero-image-stage {
  position: relative;
  height: 100%;
  min-height: 620px;
  border-radius: 40px 40px 180px 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 222, 151, 0.18);
  background:
    linear-gradient(180deg, rgba(122, 25, 27, 0.16) 0%, rgba(24, 16, 13, 0.04) 100%),
    #140c09;
  box-shadow:
    0 32px 58px rgba(8, 5, 4, 0.34),
    inset 0 1px 0 rgba(255, 227, 167, 0.1);
}

.hero-image-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 8, 7, 0.06) 0%, rgba(15, 8, 7, 0.5) 100%),
    radial-gradient(circle at 18% 22%, rgba(255, 219, 128, 0.18) 0%, transparent 20%);
  z-index: 1;
  pointer-events: none;
}

.hero-image-stage img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.05) contrast(1.04);
}

.hero-floating-ticket {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  min-width: 180px;
  border-radius: 18px;
  border: 1px solid rgba(255, 219, 128, 0.18);
  background: rgba(17, 10, 8, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 34px rgba(9, 5, 4, 0.26);
}

.hero-floating-ticket span {
  color: rgba(255, 217, 118, 0.7);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-floating-ticket strong {
  color: #fff7ea;
  font-size: 1.02rem;
}

.ticket-left {
  left: -1.5rem;
  top: 4rem;
}

.ticket-right {
  right: -1.4rem;
  top: 11rem;
}

.ticket-bottom {
  right: 2rem;
  bottom: 2rem;
}

.floor-zones-head,
.club-theatre-head,
.affiliate-runway-head,
.cashier-radar-head {
  max-width: 900px;
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.floor-zones-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.4rem, 3vw, 2rem);
  align-items: start;
}

.zone-manifest {
  display: grid;
  gap: 1rem;
}

.zone-manifest-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0 1.1rem;
  border-bottom: 1px solid rgba(255, 221, 157, 0.12);
}

.zone-index {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(96, 25, 28, 0.94) 0%, rgba(52, 20, 16, 0.88) 100%);
  color: #fff0d2;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.zone-manifest-item h3 {
  color: #fff8eb;
  margin-bottom: 0.35rem;
  font-size: 1.18rem;
}

.zone-manifest-item p {
  color: rgba(233, 219, 193, 0.8);
  line-height: 1.8;
}

.zone-board {
  display: grid;
  gap: 1rem;
}

.zone-board-row {
  display: grid;
  gap: 1rem;
}

.row-large {
  grid-template-columns: 1.1fr 0.9fr;
}

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

.zone-panel,
.zone-tile {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 219, 128, 0.16);
  box-shadow: 0 20px 40px rgba(8, 5, 4, 0.18);
}

.zone-panel {
  min-height: 220px;
  padding: 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 219, 128, 0.03) 0%, rgba(255, 219, 128, 0) 42%),
    linear-gradient(140deg, rgba(22, 73, 55, 0.88) 0%, rgba(16, 15, 12, 0.82) 52%, rgba(97, 24, 27, 0.94) 100%);
}

.zone-panel-highlight {
  min-height: 320px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 219, 128, 0.2) 0%, transparent 22%),
    linear-gradient(145deg, rgba(108, 24, 27, 0.95) 0%, rgba(41, 15, 13, 0.92) 48%, rgba(17, 58, 43, 0.88) 100%);
}

.zone-panel span,
.zone-tile span {
  color: rgba(255, 219, 128, 0.74);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zone-panel strong,
.zone-tile strong {
  display: block;
  margin-top: 0.45rem;
  color: #fff8eb;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.05;
}

.zone-panel p {
  margin-top: 0.9rem;
  max-width: 32ch;
  color: rgba(244, 233, 209, 0.84);
  line-height: 1.8;
}

.zone-tile {
  min-height: 160px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 219, 128, 0.04) 0%, rgba(255, 219, 128, 0) 40%),
    linear-gradient(135deg, rgba(35, 19, 15, 0.94) 0%, rgba(18, 11, 8, 0.92) 100%);
}

.bonus-ladder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 4vw, 3.6rem);
  align-items: start;
}

.bonus-ladder-copy {
  position: sticky;
  top: 170px;
  display: grid;
  gap: 1rem;
}

.bonus-ladder-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: end;
}

.bonus-tier {
  position: relative;
  min-height: 100%;
  padding: 1.55rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 219, 128, 0.16);
  box-shadow: 0 22px 44px rgba(8, 5, 4, 0.18);
}

.bonus-tier-low {
  background: linear-gradient(180deg, rgba(31, 69, 54, 0.92) 0%, rgba(19, 18, 14, 0.9) 100%);
}

.bonus-tier-mid {
  transform: translateY(1.5rem);
  background: linear-gradient(180deg, rgba(77, 23, 26, 0.94) 0%, rgba(28, 17, 14, 0.9) 100%);
}

.bonus-tier-high {
  transform: translateY(3rem);
  background: linear-gradient(180deg, rgba(93, 62, 18, 0.94) 0%, rgba(35, 18, 13, 0.9) 100%);
}

.bonus-tier-tag {
  color: rgba(255, 219, 128, 0.74);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bonus-tier-rate {
  margin: 0.8rem 0 0.75rem;
  font-size: clamp(3rem, 6vw, 4.4rem);
  line-height: 0.95;
  color: #fff9ee;
}

.bonus-tier h3 {
  color: #fff8ea;
  font-size: 1.18rem;
  line-height: 1.4;
}

.stack-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.15rem;
  list-style: none;
}

.stack-list li {
  position: relative;
  padding-left: 1.3rem;
  color: rgba(240, 226, 202, 0.84);
}

.stack-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffd976;
}

.club-theatre-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.2rem;
}

.theatre-feature {
  border-radius: 28px;
  padding: 1.55rem;
  border: 1px solid rgba(255, 219, 128, 0.14);
  background: rgba(18, 11, 8, 0.52);
  backdrop-filter: blur(8px);
}

.theatre-feature-major {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 219, 128, 0.04) 0%, rgba(255, 219, 128, 0) 44%),
    linear-gradient(145deg, rgba(19, 66, 49, 0.88) 0%, rgba(18, 11, 8, 0.88) 46%, rgba(97, 24, 27, 0.94) 100%);
  box-shadow: 0 24px 46px rgba(8, 5, 4, 0.2);
}

.theatre-label {
  color: rgba(255, 219, 128, 0.74);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.theatre-feature h3 {
  margin: 0.9rem 0 0.8rem;
  color: #fff8eb;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.18;
}

.theatre-feature p {
  color: rgba(239, 225, 199, 0.84);
  line-height: 1.8;
}

.theatre-stack {
  display: grid;
  gap: 1rem;
}

.affiliate-runway-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: clamp(1.4rem, 3vw, 2rem);
  align-items: start;
}

.runway-steps {
  position: relative;
  display: grid;
  gap: 1rem;
}

.runway-steps::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 219, 128, 0.34) 0%, rgba(255, 219, 128, 0.02) 100%);
}

.runway-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.runway-step span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 217, 118, 0.96) 0%, rgba(201, 137, 26, 0.94) 100%);
  color: #38160c;
  font-weight: 700;
  z-index: 1;
}

.runway-step div {
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 219, 128, 0.14);
  background: linear-gradient(180deg, rgba(39, 21, 17, 0.88) 0%, rgba(17, 10, 8, 0.86) 100%);
}

.runway-step h3 {
  color: #fff7ea;
  margin-bottom: 0.4rem;
}

.runway-step p {
  color: rgba(236, 222, 195, 0.8);
  line-height: 1.8;
}

.runway-commission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-content: start;
}

.runway-commission-card,
.runway-cta {
  min-height: 160px;
  border-radius: 26px;
}

.runway-commission-card {
  padding: 1.35rem;
  border: 1px solid rgba(255, 219, 128, 0.14);
  background:
    radial-gradient(circle at top left, rgba(255, 219, 128, 0.12) 0%, transparent 26%),
    linear-gradient(135deg, rgba(33, 16, 13, 0.92) 0%, rgba(17, 10, 8, 0.9) 100%);
}

.runway-commission-card small {
  color: rgba(255, 219, 128, 0.74);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.runway-commission-card strong {
  display: block;
  margin: 0.85rem 0 0.65rem;
  color: #fff8ea;
  font-size: clamp(2rem, 4vw, 3rem);
}

.runway-commission-card p {
  color: rgba(237, 223, 197, 0.82);
  line-height: 1.8;
}

.runway-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / -1;
}

.cashier-radar-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.6rem, 3vw, 2.2rem);
  align-items: start;
}

.cashier-radar-kpis {
  display: grid;
  gap: 1rem;
}

.cashier-kpi {
  padding: 1.2rem 1.3rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 219, 128, 0.14);
  background: linear-gradient(180deg, rgba(35, 18, 14, 0.84) 0%, rgba(17, 10, 8, 0.8) 100%);
}

.cashier-kpi span {
  display: block;
  color: rgba(255, 219, 128, 0.7);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.cashier-kpi strong {
  display: block;
  margin-top: 0.55rem;
  color: #fff8eb;
  font-size: 1.08rem;
  line-height: 1.5;
}

.cashier-radar-stream {
  border-radius: 32px;
  border: 1px solid rgba(255, 219, 128, 0.16);
  background:
    radial-gradient(circle at top right, rgba(255, 219, 128, 0.1) 0%, transparent 24%),
    linear-gradient(135deg, rgba(19, 11, 9, 0.96) 0%, rgba(24, 14, 11, 0.9) 100%);
  box-shadow: 0 26px 50px rgba(8, 5, 4, 0.24);
  overflow: hidden;
}

.cashier-radar-stream-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.3rem;
  border-bottom: 1px solid rgba(255, 219, 128, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.cashier-radar-stream-head p {
  color: #fff8eb;
  font-size: 1.08rem;
  font-weight: 700;
}

.cashier-radar-stream-head span {
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(11, 47, 28, 0.64);
  color: #e7fff0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cashier-radar-stream-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.cashier-stream-column {
  padding: 1.2rem;
}

.cashier-stream-column + .cashier-stream-column {
  border-left: 1px solid rgba(255, 219, 128, 0.08);
}

.cashier-stream-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.cashier-stream-title h3 {
  color: #fff8eb;
  font-size: 1rem;
}

.cashier-stream-title span {
  color: rgba(255, 219, 128, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cashier-radar .transaction-list {
  display: grid;
  gap: 0.85rem;
}

.cashier-radar .transaction-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 219, 128, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.cashier-radar .transaction-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff8eb;
}

.cashier-radar .transaction-item.deposit .transaction-icon {
  background: rgba(15, 90, 56, 0.64);
}

.cashier-radar .transaction-item.withdrawal .transaction-icon {
  background: rgba(106, 30, 31, 0.64);
}

.cashier-radar .transaction-icon svg {
  width: 18px;
  height: 18px;
}

.cashier-radar .transaction-user {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.cashier-radar .transaction-name {
  color: #fff8ea;
  font-weight: 700;
}

.cashier-radar .transaction-country,
.cashier-radar .transaction-time {
  color: rgba(236, 221, 194, 0.62);
  font-size: 0.78rem;
}

.cashier-radar .transaction-amount {
  color: #ffd976;
  font-weight: 700;
}

.home-page .royale-footer {
  margin-top: clamp(2rem, 4vw, 4rem);
  padding-top: 0;
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

.home-page .royale-footer .footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-lg) 2.5rem;
}

.royale-footer-callout {
  display: grid;
  justify-items: start;
  gap: 1rem;
  padding: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.2rem;
  border-radius: 36px;
  border: 1px solid rgba(255, 219, 128, 0.16);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 219, 128, 0.14) 0%, transparent 28%),
    linear-gradient(135deg, rgba(107, 24, 27, 0.94) 0%, rgba(42, 18, 16, 0.92) 48%, rgba(18, 64, 48, 0.86) 100%);
  box-shadow: 0 28px 54px rgba(8, 5, 4, 0.24);
}

.home-page .royale-footer .footer-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 1rem;
}

.home-page .royale-footer .footer-brand,
.home-page .royale-footer .footer-links-shell,
.home-page .royale-footer .footer-contact-card,
.home-page .royale-footer .footer-payments {
  padding: 1.4rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 219, 128, 0.12);
  background: linear-gradient(180deg, rgba(33, 17, 13, 0.86) 0%, rgba(18, 11, 8, 0.82) 100%);
}

.home-page .royale-footer .footer-shell-title,
.home-page .royale-footer .footer-section-title,
.home-page .royale-footer .footer-payments-title {
  color: #fff8eb;
}

.home-page .royale-footer .footer-description,
.home-page .royale-footer .footer-link a,
.home-page .royale-footer .footer-contact-text small {
  color: rgba(236, 221, 194, 0.82);
}

.home-page .royale-footer .footer-links-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-page .royale-footer .footer-contact-card {
  display: grid;
  gap: 1rem;
}

.home-page .royale-footer .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 0.95rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 219, 128, 0.12);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
}

.home-page .royale-footer .footer-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 219, 128, 0.1);
  color: #ffd976;
}

.home-page .royale-footer .footer-contact-text strong {
  display: block;
  color: #fff8eb;
}

.home-page .royale-footer .footer-payments {
  grid-column: 1 / -1;
}

.home-page .royale-footer .footer-payments-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.home-page .royale-footer .footer-payment-item {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 0.75rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 219, 128, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.home-page .royale-footer .footer-payment-item img {
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.home-page .royale-footer .footer-bottom {
  margin-top: 1rem;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(255, 219, 128, 0.1);
}

.home-page .royale-footer .footer-legal a {
  color: rgba(238, 224, 197, 0.76);
}

@media (max-width: 1200px) {
  .hero-roulette-grid,
  .floor-zones-layout,
  .bonus-ladder-layout,
  .club-theatre-grid,
  .affiliate-runway-layout,
  .cashier-radar-layout {
    grid-template-columns: 1fr;
  }

  .bonus-ladder-copy {
    position: static;
  }

  .bonus-ladder-track,
  .runway-commission-grid,
  .cashier-radar-stream-grid,
  .home-page .royale-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-roulette-visual {
    min-height: 540px;
  }

  .hero-image-stage,
  .hero-image-stage img {
    min-height: 540px;
  }
}

@media (max-width: 1024px) {
  .home-page .royale-topbar,
  .home-page .header-content {
    border-radius: 22px;
  }

  .home-page .header-content {
    padding: 0.9rem 1rem;
  }

  .home-page .nav {
    top: 148px;
    right: var(--space-md);
    left: var(--space-md);
    width: auto;
    max-width: none;
    padding: 1rem;
    border-left: 0;
    border: 1px solid rgba(255, 219, 128, 0.16);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(28, 16, 13, 0.98) 0%, rgba(17, 10, 8, 0.96) 100%);
    box-shadow: 0 28px 48px rgba(8, 5, 4, 0.42);
  }

  .home-page .nav-menu {
    gap: 0.55rem;
  }

  .home-page .nav-link {
    justify-content: flex-start;
    padding: 0.95rem 1rem;
  }

  .home-page .header-actions {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 219, 128, 0.12);
  }

  .row-large,
  .row-small,
  .bonus-ladder-track,
  .runway-commission-grid,
  .cashier-radar-stream-grid,
  .home-page .royale-footer .footer-grid,
  .home-page .royale-footer .footer-links-columns {
    grid-template-columns: 1fr;
  }

  .bonus-tier-mid,
  .bonus-tier-high {
    transform: none;
  }

  .cashier-stream-column + .cashier-stream-column {
    border-left: 0;
    border-top: 1px solid rgba(255, 219, 128, 0.08);
  }
}

@media (max-width: 768px) {
  .home-page section {
    padding: 3.8rem 0;
  }

  .home-page .header-container {
    padding-top: 0.7rem;
    padding-bottom: 0.8rem;
  }

  .home-page .royale-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-page .header-content {
    min-height: 80px;
  }

  .home-page .nav {
    top: 172px;
  }

  .hero-roulette-title {
    max-width: 100%;
  }

  .hero-roulette-visual {
    min-height: 460px;
  }

  .hero-image-stage,
  .hero-image-stage img {
    min-height: 460px;
  }

  .ticket-left,
  .ticket-right {
    left: 1rem;
    right: auto;
  }

  .ticket-right {
    top: auto;
    bottom: 6.6rem;
  }

  .ticket-bottom {
    left: 1rem;
    right: auto;
    bottom: 1rem;
  }

  .zone-manifest-item,
  .runway-step {
    grid-template-columns: 1fr;
  }

  .runway-steps::before {
    display: none;
  }

  .cashier-radar .transaction-item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cashier-radar .transaction-time {
    grid-column: 2;
  }

  .home-page .royale-footer .footer-content {
    padding-inline: var(--space-md);
  }

  .royale-footer-callout,
  .home-page .royale-footer .footer-brand,
  .home-page .royale-footer .footer-links-shell,
  .home-page .royale-footer .footer-contact-card,
  .home-page .royale-footer .footer-payments {
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  .hero-chip-cluster,
  .hero-cta-row,
  .hero-odds-ribbon {
    display: grid;
  }

  .hero-floating-ticket {
    min-width: 0;
    max-width: calc(100% - 2rem);
  }

  .home-page .header-actions .btn,
  .runway-cta {
    width: 100%;
  }

  .cashier-radar .transaction-item {
    grid-template-columns: 1fr;
  }

  .cashier-radar .transaction-time {
    grid-column: auto;
  }
}

/* ========================================
   HOMEPAGE REFINEMENT - COMPACT HEADER/FOOTER
   ======================================== */

.home-page .header-container {
  padding-top: 0;
  padding-bottom: 0;
}

.home-page .home-header {
  background:
    linear-gradient(180deg, rgba(15, 8, 7, 0.98) 0%, rgba(15, 8, 7, 0.9) 100%);
  border-bottom: 1px solid rgba(255, 219, 128, 0.14);
  box-shadow: 0 16px 32px rgba(7, 4, 3, 0.24);
}

.home-page .home-header::before {
  height: 1px;
}

.home-page .home-header::after {
  opacity: 0.18;
}

.home-page .header-content {
  min-height: 76px;
  margin-top: 0;
  padding: 0.85rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .logo-icon {
  width: 44px;
  height: 44px;
  padding: 0.55rem;
  border-radius: 14px;
  background: rgba(255, 219, 128, 0.08);
  border: 1px solid rgba(255, 219, 128, 0.12);
  box-shadow: none;
}

.home-page .logo-title {
  font-size: 1.1rem;
}

.home-page .logo-subtitle {
  font-size: 0.62rem;
}

.home-page .nav {
  gap: 1rem;
  padding-left: 1.1rem;
}

.home-page .nav-menu {
  gap: 0.3rem;
}

.home-page .nav-link {
  padding: 0.6rem 0.65rem;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

.home-page .nav-link:hover,
.home-page .nav-link.active {
  background: transparent;
  border-bottom-color: rgba(255, 219, 128, 0.6);
  box-shadow: none;
}

.home-page .header-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.home-page .header-marketline {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 128, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.home-page .royale-live-pill {
  gap: 0.42rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f4ffe9;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}

.home-page .royale-live-pill::before {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px rgba(94, 229, 150, 0.12);
}

.home-page .royale-topbar-link {
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .header-actions {
  gap: 0.45rem;
  padding-left: 0;
}

.home-page .header-actions .btn {
  min-height: 38px;
  padding-inline: 0.9rem;
  font-size: 0.7rem;
}

.home-page .mobile-menu-toggle {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.home-page .hero-roulette {
  padding-top: 2.7rem;
}

.home-page .hero-roulette-copy {
  gap: 1rem;
}

.home-page .section-kicker {
  font-size: 0.64rem;
}

.home-page .section-title-lg {
  max-width: 12ch;
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
}

.home-page .hero-roulette-title {
  max-width: 14ch;
  font-size: clamp(2.25rem, 4.4vw, 3.7rem);
  line-height: 0.98;
}

.home-page .hero-roulette-text {
  max-width: 48ch;
  font-size: 0.92rem;
  line-height: 1.75;
}

.home-page .hero-chip {
  padding: 0.68rem 0.8rem;
  font-size: 0.78rem;
}

.home-page .hero-chip strong {
  font-size: 0.92rem;
}

.home-page .hero-odds-ribbon span,
.home-page .zone-panel span,
.home-page .zone-tile span,
.home-page .bonus-tier-tag,
.home-page .theatre-label,
.home-page .cashier-stream-title span {
  font-size: 0.66rem;
}

.home-page .hero-odds-ribbon span {
  padding: 0.56rem 0.82rem;
}

.home-page .floor-zones-head,
.home-page .club-theatre-head,
.home-page .affiliate-runway-head,
.home-page .cashier-radar-head {
  max-width: 620px;
  margin-bottom: 2rem;
}

.home-page .zone-manifest-item h3,
.home-page .bonus-tier h3,
.home-page .runway-step h3,
.home-page .cashier-kpi strong {
  font-size: 1rem;
}

.home-page .zone-manifest-item p,
.home-page .zone-panel p,
.home-page .theatre-feature p,
.home-page .runway-step p,
.home-page .runway-commission-card p,
.home-page .cashier-kpi,
.home-page .footer-description {
  font-size: 0.9rem;
}

.home-page .zone-panel strong {
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
}

.home-page .zone-tile strong {
  font-size: 1.05rem;
}

.home-page .bonus-tier-rate {
  font-size: clamp(2.2rem, 4.2vw, 3rem);
}

.home-page .theatre-feature h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.home-page .runway-commission-card strong {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.home-page .cashier-radar-stream-head p,
.home-page .cashier-stream-title h3 {
  font-size: 0.92rem;
}

.home-page .cashier-radar .transaction-name,
.home-page .cashier-radar .transaction-amount {
  font-size: 0.86rem;
}

.home-page .royale-footer {
  margin-top: 2.4rem;
  border-top: 1px solid rgba(255, 219, 128, 0.12);
  background:
    linear-gradient(180deg, rgba(14, 8, 7, 0.2) 0%, rgba(14, 8, 7, 0.68) 100%);
}

.home-page .royale-footer .footer-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.home-page .royale-footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 219, 128, 0.1);
}

.home-page .royale-footer-intro {
  display: grid;
  gap: 0.45rem;
}

.home-page .royale-footer .footer-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 1.8rem;
  align-items: start;
}

.home-page .royale-footer .footer-brand,
.home-page .royale-footer .footer-links-shell,
.home-page .royale-footer .footer-contact-card,
.home-page .royale-footer .footer-payments {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page .royale-footer .footer-shell-title,
.home-page .royale-footer .footer-section-title,
.home-page .royale-footer .footer-payments-title {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 219, 128, 0.74);
}

.home-page .royale-footer .footer-description,
.home-page .royale-footer .footer-link a,
.home-page .royale-footer .footer-contact-text small,
.home-page .royale-footer .footer-copyright,
.home-page .royale-footer .footer-legal a {
  font-size: 0.84rem;
}

.home-page .royale-footer .footer-links-columns {
  gap: 1.4rem;
}

.home-page .royale-footer .footer-links {
  display: grid;
  gap: 0.55rem;
}

.home-page .royale-footer .footer-contact-card {
  gap: 0.55rem;
}

.home-page .royale-footer .footer-contact-item {
  padding: 0.55rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 219, 128, 0.08);
  border-radius: 0;
  background: transparent;
}

.home-page .royale-footer .footer-contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.home-page .royale-footer .footer-payments {
  grid-column: 1 / -1;
  padding-top: 1rem;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(255, 219, 128, 0.08);
}

.home-page .royale-footer .footer-payments-track {
  grid-template-columns: repeat(auto-fit, minmax(64px, max-content));
  justify-content: start;
  gap: 0.6rem;
}

.home-page .royale-footer .footer-payment-item {
  min-height: 54px;
  padding: 0.55rem 0.7rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.home-page .royale-footer .footer-bottom {
  margin-top: 1rem;
  padding-top: 0.9rem;
}

@media (max-width: 1200px) {
  .home-page .header-utility {
    justify-content: flex-start;
  }

  .home-page .royale-footer-top,
  .home-page .royale-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .home-page .header-content {
    padding: 0.75rem 0;
  }

  .home-page .nav {
    top: 88px;
  }

  .home-page .header-utility {
    align-items: stretch;
    flex-direction: column;
    gap: 0.9rem;
  }

  .home-page .header-marketline {
    justify-content: center;
  }

  .home-page .royale-footer-top {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 768px) {
  .home-page .hero-roulette-title {
    max-width: 11ch;
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }

  .home-page .hero-roulette-text,
  .home-page .section-copy-lg {
    font-size: 0.88rem;
  }

  .home-page .nav {
    top: 82px;
  }

  .home-page .royale-footer .footer-content {
    padding-top: 1.2rem;
  }

  .home-page .royale-footer .footer-grid,
  .home-page .royale-footer .footer-links-columns {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   HOMEPAGE REFINEMENT - VIEWPORT HERO/SECTIONS
   ======================================== */

.home-page {
  --home-header-height: 82px;
}

.home-page section {
  min-height: calc(100vh - var(--home-header-height));
  padding: 1.35rem 0;
  display: flex;
  align-items: center;
}

.home-page section > .container {
  width: 100%;
  display: grid;
  align-content: center;
  gap: 1.2rem;
}

.home-page .hero-roulette {
  min-height: calc(100vh - var(--home-header-height));
  padding: 0.8rem 0 1rem;
}

.home-page .hero-roulette-grid {
  min-height: calc(100vh - var(--home-header-height) - 2rem);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

.home-page .hero-roulette-copy {
  gap: 0.9rem;
  align-content: center;
}

.home-page .hero-roulette-title {
  max-width: 10ch;
  font-size: clamp(2.05rem, 4vw, 3.35rem);
}

.home-page .hero-roulette-text {
  max-width: 43ch;
  font-size: 0.88rem;
}

.home-page .hero-chip-cluster {
  gap: 0.6rem;
}

.home-page .hero-cta-row {
  gap: 0.75rem;
}

.home-page .hero-odds-ribbon {
  gap: 0.5rem;
}

.home-page .hero-roulette-visual {
  min-height: min(76vh, 720px);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.home-page .hero-roulette-visual::before {
  content: '';
  position: absolute;
  width: min(40vw, 560px);
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -52%);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(8, 7, 6, 0) 0 31%, rgba(255, 218, 128, 0.18) 31.5%, rgba(255, 218, 128, 0.06) 35%, rgba(8, 7, 6, 0) 35.5%),
    repeating-conic-gradient(from -12deg, rgba(255, 218, 128, 0.18) 0 7deg, rgba(116, 20, 23, 0.14) 7deg 14deg, rgba(10, 57, 41, 0.16) 14deg 21deg, rgba(26, 15, 12, 0.12) 21deg 28deg);
  box-shadow:
    0 0 0 18px rgba(255, 218, 128, 0.03),
    0 26px 70px rgba(8, 5, 4, 0.28);
  opacity: 0.92;
  z-index: 0;
}

.home-page .hero-roulette-visual::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 2%;
  height: 26%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(20, 113, 76, 0.52) 0%, rgba(20, 113, 76, 0.16) 38%, rgba(8, 5, 4, 0) 72%);
  filter: blur(16px);
  z-index: 0;
}

.home-page .hero-image-stage {
  min-height: 0;
  height: auto;
  width: 100%;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.home-page .hero-image-stage::before {
  display: none;
}

.home-page .hero-image-stage img {
  width: min(100%, 640px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 18px 24px rgba(7, 5, 4, 0.28))
    drop-shadow(0 42px 70px rgba(7, 5, 4, 0.24));
  position: relative;
  z-index: 1;
}

.home-page .hero-floating-ticket {
  min-width: 150px;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(18, 10, 8, 0.72);
  border: 1px solid rgba(255, 219, 128, 0.12);
  box-shadow: 0 16px 26px rgba(8, 5, 4, 0.18);
  z-index: 2;
}

.home-page .hero-floating-ticket strong {
  font-size: 0.92rem;
}

.home-page .ticket-left {
  left: -0.4rem;
  top: 18%;
}

.home-page .ticket-right {
  right: -0.3rem;
  top: 44%;
}

.home-page .ticket-bottom {
  right: 1.6rem;
  bottom: 8%;
}

.home-page .floor-zones-head,
.home-page .club-theatre-head,
.home-page .affiliate-runway-head,
.home-page .cashier-radar-head {
  margin-bottom: 0;
}

.home-page .floor-zones-layout,
.home-page .bonus-ladder-layout,
.home-page .club-theatre-grid,
.home-page .affiliate-runway-layout,
.home-page .cashier-radar-layout {
  align-items: center;
}

.home-page .zone-manifest,
.home-page .zone-board,
.home-page .theatre-stack,
.home-page .runway-steps,
.home-page .cashier-radar-kpis {
  gap: 0.8rem;
}

.home-page .zone-manifest-item,
.home-page .runway-step div,
.home-page .cashier-kpi,
.home-page .theatre-feature,
.home-page .runway-commission-card {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.home-page .zone-panel {
  min-height: 180px;
}

.home-page .zone-panel-highlight {
  min-height: 250px;
}

.home-page .zone-tile {
  min-height: 128px;
}

.home-page .bonus-tier {
  padding: 1.2rem;
}

.home-page .cashier-radar-stream {
  border-radius: 24px;
}

.home-page .cashier-stream-column {
  padding: 1rem;
}

@media (max-width: 1200px) {
  .home-page section {
    min-height: auto;
    padding: 3rem 0;
  }

  .home-page .hero-roulette {
    min-height: auto;
    padding: 2.2rem 0 2.4rem;
  }

  .home-page .hero-roulette-grid {
    min-height: auto;
  }

  .home-page .hero-roulette-visual::before {
    width: min(78vw, 520px);
    transform: translate(-50%, -50%);
  }

  .home-page .hero-image-stage img {
    width: min(100%, 520px);
  }
}

@media (max-width: 768px) {
  .home-page {
    --home-header-height: 76px;
  }

  .home-page section {
    padding: 2.4rem 0;
  }

  .home-page section > .container {
    gap: 1rem;
  }

  .home-page .hero-roulette-visual {
    min-height: 420px;
  }

  .home-page .hero-roulette-visual::before {
    width: min(90vw, 420px);
  }

  .home-page .hero-roulette-visual::after {
    left: 0;
    right: 0;
  }

  .home-page .hero-image-stage img {
    width: min(100%, 420px);
  }

  .home-page .ticket-left,
  .home-page .ticket-right,
  .home-page .ticket-bottom {
    left: 0.5rem;
    right: auto;
  }

  .home-page .ticket-right {
    top: auto;
    bottom: 5.8rem;
  }

  .home-page .ticket-bottom {
    bottom: 0.8rem;
  }
}

/* ========================================
   HERO FIT FIX
   ======================================== */

@keyframes royaleWheelSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes royaleWheelSpinReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.home-page .hero-roulette {
  padding: 0.35rem 0 0.5rem;
}

.home-page .hero-roulette-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  min-height: calc(100svh - var(--home-header-height) - 0.75rem);
  gap: clamp(0.35rem, 1.2vw, 1rem);
}

.home-page .hero-roulette-copy {
  gap: 0.7rem;
  padding-right: 1.25rem;
}

.home-page .hero-roulette-title {
  max-width: 20ch;
  display: grid;
  gap: 0.05em;
  font-size: clamp(1.9rem, 3.45vw, 3rem);
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #fff6ea;
  text-shadow:
    0 10px 28px rgba(8, 5, 4, 0.28),
    0 0 22px rgba(247, 199, 74, 0.08);
}

.home-page .hero-roulette-title span {
  display: block;
}

.home-page .hero-roulette-title span:first-child {
  white-space: nowrap;
}

.home-page .hero-roulette-title .hero-title-accent {
  background: linear-gradient(180deg, #fff9f0 0%, #ffd977 58%, #d28d1d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.home-page .hero-roulette-text {
  max-width: 44ch;
  font-size: 0.82rem;
  line-height: 1.65;
}

.home-page .hero-chip-cluster {
  gap: 0.45rem;
}

.home-page .hero-chip {
  padding: 0.52rem 0.72rem;
  font-size: 0.72rem;
  border-radius: 14px;
}

.home-page .hero-chip strong {
  font-size: 0.84rem;
}

.home-page .hero-cta-row .btn {
  min-height: 46px;
  padding-inline: 1.25rem;
  font-size: 0.76rem;
}

.home-page .hero-odds-ribbon {
  display: none;
}

.home-page .hero-roulette-visual {
  min-height: min(64vh, 560px);
  transform: translateX(-7%);
}

.home-page .hero-roulette-visual::before {
  width: min(38vw, 520px);
  animation: royaleWheelSpin 30s linear infinite;
  will-change: transform;
}

.home-page .hero-image-stage img {
  width: min(100%, 560px);
}

.home-page .hero-floating-ticket {
  min-width: 138px;
  padding: 0.7rem 0.8rem;
}

.home-page .hero-floating-ticket span {
  font-size: 0.64rem;
}

.home-page .hero-floating-ticket strong {
  font-size: 0.84rem;
}

.home-page .ticket-left {
  top: 20%;
}

.home-page .ticket-right {
  top: 46%;
}

.home-page .ticket-bottom {
  bottom: 10%;
}

@media (max-width: 768px) {
  .home-page .hero-roulette {
    padding: 1.4rem 0 1.8rem;
  }

  .home-page .hero-roulette-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-page .hero-roulette-title {
    max-width: 13ch;
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .home-page .hero-roulette-title span:first-child {
    white-space: normal;
  }

  .home-page .hero-roulette-text {
    font-size: 0.84rem;
  }

  .home-page .hero-chip-cluster {
    display: grid;
  }

  .home-page .hero-cta-row {
    display: grid;
  }

  .home-page .hero-roulette-visual {
    min-height: 360px;
    transform: none;
  }

  .home-page .hero-roulette-visual::before {
    width: min(90vw, 360px);
  }

  .home-page .hero-image-stage img {
    width: min(100%, 360px);
  }
}

/* ========================================
   HEADER REDESIGN - CASINO DESK
   ======================================== */

.home-page .home-header {
  background:
    linear-gradient(180deg, rgba(15, 8, 7, 0.98) 0%, rgba(13, 7, 6, 0.93) 100%);
  border-bottom: 1px solid rgba(255, 217, 118, 0.18);
  box-shadow:
    0 18px 34px rgba(7, 4, 3, 0.28),
    inset 0 1px 0 rgba(255, 231, 178, 0.06);
}

.home-page .home-header::before {
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 217, 118, 0.88) 24%, rgba(141, 24, 28, 0.92) 50%, rgba(255, 217, 118, 0.88) 76%, transparent 100%);
}

.home-page .header-content {
  min-height: 84px;
  padding: 0.95rem 0;
}

.home-page .logo {
  gap: 0.8rem;
}

.home-page .logo-icon {
  width: 48px;
  height: 48px;
  padding: 0.58rem;
  border-radius: 15px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 217, 118, 0.14) 0%, transparent 46%),
    linear-gradient(180deg, rgba(70, 27, 17, 0.94) 0%, rgba(28, 12, 9, 0.96) 100%);
  border: 1px solid rgba(255, 219, 128, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 227, 167, 0.08),
    0 10px 20px rgba(8, 5, 4, 0.18);
}

.home-page .logo-title {
  font-size: 1.18rem;
  font-weight: 700;
}

.home-page .logo-subtitle {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.home-page .logo-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.18rem;
  color: rgba(255, 221, 157, 0.7);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-page .nav {
  gap: 1rem;
  padding-left: 1.35rem;
}

.home-page .nav-rail {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.34rem 0.45rem 0.34rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 128, 0.16);
  background:
    radial-gradient(circle at top center, rgba(255, 217, 118, 0.08) 0%, transparent 36%),
    linear-gradient(90deg, rgba(56, 18, 14, 0.94) 0%, rgba(19, 11, 8, 0.96) 48%, rgba(70, 20, 23, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 229, 173, 0.06),
    0 12px 24px rgba(8, 5, 4, 0.16);
}

.home-page .nav-rail::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 128, 0.08);
  pointer-events: none;
}

.home-page .nav-rail-label {
  position: relative;
  z-index: 1;
  padding-right: 0.7rem;
  color: rgba(255, 219, 128, 0.78);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-page .nav-rail-label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: rgba(255, 219, 128, 0.16);
  transform: translateY(-50%);
}

.home-page .nav-menu {
  gap: 0.12rem;
}

.home-page .nav-link {
  padding: 0.66rem 0.88rem;
  border-radius: 999px;
  border-bottom: 0;
  font-size: 0.67rem;
  letter-spacing: 0.18em;
  color: rgba(255, 239, 206, 0.82);
}

.home-page .nav-link:hover,
.home-page .nav-link.active {
  background:
    linear-gradient(180deg, rgba(255, 217, 118, 0.18) 0%, rgba(130, 35, 32, 0.26) 100%);
  color: #fff7eb;
  box-shadow: inset 0 1px 0 rgba(255, 230, 179, 0.08);
}

.home-page .header-utility {
  gap: 0.6rem;
}

.home-page .header-marketline {
  gap: 0.6rem;
  padding: 0.52rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 128, 0.16);
  background:
    linear-gradient(180deg, rgba(41, 19, 14, 0.9) 0%, rgba(17, 10, 8, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 230, 179, 0.06);
}

.home-page .header-market-sep {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 219, 128, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 219, 128, 0.06);
}

.home-page .header-market-copy,
.home-page .royale-topbar-link {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 221, 157, 0.8);
}

.home-page .royale-live-pill {
  font-size: 0.62rem;
}

.home-page .header-actions .btn {
  min-height: 40px;
  padding-inline: 1rem;
  border-radius: 999px;
}

.home-page .header-actions .btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 219, 128, 0.14);
}

.home-page .header-actions .btn-primary {
  background: linear-gradient(135deg, #f2c55b 0%, #cd841c 100%);
}

.home-page .mobile-menu-toggle {
  background:
    linear-gradient(180deg, rgba(57, 21, 15, 0.96) 0%, rgba(23, 11, 9, 0.94) 100%);
  border-color: rgba(255, 219, 128, 0.18);
}

@media (max-width: 1024px) {
  .home-page .nav {
    top: 90px;
    gap: 1rem;
  }

  .home-page .nav-rail {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .nav-rail::before,
  .home-page .nav-rail-label::after {
    display: none;
  }

  .home-page .nav-rail-label {
    padding: 0;
  }

  .home-page .nav-menu {
    gap: 0.45rem;
  }

  .home-page .nav-link {
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
  }

  .home-page .header-marketline {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .home-page .logo-meta,
  .home-page .nav-rail-label,
  .home-page .header-market-copy {
    display: none;
  }

  .home-page .header-content {
    min-height: 76px;
  }

  .home-page .nav {
    top: 82px;
  }
}

/* ========================================
   HEADER REFINEMENT - NO PILLS
   ======================================== */

.home-page .header-content {
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 1.4rem;
}

.home-page .nav {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.1rem;
  padding-left: 1.6rem;
  border-left: 1px solid rgba(255, 219, 128, 0.14);
}

.home-page .nav-rail {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .nav-rail::before {
  display: none;
}

.home-page .nav-rail-label {
  padding-right: 0.9rem;
  color: rgba(255, 210, 120, 0.72);
}

.home-page .nav-rail-label::after {
  height: 18px;
  background: rgba(255, 219, 128, 0.14);
}

.home-page .nav-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
}

.home-page .nav-link {
  position: relative;
  padding: 0.28rem 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.72rem;
  letter-spacing: 0.17em;
}

.home-page .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.62rem;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 217, 118, 0.94) 50%, transparent 100%);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-page .nav-link:hover,
.home-page .nav-link.active {
  background: transparent;
  color: #fff7eb;
  box-shadow: none;
}

.home-page .nav-link:hover::after,
.home-page .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-page .header-utility {
  gap: 0.95rem;
}

.home-page .header-marketline {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  white-space: nowrap;
}

.home-page .header-market-sep {
  width: 4px;
  height: 4px;
  box-shadow: none;
}

.home-page .header-market-copy,
.home-page .royale-topbar-link,
.home-page .royale-live-pill {
  font-size: 0.6rem;
}

.home-page .header-actions {
  gap: 0.55rem;
}

.home-page .header-actions .btn {
  border-radius: 16px;
}

.home-page .header-actions .btn-ghost {
  background: transparent;
}

@media (max-width: 1180px) {
  .home-page .nav-menu {
    gap: 0.8rem;
  }

  .home-page .nav-link {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .home-page .header-market-copy,
  .home-page .royale-topbar-link {
    letter-spacing: 0.14em;
  }
}

@media (max-width: 1024px) {
  .home-page .nav {
    border-left: 0;
  }

  .home-page .nav-rail {
    display: grid;
    gap: 0.6rem;
  }

  .home-page .nav-menu {
    display: grid;
    gap: 0.45rem;
  }

  .home-page .nav-link {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 219, 128, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
  }

  .home-page .nav-link::after {
    left: 1rem;
    right: 1rem;
    bottom: 0.45rem;
  }

  .home-page .header-marketline {
    justify-content: center;
    padding: 0.2rem 0 0;
  }
}

@media (max-width: 768px) {
  .home-page .header-content {
    column-gap: 0.8rem;
  }

  .home-page .header-marketline {
    white-space: normal;
  }
}

/* ========================================
   HEADER POLISH - FRAMED RAIL
   ======================================== */

.home-page .nav {
  padding-left: 1.45rem;
}

.home-page .nav-rail {
  position: relative;
  gap: 1.15rem;
  padding: 0.55rem 1.05rem;
  border: 1px solid rgba(255, 219, 128, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(63, 22, 17, 0.64) 0%, rgba(24, 12, 10, 0.84) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 228, 171, 0.05),
    0 14px 28px rgba(8, 5, 4, 0.14);
}

.home-page .nav-rail::before,
.home-page .nav-rail::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 219, 128, 0.4);
  background: rgba(255, 219, 128, 0.08);
  transform: translateY(-50%) rotate(45deg);
}

.home-page .nav-rail::before {
  left: -4px;
}

.home-page .nav-rail::after {
  right: -4px;
}

.home-page .nav-rail-label {
  color: rgba(255, 219, 128, 0.82);
}

.home-page .nav-menu {
  gap: 1rem;
}

.home-page .nav-link {
  padding: 0.34rem 0;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.home-page .nav-link::after {
  bottom: -0.55rem;
}

.home-page .header-utility {
  gap: 0.75rem;
}

.home-page .header-marketline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 219, 128, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(30, 16, 13, 0.88) 0%, rgba(17, 10, 8, 0.82) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 228, 171, 0.04);
  white-space: nowrap;
}

.home-page .royale-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: #eefee7;
}

.home-page .royale-live-pill::after {
  content: '';
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(94, 229, 150, 0.82), rgba(94, 229, 150, 0));
}

.home-page .header-actions .btn {
  min-height: 42px;
}

@media (max-width: 1180px) {
  .home-page .nav-rail {
    gap: 0.9rem;
    padding-inline: 0.85rem;
  }

  .home-page .nav-menu {
    gap: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .home-page .nav-rail {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .nav-rail::before,
  .home-page .nav-rail::after {
    display: none;
  }

  .home-page .header-marketline {
    padding: 0.32rem 0.65rem;
  }
}

/* ========================================
   HEADER TUNE - BALANCED CENTER RAIL
   ======================================== */

.home-page .nav {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 1rem;
}

.home-page .nav-rail {
  justify-self: center;
  width: auto;
  gap: 0.95rem;
  padding: 0.48rem 0.9rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(72, 24, 18, 0.6) 0%, rgba(28, 13, 10, 0.82) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 228, 171, 0.05),
    0 12px 22px rgba(8, 5, 4, 0.12);
}

.home-page .nav-rail::before,
.home-page .nav-rail::after {
  width: 10px;
  height: 10px;
  border-color: rgba(255, 219, 128, 0.34);
}

.home-page .nav-rail-label {
  padding-right: 0.7rem;
  font-size: 0.56rem;
  letter-spacing: 0.2em;
}

.home-page .nav-menu {
  gap: 0.9rem;
}

.home-page .nav-link {
  padding: 0.34rem 0;
  font-size: 0.69rem;
}

.home-page .header-utility {
  justify-self: end;
}

.home-page .header-marketline {
  padding-inline: 0.7rem;
}

@media (max-width: 1180px) {
  .home-page .nav-rail {
    gap: 0.8rem;
    padding-inline: 0.75rem;
  }

  .home-page .nav-menu {
    gap: 0.72rem;
  }
}

@media (max-width: 1024px) {
  .home-page .nav {
    grid-template-columns: 1fr;
  }

  .home-page .nav-rail {
    justify-self: stretch;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}

/* ========================================
   HERO LEFT BOARD REFINE
   ======================================== */

.home-page .hero-roulette-grid {
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.9fr);
  gap: clamp(0.7rem, 1.5vw, 1.2rem);
}

.home-page .hero-roulette-copy {
  gap: 0.95rem;
  padding-right: 0.25rem;
}

.home-page .hero-roulette-title {
  max-width: 13.75ch;
}

.home-page .hero-roulette-text {
  max-width: 35ch;
  margin-bottom: 0.1rem;
}

.home-page .hero-invest-board {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
  gap: 0.85rem;
  align-items: stretch;
  width: min(100%, 47rem);
}

.home-page .hero-invest-ledger,
.home-page .hero-invest-mini,
.home-page .hero-invest-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 214, 118, 0.14);
  background:
    linear-gradient(180deg, rgba(44, 16, 13, 0.82) 0%, rgba(18, 10, 9, 0.9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 229, 170, 0.05),
    0 20px 36px rgba(8, 4, 4, 0.18);
}

.home-page .hero-invest-ledger::before,
.home-page .hero-invest-mini::before,
.home-page .hero-invest-strip::before {
  content: '';
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 204, 92, 0.85), rgba(255, 204, 92, 0));
}

.home-page .hero-invest-ledger {
  display: grid;
  align-content: start;
  gap: 0.6rem;
  min-height: 100%;
  padding: 1rem 1.05rem 1.05rem 1.1rem;
  border-radius: 22px;
}

.home-page .hero-invest-ledger::after {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 204, 92, 0.9), rgba(255, 120, 66, 0));
}

.home-page .hero-invest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-page .hero-invest-mini,
.home-page .hero-invest-strip {
  padding: 0.9rem 0.9rem 0.85rem;
  border-radius: 18px;
}

.home-page .hero-invest-mini {
  min-height: 8rem;
  display: grid;
  align-content: start;
  gap: 0.35rem;
}

.home-page .hero-invest-strip {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.3rem;
  align-content: center;
  min-height: 4.5rem;
}

.home-page .hero-invest-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.57rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 210, 102, 0.86);
}

.home-page .hero-invest-kicker::before {
  content: '';
  width: 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 210, 102, 0.95), rgba(255, 210, 102, 0));
}

.home-page .hero-invest-ledger strong,
.home-page .hero-invest-mini strong,
.home-page .hero-invest-strip strong {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--text-primary);
}

.home-page .hero-invest-ledger strong {
  font-size: 1rem;
  line-height: 1.35;
  max-width: 19ch;
}

.home-page .hero-invest-ledger p,
.home-page .hero-invest-mini p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.65;
  color: rgba(248, 236, 215, 0.78);
}

.home-page .hero-invest-value {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: #ffd15c;
}

.home-page .hero-invest-mini strong {
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

.home-page .hero-invest-strip strong {
  font-size: 0.82rem;
  line-height: 1.45;
  max-width: 25ch;
}

.home-page .hero-cta-row {
  margin-top: 0.1rem;
}

.home-page .hero-roulette-visual {
  transform: translateX(-11%);
}

.home-page .hero-image-stage img {
  width: min(100%, 540px);
}

@media (max-width: 1180px) {
  .home-page .hero-invest-board {
    grid-template-columns: 1fr;
    width: min(100%, 38rem);
  }

  .home-page .hero-invest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-page .hero-invest-board,
  .home-page .hero-invest-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hero-invest-ledger strong,
  .home-page .hero-invest-strip strong {
    max-width: none;
  }

  .home-page .hero-roulette-text {
    max-width: none;
  }
}

/* ========================================
   HERO COMPACT FIT
   ======================================== */

.home-page .hero-roulette {
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  padding-block: clamp(1rem, 2.2vh, 1.4rem) clamp(0.8rem, 1.6vh, 1.2rem);
}

.home-page .hero-roulette .container {
  width: 100%;
}

.home-page .hero-roulette-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1rem, 1.9vw, 1.45rem);
  align-items: center;
}

.home-page .hero-roulette-copy {
  gap: 0.72rem;
  padding-right: 0;
}

.home-page .hero-roulette-title {
  max-width: 11.8ch;
  gap: 0.08em;
}

.home-page .hero-roulette-text {
  max-width: 48ch;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(247, 235, 214, 0.82);
}

.home-page .hero-compact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  width: min(100%, 31rem);
}

.home-page .hero-compact-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.24rem;
  min-height: 5.35rem;
  padding: 0.8rem 0.82rem 0.72rem;
  border: 1px solid rgba(255, 210, 102, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(39, 15, 12, 0.84) 0%, rgba(19, 10, 9, 0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 228, 171, 0.04),
    0 16px 28px rgba(7, 4, 4, 0.16);
  overflow: hidden;
}

.home-page .hero-compact-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 204, 92, 0.9), rgba(255, 204, 92, 0));
}

.home-page .hero-compact-card-wide {
  grid-column: 1 / -1;
  min-height: auto;
  padding-block: 0.78rem 0.74rem;
}

.home-page .hero-compact-value,
.home-page .hero-compact-card strong {
  font-family: var(--font-heading);
  color: var(--text-primary);
}

.home-page .hero-compact-value {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #ffd15c;
}

.home-page .hero-compact-card strong {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-page .hero-compact-card p {
  margin: 0;
  font-size: 0.71rem;
  line-height: 1.45;
  color: rgba(244, 233, 213, 0.72);
}

.home-page .hero-compact-kicker {
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 210, 102, 0.86);
}

.home-page .hero-cta-row {
  gap: 0.7rem;
  margin-top: 0.05rem;
}

.home-page .hero-cta-row .btn {
  min-height: 44px;
  padding-inline: 1.15rem;
}

.home-page .hero-roulette-visual {
  min-height: min(58vh, 500px);
  transform: translateX(-12%);
}

.home-page .hero-image-stage img {
  width: min(100%, 500px);
}

.home-page .hero-floating-ticket {
  padding: 0.72rem 0.9rem;
}

.home-page .hero-floating-ticket span {
  font-size: 0.56rem;
}

.home-page .hero-floating-ticket strong {
  font-size: 0.78rem;
}

.home-page .hero-roulette-title {
  max-width: 13.9ch;
}

.home-page .hero-roulette-title span {
  display: block;
  white-space: nowrap;
}

.home-page .hero-roulette-text {
  max-width: 48ch;
}

@media (max-width: 1180px) {
  .home-page .hero-roulette-title {
    max-width: 13.2ch;
    font-size: clamp(3rem, 5vw, 3.6rem);
  }

  .home-page .hero-roulette-visual {
    transform: translateX(-8%);
  }
}

@media (max-width: 1024px) {
  .home-page .hero-roulette {
    min-height: auto;
    padding-block: 1.2rem 1.6rem;
  }

  .home-page .hero-roulette-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hero-compact-cards {
    width: min(100%, 34rem);
  }

  .home-page .hero-roulette-visual {
    min-height: auto;
    transform: none;
  }
}

@media (max-width: 768px) {
  .home-page .hero-compact-cards {
    grid-template-columns: 1fr;
  }

  .home-page .hero-compact-card-wide {
    grid-column: auto;
  }

  .home-page .hero-roulette-title span {
    white-space: normal;
  }

  .home-page .hero-roulette-title,
  .home-page .hero-roulette-text {
    max-width: none;
  }
}

/* ========================================
   HOME SECTION FIT PASS
   ======================================== */

@media (min-width: 1025px) {
  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar,
  .home-page .royale-footer {
    min-height: calc(100vh - var(--home-header-height, 92px));
    display: flex;
    align-items: center;
    padding-block: clamp(1rem, 1.8vh, 1.45rem);
  }

  .home-page .royale-footer {
    margin-top: 0;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container,
  .home-page .royale-footer .footer-content {
    width: 100%;
  }

  .home-page .section-title-lg {
    max-width: 13ch;
    font-size: clamp(1.85rem, 2.8vw, 2.55rem);
    line-height: 1.04;
  }

  .home-page .section-copy-lg {
    max-width: 40ch;
    font-size: 0.8rem;
    line-height: 1.58;
  }

  .home-page .floor-zones-head,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    gap: 0.5rem;
    margin-bottom: 1rem;
    max-width: 40rem;
  }

  .home-page .floor-zones-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 1rem;
    align-items: stretch;
  }

  .home-page .zone-manifest {
    gap: 0.55rem;
  }

  .home-page .zone-manifest-item {
    gap: 0.75rem;
    padding: 0.7rem 0 0.78rem;
  }

  .home-page .zone-index {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 0.72rem;
  }

  .home-page .zone-manifest-item h3 {
    margin-bottom: 0.18rem;
    font-size: 0.9rem;
  }

  .home-page .zone-manifest-item p {
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .home-page .zone-board,
  .home-page .zone-board-row {
    gap: 0.75rem;
  }

  .home-page .row-large {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.84fr);
  }

  .home-page .zone-panel {
    min-height: 170px;
    padding: 1.1rem;
  }

  .home-page .zone-panel-highlight {
    min-height: 230px;
  }

  .home-page .zone-panel span,
  .home-page .zone-tile span {
    font-size: 0.62rem;
  }

  .home-page .zone-panel strong,
  .home-page .zone-tile strong {
    margin-top: 0.32rem;
    font-size: 1.08rem;
    line-height: 1.08;
  }

  .home-page .zone-panel p {
    margin-top: 0.65rem;
    max-width: 28ch;
    font-size: 0.72rem;
    line-height: 1.52;
  }

  .home-page .zone-tile {
    min-height: 108px;
    padding: 0.95rem;
  }

  .home-page .bonus-ladder-layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 1rem;
    align-items: center;
  }

  .home-page .bonus-ladder-copy {
    position: static;
    gap: 0.65rem;
  }

  .home-page .bonus-ladder-track {
    gap: 0.85rem;
    align-items: stretch;
  }

  .home-page .bonus-tier {
    padding: 1.08rem;
    border-radius: 24px;
  }

  .home-page .bonus-tier-mid,
  .home-page .bonus-tier-high {
    transform: none;
  }

  .home-page .bonus-tier-tag {
    font-size: 0.62rem;
  }

  .home-page .bonus-tier-rate {
    margin: 0.48rem 0 0.45rem;
    font-size: clamp(2.1rem, 3vw, 2.75rem);
  }

  .home-page .bonus-tier h3 {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .home-page .stack-list {
    gap: 0.45rem;
    margin-top: 0.8rem;
  }

  .home-page .stack-list li {
    padding-left: 1rem;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .home-page .stack-list li::before {
    top: 0.42rem;
    width: 6px;
    height: 6px;
  }

  .home-page .club-theatre-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 0.85rem;
    align-items: stretch;
  }

  .home-page .theatre-feature,
  .home-page .theatre-feature-major {
    padding: 1.12rem;
    border-radius: 22px;
  }

  .home-page .theatre-label {
    font-size: 0.62rem;
  }

  .home-page .theatre-feature h3 {
    margin: 0.62rem 0 0.45rem;
    font-size: 1.18rem;
    line-height: 1.16;
  }

  .home-page .theatre-feature p {
    font-size: 0.73rem;
    line-height: 1.52;
  }

  .home-page .theatre-stack {
    gap: 0.7rem;
    align-content: stretch;
  }

  .home-page .affiliate-runway-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
    gap: 1rem;
    align-items: center;
  }

  .home-page .runway-steps {
    gap: 0.7rem;
  }

  .home-page .runway-steps::before {
    left: 19px;
    top: 18px;
    bottom: 18px;
  }

  .home-page .runway-step {
    gap: 0.8rem;
  }

  .home-page .runway-step span {
    width: 40px;
    height: 40px;
    font-size: 0.72rem;
  }

  .home-page .runway-step div {
    padding: 0.92rem 1rem;
    border-radius: 20px;
  }

  .home-page .runway-step h3 {
    margin-bottom: 0.22rem;
    font-size: 0.9rem;
  }

  .home-page .runway-step p {
    font-size: 0.72rem;
    line-height: 1.48;
  }

  .home-page .runway-commission-grid {
    gap: 0.75rem;
  }

  .home-page .runway-commission-card,
  .home-page .runway-cta {
    min-height: 118px;
    border-radius: 22px;
  }

  .home-page .runway-commission-card {
    padding: 1rem;
  }

  .home-page .runway-commission-card small {
    font-size: 0.6rem;
  }

  .home-page .runway-commission-card strong {
    margin: 0.45rem 0 0.3rem;
    font-size: 1.7rem;
  }

  .home-page .runway-commission-card p {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .home-page .cashier-radar-layout {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    gap: 1rem;
    align-items: stretch;
  }

  .home-page .cashier-radar-kpis {
    gap: 0.7rem;
  }

  .home-page .cashier-kpi {
    padding: 0.95rem 1rem;
    border-radius: 20px;
  }

  .home-page .cashier-kpi span {
    font-size: 0.6rem;
  }

  .home-page .cashier-kpi strong {
    margin-top: 0.35rem;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .home-page .cashier-radar-stream {
    border-radius: 26px;
  }

  .home-page .cashier-radar-stream-head {
    padding: 0.88rem 1rem;
  }

  .home-page .cashier-radar-stream-head p {
    font-size: 0.92rem;
  }

  .home-page .cashier-radar-stream-head span {
    font-size: 0.62rem;
  }

  .home-page .cashier-stream-column {
    padding: 0.95rem;
  }

  .home-page .cashier-stream-title {
    margin-bottom: 0.65rem;
  }

  .home-page .cashier-stream-title h3 {
    font-size: 0.82rem;
  }

  .home-page .cashier-stream-title span {
    font-size: 0.62rem;
  }

  .home-page .cashier-radar .transaction-list {
    gap: 0.55rem;
    max-height: 300px;
  }

  .home-page .cashier-radar .transaction-item {
    gap: 0.65rem;
    padding: 0.7rem;
    border-radius: 16px;
  }

  .home-page .cashier-radar .transaction-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .home-page .cashier-radar .transaction-icon svg {
    width: 15px;
    height: 15px;
  }

  .home-page .cashier-radar .transaction-name,
  .home-page .cashier-radar .transaction-amount {
    font-size: 0.78rem;
  }

  .home-page .cashier-radar .transaction-country,
  .home-page .cashier-radar .transaction-time {
    font-size: 0.66rem;
  }

  .home-page .royale-footer .footer-content {
    padding: 0 var(--space-lg) 1.1rem;
    display: grid;
    gap: 0.95rem;
  }

  .home-page .royale-footer-top {
    padding: 1rem 1.1rem;
    margin-bottom: 0;
  }

  .home-page .royale-footer-intro {
    gap: 0.45rem;
  }

  .home-page .royale-footer .footer-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.82fr);
    gap: 0.8rem;
  }

  .home-page .royale-footer .footer-brand,
  .home-page .royale-footer .footer-links-shell,
  .home-page .royale-footer .footer-contact-card {
    padding: 1rem;
    border-radius: 22px;
  }

  .home-page .footer-description {
    max-width: 34ch;
    font-size: 0.74rem;
    line-height: 1.55;
  }

  .home-page .royale-footer .footer-shell-title,
  .home-page .royale-footer .footer-section-title {
    font-size: 0.68rem;
  }

  .home-page .royale-footer .footer-links-columns {
    gap: 0.8rem;
  }

  .home-page .royale-footer .footer-link a,
  .home-page .royale-footer .footer-contact-text small,
  .home-page .royale-footer .footer-copyright,
  .home-page .royale-footer .footer-legal a {
    font-size: 0.72rem;
  }

  .home-page .royale-footer .footer-contact-item {
    padding: 0.78rem 0.85rem;
    border-radius: 18px;
  }

  .home-page .royale-footer .footer-contact-text strong {
    font-size: 0.82rem;
  }

  .home-page .royale-footer .footer-bottom {
    padding-top: 0.7rem;
  }
}

/* ========================================
   HOME ALIGNMENT FIX
   ======================================== */

@media (min-width: 1025px) {
  .home-page .floor-zones-head,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head,
  .home-page .bonus-ladder-copy,
  .home-page .royale-footer-intro {
    width: 100%;
    max-width: min(100%, 70rem);
    margin-inline: auto;
    justify-items: center;
    text-align: center;
  }

  .home-page .floor-zones-head,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    margin-bottom: 1.15rem;
  }

  .home-page .floor-zones-head .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg,
  .home-page .bonus-ladder-copy .section-title-lg,
  .home-page .royale-footer-intro .section-title-lg {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(1.7rem, 2.2vw, 2.3rem);
    line-height: 1.04;
    letter-spacing: -0.02em;
  }

  .home-page .floor-zones-head .section-copy-lg,
  .home-page .club-theatre-head .section-copy-lg,
  .home-page .affiliate-runway-head .section-copy-lg,
  .home-page .cashier-radar-head .section-copy-lg,
  .home-page .bonus-ladder-copy .section-copy-lg {
    max-width: 62ch;
    text-align: center;
  }

  .home-page .bonus-ladder-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }

  .home-page .bonus-ladder-copy {
    gap: 0.55rem;
  }

  .home-page .bonus-ladder-copy .btn {
    margin-top: 0.1rem;
  }

  .home-page .bonus-ladder-track {
    width: 100%;
  }

  .home-page .club-theatre-grid {
    align-items: stretch;
  }

  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    max-width: min(100%, 72rem);
  }

  .home-page .royale-footer-top {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.8rem;
    text-align: center;
  }

  .home-page .royale-footer .hero-cta-row {
    justify-content: center;
  }
}

/* ========================================
   HEADER POSITION RESET
   ======================================== */

.home-page .home-header {
  position: relative;
  top: auto;
  left: auto;
}

/* ========================================
   FOOTER STABILITY FIX
   ======================================== */

@media (min-width: 1025px) {
  .home-page .royale-footer {
    min-height: auto;
    display: block;
    padding-block: 2rem 1rem;
  }

  .home-page .royale-footer .footer-content {
    display: grid;
    gap: 1.2rem;
    padding: 0 var(--space-lg) 1rem;
  }

  .home-page .royale-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 0 0 1rem;
    margin: 0;
    text-align: left;
  }

  .home-page .royale-footer-intro {
    max-width: none;
    justify-items: start;
    text-align: left;
    margin: 0;
  }

  .home-page .royale-footer-intro .section-title-lg {
    white-space: normal;
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  }

  .home-page .royale-footer .hero-cta-row {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }

  .home-page .royale-footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.95fr);
    grid-template-areas:
      "brand links contact"
      "payments payments payments";
    gap: 1rem;
    align-items: start;
  }

  .home-page .royale-footer .footer-brand {
    grid-area: brand;
  }

  .home-page .royale-footer .footer-links-shell {
    grid-area: links;
  }

  .home-page .royale-footer .footer-contact-card {
    grid-area: contact;
  }

  .home-page .royale-footer .footer-payments {
    grid-area: payments;
    display: grid;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
    margin: 0;
    border: 1px solid rgba(255, 219, 128, 0.1);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(26, 14, 11, 0.78) 0%, rgba(14, 10, 8, 0.72) 100%);
  }

  .home-page .royale-footer .footer-payments-title {
    margin: 0;
  }

  .home-page .royale-footer .footer-payments-track {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-start;
    margin-top: 0;
  }

  .home-page .royale-footer .footer-payment-item {
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 0.65rem;
    border-radius: 16px;
  }

  .home-page .royale-footer .footer-description {
    max-width: 38ch;
  }

  .home-page .royale-footer .footer-links-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .home-page .royale-footer .footer-contact-card {
    display: grid;
    align-content: start;
    gap: 0.7rem;
  }

  .home-page .royale-footer .footer-contact-item {
    padding: 0.8rem 0.85rem;
    border: 1px solid rgba(255, 219, 128, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
  }

  .home-page .royale-footer .footer-bottom {
    margin-top: 0.2rem;
  }
}

@media (max-width: 1024px) {
  .home-page .royale-footer {
    min-height: auto;
    display: block;
  }
}

/* ========================================
   FOOTER REBUILD
   ======================================== */

.home-page .royale-footer {
  min-height: auto;
  display: block;
  margin-top: 0;
  padding: 2.2rem 0 1rem;
  border-top: 1px solid rgba(255, 219, 128, 0.12);
  background:
    linear-gradient(180deg, rgba(20, 11, 8, 0.2) 0%, rgba(12, 8, 7, 0.78) 100%);
}

.home-page .royale-footer .footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-lg) 1rem;
  display: grid;
  gap: 1rem;
}

.home-page .royale-footer-hero,
.home-page .royale-footer-main,
.home-page .royale-footer .footer-payments {
  border: 1px solid rgba(255, 219, 128, 0.1);
  background: linear-gradient(180deg, rgba(31, 16, 12, 0.82) 0%, rgba(16, 10, 8, 0.78) 100%);
  box-shadow: 0 24px 44px rgba(8, 5, 4, 0.12);
}

.home-page .royale-footer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1.25rem 1.35rem;
  border-radius: 28px;
}

.home-page .royale-footer-hero-copy {
  display: grid;
  gap: 0.5rem;
}

.home-page .royale-footer-title {
  margin: 0;
  color: #fff8eb;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.home-page .royale-footer-copy {
  max-width: 56ch;
  margin: 0;
  color: rgba(239, 225, 199, 0.78);
  font-size: 0.82rem;
  line-height: 1.6;
}

.home-page .royale-footer-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.home-page .royale-footer-hero-actions .btn {
  min-height: 44px;
  padding-inline: 1.15rem;
}

.home-page .royale-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.82fr) minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border-radius: 28px;
}

.home-page .royale-footer-panel {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 219, 128, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.home-page .royale-footer-logo {
  align-items: flex-start;
}

.home-page .royale-footer-logo .logo-icon {
  width: 48px;
  height: 48px;
  padding: 0.6rem;
}

.home-page .royale-footer-description {
  max-width: 34ch;
  margin: 0;
  color: rgba(238, 224, 197, 0.8);
  font-size: 0.78rem;
  line-height: 1.65;
}

.home-page .royale-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-page .royale-footer-tags span {
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 219, 128, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 231, 183, 0.84);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .royale-footer-panel-kicker,
.home-page .royale-footer .footer-payments-title {
  margin: 0;
  color: rgba(255, 219, 128, 0.82);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .royale-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.home-page .royale-footer-list a {
  color: rgba(239, 225, 199, 0.82);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color var(--timing-base) var(--ease-in-out);
}

.home-page .royale-footer-list a:hover {
  color: #fff8eb;
}

.home-page .royale-footer-contact-panel {
  gap: 0.7rem;
}

.home-page .royale-footer-contact-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 219, 128, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #fff8eb;
  text-decoration: none;
}

.home-page .royale-footer-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 219, 128, 0.1);
  color: #ffd976;
  flex-shrink: 0;
}

.home-page .royale-footer-contact-text strong,
.home-page .royale-footer-contact-text small {
  display: block;
}

.home-page .royale-footer-contact-text strong {
  color: #fff8eb;
  font-size: 0.82rem;
}

.home-page .royale-footer-contact-text small {
  color: rgba(236, 221, 194, 0.72);
  font-size: 0.72rem;
}

.home-page .royale-footer .footer-payments {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  margin: 0;
  border-radius: 22px;
}

.home-page .royale-footer .footer-payments-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0;
}

.home-page .royale-footer .footer-payment-item {
  display: grid;
  place-items: center;
  width: 58px;
  min-width: 58px;
  min-height: 58px;
  padding: 0.65rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 219, 128, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.home-page .royale-footer .footer-payment-item img {
  max-width: 100%;
  max-height: 32px;
  object-fit: contain;
}

.home-page .royale-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.15rem;
}

.home-page .royale-footer-meta-text,
.home-page .royale-footer-meta-links a {
  color: rgba(233, 219, 193, 0.7);
  font-size: 0.74rem;
}

.home-page .royale-footer-meta-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-page .royale-footer-meta-links a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .home-page .royale-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .royale-footer-brand-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .home-page .royale-footer {
    padding: 1.8rem 0 1rem;
  }

  .home-page .royale-footer-hero,
  .home-page .royale-footer-main {
    grid-template-columns: 1fr;
  }

  .home-page .royale-footer-hero {
    padding: 1rem;
  }

  .home-page .royale-footer-hero-copy,
  .home-page .royale-footer-hero-actions {
    justify-items: start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .home-page .royale-footer .footer-content {
    padding-inline: 1rem;
  }

  .home-page .royale-footer-main {
    grid-template-columns: 1fr;
    padding: 0.8rem;
  }

  .home-page .royale-footer-title {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .home-page .royale-footer-copy,
  .home-page .royale-footer-list a {
    font-size: 0.76rem;
  }

  .home-page .royale-footer .footer-payments-track {
    gap: 0.55rem;
  }

  .home-page .royale-footer .footer-payment-item {
    width: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .home-page .royale-footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ========================================
   FOOTER FLAT REWORK
   ======================================== */

.home-page .royale-footer {
  padding: 1.7rem 0 0.9rem;
  border-top: 1px solid rgba(255, 219, 128, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 10, 8, 0.1) 0%, rgba(10, 7, 6, 0.68) 100%);
}

.home-page .royale-footer .footer-content {
  gap: 0.9rem;
}

.home-page .royale-footer-hero,
.home-page .royale-footer-main,
.home-page .royale-footer .footer-payments {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .royale-footer-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 219, 128, 0.1);
}

.home-page .royale-footer-hero-copy {
  gap: 0.4rem;
}

.home-page .royale-footer-title {
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
}

.home-page .royale-footer-copy {
  max-width: 52ch;
  font-size: 0.78rem;
}

.home-page .royale-footer-hero-actions .btn {
  min-height: 40px;
  padding-inline: 1rem;
}

.home-page .royale-footer-main {
  grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.7fr) minmax(150px, 0.7fr) minmax(0, 0.9fr);
  gap: 0;
  padding: 0.15rem 0 0.2rem;
}

.home-page .royale-footer-panel {
  padding: 0.7rem 1rem 0.7rem 1.2rem;
  border: 0;
  border-left: 1px solid rgba(255, 219, 128, 0.08);
  border-radius: 0;
  background: transparent;
}

.home-page .royale-footer-brand-panel {
  padding-left: 0;
  border-left: 0;
}

.home-page .royale-footer-logo .logo-icon {
  width: 42px;
  height: 42px;
  padding: 0.5rem;
  border-radius: 12px;
  background: rgba(255, 219, 128, 0.06);
  border: 1px solid rgba(255, 219, 128, 0.1);
}

.home-page .royale-footer-description {
  max-width: 32ch;
  font-size: 0.74rem;
}

.home-page .royale-footer-tags {
  gap: 0.35rem 0.65rem;
}

.home-page .royale-footer-tags span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 219, 128, 0.74);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}

.home-page .royale-footer-panel-kicker,
.home-page .royale-footer .footer-payments-title {
  font-size: 0.62rem;
}

.home-page .royale-footer-list {
  gap: 0.55rem;
}

.home-page .royale-footer-list a {
  font-size: 0.76rem;
}

.home-page .royale-footer-contact-panel {
  gap: 0.5rem;
}

.home-page .royale-footer-contact-row {
  padding: 0.6rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 219, 128, 0.08);
  border-radius: 0;
  background: transparent;
}

.home-page .royale-footer-contact-row:last-child {
  border-bottom: 0;
}

.home-page .royale-footer-contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 219, 128, 0.08);
}

.home-page .royale-footer .footer-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(255, 219, 128, 0.08);
}

.home-page .royale-footer .footer-payments-track {
  justify-content: flex-end;
  gap: 0.55rem;
}

.home-page .royale-footer .footer-payment-item {
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page .royale-footer .footer-payment-item img {
  max-width: 42px;
  max-height: 24px;
  opacity: 0.92;
}

.home-page .royale-footer-meta {
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255, 219, 128, 0.06);
}

@media (max-width: 1200px) {
  .home-page .royale-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1rem;
  }

  .home-page .royale-footer-panel {
    padding: 0;
    border-left: 0;
  }

  .home-page .royale-footer-brand-panel {
    grid-column: 1 / -1;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(255, 219, 128, 0.08);
  }
}

@media (max-width: 1024px) {
  .home-page .royale-footer-hero {
    grid-template-columns: 1fr;
  }

  .home-page .royale-footer-hero-actions {
    justify-content: flex-start;
  }

  .home-page .royale-footer-main {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .home-page .royale-footer-brand-panel {
    border-bottom: 0;
  }

  .home-page .royale-footer-panel {
    padding: 0;
    border-left: 0;
  }

  .home-page .royale-footer .footer-payments {
    display: grid;
    justify-content: stretch;
  }

  .home-page .royale-footer .footer-payments-track {
    justify-content: flex-start;
  }
}

/* ========================================
   FOOTER FINAL CLEANUP
   ======================================== */

.home-page .royale-footer {
  min-height: auto !important;
  display: block !important;
  padding: 1.2rem 0 0.85rem;
}

.home-page .royale-footer .footer-content {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
}

.home-page .royale-footer-hero {
  display: none !important;
}

.home-page .royale-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(140px, 0.66fr) minmax(140px, 0.66fr) minmax(0, 0.9fr);
  gap: 0;
  align-items: start;
  padding: 0;
}

.home-page .royale-footer-panel {
  align-content: start;
}

.home-page .royale-footer-brand-panel {
  gap: 0.65rem;
  padding-right: 1.2rem;
}

.home-page .royale-footer-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}

.home-page .royale-footer-actions .btn {
  min-height: 38px;
  padding-inline: 0.95rem;
  font-size: 0.68rem;
}

.home-page .royale-footer-description {
  max-width: 34ch;
}

.home-page .royale-footer .footer-payments {
  display: grid;
  justify-content: start;
  gap: 0.45rem;
  padding: 0.7rem 0 0;
}

.home-page .royale-footer .footer-payments-track {
  justify-content: flex-start;
  gap: 0.45rem 0.7rem;
}

.home-page .royale-footer .footer-payment-item img {
  max-width: 36px;
  max-height: 20px;
}

.home-page .royale-footer-meta {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  .home-page .royale-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1rem;
  }

  .home-page .royale-footer-brand-panel {
    grid-column: 1 / -1;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .home-page .royale-footer-main {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .home-page .royale-footer-brand-panel {
    grid-column: auto;
  }

  .home-page .royale-footer-actions {
    justify-content: flex-start;
  }
}

/* ========================================
   FOOTER ISOLATION FIX
   ======================================== */

.home-page .royale-footer {
  min-height: auto !important;
  display: block !important;
  margin-top: 0;
  padding: 1.15rem 0 0.8rem;
  border-top: 1px solid rgba(255, 219, 128, 0.12);
  background:
    linear-gradient(180deg, rgba(17, 10, 8, 0.08) 0%, rgba(10, 7, 6, 0.64) 100%);
}

.home-page .royale-footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-lg) 0.7rem;
  display: grid;
  gap: 0.7rem;
}

.home-page .royale-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.68fr) minmax(150px, 0.68fr) minmax(0, 0.94fr);
  gap: 0;
  align-items: start;
}

.home-page .royale-footer-panel {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 0.2rem 1rem 0.2rem 1.1rem;
  border-left: 1px solid rgba(255, 219, 128, 0.08);
}

.home-page .royale-footer-brand-panel {
  padding-left: 0;
  padding-right: 1.2rem;
  border-left: 0;
}

.home-page .royale-footer-logo {
  align-items: flex-start;
}

.home-page .royale-footer-logo .logo-icon {
  width: 42px;
  height: 42px;
  padding: 0.5rem;
  border-radius: 12px;
  background: rgba(255, 219, 128, 0.06);
  border: 1px solid rgba(255, 219, 128, 0.08);
}

.home-page .royale-footer-description {
  max-width: 33ch;
  margin: 0;
  color: rgba(239, 225, 199, 0.8);
  font-size: 0.75rem;
  line-height: 1.62;
}

.home-page .royale-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
}

.home-page .royale-footer-tags span {
  color: rgba(255, 219, 128, 0.76);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-page .royale-footer-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}

.home-page .royale-footer-actions .btn {
  min-height: 38px;
  padding-inline: 0.95rem;
  font-size: 0.68rem;
}

.home-page .royale-footer-panel-kicker,
.home-page .royale-payments-title {
  margin: 0;
  color: rgba(255, 219, 128, 0.82);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .royale-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.home-page .royale-footer-list a {
  color: rgba(239, 225, 199, 0.84);
  font-size: 0.78rem;
  text-decoration: none;
}

.home-page .royale-footer-contact-panel {
  gap: 0.45rem;
}

.home-page .royale-footer-contact-row {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 219, 128, 0.08);
  color: #fff8eb;
  text-decoration: none;
}

.home-page .royale-footer-contact-row:last-child {
  border-bottom: 0;
}

.home-page .royale-footer-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 219, 128, 0.08);
  color: #ffd976;
  flex-shrink: 0;
}

.home-page .royale-footer-contact-text strong,
.home-page .royale-footer-contact-text small {
  display: block;
}

.home-page .royale-footer-contact-text strong {
  color: #fff8eb;
  font-size: 0.8rem;
}

.home-page .royale-footer-contact-text small {
  color: rgba(236, 221, 194, 0.72);
  font-size: 0.72rem;
}

.home-page .royale-payments {
  display: grid;
  gap: 0.45rem;
  justify-content: start;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 219, 128, 0.08);
}

.home-page .royale-payments-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.45rem 0.7rem;
  max-width: 100%;
}

.home-page .royale-payment-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-page .royale-payment-item img {
  width: 36px;
  height: 20px;
  object-fit: contain;
  display: block;
  opacity: 0.92;
}

.home-page .royale-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 219, 128, 0.06);
}

.home-page .royale-footer-meta-text,
.home-page .royale-footer-meta-links a {
  color: rgba(233, 219, 193, 0.72);
  font-size: 0.74rem;
}

.home-page .royale-footer-meta-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-page .royale-footer-meta-links a {
  text-decoration: none;
}

.home-page .royale-footer-actions,
.home-page .royale-payments {
  display: none !important;
}

.home-page .royale-footer-content {
  gap: 0.45rem;
}

.home-page .royale-footer-brand-panel {
  gap: 0.55rem;
}

.home-page .royale-footer-main {
  padding-bottom: 0.2rem;
}

@media (max-width: 1200px) {
  .home-page .royale-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1rem;
  }

  .home-page .royale-footer-panel {
    padding: 0;
    border-left: 0;
  }

  .home-page .royale-footer-brand-panel {
    grid-column: 1 / -1;
    padding-right: 0;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(255, 219, 128, 0.08);
  }
}

@media (max-width: 768px) {
  .home-page .royale-footer-content {
    padding-inline: 1rem;
  }

  .home-page .royale-footer-main {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .home-page .royale-footer-brand-panel {
    grid-column: auto;
    border-bottom: 0;
  }

  .home-page .royale-footer-panel {
    padding: 0;
    border-left: 0;
  }

  .home-page .royale-footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ========================================
   SECTION HEAD SPACING TUNE
   ======================================== */

@media (min-width: 1025px) {
  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    gap: 0.32rem;
    margin-bottom: 0.72rem;
  }

  .home-page .floor-zones-head .section-kicker,
  .home-page .bonus-ladder-copy .section-kicker,
  .home-page .club-theatre-head .section-kicker,
  .home-page .affiliate-runway-head .section-kicker,
  .home-page .cashier-radar-head .section-kicker {
    margin: 0;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .home-page .floor-zones-head .section-title-lg,
  .home-page .bonus-ladder-copy .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg {
    margin: 0;
    line-height: 1.01;
  }

  .home-page .floor-zones-head .section-copy-lg,
  .home-page .bonus-ladder-copy .section-copy-lg,
  .home-page .club-theatre-head .section-copy-lg,
  .home-page .affiliate-runway-head .section-copy-lg,
  .home-page .cashier-radar-head .section-copy-lg {
    margin: 0;
    max-width: 54ch;
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .home-page .bonus-ladder-copy .btn {
    margin-top: 0.06rem;
  }
}

/* ========================================
   NON-HERO SECTION REBUILD
   ======================================== */

.home-page .floor-zones,
.home-page .bonus-ladder,
.home-page .club-theatre,
.home-page .affiliate-runway,
.home-page .cashier-radar {
  position: relative;
  overflow: hidden;
}

.home-page .floor-zones > .container,
.home-page .bonus-ladder > .container,
.home-page .club-theatre > .container,
.home-page .affiliate-runway > .container,
.home-page .cashier-radar > .container {
  position: relative;
  z-index: 1;
}

.home-page .floor-zones::before,
.home-page .bonus-ladder::before,
.home-page .club-theatre::before,
.home-page .affiliate-runway::before,
.home-page .cashier-radar::before {
  content: '';
  position: absolute;
  inset: 8% 0 8% 0;
  pointer-events: none;
  opacity: 0.42;
}

.home-page .floor-zones::before {
  background:
    radial-gradient(circle at 18% 40%, rgba(193, 44, 35, 0.22) 0%, transparent 28%),
    radial-gradient(circle at 84% 26%, rgba(238, 191, 77, 0.18) 0%, transparent 24%),
    conic-gradient(from 220deg at 74% 50%, transparent 0deg, rgba(255, 217, 118, 0.12) 40deg, transparent 74deg, rgba(14, 100, 74, 0.14) 118deg, transparent 180deg);
}

.home-page .bonus-ladder::before {
  background:
    radial-gradient(circle at 72% 50%, rgba(255, 215, 118, 0.2) 0%, transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(186, 33, 34, 0.18) 0%, transparent 20%),
    conic-gradient(from 90deg at 78% 48%, rgba(255, 217, 118, 0.06) 0deg, transparent 48deg, rgba(22, 101, 72, 0.14) 112deg, transparent 180deg);
}

.home-page .club-theatre::before {
  background:
    radial-gradient(circle at 24% 50%, rgba(13, 115, 80, 0.18) 0%, transparent 26%),
    radial-gradient(circle at 78% 22%, rgba(255, 217, 118, 0.14) 0%, transparent 20%),
    linear-gradient(90deg, rgba(111, 23, 27, 0.14) 0%, transparent 36%, rgba(255, 217, 118, 0.05) 100%);
}

.home-page .affiliate-runway::before {
  background:
    radial-gradient(circle at 18% 38%, rgba(198, 48, 37, 0.16) 0%, transparent 26%),
    radial-gradient(circle at 82% 62%, rgba(13, 98, 75, 0.16) 0%, transparent 24%),
    linear-gradient(120deg, rgba(255, 217, 118, 0.06) 0%, transparent 28%, rgba(255, 217, 118, 0.03) 100%);
}

.home-page .cashier-radar::before {
  background:
    radial-gradient(circle at 22% 42%, rgba(168, 32, 31, 0.16) 0%, transparent 24%),
    radial-gradient(circle at 82% 30%, rgba(255, 217, 118, 0.14) 0%, transparent 22%),
    linear-gradient(90deg, rgba(9, 83, 65, 0.12) 0%, transparent 48%, rgba(255, 217, 118, 0.04) 100%);
}

.home-page [data-glow-card] {
  --card-wheel-size: 118px;
  --card-wheel-left: 88%;
  --card-wheel-top: 34%;
  --card-wheel-angle: -12deg;
  --card-wheel-opacity: 0.34;
  --mx: 50%;
  --my: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    background 0.45s ease;
}

.home-page [data-glow-card]::before,
.home-page [data-glow-card]::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.home-page [data-glow-card]::before {
  width: var(--card-wheel-size);
  aspect-ratio: 1;
  left: var(--card-wheel-left);
  top: var(--card-wheel-top);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(8, 7, 6, 0) 0 31%, rgba(255, 218, 128, 0.18) 31.5%, rgba(255, 218, 128, 0.06) 35%, rgba(8, 7, 6, 0) 35.5%),
    repeating-conic-gradient(from var(--card-wheel-angle), rgba(255, 218, 128, 0.16) 0 7deg, rgba(116, 20, 23, 0.14) 7deg 14deg, rgba(10, 57, 41, 0.16) 14deg 21deg, rgba(26, 15, 12, 0.12) 21deg 28deg);
  box-shadow:
    0 0 0 12px rgba(255, 218, 128, 0.025),
    0 20px 40px rgba(8, 5, 4, 0.2);
  opacity: var(--card-wheel-opacity);
  z-index: 0;
}

.home-page [data-glow-card]::after {
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 224, 152, 0.18) 0%, transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(255, 98, 76, 0.08) 0%, transparent 26%);
  opacity: 0.92;
  z-index: 1;
}

.home-page [data-glow-card] > * {
  position: relative;
  z-index: 2;
}

.home-page .zone-manifest-item.is-active,
.home-page .zone-panel.is-active,
.home-page .zone-tile.is-active,
.home-page .bonus-tier.is-active,
.home-page .theatre-feature.is-active,
.home-page .runway-commission-card.is-active,
.home-page .cashier-kpi.is-active,
.home-page [data-glow-card]:hover {
  border-color: rgba(255, 220, 134, 0.34) !important;
  box-shadow: 0 24px 55px rgba(6, 4, 3, 0.28);
}

.home-page .floor-zones-head,
.home-page .bonus-ladder-copy,
.home-page .club-theatre-head,
.home-page .affiliate-runway-head,
.home-page .cashier-radar-head {
  max-width: 64rem;
  margin-inline: auto;
}

.home-page .floor-zones-head .section-title-lg,
.home-page .club-theatre-head .section-title-lg,
.home-page .affiliate-runway-head .section-title-lg,
.home-page .cashier-radar-head .section-title-lg {
  max-width: 24ch;
  margin-inline: auto;
}

.home-page .bonus-ladder-copy .section-title-lg {
  max-width: 18ch;
}

.home-page .floor-zones [data-glow-card] {
  --card-wheel-size: 132px;
  --card-wheel-left: 88%;
  --card-wheel-top: 28%;
}

.home-page .zone-manifest [data-glow-card] {
  --card-wheel-size: 92px;
  --card-wheel-left: 106%;
  --card-wheel-top: 50%;
  --card-wheel-opacity: 0.26;
}

.home-page .bonus-ladder [data-glow-card] {
  --card-wheel-size: 148px;
  --card-wheel-left: 86%;
  --card-wheel-top: 24%;
  --card-wheel-angle: 8deg;
}

.home-page .club-theatre [data-glow-card] {
  --card-wheel-size: 136px;
  --card-wheel-left: 84%;
  --card-wheel-top: 24%;
  --card-wheel-angle: 18deg;
}

.home-page .affiliate-runway [data-glow-card] {
  --card-wheel-size: 124px;
  --card-wheel-left: 88%;
  --card-wheel-top: 24%;
  --card-wheel-angle: -20deg;
}

.home-page .cashier-radar [data-glow-card] {
  --card-wheel-size: 116px;
  --card-wheel-left: 84%;
  --card-wheel-top: 20%;
  --card-wheel-angle: 12deg;
}

.home-page .floor-zones-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.1rem, 2.5vw, 1.7rem);
  align-items: stretch;
}

.home-page .zone-manifest {
  position: relative;
  display: grid;
  gap: 0.72rem;
  padding: 1.1rem 1.15rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 220, 134, 0.12);
  background:
    linear-gradient(180deg, rgba(20, 12, 10, 0.88) 0%, rgba(17, 10, 8, 0.8) 100%);
  box-shadow: 0 24px 48px rgba(7, 5, 4, 0.24);
}

.home-page .zone-manifest::before {
  content: '';
  position: absolute;
  left: 2.2rem;
  top: 1.4rem;
  bottom: 1.4rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 220, 134, 0.28) 0%, rgba(255, 220, 134, 0.02) 100%);
}

.home-page .zone-manifest-item {
  position: relative;
  padding: 0.9rem 0 1rem;
  border-bottom: 1px solid rgba(255, 220, 134, 0.08);
  transition: transform 0.45s ease;
}

.home-page .zone-manifest-item:last-child {
  border-bottom: 0;
}

.home-page .zone-manifest-item.is-active,
.home-page .zone-manifest-item:hover {
  transform: translateX(6px);
}

.home-page .zone-manifest-item div {
  display: grid;
  gap: 0.22rem;
}

.home-page .zone-index {
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.22);
}

.home-page .zone-manifest-item.is-active .zone-index,
.home-page .zone-manifest-item:hover .zone-index {
  background: linear-gradient(180deg, rgba(255, 217, 118, 0.96) 0%, rgba(203, 130, 26, 0.94) 100%);
  color: #31140b;
}

.home-page .zone-node-tag {
  color: rgba(255, 220, 134, 0.72);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .zone-board {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem;
  border-radius: 34px;
  border: 1px solid rgba(255, 220, 134, 0.14);
  background:
    linear-gradient(140deg, rgba(26, 16, 12, 0.94) 0%, rgba(17, 10, 8, 0.9) 48%, rgba(10, 49, 38, 0.82) 100%);
  box-shadow: 0 28px 55px rgba(7, 5, 4, 0.26);
}

.home-page .zone-board::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 220, 134, 0.06);
  background:
    radial-gradient(circle at 24% 26%, rgba(255, 217, 118, 0.1) 0%, transparent 22%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.015) 0 2px, transparent 2px 18px);
  z-index: 0;
}

.home-page .zone-board-head,
.home-page .cashier-radar-stream-head {
  position: relative;
  z-index: 1;
}

.home-page .zone-board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.home-page .zone-board-tag,
.home-page .cashier-copy-tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 134, 0.14);
  background: rgba(255, 220, 134, 0.05);
  color: rgba(255, 220, 134, 0.82);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .zone-board-head p {
  max-width: 30ch;
  color: rgba(239, 225, 198, 0.72);
  font-size: 0.74rem;
  line-height: 1.55;
  text-align: right;
}

.home-page .zone-board-core {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0.85rem;
}

.home-page .zone-board-side {
  display: grid;
  gap: 0.85rem;
}

.home-page .zone-panel,
.home-page .zone-tile,
.home-page .bonus-overview-pill,
.home-page .bonus-tier,
.home-page .theatre-feature,
.home-page .runway-step div,
.home-page .runway-commission-card,
.home-page .cashier-kpi,
.home-page .cashier-radar-copy-head,
.home-page .cashier-radar-stream {
  border: 1px solid rgba(255, 220, 134, 0.14);
}

.home-page .zone-panel {
  display: grid;
  align-content: end;
  gap: 0.2rem;
  min-height: 150px;
  padding: 1.2rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 42%),
    linear-gradient(145deg, rgba(12, 61, 47, 0.82) 0%, rgba(24, 15, 12, 0.92) 46%, rgba(98, 24, 25, 0.94) 100%);
}

.home-page .zone-panel-highlight {
  min-height: 290px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 220, 134, 0.16) 0%, transparent 24%),
    linear-gradient(150deg, rgba(104, 25, 27, 0.94) 0%, rgba(24, 14, 11, 0.92) 52%, rgba(16, 83, 63, 0.86) 100%);
}

.home-page .zone-panel-mini {
  min-height: 140px;
}

.home-page .zone-board-row.row-small {
  position: relative;
  z-index: 1;
  gap: 0.85rem;
}

.home-page .zone-tile {
  min-height: 122px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 44%),
    linear-gradient(135deg, rgba(31, 18, 13, 0.92) 0%, rgba(14, 10, 8, 0.9) 100%);
}

.home-page .zone-tile p {
  margin-top: 0.45rem;
  color: rgba(239, 225, 198, 0.72);
  font-size: 0.68rem;
  line-height: 1.45;
}

.home-page .bonus-ladder-layout {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(1.2rem, 2.8vw, 2rem);
  align-items: center;
}

.home-page .bonus-ladder-copy {
  gap: 0.75rem;
}

.home-page .bonus-ladder-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.15rem;
}

.home-page .bonus-overview-pill {
  padding: 0.88rem 1rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(46, 22, 18, 0.9) 0%, rgba(18, 11, 8, 0.86) 100%);
}

.home-page .bonus-overview-pill span {
  display: block;
  color: rgba(255, 220, 134, 0.7);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .bonus-overview-pill strong {
  display: block;
  margin-top: 0.38rem;
  color: #fff8ea;
  font-size: 0.84rem;
}

.home-page .bonus-ladder-track {
  position: relative;
  gap: 0.95rem;
  padding-block: 0.6rem 0.25rem;
}

.home-page .bonus-ladder-track::before {
  content: '';
  position: absolute;
  inset: 20% 4% auto;
  height: 56%;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(255, 220, 134, 0.2) 0%, rgba(255, 220, 134, 0.02) 42%, transparent 72%);
  filter: blur(22px);
  opacity: 0.55;
  pointer-events: none;
}

.home-page .bonus-tier {
  --tier-offset: 0px;
  display: grid;
  align-content: start;
  gap: 0.25rem;
  overflow: hidden;
  padding: 1.15rem;
  border-radius: 28px;
  transform: translateY(var(--tier-offset));
}

.home-page .bonus-tier.is-active,
.home-page .bonus-tier:hover {
  transform: translateY(calc(var(--tier-offset) - 8px));
}

.home-page .bonus-tier::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 220, 134, 0.14) 0%, transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 26%);
  z-index: 0;
}

.home-page .bonus-tier-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.home-page .bonus-tier-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 134, 0.16);
  background: rgba(12, 8, 7, 0.22);
  color: rgba(255, 244, 219, 0.86);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .bonus-tier-rate,
.home-page .bonus-tier h3,
.home-page .bonus-tier-copy,
.home-page .stack-list {
  position: relative;
  z-index: 1;
}

.home-page .bonus-tier-copy {
  color: rgba(239, 225, 198, 0.76);
  font-size: 0.72rem;
  line-height: 1.5;
}

.home-page .bonus-tier-low {
  --tier-offset: 0px;
}

.home-page .bonus-tier-mid {
  --tier-offset: 12px;
}

.home-page .bonus-tier-high {
  --tier-offset: 24px;
}

.home-page .club-theatre-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 0.95rem;
  align-items: stretch;
}

.home-page .theatre-feature {
  display: grid;
  align-content: start;
  gap: 0.2rem;
  padding: 1.18rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 44%),
    linear-gradient(140deg, rgba(31, 17, 13, 0.92) 0%, rgba(14, 9, 8, 0.9) 100%);
  backdrop-filter: blur(8px);
}

.home-page .theatre-feature-major {
  min-height: 100%;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 44%),
    linear-gradient(145deg, rgba(16, 86, 66, 0.82) 0%, rgba(18, 11, 8, 0.88) 46%, rgba(111, 24, 29, 0.92) 100%);
}

.home-page .theatre-feature-major h3 {
  max-width: 13ch;
}

.home-page .theatre-stack {
  gap: 0.8rem;
  align-content: stretch;
}

.home-page .theatre-feature:not(.theatre-feature-major).is-active,
.home-page .theatre-feature:not(.theatre-feature-major):hover {
  transform: translateX(8px);
}

.home-page .theatre-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.home-page .theatre-stat-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 134, 0.14);
  background: rgba(17, 11, 9, 0.26);
  color: rgba(255, 242, 216, 0.82);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-page .affiliate-runway-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1rem, 2.6vw, 1.65rem);
  align-items: stretch;
}

.home-page .runway-steps {
  gap: 0.9rem;
}

.home-page .runway-steps::before {
  left: 21px;
  top: 20px;
  bottom: 20px;
}

.home-page .runway-step {
  align-items: stretch;
}

.home-page .runway-step.is-active div,
.home-page .runway-step:hover div {
  transform: translateX(6px);
}

.home-page .runway-step div {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 0.2rem;
  transition: transform 0.45s ease;
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 42%),
    linear-gradient(135deg, rgba(51, 25, 19, 0.9) 0%, rgba(17, 10, 8, 0.88) 100%);
}

.home-page .runway-step-kicker {
  color: rgba(255, 220, 134, 0.74);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .runway-commission-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-page .runway-commission-card {
  display: grid;
  align-content: end;
  gap: 0.2rem;
  min-height: 150px;
  padding: 1.15rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 220, 134, 0.12) 0%, transparent 24%),
    linear-gradient(135deg, rgba(32, 16, 13, 0.94) 0%, rgba(17, 10, 8, 0.9) 100%);
}

.home-page .runway-commission-card-major {
  background:
    radial-gradient(circle at top left, rgba(255, 220, 134, 0.16) 0%, transparent 26%),
    linear-gradient(145deg, rgba(93, 24, 28, 0.94) 0%, rgba(27, 15, 12, 0.9) 60%, rgba(62, 24, 19, 0.94) 100%);
}

.home-page .runway-commission-card-wide {
  grid-column: 1 / -1;
  min-height: 126px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 220, 134, 0.14) 0%, transparent 20%),
    linear-gradient(145deg, rgba(11, 76, 58, 0.84) 0%, rgba(17, 10, 8, 0.9) 52%, rgba(81, 22, 24, 0.92) 100%);
}

.home-page .runway-commission-note {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.45rem;
  padding: 0.34rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 134, 0.12);
  color: rgba(255, 220, 134, 0.8);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .runway-cta {
  min-height: 70px;
  border-radius: 24px;
  align-self: end;
}

.home-page .cashier-radar-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.1rem, 2.5vw, 1.8rem);
  align-items: stretch;
}

.home-page .cashier-radar-copy {
  display: grid;
  gap: 0.85rem;
}

.home-page .cashier-radar-copy-head {
  padding: 1rem 1.05rem;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(66, 27, 21, 0.9) 0%, rgba(17, 10, 8, 0.88) 100%);
}

.home-page .cashier-radar-copy-head p {
  margin-top: 0.55rem;
  color: rgba(239, 225, 198, 0.76);
  font-size: 0.74rem;
  line-height: 1.5;
}

.home-page .cashier-radar-kpis {
  gap: 0.8rem;
}

.home-page .cashier-kpi {
  min-height: 104px;
  display: grid;
  align-content: end;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 44%),
    linear-gradient(145deg, rgba(31, 18, 13, 0.92) 0%, rgba(16, 10, 8, 0.88) 100%);
}

.home-page .cashier-kpi:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 44%),
    linear-gradient(145deg, rgba(10, 74, 56, 0.84) 0%, rgba(18, 11, 8, 0.9) 100%);
}

.home-page .cashier-kpi:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 220, 134, 0.03) 0%, rgba(255, 220, 134, 0) 44%),
    linear-gradient(145deg, rgba(86, 25, 28, 0.9) 0%, rgba(17, 10, 8, 0.88) 100%);
}

.home-page .cashier-radar-stream {
  padding: 0.25rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 220, 134, 0.12) 0%, transparent 24%),
    linear-gradient(135deg, rgba(18, 11, 9, 0.98) 0%, rgba(24, 14, 11, 0.92) 100%);
}

.home-page .cashier-radar-stream-head {
  padding: 1rem 1.1rem;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.home-page .cashier-radar-stream-head > div {
  display: grid;
  gap: 0.18rem;
}

.home-page .cashier-radar-stream-head small {
  color: rgba(239, 225, 198, 0.66);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
}

.home-page .cashier-stream-column {
  position: relative;
}

.home-page .cashier-stream-column::before {
  content: '';
  position: absolute;
  inset: 0.6rem 0.6rem auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 220, 134, 0.18) 0%, transparent 100%);
  opacity: 0.7;
}

.home-page .cashier-radar .transaction-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.012) 100%);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.home-page .cashier-radar .transaction-item:hover {
  transform: translateX(6px);
  border-color: rgba(255, 220, 134, 0.16);
  box-shadow: 0 16px 26px rgba(7, 5, 4, 0.16);
}

@media (min-width: 1025px) {
  .home-page .floor-zones-head .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg {
    font-size: clamp(1.95rem, 2.7vw, 2.6rem);
  }

  .home-page .bonus-ladder-copy .section-title-lg {
    font-size: clamp(1.85rem, 2.5vw, 2.35rem);
  }

  .home-page .floor-zones-head,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head,
  .home-page .bonus-ladder-copy {
    gap: 0.42rem;
    margin-bottom: 0.9rem;
  }

  .home-page .zone-manifest {
    padding: 1rem 1.05rem;
  }

  .home-page .zone-manifest-item h3,
  .home-page .runway-step h3,
  .home-page .bonus-tier h3 {
    font-size: 0.94rem;
  }

  .home-page .zone-panel strong,
  .home-page .zone-tile strong,
  .home-page .theatre-feature h3 {
    font-size: 1.02rem;
    line-height: 1.12;
  }

  .home-page .zone-panel-highlight strong {
    font-size: 1.26rem;
  }

  .home-page .zone-panel p,
  .home-page .bonus-tier-copy,
  .home-page .theatre-feature p,
  .home-page .runway-step p,
  .home-page .runway-commission-card p,
  .home-page .cashier-radar-copy-head p,
  .home-page .cashier-kpi strong {
    font-size: 0.72rem;
    line-height: 1.46;
  }

  .home-page .theatre-stat-strip {
    margin-top: 0.6rem;
  }

  .home-page .theatre-stat-chip,
  .home-page .runway-commission-note {
    font-size: 0.54rem;
  }
}

@media (max-width: 1024px) {
  .home-page .zone-board-head,
  .home-page .cashier-radar-stream-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-page .zone-board-head p {
    max-width: none;
    text-align: left;
  }

  .home-page .zone-board-core,
  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout {
    grid-template-columns: 1fr;
  }

  .home-page .bonus-ladder-track::before {
    inset: 16% 8% auto;
  }

  .home-page .bonus-tier {
    --tier-offset: 0px;
    transform: none;
  }

  .home-page .bonus-tier.is-active,
  .home-page .bonus-tier:hover {
    transform: translateY(-4px);
  }

  .home-page .zone-board-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-page .zone-board,
  .home-page .zone-manifest,
  .home-page .cashier-radar-stream {
    padding: 0.9rem;
    border-radius: 24px;
  }

  .home-page .zone-board-core,
  .home-page .zone-board-side,
  .home-page .bonus-ladder-overview,
  .home-page .runway-commission-grid,
  .home-page .cashier-radar-stream-grid {
    grid-template-columns: 1fr;
  }

  .home-page .zone-board-row.row-small {
    grid-template-columns: 1fr;
  }

  .home-page .runway-steps::before {
    left: 19px;
  }

  .home-page .runway-step div,
  .home-page .runway-commission-card,
  .home-page .cashier-kpi,
  .home-page .cashier-radar-copy-head {
    padding: 0.95rem;
  }

  .home-page .cashier-radar-stream-head {
    padding: 0.9rem 0.95rem;
  }
}

/* ========================================
   NON-HERO 100VH FIT PASS
   ======================================== */

@media (min-width: 1025px) {
  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    height: 100svh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding-block: 0.2rem;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
  }

  .home-page .floor-zones-head,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head,
  .home-page .bonus-ladder-copy {
    gap: 0.24rem;
    margin-bottom: 0.55rem;
  }

  .home-page .floor-zones-head .section-kicker,
  .home-page .bonus-ladder-copy .section-kicker,
  .home-page .club-theatre-head .section-kicker,
  .home-page .affiliate-runway-head .section-kicker,
  .home-page .cashier-radar-head .section-kicker {
    font-size: 0.52rem;
    letter-spacing: 0.2em;
  }

  .home-page .floor-zones-head .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg {
    max-width: 23ch;
    font-size: clamp(1.58rem, 2.2vw, 2.05rem);
    line-height: 1.02;
  }

  .home-page .bonus-ladder-copy .section-title-lg {
    max-width: 16ch;
    font-size: clamp(1.5rem, 2vw, 1.95rem);
    line-height: 1.02;
  }

  .home-page .floor-zones-head .section-copy-lg,
  .home-page .bonus-ladder-copy .section-copy-lg,
  .home-page .club-theatre-head .section-copy-lg,
  .home-page .affiliate-runway-head .section-copy-lg,
  .home-page .cashier-radar-head .section-copy-lg {
    max-width: 46ch;
    font-size: 0.66rem;
    line-height: 1.36;
  }

  .home-page .floor-zones-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 0.78rem;
    min-height: clamp(350px, 56vh, 500px);
    align-items: stretch;
  }

  .home-page .zone-manifest {
    height: 100%;
    gap: 0.42rem;
    padding: 0.82rem 0.88rem;
    border-radius: 24px;
  }

  .home-page .zone-manifest::before {
    left: 1.93rem;
    top: 1rem;
    bottom: 1rem;
  }

  .home-page .zone-manifest-item {
    gap: 0.68rem;
    padding: 0.58rem 0 0.66rem;
  }

  .home-page .zone-index {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 0.64rem;
  }

  .home-page .zone-node-tag {
    font-size: 0.5rem;
  }

  .home-page .zone-manifest-item h3 {
    margin-bottom: 0.08rem;
    font-size: 0.82rem;
  }

  .home-page .zone-manifest-item p {
    font-size: 0.64rem;
    line-height: 1.3;
  }

  .home-page .zone-board {
    height: 100%;
    gap: 0.68rem;
    padding: 0.9rem;
    border-radius: 26px;
  }

  .home-page .zone-board::before {
    inset: 0.75rem;
    border-radius: 20px;
  }

  .home-page .zone-board-head p {
    max-width: 26ch;
    font-size: 0.64rem;
    line-height: 1.32;
  }

  .home-page .zone-board-tag,
  .home-page .cashier-copy-tag,
  .home-page .bonus-tier-chip,
  .home-page .theatre-stat-chip,
  .home-page .runway-commission-note {
    font-size: 0.5rem;
  }

  .home-page .zone-board-core,
  .home-page .zone-board-row.row-small,
  .home-page .zone-board-side {
    gap: 0.68rem;
  }

  .home-page .zone-panel {
    min-height: 118px;
    padding: 0.92rem;
    border-radius: 22px;
  }

  .home-page .zone-panel-highlight {
    min-height: 185px;
  }

  .home-page .zone-panel-mini {
    min-height: 88px;
  }

  .home-page .zone-panel strong,
  .home-page .zone-tile strong {
    margin-top: 0.22rem;
    font-size: 0.92rem;
    line-height: 1.08;
  }

  .home-page .zone-panel-highlight strong {
    font-size: 1.08rem;
  }

  .home-page .zone-panel p,
  .home-page .zone-tile p {
    margin-top: 0.34rem;
    font-size: 0.62rem;
    line-height: 1.28;
  }

  .home-page .zone-tile {
    min-height: 78px;
    padding: 0.72rem 0.78rem;
    border-radius: 18px;
  }

  .home-page .bonus-ladder-layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 0.8rem;
    min-height: clamp(350px, 56vh, 500px);
    align-items: stretch;
  }

  .home-page .bonus-ladder-copy {
    align-content: center;
    gap: 0.5rem;
  }

  .home-page .bonus-ladder-overview {
    gap: 0.5rem;
  }

  .home-page .bonus-overview-pill {
    padding: 0.68rem 0.82rem;
    border-radius: 18px;
  }

  .home-page .bonus-overview-pill strong {
    margin-top: 0.22rem;
    font-size: 0.72rem;
  }

  .home-page .bonus-ladder-copy .btn {
    min-height: 42px;
    padding-inline: 1rem;
    font-size: 0.72rem;
  }

  .home-page .bonus-ladder-track {
    height: 100%;
    gap: 0.7rem;
    padding-block: 0.28rem 0.1rem;
    align-items: stretch;
  }

  .home-page .bonus-tier {
    padding: 0.88rem;
    border-radius: 20px;
  }

  .home-page .bonus-tier-rate {
    margin: 0.32rem 0 0.22rem;
    font-size: clamp(1.75rem, 2.6vw, 2.25rem);
    line-height: 0.92;
  }

  .home-page .bonus-tier h3 {
    font-size: 0.82rem;
    line-height: 1.22;
  }

  .home-page .bonus-tier-copy {
    font-size: 0.62rem;
    line-height: 1.3;
  }

  .home-page .stack-list {
    gap: 0.28rem;
    margin-top: 0.46rem;
  }

  .home-page .stack-list li {
    padding-left: 0.85rem;
    font-size: 0.64rem;
    line-height: 1.26;
  }

  .home-page .stack-list li::before {
    top: 0.38rem;
    width: 5px;
    height: 5px;
  }

  .home-page .club-theatre-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 0.7rem;
    min-height: clamp(350px, 56vh, 500px);
    align-items: stretch;
  }

  .home-page .theatre-feature {
    gap: 0.14rem;
    padding: 0.9rem;
    border-radius: 20px;
  }

  .home-page .theatre-feature-major h3 {
    max-width: 15ch;
  }

  .home-page .theatre-feature h3 {
    margin: 0.28rem 0 0.22rem;
    font-size: 0.92rem;
    line-height: 1.14;
  }

  .home-page .theatre-feature p {
    font-size: 0.64rem;
    line-height: 1.3;
  }

  .home-page .theatre-stack {
    height: 100%;
    gap: 0.62rem;
  }

  .home-page .theatre-stat-strip {
    gap: 0.35rem;
    margin-top: 0.44rem;
  }

  .home-page .theatre-stat-chip {
    padding: 0.3rem 0.48rem;
  }

  .home-page .affiliate-runway-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
    gap: 0.76rem;
    min-height: clamp(350px, 56vh, 500px);
    align-items: stretch;
  }

  .home-page .runway-steps {
    height: 100%;
    gap: 0.6rem;
  }

  .home-page .runway-steps::before {
    left: 18px;
    top: 18px;
    bottom: 18px;
  }

  .home-page .runway-step {
    gap: 0.72rem;
  }

  .home-page .runway-step span {
    width: 36px;
    height: 36px;
    font-size: 0.62rem;
  }

  .home-page .runway-step div {
    min-height: 88px;
    padding: 0.78rem 0.86rem;
    border-radius: 18px;
  }

  .home-page .runway-step-kicker {
    font-size: 0.5rem;
  }

  .home-page .runway-step h3 {
    margin-bottom: 0.08rem;
    font-size: 0.82rem;
  }

  .home-page .runway-step p {
    font-size: 0.64rem;
    line-height: 1.28;
  }

  .home-page .runway-commission-grid {
    height: 100%;
    gap: 0.68rem;
    align-content: stretch;
  }

  .home-page .runway-commission-card {
    min-height: 114px;
    padding: 0.88rem;
    border-radius: 20px;
  }

  .home-page .runway-commission-card strong {
    margin: 0.32rem 0 0.18rem;
    font-size: 1.48rem;
  }

  .home-page .runway-commission-card p {
    font-size: 0.64rem;
    line-height: 1.28;
  }

  .home-page .runway-commission-card-wide {
    min-height: 94px;
  }

  .home-page .runway-cta {
    min-height: 52px;
    border-radius: 18px;
    font-size: 0.72rem;
  }

  .home-page .cashier-radar-layout {
    grid-template-columns: minmax(0, 0.66fr) minmax(0, 1.34fr);
    gap: 0.8rem;
    min-height: clamp(350px, 56vh, 500px);
    align-items: stretch;
  }

  .home-page .cashier-radar-copy {
    height: 100%;
    align-content: stretch;
    gap: 0.62rem;
  }

  .home-page .cashier-radar-copy-head {
    padding: 0.82rem 0.88rem;
    border-radius: 18px;
  }

  .home-page .cashier-radar-copy-head p {
    margin-top: 0.32rem;
    font-size: 0.62rem;
    line-height: 1.28;
  }

  .home-page .cashier-radar-kpis {
    gap: 0.58rem;
  }

  .home-page .cashier-kpi {
    min-height: 72px;
    padding: 0.75rem 0.82rem;
    border-radius: 18px;
  }

  .home-page .cashier-kpi span {
    font-size: 0.52rem;
  }

  .home-page .cashier-kpi strong {
    margin-top: 0.22rem;
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .home-page .cashier-radar-stream {
    height: 100%;
    padding: 0.18rem;
    border-radius: 22px;
  }

  .home-page .cashier-radar-stream-head {
    padding: 0.72rem 0.82rem;
  }

  .home-page .cashier-radar-stream-head p {
    font-size: 0.8rem;
  }

  .home-page .cashier-radar-stream-head small {
    font-size: 0.58rem;
  }

  .home-page .cashier-radar-stream-head span {
    padding: 0.28rem 0.5rem;
    font-size: 0.54rem;
  }

  .home-page .cashier-stream-column {
    padding: 0.72rem;
  }

  .home-page .cashier-stream-title {
    margin-bottom: 0.46rem;
  }

  .home-page .cashier-stream-title h3 {
    font-size: 0.74rem;
  }

  .home-page .cashier-stream-title span {
    font-size: 0.56rem;
  }

  .home-page .cashier-radar .transaction-list {
    gap: 0.42rem;
    max-height: none !important;
    overflow: visible !important;
  }

  .home-page .cashier-radar .transaction-item {
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 14px;
  }

  .home-page .cashier-radar .transaction-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .home-page .cashier-radar .transaction-icon svg {
    width: 13px;
    height: 13px;
  }

  .home-page .cashier-radar .transaction-name,
  .home-page .cashier-radar .transaction-amount {
    font-size: 0.7rem;
  }

  .home-page .cashier-radar .transaction-country,
  .home-page .cashier-radar .transaction-time {
    font-size: 0.56rem;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout {
    min-height: clamp(320px, 52vh, 430px);
  }

  .home-page .zone-panel-highlight {
    min-height: 160px;
  }

  .home-page .bonus-tier-rate {
    font-size: clamp(1.55rem, 2.2vw, 2rem);
  }

  .home-page .runway-commission-card {
    min-height: 100px;
  }
}

/* ========================================
   SECTION SPACING NORMALIZER
   ======================================== */

@media (min-width: 1025px) {
  .home-page {
    --home-section-pad-block: clamp(1.9rem, 4.6vh, 3rem);
    --home-section-core-height: clamp(335px, 50vh, 470px);
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    height: auto;
    min-height: 100svh;
    padding-block: var(--home-section-pad-block);
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: calc(100svh - (var(--home-section-pad-block) * 2));
    gap: 0.7rem;
  }

  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout {
    min-height: var(--home-section-core-height);
    height: var(--home-section-core-height);
  }

  .home-page .floor-zones-head,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head,
  .home-page .bonus-ladder-copy {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .home-page {
    --home-section-pad-block: clamp(1.35rem, 3.2vh, 2rem);
    --home-section-core-height: clamp(300px, 47vh, 390px);
  }
}

/* ========================================
   DESKTOP SECTION EQUALIZER FINAL
   ======================================== */

@media (min-width: 1025px) {
  .home-page {
    --section-sync-pad: clamp(2.15rem, 4.8vh, 3.1rem);
    --section-sync-gap: 0.7rem;
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    height: 100svh !important;
    min-height: 100svh !important;
    padding-block: var(--section-sync-pad) !important;
    display: flex !important;
    align-items: center !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    height: calc(100svh - (var(--section-sync-pad) * 2)) !important;
    min-height: calc(100svh - (var(--section-sync-pad) * 2)) !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    gap: var(--section-sync-gap) !important;
  }

  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    align-self: start;
    margin-bottom: 0 !important;
  }

  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout {
    min-height: 0 !important;
    height: 100% !important;
    align-self: stretch !important;
  }

  .home-page .zone-manifest,
  .home-page .zone-board,
  .home-page .bonus-ladder-track,
  .home-page .theatre-stack,
  .home-page .runway-steps,
  .home-page .runway-commission-grid,
  .home-page .cashier-radar-copy,
  .home-page .cashier-radar-stream {
    min-height: 0 !important;
    height: 100% !important;
  }

  .home-page .bonus-tier,
  .home-page .bonus-tier.is-active,
  .home-page .bonus-tier:hover {
    transform: none !important;
  }

  .home-page .floor-zones-head .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg {
    max-width: 24ch !important;
    font-size: clamp(1.62rem, 2.16vw, 2.08rem) !important;
  }

  .home-page .bonus-ladder-copy .section-title-lg {
    max-width: 16ch !important;
    font-size: clamp(1.56rem, 2vw, 1.98rem) !important;
  }

  .home-page .floor-zones-head .section-copy-lg,
  .home-page .bonus-ladder-copy .section-copy-lg,
  .home-page .club-theatre-head .section-copy-lg,
  .home-page .affiliate-runway-head .section-copy-lg,
  .home-page .cashier-radar-head .section-copy-lg {
    max-width: 48ch !important;
    font-size: 0.66rem !important;
    line-height: 1.34 !important;
  }

  .home-page .zone-manifest {
    gap: 0.36rem !important;
    padding: 0.78rem 0.82rem !important;
  }

  .home-page .zone-manifest-item {
    padding: 0.5rem 0 0.58rem !important;
  }

  .home-page .zone-manifest-item h3,
  .home-page .runway-step h3,
  .home-page .bonus-tier h3 {
    font-size: 0.8rem !important;
    line-height: 1.18 !important;
  }

  .home-page .zone-manifest-item p,
  .home-page .zone-panel p,
  .home-page .zone-tile p,
  .home-page .bonus-tier-copy,
  .home-page .theatre-feature p,
  .home-page .runway-step p,
  .home-page .runway-commission-card p,
  .home-page .cashier-radar-copy-head p,
  .home-page .cashier-kpi strong {
    font-size: 0.61rem !important;
    line-height: 1.24 !important;
  }

  .home-page .zone-panel {
    min-height: 108px !important;
    padding: 0.82rem !important;
  }

  .home-page .zone-panel-highlight {
    min-height: 170px !important;
  }

  .home-page .zone-panel-mini {
    min-height: 82px !important;
  }

  .home-page .zone-tile {
    min-height: 72px !important;
    padding: 0.64rem 0.68rem !important;
  }

  .home-page .zone-panel strong,
  .home-page .zone-tile strong,
  .home-page .theatre-feature h3 {
    font-size: 0.88rem !important;
    line-height: 1.08 !important;
  }

  .home-page .zone-panel-highlight strong {
    font-size: 1rem !important;
  }

  .home-page .bonus-ladder-layout {
    gap: 0.7rem !important;
    align-items: stretch !important;
  }

  .home-page .bonus-ladder-copy {
    align-content: center !important;
    gap: 0.42rem !important;
  }

  .home-page .bonus-ladder-overview {
    gap: 0.42rem !important;
  }

  .home-page .bonus-overview-pill {
    padding: 0.58rem 0.72rem !important;
  }

  .home-page .bonus-overview-pill strong {
    font-size: 0.68rem !important;
  }

  .home-page .bonus-ladder-track {
    gap: 0.62rem !important;
    padding-block: 0.08rem 0 !important;
  }

  .home-page .bonus-tier {
    padding: 0.78rem !important;
    border-radius: 18px !important;
  }

  .home-page .bonus-tier-rate {
    margin: 0.26rem 0 0.16rem !important;
    font-size: clamp(1.62rem, 2.35vw, 2.05rem) !important;
  }

  .home-page .stack-list {
    gap: 0.24rem !important;
    margin-top: 0.38rem !important;
  }

  .home-page .stack-list li {
    font-size: 0.6rem !important;
    line-height: 1.18 !important;
  }

  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout,
  .home-page .floor-zones-layout {
    gap: 0.68rem !important;
  }

  .home-page .theatre-feature {
    padding: 0.82rem !important;
    border-radius: 18px !important;
  }

  .home-page .theatre-feature-major h3 {
    max-width: 16ch !important;
  }

  .home-page .theatre-stack {
    gap: 0.54rem !important;
  }

  .home-page .theatre-stat-strip {
    gap: 0.28rem !important;
    margin-top: 0.34rem !important;
  }

  .home-page .runway-steps {
    gap: 0.54rem !important;
  }

  .home-page .runway-step {
    gap: 0.65rem !important;
  }

  .home-page .runway-step span {
    width: 34px !important;
    height: 34px !important;
  }

  .home-page .runway-step div {
    min-height: 78px !important;
    padding: 0.72rem 0.78rem !important;
    border-radius: 16px !important;
  }

  .home-page .runway-commission-grid {
    gap: 0.6rem !important;
  }

  .home-page .runway-commission-card {
    min-height: 104px !important;
    padding: 0.78rem !important;
    border-radius: 18px !important;
  }

  .home-page .runway-commission-card strong {
    margin: 0.24rem 0 0.12rem !important;
    font-size: 1.34rem !important;
  }

  .home-page .runway-commission-card-wide {
    min-height: 84px !important;
  }

  .home-page .runway-cta {
    min-height: 46px !important;
  }

  .home-page .cashier-radar-copy {
    gap: 0.54rem !important;
  }

  .home-page .cashier-radar-copy-head,
  .home-page .cashier-kpi {
    padding: 0.72rem 0.78rem !important;
    border-radius: 16px !important;
  }

  .home-page .cashier-kpi {
    min-height: 66px !important;
  }

  .home-page .cashier-radar-stream {
    padding: 0.16rem !important;
    border-radius: 18px !important;
  }

  .home-page .cashier-radar-stream-head {
    padding: 0.66rem 0.74rem !important;
  }

  .home-page .cashier-stream-column {
    padding: 0.62rem !important;
  }

  .home-page .cashier-radar .transaction-list {
    gap: 0.32rem !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .home-page .cashier-radar .transaction-item {
    padding: 0.46rem !important;
    gap: 0.42rem !important;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .home-page {
    --section-sync-pad: clamp(1.5rem, 3vh, 2rem);
  }
}

/* ========================================
   SECTION SPACING FIX - FINAL
   ======================================== */

@media (min-width: 1025px) {
  .home-page {
    --section-frame-pad: clamp(2.8rem, 5.2vh, 4rem);
    --section-frame-gap: clamp(0.95rem, 1.8vh, 1.3rem);
  }

  .home-page .hero-roulette {
    overflow: hidden;
    padding-block-end: clamp(1.9rem, 4vh, 2.9rem) !important;
  }

  .home-page .hero-roulette-grid {
    min-height: calc(100svh - var(--home-header-height, 92px) - 2rem) !important;
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    min-height: 100svh !important;
    height: auto !important;
    margin: 0 !important;
    padding-block: var(--section-frame-pad) !important;
    display: flex !important;
    align-items: center !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: calc(100svh - (var(--section-frame-pad) * 2)) !important;
    height: auto !important;
    display: grid !important;
    align-content: center !important;
    gap: var(--section-frame-gap) !important;
  }

  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    margin-bottom: 0 !important;
    gap: clamp(0.4rem, 0.9vh, 0.68rem) !important;
  }

  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout,
  .home-page .zone-manifest,
  .home-page .zone-board,
  .home-page .bonus-ladder-track,
  .home-page .theatre-stack,
  .home-page .runway-steps,
  .home-page .runway-commission-grid,
  .home-page .cashier-radar-copy,
  .home-page .cashier-radar-stream {
    min-height: 0 !important;
    height: auto !important;
    align-self: auto !important;
  }

  .home-page .cashier-radar .transaction-list {
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .home-page {
    --section-frame-pad: clamp(2.1rem, 4.2vh, 2.9rem);
  }
}

/* ========================================
   NON-HERO SECTION SEPARATION - FINAL
   ======================================== */

@media (min-width: 1025px) {
  .home-page {
    --section-sep-pad: clamp(3rem, 5.6vh, 4.4rem);
    --section-sep-gap: clamp(1rem, 1.9vh, 1.35rem);
    --section-sep-line: rgba(255, 218, 128, 0.09);
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    position: relative;
    isolation: isolate;
    min-height: 100svh !important;
    height: auto !important;
    margin: 0 !important;
    padding-block: var(--section-sep-pad) !important;
    display: block !important;
  }

  .home-page .floor-zones {
    padding-top: calc(var(--section-sep-pad) + 1rem) !important;
  }

  .home-page .floor-zones::after,
  .home-page .bonus-ladder::after,
  .home-page .club-theatre::after,
  .home-page .affiliate-runway::after,
  .home-page .cashier-radar::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100% - 4rem, 1180px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent 0%, var(--section-sep-line) 18%, var(--section-sep-line) 82%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }

  .home-page .cashier-radar::after {
    display: none;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: calc(100svh - (var(--section-sep-pad) * 2)) !important;
    height: auto !important;
    display: grid !important;
    align-content: center !important;
    gap: var(--section-sep-gap) !important;
    position: relative;
    z-index: 1;
  }

  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    margin: 0 !important;
    gap: clamp(0.38rem, 0.8vh, 0.62rem) !important;
    align-self: start !important;
  }

  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout {
    min-height: 0 !important;
    height: auto !important;
    align-self: stretch !important;
    margin: 0 !important;
  }

  .home-page .zone-manifest,
  .home-page .zone-board,
  .home-page .bonus-ladder-track,
  .home-page .theatre-stack,
  .home-page .runway-steps,
  .home-page .runway-commission-grid,
  .home-page .cashier-radar-copy,
  .home-page .cashier-radar-stream {
    min-height: 0 !important;
    height: auto !important;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .home-page {
    --section-sep-pad: clamp(2.35rem, 4.3vh, 3rem);
  }
}

/* ========================================
   NON-HERO SECTION GAP + CENTERING
   ======================================== */

@media (min-width: 1025px) {
  .home-page {
    --section-stack-gap: 100px;
    --section-center-pad: clamp(3.2rem, 5.8vh, 4.6rem);
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    min-height: calc(100svh - 100px) !important;
    padding-block: var(--section-center-pad) !important;
    margin-top: var(--section-stack-gap) !important;
    display: flex !important;
    align-items: center !important;
  }

  .home-page .floor-zones {
    margin-top: 100px !important;
    padding-top: calc(var(--section-center-pad) + 0.5rem) !important;
  }

  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    margin-top: var(--section-stack-gap) !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: calc(100svh - 100px - (var(--section-center-pad) * 2)) !important;
    display: grid !important;
    align-content: center !important;
  }

  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout {
    align-self: center !important;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .home-page {
    --section-stack-gap: 88px;
    --section-center-pad: clamp(2.5rem, 4.5vh, 3.2rem);
  }
}

/* ========================================
   HOME CSS AUTHORITY LAYER
   ======================================== */

.home-page .home-header,
.home-page .header-container,
.home-page .header-content,
.home-page .logo,
.home-page .logo-icon,
.home-page .logo-text,
.home-page .logo-title,
.home-page .logo-subtitle,
.home-page .nav,
.home-page .nav-menu,
.home-page .nav-link,
.home-page .header-actions,
.home-page .header-marketline {
  position: relative;
}

.home-page .cashier-radar .transaction-list {
  max-height: none !important;
  overflow: visible !important;
}

@media (min-width: 1025px) {
  .home-page {
    --home-authority-gap: 100px;
    --home-authority-pad: clamp(3rem, 5.6vh, 4.25rem);
    --home-authority-inner-gap: clamp(1rem, 1.8vh, 1.3rem);
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    margin-top: var(--home-authority-gap) !important;
    margin-bottom: 0 !important;
    min-height: calc(100svh - var(--home-authority-gap)) !important;
    height: auto !important;
    padding-block: var(--home-authority-pad) !important;
    display: flex !important;
    align-items: center !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: calc(100svh - var(--home-authority-gap) - (var(--home-authority-pad) * 2)) !important;
    display: grid !important;
    align-content: center !important;
    gap: var(--home-authority-inner-gap) !important;
  }

  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    margin: 0 !important;
  }

  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout,
  .home-page .zone-manifest,
  .home-page .zone-board,
  .home-page .bonus-ladder-track,
  .home-page .theatre-stack,
  .home-page .runway-steps,
  .home-page .runway-commission-grid,
  .home-page .cashier-radar-copy,
  .home-page .cashier-radar-stream {
    min-height: 0 !important;
    height: auto !important;
  }
}

/* ========================================
   HOME VIEWPORT COMPRESSION - FINAL
   ======================================== */

@media (min-width: 1025px) {
  .home-page {
    --home-authority-gap: 36px;
    --home-authority-pad: clamp(1.4rem, 2.8vh, 2.1rem);
    --home-authority-inner-gap: clamp(0.72rem, 1.2vh, 0.95rem);
    --section-sep-pad: clamp(1.5rem, 2.9vh, 2.15rem);
    --section-sep-gap: clamp(0.72rem, 1.2vh, 0.95rem);
    --section-frame-pad: clamp(1.5rem, 2.9vh, 2.1rem);
    --section-frame-gap: clamp(0.72rem, 1.2vh, 0.95rem);
    --section-stack-gap: 36px;
    --section-center-pad: clamp(1.55rem, 3vh, 2.2rem);
  }

  .home-page .hero-roulette {
    min-height: calc(100svh - var(--home-header-height, 92px)) !important;
    padding-top: clamp(0.8rem, 1.6vh, 1.1rem) !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    align-items: center !important;
  }

  .home-page .hero-roulette .container {
    min-height: calc(100svh - var(--home-header-height, 92px)) !important;
    display: grid !important;
    align-content: center !important;
  }

  .home-page .hero-roulette-grid {
    min-height: calc(100svh - var(--home-header-height, 92px) - 0.35rem) !important;
    align-items: center !important;
    gap: clamp(0.85rem, 1.6vw, 1.2rem) !important;
  }

  .home-page .floor-zones::after,
  .home-page .bonus-ladder::after,
  .home-page .club-theatre::after,
  .home-page .affiliate-runway::after,
  .home-page .cashier-radar::after {
    display: none !important;
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    margin-top: 36px !important;
    min-height: calc(100svh - 36px) !important;
    padding-block: clamp(1.45rem, 2.8vh, 2rem) !important;
  }

  .home-page .floor-zones {
    margin-top: 18px !important;
    padding-top: clamp(1.4rem, 2.7vh, 1.95rem) !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: calc(100svh - 36px - 3.2rem) !important;
    gap: clamp(0.72rem, 1.15vh, 0.95rem) !important;
    align-content: center !important;
  }

  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    gap: 0.34rem !important;
  }

  .home-page .floor-zones-layout,
  .home-page .bonus-ladder-layout,
  .home-page .club-theatre-grid,
  .home-page .affiliate-runway-layout,
  .home-page .cashier-radar-layout {
    gap: 0.72rem !important;
    align-self: center !important;
  }
}

@media (min-width: 1025px) and (max-height: 860px) {
  .home-page {
    --home-authority-gap: 24px;
    --section-stack-gap: 24px;
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    margin-top: 24px !important;
    min-height: calc(100svh - 24px) !important;
    padding-block: 1.2rem !important;
  }

  .home-page .floor-zones {
    margin-top: 12px !important;
    padding-top: 1.2rem !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: calc(100svh - 24px - 2.4rem) !important;
  }
}

/* ========================================
   NON-HERO HEAD + BACKGROUND CLIP FIX
   ======================================== */

@media (min-width: 1025px) {
  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    overflow: clip !important;
    background-clip: padding-box !important;
    isolation: isolate !important;
  }

  .home-page .floor-zones::before,
  .home-page .bonus-ladder::before,
  .home-page .club-theatre::before,
  .home-page .affiliate-runway::before,
  .home-page .cashier-radar::before {
    inset: 0 !important;
    opacity: 0.3 !important;
  }

  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    gap: 0.18rem !important;
    margin: 0 !important;
  }

  .home-page .floor-zones-head .section-kicker,
  .home-page .bonus-ladder-copy .section-kicker,
  .home-page .club-theatre-head .section-kicker,
  .home-page .affiliate-runway-head .section-kicker,
  .home-page .cashier-radar-head .section-kicker {
    margin: 0 !important;
    line-height: 1.1 !important;
  }

  .home-page .floor-zones-head .section-title-lg,
  .home-page .bonus-ladder-copy .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg {
    margin: 0 !important;
    line-height: 1.02 !important;
  }

  .home-page .floor-zones-head .section-copy-lg,
  .home-page .bonus-ladder-copy .section-copy-lg,
  .home-page .club-theatre-head .section-copy-lg,
  .home-page .affiliate-runway-head .section-copy-lg,
  .home-page .cashier-radar-head .section-copy-lg {
    margin: 0 !important;
    line-height: 1.22 !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    overflow: hidden !important;
  }
}

/* ========================================
   NON-HERO HEADING GAP LOCK
   ======================================== */

@media (min-width: 1025px) {
  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    display: grid !important;
    row-gap: 8px !important;
    margin: 0 !important;
  }

  .home-page .floor-zones-head .section-kicker,
  .home-page .bonus-ladder-copy .section-kicker,
  .home-page .club-theatre-head .section-kicker,
  .home-page .affiliate-runway-head .section-kicker,
  .home-page .cashier-radar-head .section-kicker {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .home-page .floor-zones-head .section-title-lg,
  .home-page .bonus-ladder-copy .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.02 !important;
  }

  .home-page .floor-zones-head .section-copy-lg,
  .home-page .bonus-ladder-copy .section-copy-lg,
  .home-page .club-theatre-head .section-copy-lg,
  .home-page .affiliate-runway-head .section-copy-lg,
  .home-page .cashier-radar-head .section-copy-lg {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
  }
}

/* ========================================
   CLUB THEATRE GAP FIX
   ======================================== */

@media (min-width: 1025px) {
  .home-page .club-theatre {
    justify-content: center !important;
  }

  .home-page .club-theatre > .container {
    min-height: auto !important;
    height: auto !important;
    align-content: start !important;
    grid-template-rows: auto auto !important;
    gap: 18px !important;
  }

  .home-page .club-theatre-head {
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
  }

  .home-page .club-theatre-grid {
    margin-top: 0 !important;
    align-self: start !important;
    gap: 16px !important;
  }
}

/* ========================================
   NON-HERO HEADING UNIFIER - FINAL
   ======================================== */

@media (min-width: 1025px) {
  .home-page .floor-zones-head,
  .home-page .bonus-ladder-copy,
  .home-page .club-theatre-head,
  .home-page .affiliate-runway-head,
  .home-page .cashier-radar-head {
    display: grid !important;
    align-content: start !important;
    align-items: center !important;
    row-gap: 6px !important;
    column-gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .home-page .floor-zones-head .section-kicker,
  .home-page .bonus-ladder-copy .section-kicker,
  .home-page .club-theatre-head .section-kicker,
  .home-page .affiliate-runway-head .section-kicker,
  .home-page .cashier-radar-head .section-kicker {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    line-height: 1 !important;
  }

  .home-page .floor-zones-head .section-kicker::before,
  .home-page .bonus-ladder-copy .section-kicker::before,
  .home-page .club-theatre-head .section-kicker::before,
  .home-page .affiliate-runway-head .section-kicker::before,
  .home-page .cashier-radar-head .section-kicker::before {
    margin: 0 !important;
    flex: 0 0 30px !important;
  }

  .home-page .floor-zones-head .section-title-lg,
  .home-page .bonus-ladder-copy .section-title-lg,
  .home-page .club-theatre-head .section-title-lg,
  .home-page .affiliate-runway-head .section-title-lg,
  .home-page .cashier-radar-head .section-title-lg {
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    line-height: 1.02 !important;
  }

  .home-page .floor-zones-head .section-copy-lg,
  .home-page .bonus-ladder-copy .section-copy-lg,
  .home-page .club-theatre-head .section-copy-lg,
  .home-page .affiliate-runway-head .section-copy-lg,
  .home-page .cashier-radar-head .section-copy-lg {
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    line-height: 1.22 !important;
  }

  .home-page .club-theatre > .container,
  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    grid-template-rows: auto auto !important;
    align-content: center !important;
  }
}

/* ========================================
   PLANS + AFFILIATE BALANCE TUNE
   ======================================== */

@media (min-width: 1025px) {
  .home-page .affiliate-runway > .container {
    min-height: auto !important;
  }

  .home-page .affiliate-runway-layout {
    gap: 0.8rem !important;
    align-items: start !important;
  }

  .home-page .runway-steps {
    gap: 0.6rem !important;
  }

  .home-page .runway-step div {
    min-height: 94px !important;
    padding: 0.82rem 0.88rem !important;
  }

  .home-page .runway-commission-grid {
    gap: 0.65rem !important;
  }

  .home-page .runway-commission-card {
    min-height: 122px !important;
    padding: 0.9rem !important;
  }

  .home-page .runway-commission-card-wide {
    min-height: 94px !important;
  }

  .home-page .runway-cta {
    min-height: 52px !important;
    border-radius: 18px !important;
  }

  .home-page .bonus-ladder > .container {
    min-height: calc(100svh - 36px - 2.2rem) !important;
  }

  .home-page .bonus-ladder-layout {
    gap: 1.05rem !important;
    align-items: stretch !important;
  }

  .home-page .bonus-ladder-copy {
    gap: 0.9rem !important;
    align-content: center !important;
  }

  .home-page .bonus-ladder-overview {
    gap: 0.8rem !important;
    margin-top: 0.35rem !important;
  }

  .home-page .bonus-overview-pill {
    padding: 1rem 1.05rem !important;
  }

  .home-page .bonus-ladder-track {
    gap: 1rem !important;
    padding-block: 0.95rem 0.45rem !important;
    align-items: stretch !important;
  }

  .home-page .bonus-tier {
    min-height: 320px !important;
    padding: 1.2rem !important;
  }

  .home-page .bonus-tier-rate {
    margin: 0.35rem 0 0.22rem !important;
  }

  .home-page .stack-list {
    gap: 0.38rem !important;
    margin-top: 0.5rem !important;
  }
}

/* ========================================
   AFFILIATE EQUAL HEIGHT REBUILD
   ======================================== */

@media (min-width: 1025px) {
  .home-page .affiliate-runway > .container {
    min-height: auto !important;
    grid-template-rows: auto auto !important;
    align-content: start !important;
    gap: 18px !important;
  }

  .home-page .affiliate-runway-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
    min-height: 520px !important;
  }

  .home-page .runway-steps,
  .home-page .runway-commission-grid {
    min-height: 520px !important;
    height: 520px !important;
  }

  .home-page .runway-steps {
    display: grid !important;
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .home-page .runway-step {
    min-height: 0 !important;
  }

  .home-page .runway-step div {
    min-height: 0 !important;
    height: 100% !important;
    padding: 0.9rem 1rem !important;
    gap: 0.22rem !important;
    align-content: center !important;
  }

  .home-page .runway-commission-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
  }

  .home-page .runway-commission-card {
    min-height: 0 !important;
    height: 100% !important;
    padding: 0.95rem 1rem !important;
    align-content: center !important;
    gap: 0.18rem !important;
  }

  .home-page .runway-commission-card-major {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
  }

  .home-page .runway-commission-card:not(.runway-commission-card-major):not(.runway-commission-card-wide):nth-of-type(2) {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
  }

  .home-page .runway-commission-card:not(.runway-commission-card-major):not(.runway-commission-card-wide):nth-of-type(3) {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;
  }

  .home-page .runway-commission-card-wide {
    grid-column: 2 / 3 !important;
    grid-row: 2 / 3 !important;
    min-height: 0 !important;
    height: 100% !important;
  }

  .home-page .runway-cta {
    grid-column: 1 / -1 !important;
    grid-row: 3 / 4 !important;
    min-height: 0 !important;
    height: 100% !important;
    border-radius: 20px !important;
    align-self: stretch !important;
  }

  .home-page .runway-step h3,
  .home-page .runway-commission-card strong {
    margin: 0 !important;
  }

  .home-page .runway-step p,
  .home-page .runway-commission-card p {
    margin: 0 !important;
  }

  .home-page .runway-step-kicker {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    color: rgba(255, 220, 134, 0.9) !important;
  }

  .home-page .runway-step h3 {
    font-size: 1.46rem !important;
    line-height: 1.14 !important;
    font-weight: 800 !important;
    color: #fff7ea !important;
  }

  .home-page .runway-step p {
    font-size: 1.02rem !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
    color: rgba(255, 242, 216, 0.94) !important;
  }

  .home-page .runway-commission-card small {
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    color: rgba(255, 220, 134, 0.92) !important;
  }

  .home-page .runway-commission-card strong {
    font-size: clamp(2rem, 2.8vw, 2.75rem) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    color: #fff8ee !important;
  }

  .home-page .runway-commission-card-wide strong {
    font-size: clamp(1.65rem, 2.2vw, 2.12rem) !important;
  }

  .home-page .runway-commission-card p {
    font-size: 1rem !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
    color: rgba(255, 242, 216, 0.92) !important;
  }

  .home-page .runway-commission-note {
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    color: rgba(255, 220, 134, 0.9) !important;
  }

  .home-page .runway-cta {
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
  }
}

/* ========================================
   PLANS TOP-HEADING LAYOUT
   ======================================== */

@media (min-width: 1025px) {
  .home-page .bonus-ladder > .container {
    grid-template-rows: auto auto !important;
    align-content: start !important;
    gap: 16px !important;
  }

  .home-page .bonus-ladder-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 16px !important;
    align-items: start !important;
  }

  .home-page .bonus-ladder-copy {
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    align-content: start !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .home-page .bonus-ladder-copy .section-title-lg,
  .home-page .bonus-ladder-copy .section-copy-lg {
    margin-inline: auto !important;
  }

  .home-page .bonus-ladder-overview {
    width: min(100%, 520px) !important;
    margin-top: 0 !important;
  }

  .home-page .bonus-ladder-copy .btn {
    margin-top: 2px !important;
  }

  .home-page .bonus-ladder-track {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    padding-block: 0.4rem 0 !important;
    align-items: stretch !important;
  }

  .home-page .bonus-tier {
    min-height: 340px !important;
    height: 100% !important;
  }
}

/* ========================================
   PLANS CARD VISUAL POLISH
   ======================================== */

@media (min-width: 1025px) {
  .home-page .bonus-ladder-track {
    gap: 18px !important;
    padding-block: 0.25rem 0 !important;
  }

  .home-page .bonus-tier {
    min-height: 276px !important;
    padding: 1rem 1rem 0.9rem !important;
    gap: 0.18rem !important;
    border-radius: 22px !important;
    align-content: start !important;
    box-shadow: 0 18px 34px rgba(7, 5, 4, 0.18) !important;
  }

  .home-page .bonus-tier-low {
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 214, 102, 0.12) 0%, transparent 22%),
      linear-gradient(155deg, rgba(9, 79, 59, 0.9) 0%, rgba(17, 11, 8, 0.92) 58%, rgba(36, 20, 16, 0.96) 100%) !important;
  }

  .home-page .bonus-tier-mid {
    background:
      radial-gradient(circle at 16% 16%, rgba(255, 220, 134, 0.14) 0%, transparent 22%),
      linear-gradient(155deg, rgba(92, 24, 28, 0.94) 0%, rgba(24, 14, 11, 0.92) 58%, rgba(68, 23, 18, 0.96) 100%) !important;
  }

  .home-page .bonus-tier-high {
    background:
      radial-gradient(circle at 16% 16%, rgba(255, 220, 134, 0.16) 0%, transparent 22%),
      linear-gradient(155deg, rgba(86, 58, 10, 0.9) 0%, rgba(25, 14, 10, 0.92) 54%, rgba(84, 28, 18, 0.96) 100%) !important;
  }

  .home-page .bonus-tier-top {
    margin-bottom: 0.18rem !important;
  }

  .home-page .bonus-tier-tag {
    font-size: 0.56rem !important;
    letter-spacing: 0.18em !important;
  }

  .home-page .bonus-tier-chip {
    min-width: 54px !important;
    padding: 0.28rem 0.56rem !important;
    font-size: 0.52rem !important;
  }

  .home-page .bonus-tier-rate {
    margin: 0.2rem 0 0.1rem !important;
    font-size: clamp(1.72rem, 2.2vw, 2.1rem) !important;
    line-height: 0.95 !important;
  }

  .home-page .bonus-tier h3 {
    font-size: 0.88rem !important;
    line-height: 1.12 !important;
    max-width: 15ch !important;
  }

  .home-page .bonus-tier-copy {
    font-size: 0.68rem !important;
    line-height: 1.34 !important;
    max-width: 28ch !important;
  }

  .home-page .stack-list {
    gap: 0.24rem !important;
    margin-top: 0.38rem !important;
  }

  .home-page .stack-list li {
    font-size: 0.6rem !important;
    line-height: 1.18 !important;
  }
}

/* ========================================
   PLANS CARD CENTERED CASINO PASS
   ======================================== */

@media (min-width: 1025px) {
  .home-page .bonus-ladder-copy {
    gap: 8px !important;
  }

  .home-page .bonus-ladder-track {
    width: 100% !important;
    max-width: 1020px !important;
    margin-inline: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    padding-block: 0.2rem 0 !important;
  }

  .home-page .bonus-tier {
    min-height: 264px !important;
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    text-align: center !important;
    gap: 0.22rem !important;
    padding: 0.95rem 0.95rem 0.88rem !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .home-page .bonus-tier::before {
    background:
      radial-gradient(circle at 50% 28%, rgba(255, 220, 134, 0.18) 0%, transparent 22%),
      radial-gradient(circle at 84% 22%, rgba(255, 117, 85, 0.12) 0%, transparent 18%),
      repeating-conic-gradient(from 0deg at 86% 24%, rgba(255, 220, 134, 0.12) 0 8deg, rgba(95, 23, 24, 0.1) 8deg 16deg, rgba(12, 71, 55, 0.1) 16deg 24deg, transparent 24deg 32deg) !important;
    opacity: 0.95 !important;
  }

  .home-page .bonus-tier::after {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 220, 134, 0.08);
    background:
      linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 18%),
      radial-gradient(circle at 85% 22%, rgba(255, 220, 134, 0.08) 0%, transparent 18%);
    pointer-events: none;
    z-index: 0;
  }

  .home-page .bonus-tier > * {
    position: relative;
    z-index: 1;
  }

  .home-page .bonus-tier-top {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    flex-wrap: wrap !important;
    margin-bottom: 0.1rem !important;
    text-align: center !important;
  }

  .home-page .bonus-tier-tag {
    margin: 0 !important;
    font-size: 0.55rem !important;
    letter-spacing: 0.2em !important;
    text-align: center !important;
  }

  .home-page .bonus-tier-chip {
    margin: 0 !important;
    min-width: 50px !important;
    padding: 0.25rem 0.52rem !important;
    font-size: 0.5rem !important;
    text-align: center !important;
  }

  .home-page .bonus-tier-rate {
    font-size: clamp(2.35rem, 3vw, 2.8rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.04em !important;
    margin: 0.18rem 0 0.08rem !important;
    text-align: center !important;
  }

  .home-page .bonus-tier h3 {
    max-width: 15ch !important;
    font-size: 0.96rem !important;
    line-height: 1.1 !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .home-page .bonus-tier-copy {
    max-width: 27ch !important;
    font-size: 0.7rem !important;
    line-height: 1.34 !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .home-page .stack-list {
    width: 100% !important;
    margin-top: 0.42rem !important;
    display: grid !important;
    justify-items: center !important;
    gap: 0.26rem !important;
    padding-left: 0 !important;
    list-style: none !important;
  }

  .home-page .stack-list li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 0.42rem 0.9rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 220, 134, 0.1) !important;
    background: rgba(16, 10, 8, 0.24) !important;
    font-size: 0.62rem !important;
    line-height: 1.14 !important;
    text-align: center !important;
  }

  .home-page .stack-list li::before {
    left: 0.9rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 1025px) {
  .home-page {
    --home-section-gap-final: 20px;
    --home-section-pad-final: clamp(1.05rem, 2vh, 1.55rem);
    --home-section-min-final: calc(100svh - var(--home-header-height, 82px) - var(--home-section-gap-final));
  }

  .home-page .floor-zones,
  .home-page .bonus-ladder,
  .home-page .club-theatre,
  .home-page .affiliate-runway,
  .home-page .cashier-radar {
    margin-top: var(--home-section-gap-final) !important;
    min-height: var(--home-section-min-final) !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    padding-block: var(--home-section-pad-final) !important;
  }

  .home-page .floor-zones > .container,
  .home-page .bonus-ladder > .container,
  .home-page .club-theatre > .container,
  .home-page .affiliate-runway > .container,
  .home-page .cashier-radar > .container {
    min-height: auto !important;
    height: auto !important;
    align-content: center !important;
  }
}

/* ========================================
   WHY MEMBERS STAY - CASINO FILL
   ======================================== */

.home-page .theatre-feature {
  position: relative;
  overflow: hidden;
}

.home-page .theatre-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 220, 134, 0.12) 0%, transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 32%);
  pointer-events: none;
  z-index: 0;
}

.home-page .theatre-feature > * {
  position: relative;
  z-index: 1;
}

.home-page .theatre-major-head,
.home-page .theatre-mini-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.home-page .theatre-major-kicker,
.home-page .theatre-mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 225, 160, 0.76);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .theatre-major-kicker::before,
.home-page .theatre-mini-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffd976;
  box-shadow: 0 0 10px rgba(255, 217, 118, 0.5);
}

.home-page .theatre-major-status,
.home-page .theatre-mini-top strong {
  color: #fff6df;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .theatre-feature-major {
  display: grid;
  gap: 0.6rem;
}

.home-page .theatre-major-banner,
.home-page .theatre-major-visual {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 220, 134, 0.12);
  background: rgba(10, 9, 8, 0.36);
}

.home-page .theatre-major-banner img,
.home-page .theatre-major-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-page .theatre-major-banner::after,
.home-page .theatre-major-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 11, 10, 0.12) 0%, rgba(9, 11, 10, 0.68) 100%),
    linear-gradient(90deg, rgba(10, 72, 55, 0.34) 0%, rgba(84, 20, 23, 0.36) 100%);
}

.home-page .theatre-major-banner {
  min-height: 124px;
}

.home-page .theatre-major-banner-tags {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  z-index: 1;
}

.home-page .theatre-major-banner-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 134, 0.16);
  background: rgba(15, 10, 8, 0.5);
  color: rgba(255, 241, 215, 0.84);
  font-size: 0.54rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-page .theatre-major-visual {
  min-height: 260px;
}

.home-page .theatre-major-visual-stack {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  display: grid;
  gap: 0.2rem;
  z-index: 1;
}

.home-page .theatre-major-visual-stack span {
  color: rgba(255, 221, 162, 0.74);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .theatre-major-visual-stack strong {
  color: #fff7e8;
  font-size: 1rem;
  line-height: 1;
}

.home-page .theatre-major-copy {
  display: grid;
  align-content: start;
  gap: 0.35rem;
}

.home-page .theatre-game-rack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.home-page .theatre-game-pill {
  display: grid;
  gap: 0.22rem;
  min-height: 96px;
  padding: 0.8rem 0.82rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 220, 134, 0.12);
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 220, 134, 0.12) 0%, transparent 20%),
    linear-gradient(145deg, rgba(41, 20, 17, 0.84) 0%, rgba(18, 11, 8, 0.8) 100%);
}

.home-page .theatre-game-pill span,
.home-page .theatre-game-pill small {
  color: rgba(240, 225, 199, 0.74);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .theatre-game-pill strong {
  color: #fff7e8;
  font-size: 0.92rem;
  line-height: 1.1;
}

.home-page .theatre-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.home-page .theatre-chip-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 134, 0.14);
  background: rgba(15, 10, 8, 0.28);
  color: rgba(255, 239, 210, 0.8);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .theatre-stack .theatre-feature {
  grid-template-rows: auto auto auto 1fr auto;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 220, 134, 0.08) 0%, transparent 22%),
    linear-gradient(145deg, rgba(37, 20, 16, 0.9) 0%, rgba(16, 10, 8, 0.88) 100%) !important;
}

.home-page .theatre-stack .theatre-feature.is-active {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 220, 134, 0.12) 0%, transparent 22%),
    linear-gradient(145deg, rgba(84, 27, 28, 0.9) 0%, rgba(17, 11, 8, 0.9) 54%, rgba(20, 69, 52, 0.84) 100%) !important;
}

.home-page .theatre-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.42rem;
  margin-top: 0.72rem;
}

.home-page .theatre-mini-grid span {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 0.38rem 0.45rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 220, 134, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(245, 231, 204, 0.78);
  font-size: 0.56rem;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 1025px) {
  .home-page .club-theatre-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
    gap: 0.72rem !important;
  }

  .home-page .theatre-feature {
    padding: 0.92rem !important;
    border-radius: 20px !important;
  }

  .home-page .theatre-feature-major {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    grid-template-rows: 128px auto;
    gap: 0.62rem !important;
  }

  .home-page .theatre-major-banner {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 128px;
  }

  .home-page .theatre-major-visual {
    grid-column: 1;
    grid-row: 2;
    min-height: 264px;
  }

  .home-page .theatre-major-copy {
    grid-column: 2;
    grid-row: 2;
    gap: 0.26rem;
  }

  .home-page .theatre-major-head {
    margin-bottom: 0.04rem;
  }

  .home-page .theatre-major-status,
  .home-page .theatre-mini-top strong {
    font-size: 0.6rem;
  }

  .home-page .theatre-game-rack {
    gap: 0.42rem;
    margin-top: 0.38rem;
  }

  .home-page .theatre-game-pill {
    min-height: 76px;
    padding: 0.62rem 0.65rem;
    border-radius: 14px;
  }

  .home-page .theatre-game-pill span,
  .home-page .theatre-game-pill small {
    font-size: 0.48rem;
  }

  .home-page .theatre-game-pill strong {
    font-size: 0.76rem;
  }

  .home-page .theatre-chip-grid {
    gap: 0.32rem;
    margin-top: 0.36rem;
  }

  .home-page .theatre-chip-chip {
    padding: 0.28rem 0.48rem;
    font-size: 0.48rem;
  }

  .home-page .theatre-stat-strip {
    margin-top: 0.34rem !important;
  }

  .home-page .theatre-stack .theatre-feature {
    gap: 0.16rem !important;
  }

  .home-page .theatre-mini-top {
    margin-bottom: 0.04rem;
  }

  .home-page .theatre-mini-grid {
    gap: 0.32rem;
    margin-top: 0.5rem;
  }

  .home-page .theatre-mini-grid span {
    min-height: 32px;
    border-radius: 12px;
    font-size: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .home-page .theatre-feature-major {
    grid-template-columns: 1fr;
  }

  .home-page .theatre-game-rack,
  .home-page .theatre-mini-grid {
    grid-template-columns: 1fr;
  }

  .home-page .theatre-major-head,
  .home-page .theatre-mini-top {
    flex-wrap: wrap;
  }
}

/* ========================================
   CASHIER RADAR - PREMIUM LEDGER FINAL
   ======================================== */

.home-page .cashier-kpi small {
  display: block;
  color: rgba(239, 225, 198, 0.74);
}

@media (min-width: 1025px) {
  .home-page .cashier-radar-layout {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr) !important;
    gap: 0.8rem !important;
  }

  .home-page .cashier-radar-copy {
    align-content: start !important;
    gap: 0.58rem !important;
  }

  .home-page .cashier-radar-copy-head {
    padding: 0.9rem 0.95rem !important;
    border-radius: 18px !important;
  }

  .home-page .cashier-radar-copy-head p {
    margin-top: 0.42rem !important;
    font-size: 0.66rem !important;
    line-height: 1.42 !important;
  }

  .home-page .cashier-radar-kpis {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.58rem !important;
  }

  .home-page .cashier-kpi,
  .home-page .cashier-kpi-tall {
    min-height: 118px !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    align-content: stretch !important;
    gap: 0.5rem !important;
    padding: 0.96rem 1rem !important;
    border-radius: 18px !important;
  }

  .home-page .cashier-kpi span {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    padding: 0.28rem 0.52rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 220, 134, 0.12) !important;
    background: rgba(12, 9, 8, 0.48) !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    color: #ffe5a8 !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.28) !important;
  }

  .home-page .cashier-kpi strong {
    align-self: center !important;
    margin-top: 0 !important;
    font-size: clamp(1.72rem, 2.2vw, 2.1rem) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    color: #fffaf0 !important;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.34) !important;
  }

  .home-page .cashier-kpi small {
    display: block !important;
    align-self: end !important;
    max-width: 20ch !important;
    font-size: 0.66rem !important;
    font-weight: 500 !important;
    line-height: 1.42 !important;
    color: rgba(250, 239, 216, 0.92) !important;
    text-shadow: 0 6px 14px rgba(0, 0, 0, 0.3) !important;
  }

  .home-page .cashier-radar-stream {
    --card-wheel-opacity: 0 !important;
    padding: 0.16rem !important;
    border-radius: 20px !important;
  }

  .home-page .cashier-radar-stream::before {
    display: none !important;
  }

  .home-page .cashier-radar-stream-head {
    padding: 0.74rem 0.82rem !important;
  }

  .home-page .cashier-radar-stream-head p {
    font-size: 0.86rem !important;
  }

  .home-page .cashier-radar-stream-head small {
    font-size: 0.56rem !important;
  }

  .home-page .cashier-stream-column {
    padding: 0.68rem !important;
  }

  .home-page .cashier-stream-title {
    margin-bottom: 0.52rem !important;
  }

  .home-page .cashier-stream-title h3 {
    font-size: 0.76rem !important;
  }

  .home-page .cashier-stream-title span {
    font-size: 0.52rem !important;
  }

  .home-page .cashier-radar .transaction-list {
    gap: 0.34rem !important;
  }

  .home-page .cashier-radar .transaction-item {
    min-height: 58px !important;
    padding: 0.42rem 0.46rem !important;
    gap: 0.44rem !important;
  }

  .home-page .cashier-radar .transaction-icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
  }

  .home-page .cashier-radar .transaction-icon svg {
    width: 12px !important;
    height: 12px !important;
  }

  .home-page .cashier-radar .transaction-user {
    gap: 0.08rem !important;
  }

  .home-page .cashier-radar .transaction-name,
  .home-page .cashier-radar .transaction-amount {
    font-size: 0.66rem !important;
  }

  .home-page .cashier-radar .transaction-country,
  .home-page .cashier-radar .transaction-time {
    font-size: 0.52rem !important;
  }
}

/* ========================================
   CASHIER RADAR - IMAGE LEDGER POLISH
   ======================================== */

@media (min-width: 1025px) {
  .home-page .cashier-radar-layout {
    min-height: 484px !important;
    align-items: stretch !important;
  }

  .home-page .cashier-radar-copy,
  .home-page .cashier-radar-stream {
    height: 100% !important;
  }

  .home-page .cashier-radar-copy {
    display: grid !important;
    grid-template-rows: auto 1fr !important;
  }

  .home-page .cashier-radar-kpis {
    height: 100% !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    align-content: stretch !important;
  }

  .home-page .cashier-kpi,
  .home-page .cashier-kpi-tall {
    position: relative;
    overflow: hidden;
  }

  .home-page .cashier-radar-copy-head-featured,
  .home-page .cashier-kpi-register,
  .home-page .cashier-kpi-intake,
  .home-page .cashier-kpi-payout,
  .home-page .cashier-kpi-calendar,
  .home-page .cashier-radar-stream-ledger {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    --cashier-image-opacity: 0.1;
  }

  .home-page .cashier-radar-copy-head-featured::before,
  .home-page .cashier-kpi-register::before,
  .home-page .cashier-kpi-intake::before,
  .home-page .cashier-kpi-payout::before,
  .home-page .cashier-kpi-calendar::before,
  .home-page .cashier-radar-stream-ledger::before {
    content: none !important;
  }

  .home-page .cashier-radar-copy-head-featured::after,
  .home-page .cashier-kpi-register::after,
  .home-page .cashier-kpi-intake::after,
  .home-page .cashier-kpi-payout::after,
  .home-page .cashier-kpi-calendar::after,
  .home-page .cashier-radar-stream-ledger::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: var(--cashier-image-opacity) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .home-page .cashier-radar-copy-head-featured > *,
  .home-page .cashier-kpi-register > *,
  .home-page .cashier-kpi-intake > *,
  .home-page .cashier-kpi-payout > *,
  .home-page .cashier-kpi-calendar > *,
  .home-page .cashier-radar-stream-ledger > * {
    position: relative;
    z-index: 1;
  }

  .home-page .cashier-radar-copy-head-featured::after {
    background-image: url('../images/img1.jpg') !important;
  }

  .home-page .cashier-kpi-register::after {
    background-image: url('../images/img6.jpg') !important;
  }

  .home-page .cashier-kpi-intake::after {
    background-image: url('../images/img3.jpg') !important;
  }

  .home-page .cashier-kpi-payout::after {
    background-image: url('../images/img5.jpg') !important;
  }

  .home-page .cashier-kpi-calendar::after {
    background-image: url('../images/img4.jpg') !important;
  }

  .home-page .cashier-radar-stream-ledger::after {
    background-image: url('../images/img.jpg') !important;
  }

  .home-page .cashier-radar-stream-grid {
    height: calc(100% - 64px) !important;
    align-items: stretch !important;
  }

  .home-page .cashier-stream-column {
    display: grid !important;
    grid-template-rows: auto 1fr !important;
  }

  .home-page .cashier-radar .transaction-list {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    align-content: stretch !important;
  }

  .home-page .cashier-radar .transaction-item {
    grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 0 !important;
    width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 220, 134, 0.08) !important;
    padding: 0.34rem 0.48rem !important;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%) !important;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease !important;
  }

  .home-page .cashier-radar .transaction-main {
    display: flex !important;
    align-items: center !important;
  }

  .home-page .cashier-radar .transaction-main {
    min-width: 0 !important;
    gap: 0.42rem !important;
  }

  .home-page .cashier-radar .transaction-item:hover {
    transform: scale(1.02) !important;
    border-color: rgba(255, 220, 134, 0.16) !important;
    box-shadow: 0 12px 20px rgba(7, 5, 4, 0.18) !important;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 100%) !important;
  }

  .home-page .cashier-radar .transaction-item:hover .transaction-payment {
    transform: scale(1.08) !important;
  }

  .home-page .cashier-radar .transaction-item:hover .transaction-icon {
    transform: scale(1.08) !important;
  }

  .home-page .cashier-radar .transaction-user {
    display: block !important;
    min-width: 0 !important;
    white-space: nowrap;
  }

  .home-page .cashier-radar .transaction-name {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    color: #fff8eb !important;
  }

  .home-page .cashier-radar .transaction-amount {
    white-space: nowrap;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    color: #ffd976 !important;
    justify-self: end !important;
    text-align: right !important;
    padding-left: 0.58rem !important;
    border-left: 1px solid rgba(255, 220, 134, 0.08) !important;
  }

  .home-page .cashier-radar .transaction-payment {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    padding: 2px;
    flex: 0 0 auto;
    display: grid !important;
    place-items: center !important;
    margin-inline: auto !important;
    justify-self: center !important;
    transition: transform 0.24s ease !important;
  }

  .home-page .cashier-radar .transaction-icon {
    transition: transform 0.24s ease !important;
  }

  .home-page .cashier-radar .transaction-country,
  .home-page .cashier-radar .transaction-time {
    display: none !important;
  }
}

/* ========================================
   AFFILIATE RUNWAY - CASINO BACKGROUNDS
   ======================================== */

@media (min-width: 1025px) {
  .home-page .runway-step div,
  .home-page .runway-commission-card,
  .home-page .runway-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    --runway-image-opacity: 0.1;
  }

  .home-page .runway-step div::before,
  .home-page .runway-commission-card::before,
  .home-page .runway-cta::before {
    content: none !important;
  }

  .home-page .runway-step div::after,
  .home-page .runway-commission-card::after,
  .home-page .runway-cta::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: var(--runway-image-opacity) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .home-page .runway-step div > *,
  .home-page .runway-commission-card > *,
  .home-page .runway-cta > * {
    position: relative !important;
    z-index: 1 !important;
  }

  .home-page .runway-step:nth-child(1) div::after {
    background-image: url('../images/img1.jpg') !important;
  }

  .home-page .runway-step:nth-child(2) div::after {
    background-image: url('../images/img5.jpg') !important;
  }

  .home-page .runway-step:nth-child(3) div::after {
    background-image: url('../images/img3.jpg') !important;
  }

  .home-page .runway-commission-card-major::after {
    background-image: url('../images/img6.jpg') !important;
  }

  .home-page .runway-commission-card:not(.runway-commission-card-major):not(.runway-commission-card-wide):nth-of-type(2)::after {
    background-image: url('../images/img4.jpg') !important;
  }

  .home-page .runway-commission-card:not(.runway-commission-card-major):not(.runway-commission-card-wide):nth-of-type(3)::after {
    background-image: url('../images/img3.jpg') !important;
  }

  .home-page .runway-commission-card-wide::after {
    background-image: url('../images/img.jpg') !important;
  }

  .home-page .runway-cta::after {
    background-image: url('../images/img5.jpg') !important;
  }
}

