/* Homepage section spacing refinement — v0.3.02 */

/*
 * Reduce unnecessary vertical gaps while keeping each section clear,
 * readable and visually separated.
 */
.sds-homepage .sds-lessons {
  padding-top: 62px;
  padding-bottom: 58px;
}

.sds-homepage .sds-home-instructor {
  padding-top: 62px;
  padding-bottom: 62px;
}

.sds-homepage .sds-pricing {
  padding-top: 60px;
  padding-bottom: 62px;
}

.sds-homepage .sds-home-live-booking {
  padding-top: 62px;
  padding-bottom: 62px;
}

/* Tighten the specific Reviews → Success Stories transition. */
.sds-homepage .sds-google-reviews {
  padding-top: 56px;
  padding-bottom: 32px;
}

.sds-homepage .sds-home-success-preview {
  padding-top: 32px;
  padding-bottom: 60px;
}

.sds-homepage .sds-booking-steps {
  padding-top: 54px;
  padding-bottom: 58px;
}

.sds-homepage .sds-home-areas {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sds-homepage .sds-faq {
  padding-top: 54px;
  padding-bottom: 60px;
}

.sds-homepage .sds-final-cta {
  padding-top: 18px;
  padding-bottom: 48px;
}

/* Reduce large heading-to-content gaps. */
.sds-homepage .sds-lessons__header {
  margin-bottom: 32px;
}

.sds-homepage .sds-pricing__intro {
  margin-bottom: 34px;
}

.sds-homepage .sds-google-reviews__header {
  margin-bottom: 18px;
}

.sds-homepage .sds-home-section-header {
  margin-bottom: 22px;
}

.sds-homepage .sds-booking-steps__intro {
  margin-bottom: 32px;
}

.sds-homepage .sds-faq__header {
  margin-bottom: 24px;
}

/* Remove extra space that may come from the Google Reviews widget itself. */
.sds-homepage .sds-google-reviews__widget,
.sds-homepage .sds-google-reviews__widget .ti-widget,
.sds-homepage .sds-google-reviews__widget .ti-widget-container,
.sds-homepage .sds-google-reviews__widget .ti-reviews-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 761px) and (max-width: 1080px) {
  .sds-homepage .sds-lessons,
  .sds-homepage .sds-home-instructor,
  .sds-homepage .sds-pricing,
  .sds-homepage .sds-home-live-booking,
  .sds-homepage .sds-booking-steps,
  .sds-homepage .sds-home-areas,
  .sds-homepage .sds-faq {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .sds-homepage .sds-google-reviews {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .sds-homepage .sds-home-success-preview {
    padding-top: 28px;
    padding-bottom: 52px;
  }

  .sds-homepage .sds-final-cta {
    padding-top: 16px;
    padding-bottom: 44px;
  }

  .sds-homepage .sds-lessons__header,
  .sds-homepage .sds-pricing__intro,
  .sds-homepage .sds-booking-steps__intro {
    margin-bottom: 28px;
  }
}

@media (max-width: 760px) {
  .sds-homepage .sds-lessons,
  .sds-homepage .sds-home-instructor,
  .sds-homepage .sds-pricing,
  .sds-homepage .sds-home-live-booking,
  .sds-homepage .sds-booking-steps,
  .sds-homepage .sds-home-areas,
  .sds-homepage .sds-faq {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
  }

  .sds-homepage .sds-google-reviews {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
  }

  .sds-homepage .sds-home-success-preview {
    padding-top: 24px !important;
    padding-bottom: 42px !important;
  }

  .sds-homepage .sds-final-cta {
    padding-top: 14px !important;
    padding-bottom: 40px !important;
  }

  .sds-homepage .sds-lessons__header,
  .sds-homepage .sds-pricing__intro,
  .sds-homepage .sds-booking-steps__intro,
  .sds-homepage .sds-faq__header {
    margin-bottom: 24px !important;
  }

  .sds-homepage .sds-google-reviews__header,
  .sds-homepage .sds-home-section-header {
    margin-bottom: 18px !important;
  }
}
