.section-subtitle {
  width: min(760px, 100%);
  margin: -14px auto 32px;
  color: var(--muted);
  text-align: center;
}

.section-subtitle.light { color: #dceafa; }

.student-proof {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.student-proof img { width: 150px; height: auto; margin-bottom: 0; }
.student-proof strong { color: #fff; font-size: .9rem; white-space: nowrap; }

.hero-keyword {
  color: var(--cyan);
  text-shadow: 0 0 28px rgba(0, 200, 255, .3);
}

.hero .lead strong { color: #fff; font-weight: 900; }

.hero-product { animation: none !important; }

.hero-delivery {
  gap: 8px 14px;
  flex-wrap: wrap;
  white-space: normal;
}

.hero-delivery .delivery-group,
.hero-delivery .delivery-channel {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.pain-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 97, 111, .32), transparent 34%),
    linear-gradient(145deg, #4f050d, #a30f1d 62%, #6b0711);
}

.pain-section .pain-grid article {
  border-color: rgba(255,255,255,.22);
  background: rgba(39,0,5,.34);
}

.showcase-repeat { padding-top: 34px; padding-bottom: 34px; }

.pain-section .compact {
  width: min(720px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}

.pain-grid {
  display: grid;
  gap: 14px;
}

.pain-grid article {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  font-size: 1.05rem;
}

.candidate-single { max-width: 620px; margin-inline: auto; }
.candidate-single .current-price { line-height: 1; text-align: center; }
.candidate-single .current-price strong { font-size: clamp(3rem, 14vw, 5rem); }

@media (min-width: 720px) {
  .pain-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid.candidate-single { grid-template-columns: 1fr; }
}

@media (max-width: 719px) {
  .hero { padding-top: 38px; }
  .hero h1 { font-size: clamp(1.95rem, 8.8vw, 2.35rem); }
  .hero-product { width: min(330px, 92vw); margin-bottom: 26px; }
  .hero .lead { font-size: .94rem; }
  .hero-cta { margin-top: 24px; }
  .hero-delivery { gap: 6px 12px; font-size: .72rem; }
  .hero-delivery img { width: 18px; height: 18px; }
}

@media (min-width: 1040px) {
  .bonus-grid.candidate-four { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .marquee-track {
    animation: none !important;
    transform: none !important;
  }

  .package-mockup {
    animation: none !important;
  }

  .cta-pulse {
    animation: cta-pulse 1.65s ease-in-out infinite !important;
  }
}
