.animated-growth-showcase,
.business-animated-growth {
  position: relative;
  overflow: hidden;
}

.animated-growth-showcase:before,
.business-animated-growth:before {
  animation: growthGridDrift 18s linear infinite;
}

.business-animated-growth {
  margin: 0 0 22px;
  border: 1px solid rgba(0, 216, 255, .34);
  border-radius: 10px;
  background: radial-gradient(circle at 84% 12%, rgba(255, 196, 68, .14), transparent 26%),
    radial-gradient(circle at 12% 10%, rgba(0, 216, 255, .18), transparent 26%),
    linear-gradient(180deg, #020711, #061427 56%, #020711);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
  padding: 28px;
}

.business-animated-growth h2 {
  font-size: clamp(2.2rem, 4.6vw, 5.1rem);
  line-height: .95;
  margin: 12px 0 10px;
}

.business-animated-growth > p {
  color: #c7d7ea;
  max-width: 960px;
  line-height: 1.75;
}

.animated-growth-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  margin-top: 20px;
}

.growth-benefit-banner {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 196, 68, .38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 196, 68, .09), rgba(0, 216, 255, .06));
  padding: 12px;
}

.growth-benefit-banner div {
  min-height: 82px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  border: 1px solid rgba(0, 216, 255, .28);
  border-radius: 8px;
  background: rgba(6, 17, 31, .86);
  animation: benefitFloat 4.8s ease-in-out infinite;
}

.growth-benefit-banner div:nth-of-type(2) { animation-delay: -.8s; }
.growth-benefit-banner div:nth-of-type(3) { animation-delay: -1.6s; }
.growth-benefit-banner div:nth-of-type(4) { animation-delay: -2.4s; }

.growth-benefit-banner small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.growth-benefit-banner b {
  display: block;
  margin-top: 5px;
  color: var(--amber);
  font: 900 clamp(22px, 2.5vw, 34px) 'Space Grotesk';
}

.growth-benefit-banner i {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--amber));
  box-shadow: 0 0 16px rgba(0, 216, 255, .35);
  animation: benefitPulse 1.8s ease-in-out infinite;
}

[data-growth-demo] .growth-card {
  animation: panelRise .8s ease both;
}

[data-growth-demo] .growth-visual-card {
  animation-delay: .12s;
}

[data-growth-demo] [data-growth-row] {
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

[data-growth-demo] [data-growth-row].active {
  background: linear-gradient(90deg, rgba(0, 216, 255, .22), rgba(255, 196, 68, .16)) !important;
  color: #fff;
  transform: translateX(4px);
  box-shadow: inset 3px 0 0 var(--amber);
}

[data-growth-demo] [data-growth-row].active td:last-child {
  color: var(--green);
  text-shadow: 0 0 12px rgba(38, 245, 167, .34);
}

[data-growth-demo] .growth-route {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: drawGrowthRoute 4.8s ease-in-out infinite alternate;
}

[data-growth-demo] .growth-dot {
  transform-origin: center;
  animation: dotPop 4.8s ease-in-out infinite;
}

[data-growth-demo] .growth-dot:nth-of-type(2) { animation-delay: .2s; }
[data-growth-demo] .growth-dot:nth-of-type(3) { animation-delay: .4s; }
[data-growth-demo] .growth-dot:nth-of-type(4) { animation-delay: .6s; }
[data-growth-demo] .growth-dot:nth-of-type(5) { animation-delay: .8s; }
[data-growth-demo] .growth-dot:nth-of-type(6) { animation-delay: 1s; }
[data-growth-demo] .growth-dot:nth-of-type(7) { animation-delay: 1.2s; }
[data-growth-demo] .growth-dot:nth-of-type(8) { animation-delay: 1.4s; }
[data-growth-demo] .growth-dot:nth-of-type(9) { animation-delay: 1.6s; }

.growth-logo img {
  animation: logoHover 4.6s ease-in-out infinite;
}

.compact-growth-reference {
  display: none;
}

.trade-close-popup {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: radial-gradient(circle at 50% 48%, rgba(0, 216, 255, .2), transparent 34%),
    rgba(0, 0, 0, .56);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.trade-close-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.trade-close-card {
  position: relative;
  width: min(720px, 100%);
  overflow: hidden;
  border: 1px solid rgba(0, 216, 255, .62);
  border-radius: 14px;
  background: radial-gradient(circle at 84% 0, rgba(255, 196, 68, .22), transparent 34%),
    radial-gradient(circle at 12% 8%, rgba(38, 245, 167, .2), transparent 30%),
    linear-gradient(145deg, rgba(7, 19, 35, .98), rgba(2, 7, 17, .98));
  box-shadow: 0 36px 120px rgba(0, 0, 0, .72), 0 0 52px rgba(0, 216, 255, .2);
  padding: 28px;
  transform: translateY(22px) scale(.96);
}

.trade-close-popup.active .trade-close-card {
  animation: tradeCloseIn .34s ease forwards;
}

.trade-close-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 56%, rgba(0, 216, 255, .14) 57%, transparent 60%),
    repeating-linear-gradient(90deg, transparent, transparent 58px, rgba(0, 216, 255, .045) 59px);
  pointer-events: none;
}

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

.trade-close-dismiss {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 9px;
  background: rgba(2, 7, 17, .86);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.trade-close-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 42px;
}

.trade-live-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
  animation: tradeLivePulse 1.1s ease-in-out infinite;
}

.trade-close-top small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.trade-close-top b {
  margin-left: auto;
  border: 1px solid rgba(38, 245, 167, .38);
  border-radius: 999px;
  background: rgba(38, 245, 167, .1);
  color: var(--green);
  font-size: 10px;
  padding: 7px 10px;
}

.trade-close-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  margin: 28px 0 22px;
}

.trade-close-main span {
  color: var(--amber);
  font-weight: 900;
  letter-spacing: 1px;
}

.trade-close-main h3 {
  margin: 6px 0 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .96;
}

.trade-close-main strong {
  color: var(--green);
  font: 900 clamp(2.2rem, 5vw, 4.4rem) 'Space Grotesk';
  line-height: 1;
  text-shadow: 0 0 30px rgba(38, 245, 167, .28);
}

.trade-close-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.trade-close-grid div {
  border: 1px solid rgba(35, 89, 134, .86);
  border-radius: 9px;
  background: rgba(6, 17, 31, .76);
  padding: 13px;
}

.trade-close-grid small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.trade-close-grid b {
  display: block;
  margin-top: 5px;
  color: #eef7ff;
  font-size: 15px;
}

.trade-close-bars {
  height: 58px;
  margin-top: 18px;
  display: flex;
  align-items: end;
  gap: 9px;
  border-top: 1px solid rgba(0, 216, 255, .16);
  padding-top: 15px;
}

.trade-close-bars i {
  flex: 1;
  height: var(--bar, 28px);
  min-height: 14px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, var(--green), rgba(0, 216, 255, .58));
  box-shadow: 0 0 18px rgba(38, 245, 167, .18);
  animation: tradeBarJump 1.4s ease-in-out infinite;
}

.trade-close-bars i:nth-child(1) { --bar: 24px; animation-delay: -.1s; }
.trade-close-bars i:nth-child(2) { --bar: 44px; animation-delay: -.32s; }
.trade-close-bars i:nth-child(3) { --bar: 31px; animation-delay: -.55s; }
.trade-close-bars i:nth-child(4) { --bar: 52px; animation-delay: -.78s; }
.trade-close-bars i:nth-child(5) { --bar: 38px; animation-delay: -1s; background: linear-gradient(180deg, var(--amber), rgba(255, 196, 68, .58)); }
.trade-close-bars i:nth-child(6) { --bar: 47px; animation-delay: -1.2s; }
.trade-close-bars i:nth-child(7) { --bar: 34px; animation-delay: -1.42s; }

@keyframes growthGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 180px 0, 0 140px; }
}

@keyframes benefitFloat {
  0%, 100% { transform: translateY(0); border-color: rgba(0, 216, 255, .28); }
  50% { transform: translateY(-6px); border-color: rgba(255, 196, 68, .58); }
}

@keyframes benefitPulse {
  0%, 100% { opacity: .45; transform: scaleX(.72); }
  50% { opacity: 1; transform: scaleX(1); }
}

@keyframes panelRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes drawGrowthRoute {
  to { stroke-dashoffset: 0; }
}

@keyframes dotPop {
  0%, 14% { opacity: .35; r: 5; }
  30%, 100% { opacity: 1; r: 8; }
}

@keyframes tradeCloseIn {
  to { transform: translateY(0) scale(1); }
}

@keyframes tradeLivePulse {
  0%, 100% { transform: scale(.82); opacity: .65; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes tradeBarJump {
  0%, 100% { transform: scaleY(.75); opacity: .72; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1000px) {
  .animated-growth-layout {
    grid-template-columns: 1fr;
  }

  .growth-benefit-banner {
    grid-template-columns: 1fr;
  }

  .growth-benefit-banner i {
    width: 3px;
    height: 24px;
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .business-animated-growth {
    padding: 16px;
  }

  .trade-close-card {
    padding: 20px;
  }

  .trade-close-main,
  .trade-close-grid {
    grid-template-columns: 1fr;
  }

  .trade-close-main strong {
    font-size: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animated-growth-showcase:before,
  .business-animated-growth:before,
  .growth-benefit-banner div,
  .growth-benefit-banner i,
  [data-growth-demo] .growth-card,
  [data-growth-demo] .growth-route,
  [data-growth-demo] .growth-dot,
  .growth-logo img,
  .trade-live-dot,
  .trade-close-bars i {
    animation: none !important;
  }
}
