body.challenge-page {
  background:
    radial-gradient(circle at 84% 4%, rgba(255, 255, 0, 0.13), transparent 25%),
    radial-gradient(circle at 16% 22%, rgba(150, 103, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #050507 0%, #09090b 46%, #050507 100%);
  color: #ffffff;
  overflow-x: hidden;
}

/* Shared Prism motion test. */
body.challenge-page {
  animation: challengeBackgroundDrift 24s ease-in-out infinite alternate;
  background-size: 124% 124%, 116% 116%, auto;
}

body.challenge-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 24% 22%, rgba(255, 255, 0, 0.08), transparent 28%),
    radial-gradient(ellipse at 78% 18%, rgba(255, 255, 0, 0.1), transparent 30%);
  filter: blur(24px);
  opacity: 0.62;
  animation: challengeAmbientWave 18s ease-in-out infinite alternate;
}

.challenge-shop,
.checkout-card,
.dashboard-preview,
.market-proof,
.proof-grid article,
.comparison-grid article,
.payout-section-alt,
.challenge-faq {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.challenge-shop::after,
.checkout-card::after,
.dashboard-preview::after {
  content: "";
  position: absolute;
  inset: -42%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 24% 42%, rgba(255, 255, 0, 0.13), transparent 25%),
    radial-gradient(ellipse at 78% 56%, rgba(255, 246, 90, 0.08), transparent 28%),
    linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.055), transparent 46%);
  filter: blur(18px);
  opacity: 0.34;
  animation: challengeCardWave 12s ease-in-out infinite alternate;
}

.challenge-shop > *,
.checkout-card > *,
.dashboard-preview > * {
  position: relative;
  z-index: 1;
}

@keyframes challengeBackgroundDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 7% -5%, -6% 5%, 0 0;
  }
}

@keyframes challengeAmbientWave {
  from {
    transform: translate3d(-4%, -2%, 0) rotate(-2deg) scale(1);
  }

  to {
    transform: translate3d(5%, 3%, 0) rotate(8deg) scale(1.08);
  }
}

@keyframes challengeCardWave {
  from {
    transform: translate3d(-6%, -4%, 0) rotate(-6deg) scale(1);
  }

  to {
    transform: translate3d(7%, 4%, 0) rotate(8deg) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.challenge-page,
  body.challenge-page::after,
  .challenge-shop::after,
  .checkout-card::after,
  .dashboard-preview::after {
    animation: none;
  }
}

.challenge-page main {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
}

.challenge-promo {
  border-bottom-color: rgba(255, 255, 0, 0.18);
}

.challenge-header {
  width: min(1240px, calc(100% - 44px));
}

.commerce-hero {
  min-height: auto;
  padding: 58px 0 34px;
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
}

.challenge-hero-copy {
  position: sticky;
  top: 116px;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 24px;
}

.challenge-hero-copy h1,
.market-proof h2,
.proof-section h2,
.comparison-section h2,
.payout-copy-alt h2,
.challenge-faq h2,
.product-card h3,
.checkout-product b,
.commerce-metrics strong,
.payout-proof-cards strong {
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.challenge-hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 6.6vw, 92px);
  line-height: 0.92;
}

.challenge-hero-copy h1 span {
  display: block;
  color: var(--prism);
  text-shadow: 0 0 34px rgba(255, 255, 0, 0.2);
}

.challenge-hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.challenge-hero-actions,
.payment-options,
.review-proof-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

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

.commerce-metrics article,
.review-proof,
.proof-grid article,
.market-proof,
.comparison-grid article,
.payout-section-alt,
.challenge-faq,
.checkout-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 46%),
    #0d0d10;
  box-shadow:
    0 22px 76px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.commerce-metrics article {
  min-height: 132px;
  padding: 18px;
  display: grid;
  align-content: space-between;
}

.commerce-metrics span,
.commerce-metrics small,
.review-proof span,
.proof-grid span,
.odds-list span,
.comparison-grid span,
.payout-proof-cards span,
.checkout-card-header span,
.checkout-card-header small,
.discount-row span,
.checkout-rule-list dt,
.checkout-form label,
.size-picker-block > span,
.product-card > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 750;
}

.commerce-metrics strong {
  color: #ffffff;
  font-size: 38px;
  line-height: 0.94;
}

.review-proof {
  padding: 20px;
}

.review-proof-head {
  justify-content: space-between;
}

.review-proof-head strong {
  color: #ffffff;
  font-size: 15px;
}

.rating-row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.rating-row article {
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.rating-row strong {
  display: block;
  color: var(--prism);
}

.review-proof blockquote {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.challenge-shop {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 16px;
}

.hero-proof-rail {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 24px;
}

.market-mode-toggle,
.venue-strip,
.route-picker,
.compact-shop,
.product-card-row,
.commerce-checkout,
.shop-kicker {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 42%),
    #0d0d10;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.shop-kicker {
  min-height: 74px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-color: rgba(255, 255, 0, 0.2);
  background:
    linear-gradient(100deg, rgba(255, 255, 0, 0.14), rgba(255, 255, 255, 0.04)),
    #0d0d10;
}

.shop-kicker span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--prism);
  color: #050505;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.shop-kicker strong {
  color: #ffffff;
  font-size: 18px;
}

.shop-kicker small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.market-mode-toggle {
  width: min(320px, 100%);
  margin: 0 auto;
  padding: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.market-mode-toggle button,
.route-card,
.size-grid button,
.payment-options button {
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.market-mode-toggle button {
  min-height: 46px;
}

.market-mode-toggle button.is-active,
.route-card.is-active,
.size-grid button.is-active,
.payment-options button.is-active {
  background: #ffffff;
  color: #050505;
}

.venue-strip {
  min-height: 68px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.venue-strip span {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 850;
}

.route-picker {
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.route-card {
  min-height: 70px;
  padding: 12px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
}

.route-card:not(.is-active):hover,
.size-grid button:not(.is-active):hover,
.payment-options button:not(.is-active):hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 0, 0.34);
  color: #ffffff;
  background: rgba(255, 255, 0, 0.08);
}

.route-card span {
  color: inherit;
  opacity: 0.7;
  font-size: 11px;
  text-transform: uppercase;
}

.route-card strong {
  font-size: 15px;
}

.compact-shop {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.compact-shop > span {
  display: block;
  text-align: center;
}

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

.size-grid button {
  min-height: 46px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.08);
}

.product-card-row {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  min-height: 398px;
  padding: 12px 12px 18px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #050505;
  overflow: hidden;
  position: relative;
}

.product-card.is-active {
  border-color: rgba(255, 255, 0, 0.74);
  box-shadow:
    0 0 0 1px rgba(255, 255, 0, 0.08),
    0 0 42px rgba(255, 255, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.product-art {
  min-height: 138px;
  margin: -12px -12px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 65%, rgba(255, 255, 0, 0.78), transparent 7%),
    radial-gradient(circle at 50% 60%, rgba(255, 255, 0, 0.24), transparent 24%),
    linear-gradient(180deg, rgba(145, 98, 255, 0.42), rgba(0, 0, 0, 0.35)),
    linear-gradient(135deg, #171022, #09090b 72%);
  position: relative;
  overflow: hidden;
}

.product-art::before,
.product-art::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 58px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 0, 0.8);
  box-shadow: 0 0 32px rgba(255, 255, 0, 0.28);
}

.product-art::after {
  width: 34px;
  border-color: rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -50%) rotate(-18deg);
}

.product-art-b::before {
  border-radius: 0 12px 0 12px;
}

.product-art-c::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.product-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1;
}

.product-card dl {
  margin: 4px 0 0;
  display: grid;
  gap: 10px;
}

.product-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.product-card dt,
.product-card dd {
  margin: 0;
}

.product-card dd {
  color: #ffffff;
  font-weight: 850;
  text-align: right;
}

.commerce-checkout {
  padding: clamp(20px, 3vw, 28px);
}

.checkout-card-header,
.checkout-product,
.discount-row,
.checkout-rule-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.checkout-card-header strong {
  color: #ffffff;
}

.checkout-product {
  margin-top: 14px;
  align-items: flex-end;
}

.checkout-product span {
  display: block;
  color: var(--prism);
  font-size: 13px;
  font-weight: 850;
}

.checkout-product strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: clamp(22px, 2.2vw, 34px);
}

.checkout-product b {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.9;
}

.discount-row {
  margin: 16px 0;
  justify-content: flex-start;
}

.discount-row span,
.discount-row strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--prism);
  color: #050505;
  font-weight: 900;
}

.discount-row strong {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.56);
  text-decoration: line-through;
}

.checkout-main-cta {
  min-height: 64px;
  margin-bottom: 16px;
  font-size: 16px;
}

.checkout-rule-list {
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.checkout-rule-list div {
  min-height: 76px;
  padding: 12px;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-rule-list dt,
.checkout-rule-list dd {
  margin: 0;
}

.checkout-rule-list dd {
  color: #ffffff;
  font-weight: 900;
}

.checkout-form {
  display: grid;
  gap: 10px;
}

.checkout-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  outline: none;
}

.checkout-form input:focus {
  border-color: rgba(255, 255, 0, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 255, 0, 0.1);
}

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

.payment-options button {
  min-height: 46px;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.08);
}

.checkout-status {
  min-height: 22px;
  margin: 0;
  color: var(--prism);
  font-weight: 750;
}

.proof-section,
.market-proof,
.comparison-section,
.payout-section-alt,
.challenge-faq {
  margin-top: 96px;
}

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

.proof-grid article {
  min-height: 260px;
  padding: 22px;
  display: grid;
  align-content: space-between;
}

.proof-grid h3,
.comparison-grid h3 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 24px;
}

.proof-grid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.market-proof {
  padding: clamp(22px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: center;
}

.market-proof-copy h2,
.payout-copy-alt h2 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(38px, 4.4vw, 72px);
  line-height: 0.94;
}

.market-proof-copy p,
.payout-copy-alt p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.odds-list {
  display: grid;
  gap: 10px;
}

.odds-list article {
  min-height: 82px;
  padding: 12px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.odds-list b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--prism);
  color: #050505;
}

.odds-list strong {
  display: block;
  color: #ffffff;
}

.odds-list small {
  color: var(--prism);
  font-weight: 900;
}

.comparison-grid,
.payout-proof-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.comparison-grid article,
.payout-proof-cards article {
  padding: 22px;
}

.comparison-grid article.is-featured,
.payout-proof-cards article:hover {
  border-color: rgba(255, 255, 0, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 0, 0.15), rgba(255, 255, 0, 0.035)),
    #101010;
}

.comparison-grid ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.comparison-grid li {
  color: rgba(255, 255, 255, 0.72);
}

.comparison-grid li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--prism);
}

.payout-section-alt {
  padding: clamp(22px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: 24px;
  align-items: center;
}

.payout-proof-cards article {
  min-height: 180px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.payout-proof-cards strong {
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
}

.payout-proof-cards small {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.challenge-faq {
  padding: clamp(22px, 4vw, 44px);
}

.challenge-footer {
  width: min(1240px, calc(100% - 44px));
  margin: 96px auto 0;
}

.challenge-promo {
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.challenge-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, 0.16) 48%, transparent 60% 100%);
  transform: translateX(-110%);
  animation: challengeSweep 4.4s ease-in-out infinite;
}

.challenge-promo .code-copy {
  min-height: 28px;
  padding: 0 12px;
  border: 1px dashed rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.deal-proof-strip {
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.deal-proof-strip article {
  min-height: 86px;
  padding: 16px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 44%),
    #0d0d10;
  position: relative;
  overflow: hidden;
}

.deal-proof-strip article::before,
.product-card::before,
.checkout-card::before,
.proof-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.12) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  animation: challengeSweep 5.2s ease-in-out infinite;
}

.deal-proof-strip article:nth-child(2)::before,
.product-card:nth-child(2)::before {
  animation-delay: 0.8s;
}

.deal-proof-strip article:nth-child(3)::before,
.product-card:nth-child(3)::before {
  animation-delay: 1.4s;
}

.deal-proof-strip span,
.product-price span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.deal-proof-strip strong {
  color: #ffffff;
  font-size: 18px;
}

.product-card {
  isolation: isolate;
}

.product-card.is-active {
  animation: activeProductFloat 4.2s ease-in-out infinite;
}

.product-art::before {
  animation: prismFloat 3.4s ease-in-out infinite;
}

.product-art::after {
  animation: prismCounterFloat 4.2s ease-in-out infinite;
}

.product-art {
  animation: artPulse 4.8s ease-in-out infinite;
}

.product-price {
  margin-top: 4px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 0, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 0, 0.08);
}

.product-price strong {
  color: var(--prism);
  font-size: 22px;
  line-height: 1;
}

.checkout-perks {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.checkout-perks span {
  min-height: 44px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.recent-flow {
  width: min(1240px, 100%);
  min-height: 54px;
  margin: 34px auto 0;
  overflow: hidden;
  position: relative;
  border-block: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.recent-flow-track {
  position: absolute;
  inset: 0 auto auto 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  padding-inline: 18px;
  animation: challengeTicker 24s linear infinite;
}

.recent-flow-track span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.recent-flow-track span::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--prism);
  box-shadow: 0 0 16px rgba(255, 255, 0, 0.46);
}

.mobile-offer-bar {
  display: none;
}

.mobile-offer-bar div {
  min-width: 0;
}

.mobile-offer-bar span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.mobile-offer-bar strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.challenge-ready .challenge-hero-copy,
.challenge-ready .deal-proof-strip article,
.challenge-ready .challenge-shop > *,
.challenge-ready .hero-proof-rail > * {
  animation: challengeRise 720ms ease both;
}

.challenge-ready .deal-proof-strip article:nth-child(2),
.challenge-ready .challenge-shop > *:nth-child(2) {
  animation-delay: 80ms;
}

.challenge-ready .deal-proof-strip article:nth-child(3),
.challenge-ready .challenge-shop > *:nth-child(3) {
  animation-delay: 150ms;
}

.challenge-ready .deal-proof-strip article:nth-child(4),
.challenge-ready .challenge-shop > *:nth-child(4) {
  animation-delay: 220ms;
}

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

@keyframes challengeSweep {
  0%,
  42% {
    transform: translateX(-120%);
  }
  66%,
  100% {
    transform: translateX(120%);
  }
}

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

@keyframes prismFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
  50% {
    transform: translate(-50%, -56%) rotate(55deg) scale(1.06);
  }
}

@keyframes prismCounterFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-18deg);
  }
  50% {
    transform: translate(-50%, -44%) rotate(-28deg);
  }
}

@keyframes artPulse {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.24) brightness(1.08);
  }
}

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

.challenge-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms ease;
}

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

@media (max-width: 1040px) {
  .commerce-hero {
    grid-template-columns: 1fr;
  }

  .challenge-hero-copy {
    position: static;
  }

  .challenge-hero-copy,
  .challenge-shop,
  .hero-proof-rail {
    grid-column: auto;
    grid-row: auto;
  }

  .commerce-metrics,
  .proof-grid,
  .deal-proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.challenge-page {
    padding-bottom: 88px;
  }

  .challenge-page main,
  .challenge-header,
  .challenge-footer {
    width: min(100% - 24px, 1240px);
  }

  .challenge-promo {
    min-height: 72px;
    padding: 9px 14px;
  }

  .challenge-promo strong {
    line-height: 1.25;
  }

  .challenge-promo .code-copy {
    min-height: 30px;
  }

  .deal-proof-strip {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .deal-proof-strip article {
    min-width: 156px;
    min-height: 76px;
    padding: 13px;
  }

  .deal-proof-strip::-webkit-scrollbar {
    display: none;
  }

  .commerce-hero {
    padding-top: 38px;
    gap: 28px;
  }

  .challenge-hero-copy {
    gap: 20px;
  }

  .challenge-hero-actions {
    display: none;
  }

  .challenge-hero-copy h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .challenge-hero-copy > p {
    display: none;
  }

  .challenge-hero-actions .primary-button,
  .challenge-hero-actions .secondary-button {
    width: 100%;
  }

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

  .commerce-metrics article {
    min-height: 124px;
    padding: 16px;
  }

  .commerce-metrics strong {
    font-size: 32px;
  }

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

  .venue-strip {
    order: 4;
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    overflow-x: auto;
  }

  .market-mode-toggle {
    order: 1;
  }

  .route-picker {
    order: 2;
  }

  .compact-shop {
    order: 3;
  }

  .product-card-row {
    order: 5;
  }

  .commerce-checkout {
    order: 6;
  }

  .shop-kicker {
    min-height: 68px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .shop-kicker small {
    text-align: left;
  }

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

  .route-card {
    min-height: 62px;
    padding-inline: 6px;
  }

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

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

  .product-card {
    min-height: auto;
  }

  .product-card:not(.is-active) {
    display: none;
  }

  .product-art {
    min-height: 230px;
  }

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

  .discount-row {
    flex-wrap: wrap;
  }

  .checkout-rule-list,
  .proof-grid,
  .market-proof,
  .comparison-grid,
  .payout-section-alt,
  .payout-proof-cards {
    grid-template-columns: 1fr;
  }

  .proof-section,
  .market-proof,
  .comparison-section,
  .payout-section-alt,
  .challenge-faq {
    margin-top: 72px;
  }

  .proof-grid article {
    min-height: 220px;
  }

  .odds-list article {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .odds-list small {
    grid-column: 2;
  }

  .payment-options {
    grid-template-columns: 1fr;
  }

  .checkout-perks {
    grid-template-columns: 1fr;
  }

  .recent-flow {
    margin-top: 24px;
  }

  .recent-flow-track {
    position: static;
    width: 100%;
    min-height: 48px;
    animation: none;
    overflow: hidden;
    justify-content: center;
  }

  .recent-flow-track span:nth-child(n + 2) {
    display: none;
  }

  .mobile-offer-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 66px;
    padding: 10px 10px 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    z-index: 40;
    border: 1px solid rgba(255, 255, 0, 0.24);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 0, 0.08)),
      rgba(5, 5, 5, 0.92);
    box-shadow:
      0 18px 56px rgba(0, 0, 0, 0.58),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .mobile-offer-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-offer-bar .primary-button {
    min-width: 104px;
  }
}

@media (max-width: 420px) {
  .commerce-metrics {
    grid-template-columns: 1fr;
  }

  .market-mode-toggle {
    width: 100%;
  }

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

  .deal-proof-strip {
    margin-inline: -2px;
  }

  .product-art {
    min-height: 190px;
  }

  .checkout-main-cta {
    min-height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .challenge-reveal {
    opacity: 1;
    transform: none;
  }

  .challenge-promo::after,
  .deal-proof-strip article::before,
  .product-card::before,
  .checkout-card::before,
  .proof-grid article::before,
  .product-card.is-active,
  .product-art,
  .product-art::before,
  .product-art::after,
  .recent-flow-track,
  .challenge-ready .challenge-hero-copy,
  .challenge-ready .deal-proof-strip article,
  .challenge-ready .challenge-shop > *,
  .challenge-ready .hero-proof-rail > * {
    animation: none;
  }
}

/* Funnel polish + dashboard preview. */
.size-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.dashboard-preview {
  margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 0, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 0, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #070709;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 84px rgba(0, 0, 0, 0.34);
}

.dashboard-preview h2 {
  margin: 10px 0 14px;
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

.dashboard-preview p {
  max-width: 560px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.62;
}

.dashboard-preview-card {
  min-height: 390px;
  padding: clamp(18px, 3vw, 26px);
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 0, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    #0b0b0d;
  background-size: 42px 42px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mini-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.mini-dashboard-head span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.mini-dashboard-head strong {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 0, 0.26);
  border-radius: 999px;
  color: var(--prism);
  background: rgba(255, 255, 0, 0.08);
  font-size: 13px;
}

.mini-chart {
  min-height: 170px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 0, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    #050507;
}

.mini-chart::before {
  content: "";
  position: absolute;
  inset: 22px 18px 28px;
  background:
    linear-gradient(135deg, transparent 0 22%, rgba(255, 255, 0, 0.9) 22% 24%, transparent 24% 38%, rgba(255, 255, 0, 0.92) 38% 40%, transparent 40% 55%, rgba(255, 255, 0, 0.9) 55% 57%, transparent 57%),
    linear-gradient(180deg, transparent 0 78%, rgba(255, 255, 255, 0.16) 78% 79%, transparent 79%);
  filter: drop-shadow(0 0 18px rgba(255, 255, 0, 0.3));
}

.mini-chart i {
  position: absolute;
  bottom: 26px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--prism);
  box-shadow: 0 0 26px rgba(255, 255, 0, 0.8);
}

.mini-chart i:nth-child(1) {
  left: 24%;
  bottom: 42%;
}

.mini-chart i:nth-child(2) {
  left: 54%;
  bottom: 58%;
}

.mini-chart i:nth-child(3) {
  right: 18%;
  bottom: 70%;
}

.dashboard-preview-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.dashboard-preview-card dl div {
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.dashboard-preview-card dt,
.dashboard-preview-card dd {
  margin: 0;
}

.dashboard-preview-card dt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 800;
}

.dashboard-preview-card dd {
  margin-top: 8px;
  color: #ffffff;
  font-weight: 950;
}

@media (max-width: 980px) {
  .dashboard-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .size-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .size-grid button {
    min-width: 0;
  }

  .dashboard-preview {
    margin-top: 54px;
    padding: 18px;
    border-radius: 16px;
  }

  .dashboard-preview-card {
    min-height: 0;
  }

  .dashboard-preview-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deal-proof-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .deal-proof-strip article {
    min-width: 0;
  }

  .venue-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .venue-strip span {
    min-width: 0;
  }
}

/* Organic impulse refinement. */
body.challenge-page {
  animation: none;
}

body.challenge-page::after {
  opacity: 0.48;
  transform-origin: 9% 12%;
  animation: challengeOrganicImpulse 10.5s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

.challenge-shop::after,
.checkout-card::after,
.dashboard-preview::after {
  opacity: 0.24;
  animation: challengeOrganicCardImpulse 8.8s cubic-bezier(0.42, 0, 0.18, 1) infinite;
}

@keyframes challengeOrganicImpulse {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(-5%, -3%, 0) scale(0.9);
  }

  18% {
    opacity: 0.58;
    transform: translate3d(0, 0, 0) scale(1.06);
  }

  42% {
    opacity: 0.42;
    transform: translate3d(5%, 3%, 0) scale(1.18);
  }

  70% {
    opacity: 0.25;
    transform: translate3d(1%, 1%, 0) scale(1.02);
  }
}

@keyframes challengeOrganicCardImpulse {
  0%,
  100% {
    opacity: 0.1;
    transform: translate3d(-10%, -7%, 0) rotate(-8deg) scale(0.88);
  }

  20% {
    opacity: 0.3;
    transform: translate3d(-1%, -1%, 0) rotate(-1deg) scale(1.04);
  }

  52% {
    opacity: 0.19;
    transform: translate3d(8%, 5%, 0) rotate(8deg) scale(1.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.challenge-page::after,
  .challenge-shop::after,
  .checkout-card::after,
  .dashboard-preview::after {
    animation: none;
  }
}
