/* MAIN CSS — non-critical styles (loaded async) */

/* ── Focus visible global ────────────────────────── */
:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Section base ────────────────────────────────── */
.section {
  padding: clamp(4rem, 10vw, 8rem) clamp(1.25rem, 6vw, 3rem);
}

.section--dark {
  background-color: var(--bg-dark);
  color: #fff;
}

.section--ink {
  background-color: var(--ink);
  color: #fff;
}

.section--cream {
  background-color: var(--bg-cream);
}

.section--soft {
  background-color: var(--bg-soft);
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.section-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.section-title--light {
  color: #fff;
}

.section-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.65;
}

.section-subtitle--light {
  color: rgba(255, 255, 255, 0.65);
}

/* ── Reveal animations ───────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* ── Stats strip ─────────────────────────────────── */
.stats {
  background-color: var(--ink);
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 6vw, 3rem);
}

.stats__grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  overflow: hidden;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
  background-color: var(--ink);
  gap: 0.4rem;
}

.stat-item__value {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.02em;
}

.stat-item__label {
  font-size: clamp(0.7rem, 1.2vw, 0.82rem);
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

/* ── Sport introduction ──────────────────────────── */
.sport-intro {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 6vw, 3rem);
  background-color: var(--bg);
}

.sport-intro__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.sport-intro__content .section-title {
  margin-bottom: 1.25rem;
}

.sport-intro__content .section-subtitle {
  margin-bottom: 2rem;
}

.sport-intro__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.5rem;
  background: var(--bg-soft);
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
  margin-bottom: 1.5rem;
}

.sport-intro__badge-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.sport-intro__badge-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
  line-height: 1.4;
}

.sport-intro__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sport-intro__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.98rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.feature-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.sport-intro__visual {
  position: relative;
}

.sport-intro__image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  aspect-ratio: 4/5;
  background: var(--bg-soft);
}

.sport-intro__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sport-intro__badge-float {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: var(--gold);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-gold);
  max-width: 220px;
}

.badge-float__value {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.badge-float__label {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0.25rem;
  opacity: 0.8;
}

/* ── Video section ───────────────────────────────── */
.videos {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 6vw, 3rem);
  background-color: var(--bg-dark);
  text-align: center;
}

.videos__header {
  max-width: 700px;
  margin: 0 auto 4rem;
}

.videos__header .section-label { justify-content: center; }
.videos__header .section-label::before { display: none; }

.videos__grid {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  justify-items: center;
}

.video-card {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-card__frame {
  position: relative;
  aspect-ratio: 9/16;
  background: #1a1a1a;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-deep);
}

.video-card__poster {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border-radius: var(--radius-lg);
  transition: opacity var(--transition);
}

.video-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(245, 180, 0, 0.9);
  border: 3px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 1.5rem;
  transition: transform var(--transition), background var(--transition);
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.play-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--ink);
  margin-left: 4px;
}

.video-card__frame:hover .play-btn,
.video-card__frame:focus-within .play-btn {
  transform: scale(1.12);
  background: var(--gold);
}

.video-card__poster.hidden { opacity: 0; pointer-events: none; }

.video-card__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--radius-lg);
  opacity: 0;
  transition: opacity var(--transition);
}

.video-card__iframe.visible { opacity: 1; }

.video-card__caption {
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

/* ── Instructor section ──────────────────────────── */
.instructor {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 6vw, 3rem);
  background-color: var(--bg-soft);
}

.instructor__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.instructor__photo-wrap {
  position: relative;
}

.instructor__photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep);
}

.instructor__badge {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 80px;
  height: 80px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
  text-align: center;
  padding: 0.5rem;
}

.instructor__badge-label {
  font-family: 'Archivo Black', sans-serif;
  font-size: 0.6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}

.instructor__content .section-label { margin-bottom: 0.75rem; }
.instructor__content .section-title { margin-bottom: 0.5rem; }

.instructor__role {
  font-size: 1.05rem;
  color: var(--gold-deep);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.instructor__bio {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 60ch;
}

.instructor__achievements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.achievement-card {
  background: var(--bg-cream);
  border-radius: var(--radius);
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(19, 19, 19, 0.07);
}

.achievement-card__icon {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.achievement-card__text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
}

/* ── Modules section ─────────────────────────────── */
.modules {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 6vw, 3rem);
  background-color: var(--bg);
}

.modules__header {
  max-width: var(--max-w);
  margin: 0 auto 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.modules__header-left .section-title { margin-bottom: 0.75rem; }

.modules__total {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  background: var(--bg-soft);
  padding: 0.6rem 1.2rem;
  border-radius: 9999px;
  white-space: nowrap;
  flex-shrink: 0;
}

.modules__list {
  max-width: var(--max-w);
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.module-card {
  background: var(--bg-cream);
  border: 1px solid rgba(19, 19, 19, 0.07);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.module-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
}

.module-card__number {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
  width: 2.5rem;
  letter-spacing: -0.04em;
}

.module-card__body {
  flex: 1;
}

.module-card__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.module-card__lessons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.lesson-pill {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  background: var(--bg-soft);
  border-radius: 9999px;
  font-size: 0.74rem;
  font-weight: 500;
  color: var(--muted);
}

.module-card__badge {
  flex-shrink: 0;
  padding: 0.3rem 0.8rem;
  background: var(--gold);
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink);
  align-self: flex-start;
}

.module-card--bonus {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 100%);
  border-color: var(--gold);
}

.module-card--bonus .module-card__number {
  color: var(--gold-bright);
}

.module-card--bonus .module-card__title {
  color: #fff;
}

.module-card--bonus .lesson-pill {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}

.modules__cta {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}

/* ── Guarantee section ───────────────────────────── */
.guarantee {
  padding: clamp(4rem, 9vw, 7rem) clamp(1.25rem, 6vw, 3rem);
  background-color: var(--bg-soft);
}

.guarantee__inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  background: var(--bg-cream);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(19, 19, 19, 0.07);
  box-shadow: var(--shadow-soft);
}

.guarantee__icon-wrap {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  box-shadow: var(--shadow-gold);
}

.guarantee__content .section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 0.85rem;
}

.guarantee__text {
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 55ch;
}

/* ── Offer / Price section ───────────────────────── */
.offer {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 6vw, 3rem);
  background-color: var(--bg-dark);
  text-align: center;
}

.offer__header {
  max-width: 700px;
  margin: 0 auto 3rem;
}

.offer__header .section-label { justify-content: center; }
.offer__header .section-label::before { display: none; }
.offer__header .section-title { margin-bottom: 0.85rem; }

.offer__card {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: var(--shadow-gold);
  border: 2px solid var(--gold);
  position: relative;
  overflow: hidden;
}

.offer__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-bright));
}

.offer__ribbon {
  position: absolute;
  top: 1.25rem;
  right: -2rem;
  background: var(--green-flag);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 2.5rem;
  transform: rotate(45deg);
  transform-origin: right top;
}

.offer__product-name {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.offer__product-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 1.75rem;
}

.offer__price-block {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1.75rem;
}

.offer__price-from {
  font-size: 0.82rem;
  color: var(--muted);
  text-decoration: line-through;
  margin-bottom: 0.25rem;
}

.offer__price-value {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(3.5rem, 10vw, 5.5rem);
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
}

.offer__price-currency {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  vertical-align: super;
  line-height: 1;
}

.offer__price-installments {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.offer__price-installments strong {
  color: var(--ink);
  font-weight: 700;
}

.offer__includes {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  text-align: left;
}

.offer__include-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.offer__include-item::before {
  content: '✓';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-flag);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.offer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.offer__cta .btn-primary {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.1rem;
}

.offer__security {
  font-size: 0.75rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

/* ── FAQ section ─────────────────────────────────── */
.faq {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 6vw, 3rem);
  background-color: var(--bg);
}

.faq__inner {
  max-width: 780px;
  margin: 0 auto;
}

.faq__header {
  margin-bottom: 3rem;
}

.faq__header .section-title { margin-bottom: 0.75rem; }

.faq-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--bg-cream);
  border: 1px solid rgba(19, 19, 19, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition);
}

.faq-item[open],
.faq-item.is-open {
  border-color: var(--gold);
}

.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  min-height: 44px;
  transition: color var(--transition);
}

.faq-item__trigger:hover { color: var(--gold-deep); }

.faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--muted);
  transition: background var(--transition), transform var(--transition), color var(--transition);
}

.faq-item.is-open .faq-item__icon {
  background: var(--gold);
  color: var(--ink);
  transform: rotate(45deg);
}

.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.is-open .faq-item__body {
  max-height: 600px;
}

.faq-item__answer {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.75;
}

/* ── Final CTA section ───────────────────────────── */
.final-cta {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 6vw, 3rem);
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1200 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%,
    rgba(245, 180, 0, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.final-cta__inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.final-cta .section-label { justify-content: center; }
.final-cta .section-label::before { display: none; }

.final-cta .section-title {
  color: #fff;
  margin-bottom: 1.25rem;
}

.final-cta .section-subtitle {
  color: rgba(255, 255, 255, 0.62);
  margin: 0 auto 2.5rem;
}

.final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.final-cta__note {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.38);
}

/* ── Footer ──────────────────────────────────────── */
.footer {
  background-color: var(--bg-footer);
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.25rem, 6vw, 3rem) clamp(1.5rem, 3vw, 2rem);
  color: rgba(255, 255, 255, 0.45);
}

.footer__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 280px;
}

.footer__logo img {
  height: 48px;
  width: auto;
  opacity: 0.8;
}

.footer__tagline {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer__link-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.25rem;
}

.footer__link {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color var(--transition);
}

.footer__link:hover { color: var(--gold); }

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
}

.footer__copyright { color: rgba(255, 255, 255, 0.3); }

.footer__legal {
  display: flex;
  gap: 1.5rem;
}

/* ── WhatsApp FAB ────────────────────────────────── */
.whatsapp-fab {
  position: fixed;
  bottom: 5.5rem;
  right: 1.5rem;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition);
  will-change: transform;
}

.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
}

.whatsapp-fab:focus-visible {
  outline: 3px solid var(--whatsapp);
  outline-offset: 4px;
}

.whatsapp-fab svg {
  width: 30px;
  height: 30px;
}

/* ── Sticky mobile CTA bar ───────────────────────── */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(13, 13, 13, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.85rem 1.25rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(245, 180, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta__price {
  flex: 1;
  min-width: 0;
}

.sticky-cta__value {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.3rem;
  color: var(--gold);
  line-height: 1;
}

.sticky-cta__installment {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}

.sticky-cta .btn-primary {
  padding: 0.85rem 1.75rem;
  font-size: 0.92rem;
  flex-shrink: 0;
}

/* ── Responsive ──────────────────────────────────── */

/* 1440px+ */
@media (min-width: 1440px) {
  :root { --max-w: 1320px; }
}

/* ≤ 1280px */
@media (max-width: 1280px) {
  .instructor__inner {
    grid-template-columns: 280px 1fr;
  }
}

/* ≤ 1024px */
@media (max-width: 1024px) {
  .stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sport-intro__inner {
    grid-template-columns: 1fr;
  }

  .sport-intro__visual {
    order: -1;
  }

  .sport-intro__image-wrap {
    aspect-ratio: 16/9;
    max-height: 420px;
  }

  .sport-intro__badge-float {
    bottom: auto;
    left: auto;
    top: -1rem;
    right: -0.75rem;
  }

  .instructor__inner {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .instructor__photo-wrap {
    order: -1;
  }

  .instructor__photo {
    aspect-ratio: 16/9;
    object-position: center top;
  }

  .instructor__achievements {
    grid-template-columns: repeat(4, 1fr);
  }

  .videos__grid {
    gap: 1.25rem;
  }
}

/* ≤ 768px */
@media (max-width: 768px) {
  .stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .videos__grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }

  .instructor__achievements {
    grid-template-columns: 1fr 1fr;
  }

  .guarantee__inner {
    flex-direction: column;
    text-align: center;
  }

  .sticky-cta {
    display: flex;
  }

  .whatsapp-fab {
    bottom: 5rem;
  }

  .footer__top {
    flex-direction: column;
  }
}

/* ≤ 414px */
@media (max-width: 414px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:last-child:nth-child(odd) {
    grid-column: span 2;
  }

  .instructor__achievements {
    grid-template-columns: 1fr 1fr;
  }

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

  .module-card {
    flex-direction: column;
    gap: 0.75rem;
  }

  .module-card__number {
    width: auto;
    font-size: 1.4rem;
  }

  .offer__card {
    padding: 1.75rem 1.25rem;
  }
}

/* ≤ 390px */
@media (max-width: 390px) {
  .hero__title {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .nav__cta {
    padding: 0.55rem 1rem;
    font-size: 0.8rem;
  }

  .nav__logo img {
    height: 44px;
  }

  .offer__price-value {
    font-size: 4.5rem;
  }
}

/* ≤ 375px */
@media (max-width: 375px) {
  .hero__title {
    font-size: 2.4rem;
  }
}

/* ≤ 320px */
@media (max-width: 320px) {
  .hero__title {
    font-size: 2.2rem;
  }

  .nav__logo img {
    height: 38px;
  }

  .nav__cta {
    padding: 0.5rem 0.85rem;
    font-size: 0.75rem;
  }

  .offer__price-value {
    font-size: 4rem;
  }

  .btn-primary {
    padding: 1rem 1.5rem;
  }

  .video-card__frame {
    max-height: 78vh;
  }
}

/* ── Reduced motion ──────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .reveal-scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero__scroll-line {
    animation: none;
  }
}
