.challenge-landing .landing-header-row {
  min-height: var(--nav-height);
}

.challenge-landing .landing-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.challenge-landing .site-header {
  background: rgba(5, 5, 5, 0.76);
}

.challenge-landing .landing-hero {
  position: relative;
  overflow: clip;
  padding: 40px 0 28px;
}

.challenge-landing .landing-hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 6%, rgba(5, 5, 5, 0.74) 46%, rgba(5, 5, 5, 0.92) 100%),
    url("assets/images/a1c978af-91b1-52cf-180f-825af82da949.jpg") center/cover no-repeat;
  filter: saturate(0.88);
}

.challenge-landing .landing-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.challenge-landing .landing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  min-height: calc(100vh - var(--nav-height) - 52px);
}

.challenge-landing .landing-hero-copy,
.challenge-landing .challenge-hero-image,
.challenge-landing .challenge-stat-panel,
.challenge-landing .challenge-highlight,
.challenge-landing .challenge-result-card,
.challenge-landing .challenge-testimonial-card,
.challenge-landing .challenge-include-card,
.challenge-landing .challenge-step,
.challenge-landing .challenge-invest-card,
.challenge-landing .challenge-invest-note,
.challenge-landing .challenge-form-panel,
.challenge-landing .challenge-copy-panel,
.challenge-landing .challenge-video-panel,
.challenge-landing .challenge-brand-panel,
.challenge-landing .challenge-inbody-frame,
.challenge-landing .challenge-trainer-frame,
.challenge-landing .challenge-thanks-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.8), rgba(8, 8, 8, 0.96));
  box-shadow: var(--shadow-soft);
}

.challenge-landing .landing-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.challenge-landing .landing-hero-copy h1,
.challenge-landing .challenge-thanks-card h1 {
  max-width: 10.5ch;
  font-size: clamp(3.6rem, 7vw, 6.2rem);
}

.challenge-landing .landing-hero-lead {
  margin-top: 18px;
  max-width: 58ch;
  font-size: clamp(1.04rem, 2vw, 1.2rem);
}

.challenge-landing .landing-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.challenge-landing .landing-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(240, 234, 89, 0.18);
  background: rgba(240, 234, 89, 0.08);
  color: var(--text);
  font-weight: 600;
}

.challenge-landing .landing-hero-actions {
  margin-top: 28px;
}

.challenge-landing .landing-trust,
.challenge-landing .landing-contact-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.challenge-landing .landing-trust strong,
.challenge-landing .landing-contact-meta strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.challenge-landing .landing-trust span,
.challenge-landing .landing-contact-meta span {
  color: var(--muted);
  line-height: 1.5;
}

.challenge-landing .landing-hero-visual {
  display: grid;
  gap: 16px;
  align-self: start;
}

.challenge-landing .challenge-hero-image {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 12;
}

.challenge-landing .landing-brand-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.challenge-landing .landing-brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.challenge-landing .landing-brand-badge strong {
  display: block;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.challenge-landing .landing-brand-badge span {
  display: block;
  color: var(--yellow);
  font-size: 0.95rem;
  line-height: 1.35;
}

.challenge-landing .landing-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.challenge-landing .challenge-stat-panel {
  padding: 28px;
}

.challenge-landing .challenge-stat-panel h2,
.challenge-landing .challenge-brand-panel h2,
.challenge-landing .challenge-copy-panel h2,
.challenge-landing .challenge-video-panel h2,
.challenge-landing .challenge-form-panel h2,
.challenge-landing .challenge-thanks-card h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.challenge-landing .challenge-stat-total {
  display: block;
  margin-top: 18px;
  color: var(--yellow);
  font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 6vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
}

.challenge-landing .challenge-stat-caption {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
}

.challenge-landing .challenge-proof-grid,
.challenge-landing .challenge-results-grid,
.challenge-landing .challenge-testimonial-grid,
.challenge-landing .challenge-includes-grid,
.challenge-landing .challenge-invest-grid {
  display: grid;
  gap: 20px;
}

.challenge-landing .challenge-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.challenge-landing .challenge-proof-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.challenge-landing .challenge-highlight,
.challenge-landing .challenge-copy-panel,
.challenge-landing .challenge-brand-panel,
.challenge-landing .challenge-form-panel {
  padding: 30px;
}

.challenge-landing .challenge-highlight h3,
.challenge-landing .challenge-result-card h3,
.challenge-landing .challenge-include-card h3,
.challenge-landing .challenge-step h3,
.challenge-landing .challenge-invest-card h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.55rem;
}

.challenge-landing .challenge-highlight-total,
.challenge-landing .challenge-result-number,
.challenge-landing .challenge-invest-price {
  display: block;
  color: var(--yellow);
  font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
  line-height: 0.96;
  letter-spacing: 0.04em;
}

.challenge-landing .challenge-highlight-total {
  margin: 14px 0 10px;
  font-size: clamp(3.1rem, 7vw, 5.3rem);
}

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

.challenge-landing .challenge-proof-point {
  padding: 16px 16px 14px;
  border-radius: 22px;
  border: 1px solid rgba(240, 234, 89, 0.14);
  background: rgba(240, 234, 89, 0.06);
}

.challenge-landing .challenge-proof-point strong {
  display: block;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.challenge-landing .challenge-proof-point span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.challenge-landing .challenge-disclaimer {
  margin-top: 18px;
  color: var(--muted-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

.challenge-landing .challenge-results-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.challenge-landing .challenge-result-card {
  padding: 24px;
}

.challenge-landing .challenge-testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.challenge-landing .challenge-testimonial-card {
  padding: 24px;
}

.challenge-landing .challenge-testimonial-mark {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--yellow);
  font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
  font-size: 3.2rem;
  line-height: 0.8;
}

.challenge-landing .challenge-testimonial-quote {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.7;
}

.challenge-landing .challenge-testimonial-author {
  margin: 18px 0 4px;
  color: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.challenge-landing .challenge-testimonial-role {
  color: var(--muted-soft);
  font-size: 0.94rem;
}

.challenge-landing .challenge-result-number {
  margin-bottom: 8px;
  font-size: 2.8rem;
}

.challenge-landing .challenge-result-note {
  margin-top: 12px;
  color: var(--text);
  font-weight: 600;
}

.challenge-landing .challenge-gallery-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.92), rgba(8, 8, 8, 0.96));
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 5.2;
}

.challenge-landing .challenge-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.challenge-landing .challenge-gallery-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.78));
}

.challenge-landing .challenge-includes-layout,
.challenge-landing .challenge-inbody-layout,
.challenge-landing .challenge-reel-layout,
.challenge-landing .challenge-brand-layout,
.challenge-landing .challenge-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.challenge-landing .challenge-video-panel {
  padding: 30px;
}

.challenge-landing .challenge-proof-video {
  display: block;
  width: 100%;
  margin-top: 20px;
  border-radius: 24px;
  background: #000;
  box-shadow: var(--shadow-soft);
}

.challenge-landing .challenge-video-note {
  margin-top: 14px;
  color: var(--muted-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

.challenge-landing .challenge-inbody-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 100%;
}

.challenge-landing .challenge-inbody-photo {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.challenge-landing .challenge-inbody-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(240, 234, 89, 0.14);
  border-radius: 22px;
  background: rgba(5, 5, 5, 0.74);
  backdrop-filter: blur(10px);
}

.challenge-landing .challenge-inbody-caption strong {
  display: block;
  color: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.challenge-landing .challenge-inbody-caption span {
  display: block;
  margin-top: 8px;
  color: var(--text);
  line-height: 1.55;
}

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

.challenge-landing .challenge-include-card {
  padding: 22px;
}

.challenge-landing .challenge-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(240, 234, 89, 0.1);
  color: var(--yellow);
  font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.challenge-landing .challenge-trainer-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.challenge-landing .challenge-trainer-frame {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 2 / 3;
}

.challenge-landing .challenge-trainer-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.challenge-landing .challenge-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.challenge-landing .challenge-step {
  padding: 24px;
}

.challenge-landing .challenge-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(240, 234, 89, 0.1);
  color: var(--yellow);
  font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
}

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

.challenge-landing .challenge-invest-card {
  padding: 28px;
}

.challenge-landing .challenge-invest-price {
  margin: 14px 0 12px;
  font-size: clamp(3.2rem, 7vw, 5rem);
}

.challenge-landing .challenge-invest-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 22px 24px;
}

.challenge-landing .challenge-invest-note strong {
  color: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.challenge-landing .challenge-invest-note span {
  color: var(--text);
  line-height: 1.6;
}

.challenge-landing .challenge-cta-layout {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

.challenge-landing .challenge-form-panel {
  min-width: 0;
}

.challenge-landing .challenge-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.challenge-landing .challenge-form-section {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding-top: 8px;
}

.challenge-landing .challenge-form-section + .challenge-form-section {
  margin-top: 6px;
}

.challenge-landing .challenge-form-section strong {
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.challenge-landing .challenge-form-section span {
  color: var(--muted-soft);
  font-size: 0.94rem;
  line-height: 1.5;
}

.challenge-landing .challenge-field {
  display: grid;
  gap: 8px;
}

.challenge-landing .challenge-field--full {
  grid-column: 1 / -1;
}

.challenge-landing .challenge-field label {
  color: var(--text);
  font-weight: 700;
}

.challenge-landing .challenge-field input,
.challenge-landing .challenge-field select,
.challenge-landing .challenge-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.challenge-landing .challenge-field textarea {
  min-height: 132px;
  padding: 14px 16px;
  resize: vertical;
}

.challenge-landing .challenge-field input::placeholder,
.challenge-landing .challenge-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.challenge-landing .challenge-field input:focus,
.challenge-landing .challenge-field select:focus,
.challenge-landing .challenge-field textarea:focus {
  outline: none;
  border-color: rgba(240, 234, 89, 0.42);
  box-shadow: 0 0 0 4px rgba(240, 234, 89, 0.08);
}

.challenge-landing .challenge-form-note {
  grid-column: 1 / -1;
  color: var(--muted-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.challenge-landing .challenge-submit {
  grid-column: 1 / -1;
}

.challenge-landing .challenge-thanks-wrap {
  position: relative;
  min-height: calc(100vh - var(--nav-height));
  padding: 54px 0 84px;
}

.challenge-landing .challenge-thanks-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.74), rgba(5, 5, 5, 0.92)),
    url("assets/images/a1c978af-91b1-52cf-180f-825af82da949.jpg") center/cover no-repeat;
}

.challenge-landing .challenge-thanks-shell {
  position: relative;
  z-index: 1;
}

.challenge-landing .challenge-thanks-card {
  max-width: 840px;
  padding: 38px;
}

.challenge-landing .challenge-thanks-card h1 {
  max-width: 11ch;
}

.challenge-landing .challenge-thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 1180px) {
  .challenge-landing .landing-hero-grid,
  .challenge-landing .challenge-proof-grid,
  .challenge-landing .challenge-includes-layout,
  .challenge-landing .challenge-inbody-layout,
  .challenge-landing .challenge-reel-layout,
  .challenge-landing .challenge-brand-layout,
  .challenge-landing .challenge-cta-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .challenge-landing .challenge-testimonial-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 900px) {
  .challenge-landing .challenge-results-grid,
  .challenge-landing .challenge-testimonial-grid,
  .challenge-landing .challenge-steps-grid,
  .challenge-landing .challenge-invest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .challenge-landing .challenge-proof-points,
  .challenge-landing .challenge-includes-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .challenge-landing .landing-header-actions,
  .challenge-landing .challenge-thanks-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .challenge-landing .landing-header-actions .button,
  .challenge-landing .challenge-thanks-actions .button {
    width: 100%;
  }

  .challenge-landing .landing-hero {
    padding-top: 24px;
  }

  .challenge-landing .landing-hero-backdrop {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.95) 10%, rgba(5, 5, 5, 0.7) 56%, rgba(5, 5, 5, 0.96) 100%),
      url("assets/images/a1c978af-91b1-52cf-180f-825af82da949-m.jpg") center/cover no-repeat;
  }

  .challenge-landing .landing-hero-copy,
  .challenge-landing .challenge-stat-panel,
  .challenge-landing .challenge-highlight,
  .challenge-landing .challenge-copy-panel,
  .challenge-landing .challenge-video-panel,
  .challenge-landing .challenge-brand-panel,
  .challenge-landing .challenge-form-panel,
  .challenge-landing .challenge-result-card,
  .challenge-landing .challenge-include-card,
  .challenge-landing .challenge-step,
  .challenge-landing .challenge-invest-card,
  .challenge-landing .challenge-thanks-card {
    padding: 22px;
  }

  .challenge-landing .landing-hero-copy h1,
  .challenge-landing .challenge-thanks-card h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12vw, 4.3rem);
  }

  .challenge-landing .challenge-hero-image {
    aspect-ratio: 4 / 4.8;
  }

  .challenge-landing .challenge-inbody-photo {
    min-height: 460px;
  }

  .challenge-landing .landing-brand-badge {
    top: 14px;
    left: 14px;
    right: 14px;
  }

  .challenge-landing .landing-brand-logo {
    width: 46px;
    height: 46px;
  }

  .challenge-landing .landing-trust,
  .challenge-landing .landing-contact-meta,
  .challenge-landing .challenge-results-grid,
  .challenge-landing .challenge-testimonial-grid,
  .challenge-landing .challenge-gallery-grid,
  .challenge-landing .challenge-includes-grid,
  .challenge-landing .challenge-trainer-strip,
  .challenge-landing .challenge-steps-grid,
  .challenge-landing .challenge-invest-grid,
  .challenge-landing .challenge-form {
    grid-template-columns: 1fr;
  }

  .challenge-landing .challenge-invest-note {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 18px 20px;
  }
}
