/* ========================================
   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%);
}

.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(122, 205, 255, 0.22);
  background:
    radial-gradient(circle at 50% 30%, rgba(102, 221, 255, 0.14) 0%, rgba(102, 221, 255, 0) 55%),
    linear-gradient(150deg, rgba(13, 35, 59, 0.74), rgba(9, 24, 41, 0.7));
  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);
}

/* === 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, #74dfff, #9ef0d3);
}

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

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

.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;
  }
}
