html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

img {
  content-visibility: auto;
}

section:not(:first-of-type) {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

@media (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-gradient {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-gradient h1 {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
    line-height: 1.08;
  }

  .hero-gradient p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-gradient .h-52 {
    height: 10rem;
  }

  .cta-button {
    display: block !important;
    width: 100%;
    min-height: 3.25rem;
    padding: .9rem 1rem;
    font-size: .9rem;
    line-height: 1.3;
  }

  .section-title {
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }

  section.py-12 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .price-card {
    padding: 1.25rem;
  }

  .animate-float,
  .animate-pulse-glow,
  .animate-pulse-slow {
    animation: none !important;
  }

  .gap-12 {
    gap: 2rem;
  }

  .mb-16 {
    margin-bottom: 2.5rem;
  }

  .mt-12 {
    margin-top: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
