/* Growth landing — mobile-first responsive (growth.afripaystudio.com) */

/* —— Hero: image-only column —— */
body.al-lp-page--growth .al-lp-hero {
  padding-top: calc(clamp(20px, 4vw, 32px) + env(safe-area-inset-top, 0px));
  padding-bottom: clamp(20px, 4vw, 32px);
}

body.al-lp-page--growth .al-lp-hero-visual {
  min-height: auto;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

body.al-lp-page--growth .al-lp-hero-scene {
  min-height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

body.al-lp-page--growth .al-lp-hero-composite {
  display: block;
  width: 100%;
  max-width: 100% !important;
  max-height: none !important;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.32);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

/* —— Mobile + tablet hero order: title/bullets → image → CTA —— */
@media (max-width: 1023px) {
  body.al-lp-page--growth .al-lp-hero-grid--with-visual {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 4vw, 22px);
    align-items: stretch;
  }

  body.al-lp-page--growth .al-lp-hero-copy {
    display: contents;
  }

  body.al-lp-page--growth .al-lp-hero-copy-top {
    order: 1;
    text-align: center;
  }

  body.al-lp-page--growth .al-lp-hero-visual {
    order: 2;
    padding: 0 2px;
  }

  body.al-lp-page--growth .al-lp-hero-cta--stacked {
    order: 3;
    width: 100%;
    max-width: 24rem;
    margin: 4px auto 0;
    min-height: 52px;
    padding: 12px 16px;
  }

  body.al-lp-page--growth .al-lp-pill {
    margin-bottom: 12px;
    font-size: 11px;
    padding: 6px 12px;
  }

  body.al-lp-page--growth .al-lp-hero-title {
    font-size: clamp(1.45rem, 5.8vw, 2.05rem);
    line-height: 1.1;
    margin-bottom: 12px;
  }

  body.al-lp-page--growth .al-lp-lead {
    font-size: clamp(0.9rem, 3.4vw, 1.02rem);
    line-height: 1.55;
    margin-bottom: 16px;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  body.al-lp-page--growth .al-lp-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: clamp(0.78rem, 3vw, 0.9rem);
    max-width: 100%;
    margin: 0 auto 4px;
    text-align: left;
  }

  body.al-lp-page--growth .al-lp-checks li::before {
    width: 16px;
    height: 16px;
    background-size: 10px;
    margin-top: 2px;
  }

  body.al-lp-page--growth .al-lp-btn-hero-main {
    font-size: clamp(0.9rem, 3.4vw, 1rem);
  }

  body.al-lp-page--growth .al-lp-btn-hero-sub {
    font-size: clamp(0.72rem, 2.8vw, 0.82rem);
  }

  body.al-lp-page--growth .al-lp-hero-composite {
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    margin: 0 auto;
  }

  body.al-lp-page--growth .al-lp-wrap {
    padding-left: max(14px, env(safe-area-inset-left, 0px));
    padding-right: max(14px, env(safe-area-inset-right, 0px));
  }

  body.al-lp-page--growth .al-lp-comm-sec,
  body.al-lp-page--growth .al-lp-wa-prev-sec,
  body.al-lp-page--growth .al-lp-aud-sec,
  body.al-lp-page--growth .al-lp-trust-sec,
  body.al-lp-page--growth .al-lp-faq-sec,
  body.al-lp-page--growth .al-lp-final-cta {
    padding-top: clamp(36px, 8vw, 48px);
    padding-bottom: clamp(36px, 8vw, 48px);
  }

  body.al-lp-page--growth .al-lp-comm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.al-lp-page--growth .al-lp-comm-item {
    min-height: 84px;
    padding: 14px 10px;
    font-size: clamp(0.78rem, 3vw, 0.88rem);
  }

  body.al-lp-page--growth .al-lp-wa-prev-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  body.al-lp-page--growth .al-lp-aud-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 100%;
  }

  body.al-lp-page--growth .al-lp-aud-card {
    padding: 16px 14px;
    border-radius: 18px;
  }

  body.al-lp-page--growth .al-lp-aud-card-title {
    font-size: clamp(0.82rem, 3vw, 0.95rem);
  }

  body.al-lp-page--growth .al-lp-final-panel {
    text-align: center;
  }

  body.al-lp-page--growth .al-lp-final-btn {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }

  body.al-lp-page--growth.al-lp-has-sticky-wa {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 600px) {
  body.al-lp-page--growth .al-lp-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  body.al-lp-page--growth .al-lp-aud-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 639px) {
  body.al-lp-page--growth .al-lp-aud-grid {
    grid-template-columns: 1fr;
  }

  body.al-lp-page--growth .al-lp-wa-prev-visual--dual {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  body.al-lp-page--growth .al-lp-wa-prev-training {
    min-height: 180px;
  }
}

@media (max-width: 360px) {
  body.al-lp-page--growth .al-lp-checks {
    grid-template-columns: 1fr;
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  body.al-lp-page--growth .al-lp-wa-prev-highlights {
    grid-template-columns: 1fr;
  }
}

/* Desktop — standard two-column hero (copy + CTA left, image right) */
@media (min-width: 1024px) {
  body.al-lp-page--growth .al-lp-hero-grid--with-visual {
    align-items: center;
  }

  body.al-lp-page--growth .al-lp-hero-composite {
    max-width: min(100%, 420px);
    margin-left: auto;
    margin-right: 0;
  }
}
