

/* ECOMCLOUD MOBILE WORDING PATCH START */
@media (max-width: 767px) {
  /* Keeps the first headline from hiding behind the sticky mobile header */
  .hero,
  .ec-hero,
  section.hero,
  .hero-section {
    padding-top: 118px !important;
  }

  .hero-grid,
  .ec-hero-grid,
  .hero .container,
  .hero-inner {
    padding-top: 0 !important;
  }

  .hero-title,
  .hero h1,
  .ec-hero h1,
  h1.hero-heading {
    font-size: clamp(2.15rem, 10vw, 3.15rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
  }

  .hero-copy,
  .hero p,
  .ec-hero p {
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
  }

  .hero-badges,
  .proof-pills,
  .trust-pills,
  .mobile-proof-list {
    gap: 12px !important;
  }

  .hero-badges > *,
  .proof-pills > *,
  .trust-pills > *,
  .mobile-proof-list > * {
    min-height: 58px !important;
  }
}
/* ECOMCLOUD MOBILE WORDING PATCH END */

