/* ─────────────────────────────────────────────
   SECTION 1 — BOOM HERO
───────────────────────────────────────────── */
.home-boom {
  background: var(--background);
  padding: 1rem;
}

.home-boom__title {
  margin: 0 0 clamp(1.35rem, 1.5vw, 2.1rem);
  font-weight: 800;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;
}

.home-boom__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  align-items: start;
  gap: clamp(1.4rem, 2.5vw, 2.4rem);
  margin: 0 auto;
}

.home-boom__copy {
  padding-top: 0.15rem;
  display: flex;
  justify-content: center;
}

.home-boom__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(0.5rem, 2vw, 1rem);
}

.home-boom__item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
  justify-content: center;
}

.home-boom__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-top: 0.28rem;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.home-boom__item p {
  color: #ffffff;
  line-height: 1.48;
  letter-spacing: 0.01em;
  margin: 0;
  text-align: left;
}

.home-boom__item p {
  font-size: clamp(1rem, 1.5vw, 2rem);
}

.head_home_span {
  margin: 1.7rem 0;
  line-height: 1.08;
  color: var(--highlight);
  font-size: clamp(1.1rem, 1.4vw, 2rem);
  font-weight: 600;
  margin-right: .5rem;
}

.home-boom__item strong {
  font-weight: 800;
}

.home-boom__media img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
}

/* ─────────────────────────────────────────────
   SECTION 2 — Q&A CONTENT
───────────────────────────────────────────── */
.home-content {
  max-width: 1420px;
  margin: 0 auto;
  padding: clamp(28px, 3.2vw, 38px) clamp(18px, 3.6vw, 44px) clamp(34px, 4.5vw, 54px);
}

.home-content-title {

  font-weight: 800;
  line-height: 1.3;
  color: #2f5b86;
  margin: 0 0 0.45rem;
}

.home_general_section {
  margin: 1rem 0;
}

.home-content-text,
.home-comtent-text {

  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #2e2e2e;
}

/* ─────────────────────────────────────────────
   SECTION 3 — VIDEO
───────────────────────────────────────────── */
.home-video-section {
  background: var(--background);
  padding: clamp(28px, 3.2vw, 38px) clamp(1rem, 8vw, 9rem) clamp(34px, 4.5vw, 54px);
  color: var(--text);
}

.video_content_span {
  color: var(--text);
}

.home-video-title {
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 clamp(1.2rem, 1.3vw, 1.9rem);
  color: #fff;
}

.home-video-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  max-width: 1320px;
  margin: 0 auto;
}

.home-video-wrapper iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 4px;
  display: block;
}

.home-video-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.home-video-content h1 {

  font-weight: 800;
  margin: 0 0 0.4rem;
  color: #ffffff;
}

.home-video-content h2 {

  font-weight: 800;
  margin: 0 0 0.4rem;
}

.home-video-stat-title {

  font-weight: 800;
  margin: 0 0 0.4rem;
  color: #ffffff;
}

.home-video-stat {

  font-weight: 700;
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
}

.home-ebook-link {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 800;
  color: var(--hyperlink-golden);
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.4;
  animation: home-ebook-link-fade 1.8s ease-in-out infinite;
}


@keyframes home-ebook-link-fade {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

/* ─────────────────────────────────────────────
   SECTION 4 — EBOOK HERO BANNER
───────────────────────────────────────────── */
.home-ebook-hero {
  background: #ffffff;
}

/* 1. The Container: Use Flexbox */
.home-ebook-hero__container {
  display: flex;
  flex-direction: column;
  /* Stacks items vertically on mobile */
  align-items: center;
  margin: 0 auto;
  padding: 0;
  gap: 6px;
}

/* 2. The Image: Make it fluid */
.home-ebook-hero__photo {
  width: 100%;
  /* Takes up full width on mobile */
  /* Limits size on desktop */
  height: auto;
  display: block;
  object-fit: cover;
}

.home-video-content>h2 {
  color: #fff
}



/* ─────────────────────────────────────────────
   SECTION 5 — DEAR FRIEND
───────────────────────────────────────────── */
.home-dear-friend {
  margin: 0 auto;
}

.home-dear-friend__salutation {

  color: #2e2e2e;
  margin: 0 0 1rem;
}

.home-dear-friend__body {

  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

.home-dear-friend__body a {
  color: var(--hiperlink);
  font-weight: 600;
  text-decoration: none;
}

.home-nemt-bullets {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.6rem;
}

.home-nemt-bullets li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  color: #2e2e2e;
  line-height: 1.55;
}

.home-nemt-bullets__icon {
  width: 25px;
  height: 25px;
  margin-top: 0.3rem;
  object-fit: contain;
}

/* ─────────────────────────────────────────────
   SECTION 6 — CASE STUDY + MILEAGE
───────────────────────────────────────────── */
/* .home-casestudy {
  margin: 0 auto;
} */

.home-casestudy__copy {
  width: 100%;
}

.home-casestudy__copy p {

  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

.home-boom__item p {
  font-size: clamp(1rem, 1.7vw, 2.5rem);
}

.home_case_study_img {
  float: right;
  width: 50%;
  margin: 6px 0 18px 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-casestudy__chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}

.home-casestudy__chart img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: 1px solid #dde4ec;
  border-radius: 4px;
}

.home-casestudy__link {

  font-weight: 600;
  color: var(--hiperlink);
  text-decoration: none;
  text-underline-offset: 3px;
  text-align: center;
}

.home-casestudy__body {

  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

@media (max-width: 900px) {
  .home_case_study_img {
    float: none;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

/* ─────────────────────────────────────────────
   SECTION 7 — COMMUNITY IMPACT
───────────────────────────────────────────── */
.home-community {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.home-community__row {
  display: flex;
  gap: 2rem;
  /* padding: 0 0 0 7rem; */
}

.home-community__row>img {
  /* height: 400px; */
  width: 40%;
  box-shadow: 1px 1px 30px grey;
}

.home-community__row--reverse {
  display: flex;
  margin: 1rem 0;
  gap: 2rem;
  /* padding: 0 7rem 0 0; */
}

.home-community__row--reverse>img {
  /* height: 400px; */
  width: 40%;
  box-shadow: 1px 1px 30px grey;
}

@media (max-width: 930px) {
  .home-community__row {
    flex-direction: column;
  }

  .home-community__row>img {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 100%;
  }
  
  .home-community__row--reverse {
    flex-direction: column-reverse;
  }
  
  .home-community__row--reverse>img {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 100%;
  }
}


.home-community__bullets,
.home-community__copy,
.home-community__quote-col {
  width: 100%;
}

.home-service-bullets li div {
  line-height: 1.5;
}

.home-community__copy p,
.home-community__quote-col p {
  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 0.9rem;
  /* margin-bottom: 1.5rem; */
  /* gap: 0.8rem; */
}

.home-service-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.home-service-bullets li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
  color: #2e2e2e;
  line-height: 1.6;
}

.home-service-bullets__icon {
  width: 25px;
  height: 25px;
  margin-top: 0.2rem;
  object-fit: contain;
}

.home-community__blockquote {
  margin: 1rem 0 0;
  padding: 0;
  border: none;
}

.home-community__blockquote p {
  font-style: italic;
  font-weight: 700;
  color: #2f5b86 !important;

  margin: 0 0 1rem;
}

.home-community__blockquote footer {
  font-weight: 600;
  color: #2e2e2e;
  text-align: right;
}


/* ─────────────────────────────────────────────
   SECTION 8 — NEED FURTHER INCENTIVE
───────────────────────────────────────────── */
.home-incentive {
  margin: 0 auto;
}

.home-incentive__title {
  font-weight: 800;
  color: var(--highlight);
  margin: 0 0 0.9rem;
}

.home-incentive p {
  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

.home-incentive__highlight {
  color: var(--highlight);
  font-weight: 800;
  text-decoration: none;
}

/* ─────────────────────────────────────────────
   SECTION 9 — PRIVATE PAY SLIDER CARD
───────────────────────────────────────────── */

/* --- Main Section Container --- */
.home-revenue-slider-section {
  background: var(--background);
  padding: 0 2rem;
}

.home-revenue-slider {
  max-width: 96%;
  margin: 0 auto;
}

/* --- The Card --- */
.home-revenue-card {
  position: relative;
  padding: clamp(24px, 5vw, 48px);
  color: #ffffff;
}

/* --- Viewport & Transitions --- */
.home-revenue-card__viewport {
  position: relative;
  overflow: hidden;
  transition: height 320ms cubic-bezier(0.4, 0, 0.2, 1);
  touch-action: pan-y;
}

/* --- Slide Logic --- */
.home-revenue-card__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms;
  pointer-events: none;
}

/* Override the [hidden] attribute to allow for transitions */
.home-revenue-card__slide[hidden] {
  display: block !important;
}

.home-revenue-card__slide--active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

/* --- Typography --- */
.home-revenue-card__title {
  font-weight: 800;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-revenue-card__slide h3 {
  color: #fff;
}

.home-revenue-card p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.2rem;
}

/* --- Navigation Arrows --- */
.home-revenue-card__nav {
  position: absolute;
  top: 50%;
  left: -30px;
  /* Adjusted to sit outside card */
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 60px);
  pointer-events: none;
  z-index: 20;
}

.nav-btn {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #2f5b86;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 200ms ease, background 200ms ease;
}

.nav-btn:hover {
  transform: scale(1.1);
  background: #f0f0f0;
}


@media (max-width: 768px) {

  /* Hide arrows completely on mobile */
  .home-revenue-card__nav {
    display: none;
  }

  /* Reduce card padding so it doesn't look too small on phones */
  .home-revenue-card {
    padding: 20px 15px;
    border-radius: 8px;
  }

  /* Increase dot size slightly for easier tapping (Accessibility) */
  .home-revenue-card__dot {
    width: 14px;
    height: 14px;
  }
}


/* --- Pagination Dots --- */
.home-revenue-card__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.home-revenue-card__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 250ms ease;
}

.home-revenue-card__dot--active {
  background: #ffffff;
  transform: scale(1.3);
}

/* Utility to clear floats */
.home-revenue-card__slide::after {
  content: "";
  display: table;
  clear: both;
}

.home-revenue-card__split {
  margin-top: 1.5rem;
}

.home-revenue-card__media {
  float: left;
  width: 35%;
  margin-right: 1rem;
}

/* Responsive fix */
@media (max-width: 768px) {
  .home-revenue-card__media {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.home-revenue-card__media iframe {
  width: 100%;
  height: 280px;
  border-radius: 14px;
  border: 0;
  display: block;
}

.home-revenue-card__copy {
  min-width: 0;
}

.home-revenue-card__link {
  color: #ffffff;
  text-decoration: underline;
}

.home-revenue-card__link:hover {
  opacity: 0.9;
}

@media (max-width: 980px) {
  .home-revenue-card__split {
    grid-template-columns: 1fr;
  }

  .home-revenue-card__media iframe {
    height: 220px;
  }
}

/* ─────────────────────────────────────────────
   SECTION 10 — SCENARIOS INTRO + MY STORY
───────────────────────────────────────────── */
.home-story-intro {
  margin: 0 auto;
}

.home_intro_img {
  float: right;
  width: 25vw;
  margin: 6px 0 18px 22px;
  padding: 0;
}

.home_intro_img_sec {
  float: left;
  width: 25vw;
  padding: 0;
  margin-right: 1rem;
}

.home-story-intro__centered {
  line-height: 1.65;
  color: #2e2e2e;
  margin: 0;
}

.home-story__row_first {
  display: flex;
  gap: 1rem
}

.home-story__title {
  font-weight: 900;
  color: var(--highlight);
  margin: 0 0 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-story__row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: start;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
}

.home-story__media {
  width: 80%;
}


.home-story__copy p,
.home-story>p {

  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

/* ─────────────────────────────────────────────
   SECTION 11 — KEY FUNDAMENTALS (DARK BG)
───────────────────────────────────────────── */
.home-fundamentals {
  background: var(--background);
  color: #ffffff;
  padding: 1rem;
}

.home-fundamentals__title {

  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0 auto clamp(1.2rem, 2vw, 2rem);
}

.home-fundamentals__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 0 auto;
}

.home-fundamentals__video {
  width: 100%;
}

.home-fundamentals__video iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 12 / 6;
  border: none;
  border-radius: 4px;
  display: block;
}

.home-fundamentals__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  width: 100%;
}

.home-fundamentals__list li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 0.8rem;

  color: rgba(255, 255, 255, 0.93);
  line-height: 1.6;
}

.home-fundamentals__icon {
  width: 28px;
  height: 28px;
  margin-top: 0.2rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  object-fit: contain;
}

/* ─────────────────────────────────────────────
   SECTION 12 — CONTROLLED GROWTH
───────────────────────────────────────────── */
.home-growth {
  margin: 0 auto;
}

.home-growth__title {
  font-weight: 800;
  color: #2f5b86;
  margin: 0 0 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-growth p {
  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

/* ─────────────────────────────────────────────
   SECTION 13 — TESTIMONIALS 3 CARDS (DARK BG)
───────────────────────────────────────────── */
.home-testimonials {
  background: var(--background);
  padding: 1rem;
}

.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  margin: 0 auto;
}

.home-testimonials__card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-testimonials__card p {
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  font-style: italic;
  flex: 1;
}

.home-testimonials__card footer {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.home-testimonials__card footer strong {
  color: #ffffff;
  font-weight: 700;
  display: block;
}

/* ─────────────────────────────────────────────
   SECTION 14 — IMPORTANT WARNING (LIGHT PINK)
───────────────────────────────────────────── */
.home-important {
  margin: 0 auto;
}

.home-important__box {
  background: #fdf0ee;
  border: 1px solid #f5c6bc;
  border-radius: 8px;
  padding: clamp(18px, 2.5vw, 30px) clamp(20px, 3vw, 34px);
}

.home-important__heading {
  font-weight: 800;
  color: #1b2430;
  margin: 0 0 0.9rem;
  letter-spacing: 0.04em;
}

.home-important__box p {
  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 0.9rem;
}

.home-important__box p:last-child {
  margin-bottom: 0;
}

.home-important__highlight {
  color: #c0392b;
  font-weight: 700;
}

/* ─────────────────────────────────────────────
   SECTION 15 — JOEL PITCH + REMEMBER BOX
───────────────────────────────────────────── */
.home-pitch {
  margin: 0 auto;
}

.home-pitch__inner {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 70% 28%;
  align-items: start;
  gap: clamp(1rem, 2vw, 2rem);
}

.home-pitch__inner p {
  line-height: 1.3 !important;
}

.home-pitch__sidebar {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  width: 100%;
  margin: 0;
}

.home-pitch__copy p {
  line-height: 1.65;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

.home-pitch__photo-wrap {
  position: relative;
  margin-bottom: 0;
}

.home-pitch__photo-wrap img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.home-pitch__photo-caption {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  color: #ffffff;
  line-height: 1.4;
  border-radius: 0 0 4px 4px;
}

.home-pitch__photo-caption strong {
  font-weight: 800;
  display: block;
}

.home-pitch__remember {
  border: 1px solid #f5c6bc;
  background: #fdf0ee;
  border-radius: 6px;
  padding: 14px 18px;
  /* text-align: center; */
  margin: 0 0 0 0;
}

.home-pitch__remember-title {
  font-weight: 800;
  color: #000;
  margin: 0 0 0.6rem;
  letter-spacing: 0.04em;
}

.home-pitch__remember p {
  line-height: 1.45;
  color: #000;
  margin: 0;
}

@media (max-width: 980px) {
  .home-pitch__remember {
    margin: 1rem 0 0 0;
  }

  .home-pitch__inner {
    grid-template-columns: 1fr;
  }

  .home-pitch__sidebar {
    width: 100%;
  }
}

/* ─────────────────────────────────────────────
   SECTION 16 — EBOOK BUY BOX (DARK BG)
───────────────────────────────────────────── */
.home-buybox {
  background: var(--background);
  padding: 1rem;
}

.home-buybox__inner {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: 0 auto;
}

.home-buybox__cover {
  width: 100%;
  background-color: white;
  border-radius: 5px;
}

.home-buybox__cover img {
  width: 100%;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.home-buybox__content p {
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.8rem;
  text-align: center;
}

.home-buybox__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home-buybox__price {
  font-weight: 800;
  color: #ffffff !important;
  text-align: center;
  margin: 1rem 0 !important;
}

.home-buybox__cta {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.85rem 2rem;
  border-radius: 5px;
  text-align: center;
  transition: background 150ms ease;
}

.home-buybox__cta img{
  border-radius: 1.2rem;
}
.home-buybox__cta img:hover {
    transition: all 0.3s ease;
    background-color: transparent;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0);
    transform: translateY(-3px);
}

.home-signature img {
  height: 2.5rem;
}

/* ─────────────────────────────────────────────
   SECTION 17 — SIGNATURE
───────────────────────────────────────────── */
.home-signature {
  margin: 0 auto;
  text-align: center;
}

.home-signature p {
  color: #2e2e2e;
  margin: 0 0 0.4rem;
}

.home-signature__name {
  color: #1b2430 !important;
  font-weight: 400 !important;
  margin: 0 0 0.8rem !important;
}

.home-signature__ps {
  color: #2e2e2e !important;
  max-width: 1080px;
  margin: 0 auto !important;
}

/* ─────────────────────────────────────────────
   SECTION 18 — RICHARD TESTIMONIAL LONG
───────────────────────────────────────────── */
.home-testimonial-long {
  margin: 0 auto;
}

.home-testimonial-long__card {
  position: relative;
  border: 1.5px solid #b3cde0;
  border-radius: 8px;
  padding: clamp(20px, 3vw, 34px) clamp(22px, 3.5vw, 40px);
  background: #ffffff;
  overflow: hidden;
}

.home-testimonial-long__viewport {
  position: relative;
  transition: height 320ms ease;
  padding: 0 2rem;
}

.home-testimonial-long__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 260ms ease, transform 320ms ease;
  pointer-events: none;
}

.home-testimonial-long__slide[hidden] {
  display: block;
}

.home-testimonial-long__slide--active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.home-testimonial-long__card p {
  line-height: 1.65;
  color: #2f5b86;
  margin: 0 0 0.9rem;
}

.home-testimonial-long__card p:last-of-type {
  margin-bottom: 0;
}

.home-testimonial-long__thanks {
  color: #2f5b86 !important;
  font-style: italic;
  margin-top: 1rem !important;
}

.home-testimonial-long__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 1.4rem;
}

.home-testimonial-long__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b3cde0;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.home-testimonial-long__dot--active {
  background: #2f5b86;
}

.home-testimonial-long__dot:hover,
.home-testimonial-long__dot:focus-visible {
  background: #6c97bb;
  transform: scale(1.15);
  outline: none;
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #ffffff;
  color: #2f5b86;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.50);
  transition: transform 200ms ease, background 200ms ease;
  z-index: 5;
}

/* Hover */
.testimonial-nav:hover {
  background: #e0e0e0;
  transform: translateY(-50%) scale(1.05);
}

.testimonial-nav--prev {
  left: 10px;
}

.testimonial-nav--next {
  right: 10px;
}

@media (max-width: 600px) {
  .testimonial-nav {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .testimonial-nav--prev {
    left: 6px;
  }

  .testimonial-nav--next {
    right: 6px;
  }
}

@media (max-width: 768px) {

  /* Hide arrows on mobile */
  .home-testimonial-long__nav {
    display: none;
  }

  /* Improve spacing for mobile */
  .home-testimonial-long__card {
    padding: 20px 15px;
  }

  /* Bigger dots for touch */
  .home-testimonial-long__dot {
    width: 14px;
    height: 14px;
  }
}

/* ─────────────────────────────────────────────
   SECTION 19 — EMAIL TESTIMONIALS GRID
───────────────────────────────────────────── */
.home-email-testimonials {
  margin: 0 auto;
}

.home-email-testimonials__heading {
  font-weight: 700;
  color: #1b2430;
  margin: 0 0 1rem;
}

.home-email-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
  border: 1px solid #dde4ec;
  border-radius: 6px;
  padding: 1rem;
}

.home-email-testimonials__item {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-email-testimonials__item:hover,
.home-email-testimonials__item:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.home-email-testimonials__item img {
  width: 100%;
  display: block;
  border: 1px solid #e4eaf0;
  border-radius: 3px;
}

.home-email-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.home-email-lightbox[hidden] {
  display: none;
}

.home-email-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(9, 18, 29, 0.72);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.home-email-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100vh - 48px);
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.home-email-lightbox__image {
  width: 100%;
  max-height: calc(100vh - 100px);
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.home-email-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(9, 18, 29, 0.78);
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
}

/* ─────────────────────────────────────────────
   RESPONSIVE BREAKPOINTS
───────────────────────────────────────────── */
@media (max-width: 1200px) {
  .home-boom__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  }

  .home-fundamentals__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .home-email-testimonials__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-boom {
    padding-inline: 22px;
  }

  .home-casestudy__split,
  .home-ebook-hero__inner,
  .home-pitch__inner,
  .home-buybox__inner,
  .home-fundamentals__inner {
    grid-template-columns: 1fr;
  }

  .home-testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }

  .home-email-testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .home-casestudy__split {
    gap: 1.5rem;
  }
}

@media (max-width: 820px) {
  .home-boom__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .home-boom__copy {
    max-width: 100%;
  }

  .home-boom__title {
    max-width: 18ch;
    margin-inline: auto;
  }

  .home-boom__media {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }

  .home-video-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .home-video-wrapper iframe {
    order: -1;
  }

  .home-video-content {
    text-align: center;
  }

  .home-ebook-hero {
    padding: 14px 12px;
  }

  .home-ebook-hero__container {
    padding: 0;
    gap: 12px;
  }

  .home-ebook-hero__photo {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .home-boom {
    padding-inline: 16px;
  }

  .home-boom__title {
    max-width: none;
    margin-bottom: 1.1rem;
  }

  .home-boom__item {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 0.65rem;
  }

  .home-boom__icon {
    width: 16px;
    height: 16px;
    margin-top: 0.22rem;
  }

  .home-boom__item p {
    line-height: 1.4;
  }

  .home-video-section {
    padding-inline: 18px;
  }

  .home-testimonials {
    padding-inline: 18px;
  }

  .home-email-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .home-boom {
    padding: 22px 14px 28px;
  }

  .home-boom__inner {
    gap: 1.1rem;
  }

  .home-boom__list {
    gap: 0.95rem;
  }

  .home-buybox__inner {
    grid-template-columns: 1fr;
  }

  .home-buybox__cover {
    max-width: 160px;
    margin: 0 auto;
  }

  .home-email-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-ebook-hero__inner {
    grid-template-columns: 1fr;
  }
}