/**
 * Homepage spacing & polish – index.php only
 */

.page-home {
  padding-bottom: 0;
}

/* Smooth handoff from last homepage section into footer */
.page-home main > .iptv-faq.section {
  padding-bottom: clamp(60px, 5vw, 80px);
}

.page-home .home-section-head {
  margin-bottom: var(--section-head-mb, clamp(36px, 5vw, 48px));
}

.page-home .home-pricing__grid {
  gap: clamp(16px, 2.5vw, 22px);
}

.page-home .home-features .row.g-4 {
  --bs-gutter-y: 1.25rem;
}

@media (max-width: 767.98px) {
  .page-home main {
    padding-bottom: 0;
  }

  .page-home .floating-contact {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .page-home .back-to-top-wrapper.back-to-top-btn-show {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px) + 68px);
  }
}
