/* ==========================================================================
   Components — Section-specific Styles
   ========================================================================== */

/* ==========================================================================
   HEADER
   ========================================================================== */
[data-clone-id="header-001"] {
  background-color: var(--color-royal);
  padding: 15px 0;
  position: relative;
  z-index: 100;
}

[data-clone-id="header-001"] .logo-img {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width: 480px) {
  [data-clone-id="header-001"] .logo-img {
    max-width: 280px;
  }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
[data-clone-id="hero-001"] {
  background-color: var(--color-royal);
  background-image: url('../images/hero-bg.webp');
  background-size: cover;
  background-position: center;
  padding: 0 0 140px;
  position: relative;
}

[data-clone-id="hero-001"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: lab(30.6 13.1 -57.9 / 0.75);
  z-index: 0;
}

[data-clone-id="hero-001"] > * {
  position: relative;
  z-index: 1;
}

[data-clone-id="hero-001"] .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-row {
  padding: 10px 60px;
}

.hero-content {
  padding: 10px 5px 0 40px;
}

.hero-label {
  font-family: var(--font-body);
  color: var(--black);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.hero-heading {
  font-family: var(--font-heading);
  color: var(--white);
  font-weight: 800;
  font-size: 60px;
  line-height: 1em;
  text-align: left;
}

.hero-heading strong {
  color: var(--accent);
}

.hero-subtitle {
  font-family: var(--font-body);
  color: var(--black);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  text-align: left;
  margin-top: 20px;
}

.hero-video-wrapper {
  padding: 10px 5px 0;
  border: 5px solid var(--accent);
}

.hero-stars {
  width: 150px;
  margin: 20px auto 10px;
}

.hero-masterclass {
  font-family: var(--font-body);
  color: var(--black);
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .hero-content {
    padding: 10px 5px;
    text-align: center;
  }

  .hero-heading {
    font-size: 42px;
    text-align: center;
  }

  .hero-label,
  .hero-subtitle {
    font-size: 36px;
    text-align: center;
  }

  .hero-row {
    padding: 10px 15px;
  }
}

/* ==========================================================================
   CTA BUTTON (shared across sections)
   ========================================================================== */
.cta-button {
  display: inline-block;
  font-family: var(--font-heading);
  background-color: var(--accent);
  color: var(--white);
  padding: 15px 20px;
  border: 2px solid var(--green);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  cursor: default;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px lab(68.2 -18.9 -42.6 / 0.3);
}

.cta-button .sub-text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 4px;
}

/* ==========================================================================
   VALUE PROPOSITION SECTION
   ========================================================================== */
[data-clone-id="value-001"] {
  font-family: var(--font-body);
  padding: 20px 0 80px;
  background-color: var(--color-off-white);
}

.value-box {
  padding: 10px 40px 40px;
  background-color: var(--color-navy);
  border: 10px solid var(--accent);
  text-align: center;
}

@media (max-width: 480px) {
  .value-box {
    padding: 10px 20px 40px;
  }
}

.value-intro {
  font-family: var(--font-heading);
  color: var(--color-slate);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.value-intro strong {
  color: var(--white);
}

.value-hook {
  font-family: var(--font-heading);
  color: var(--teal);
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: -1px;
}

.value-hook strong {
  color: var(--white);
}

.value-list {
  font-family: var(--font-body);
  color: var(--color-ice);
  font-size: 21px;
  line-height: 2.5;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 480px) {
  .value-list {
    line-height: 1.3;
  }
}

.value-list li {
  padding-left: 1.5em;
  position: relative;
}

.value-list li::before {
  content: "\2713";
  color: var(--accent);
  position: absolute;
  left: 0;
}

.value-seats {
  font-family: var(--font-body);
  color: var(--color-ice);
  font-size: 21px;
}

.value-seats strong {
  color: var(--color-coral);
}

.value-price {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-top: 0;
}

.value-price strong {
  color: var(--accent);
}

.value-yearly {
  font-family: var(--font-heading);
  color: var(--color-slate);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -1px;
}

.value-yearly em {
  color: var(--teal);
}

.value-stars {
  width: 150px;
  margin: 20px auto 10px;
}

/* ==========================================================================
   MEMBERSHIP & TARGET AUDIENCE
   ========================================================================== */
[data-clone-id="membership-001"] {
  padding: 20px 0;
  background-color: transparent;
}

.membership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 480px) {
  .membership-grid {
    grid-template-columns: 1fr;
  }
}

.info-card {
  padding: 20px;
  background-color: var(--color-off-white);
}

.info-card-title {
  font-family: var(--font-heading);
  color: var(--color-charcoal);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .info-card-title {
    text-align: center;
  }
}

.info-card-list {
  font-family: var(--font-heading);
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px;
}

.info-card-list li {
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  position: relative;
}

.info-card-list li::before {
  content: "\2713";
  color: var(--accent);
  position: absolute;
  left: 0;
}

/* ==========================================================================
   WEEKLY THEMES
   ========================================================================== */
[data-clone-id="themes-001"] {
  padding: 20px 0 40px;
  background-color: var(--color-navy);
  background-image: url('../images/section-bg-dark.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

[data-clone-id="themes-001"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: lab(30.6 13.1 -57.9 / 0.85);
  z-index: 0;
}

[data-clone-id="themes-001"] > * {
  position: relative;
  z-index: 1;
}

[data-clone-id="themes-001"] .grid-3 {
  gap: 20px;
}

.themes-heading {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.themes-subtitle {
  font-family: var(--font-heading);
  color: var(--color-slate);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  font-style: italic;
}

.theme-card {
  background-color: lab(30.6 13.1 -57.9 / 0.70);
  border: 2px solid var(--accent);
  padding: 30px 25px;
  border-radius: 4px;
}

.theme-card-title {
  font-family: var(--font-heading);
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.theme-card-list {
  font-family: var(--font-body);
  color: var(--color-ice);
  font-size: 16px;
  line-height: 1.8;
}

.theme-card-list li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 8px;
}

.theme-card-list li::before {
  content: "•";
  color: var(--accent);
  position: absolute;
  left: 0;
}

.themes-cta-text {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 15px;
}

@media (max-width: 480px) {
  .themes-heading {
    font-size: 32px;
  }
}

/* ==========================================================================
   COACH PROFILES
   ========================================================================== */
.coach-section {
  padding: 20px 0 40px;
}

.coach-section--dark {
  background-color: var(--color-navy);
  background-image: url('../images/section-bg-dark.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

.coach-section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: lab(30.6 13.1 -57.9 / 0.85);
  z-index: 0;
}

.coach-section--dark > * {
  position: relative;
  z-index: 1;
}

.coach-section--light {
  background-color: var(--color-off-white);
}

.coach-section--first {
  padding-top: 40px;
}

.coach-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.coach-row--reverse {
  flex-direction: row-reverse;
}

.coach-image-wrapper {
  flex: 0 0 auto;
  width: 300px;
}

.coach-image {
  width: 100%;
  height: auto;
  display: block;
}

.coach-content {
  flex: 1;
  min-width: 0;
}

.coach-subtitle {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.coach-section--dark .coach-subtitle {
  color: var(--color-slate);
}

.coach-section--light .coach-subtitle {
  color: var(--color-muted-purple);
}

.coach-name {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}

.coach-section--dark .coach-name {
  color: var(--white);
}

.coach-section--light .coach-name {
  color: var(--color-navy);
}

.coach-name strong {
  color: var(--accent);
}

.coach-title {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.coach-section--dark .coach-title {
  color: var(--color-slate);
}

.coach-section--light .coach-title {
  color: var(--color-muted-purple);
}

.coach-bio {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
}

.coach-section--dark .coach-bio {
  color: var(--color-ice);
}

.coach-section--light .coach-bio {
  color: var(--color-dark-navy);
}

.coach-bio p {
  margin-bottom: 1em;
}

.coach-tags {
  margin-top: 15px;
}

.coach-tag {
  font-family: var(--font-heading);
  font-size: 14px;
  color: var(--color-slate);
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .coach-row,
  .coach-row--reverse {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .coach-image-wrapper {
    width: 250px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .coach-name {
    font-size: 28px;
  }
}

/* ==========================================================================
   TESTIMONIAL
   ========================================================================== */
[data-clone-id="testimonial-001"] {
  padding: 40px 0 60px;
  background-color: var(--color-navy);
  background-image: url('../images/section-bg-testimonial.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

[data-clone-id="testimonial-001"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: lab(30.6 13.1 -57.9 / 0.85);
  z-index: 0;
}

[data-clone-id="testimonial-001"] > * {
  position: relative;
  z-index: 1;
}

.testimonial-quote-label {
  font-family: var(--font-heading);
  color: var(--accent);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.testimonial-image-wrapper {
  flex: 0 0 auto;
  width: 250px;
}

.testimonial-image {
  width: 100%;
  border-radius: 8px;
}

.testimonial-content {
  flex: 1;
  min-width: 0;
}

.testimonial-text {
  font-family: var(--font-body);
  color: var(--color-ice);
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 700;
}

.testimonial-author {
  font-family: var(--font-body);
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .testimonial-row {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   TERMS & CONDITIONS
   ========================================================================== */
[data-clone-id="terms-001"] {
  padding: 20px 0 10px;
  background-color: var(--color-off-white);
}

.terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 768px) {
  .terms-grid {
    grid-template-columns: 1fr;
  }
}

.terms-column h3 {
  font-family: var(--font-heading);
  color: var(--color-navy);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 20px;
}

.terms-column h3:first-child {
  margin-top: 0;
}

.terms-column p {
  font-family: var(--font-body);
  color: var(--color-dark-navy);
  font-size: 15px;
  line-height: 1.6;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
[data-clone-id="footer-001"] {
  padding: 0 0 20px;
  background-color: var(--color-off-white);
}

.footer-inner {
  text-align: center;
  padding: 20px 0;
}

.footer-logo {
  max-width: 200px;
  margin: 0 auto 20px;
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-navy);
  margin-bottom: 10px;
}

.footer-link {
  font-family: var(--font-body);
  color: var(--color-slate);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  cursor: default;
}

.footer-copyright {
  font-family: var(--font-body);
  color: var(--color-mid-gray);
  font-size: 13px;
  margin-top: 20px;
}

/* ==========================================================================
   VIDEO PLAYER
   ========================================================================== */
.video-container {
  position: relative;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5;
  height: 1.5em;
  width: 3em;
  border: 0.06666em solid #fff;
  border-radius: 0.3em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}
