/* growth.afripaystudio.com — Business Launch Offer (WhatsApp conversion) */

/* Hero — light copy on dark navy background */
.al-lp-page--growth .al-lp-hero .al-lp-lead--secondary {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.al-lp-page--growth .al-lp-hero .al-lp-hero-cta-heading {
  margin: 1rem 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

@media (min-width: 1024px) {
  .al-lp-page--growth .al-lp-hero .al-lp-hero-cta-heading {
    text-align: left;
  }
}

.al-lp-page--growth .al-lp-hero .al-lp-checks--growth li {
  color: rgba(255, 255, 255, 0.95);
}

.al-lp-page--growth .al-lp-hero .al-lp-checks--growth li::before {
  content: "✅";
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  background: none;
  font-size: 0.95rem;
  line-height: 1.2;
}

.al-lp-page--growth .al-lp-btn-hero--primary {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  border-color: #15803d;
  color: #fff;
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.35);
}

.al-lp-page--growth .al-lp-btn-hero--primary .al-lp-btn-hero-sub {
  color: rgba(255, 255, 255, 0.88);
}

/* Desktop — hero image height matches text column */
@media (min-width: 1024px) {
  .al-lp-page--growth .al-lp-hero-grid--with-visual {
    align-items: stretch;
  }

  .al-lp-page--growth .al-lp-hero-visual {
    min-height: 100%;
    height: auto;
    align-self: stretch;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }

  .al-lp-page--growth .al-lp-hero-scene {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: stretch;
  }

  .al-lp-page--growth .al-lp-hero-scene__bg {
    display: none;
  }

  .al-lp-page--growth .al-lp-hero-composite {
    width: 100%;
    max-width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    min-height: 100%;
    margin: 0;
    border-radius: 14px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: auto;
  }
}

.al-lp-growth-section-lead {
  margin: 0.65rem auto 1.35rem;
  max-width: 42rem;
  text-align: center;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.55;
}

.al-lp-growth-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .al-lp-growth-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .al-lp-growth-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.al-lp-growth-card {
  padding: 1.15rem 1.1rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.al-lp-growth-card-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
}

.al-lp-growth-card-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #475569;
}

.al-lp-growth-learn-sec {
  background: #fff;
}

.al-lp-growth-included-sec {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.al-lp-growth-included-label {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #334155;
  text-align: center;
}

.al-lp-growth-included-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .al-lp-growth-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .al-lp-growth-included-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.al-lp-growth-included-item {
  padding: 0.95rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.al-lp-growth-included-title {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
}

.al-lp-growth-included-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #64748b;
}

.al-lp-growth-who-sec {
  background: #fff;
}

.al-lp-growth-who-list {
  display: grid;
  gap: 0.55rem;
  max-width: 36rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .al-lp-growth-who-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.al-lp-growth-who-list li {
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #334155;
}

.al-lp-growth-results-sec {
  background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

.al-lp-growth-results-list {
  display: grid;
  gap: 0.5rem;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .al-lp-growth-results-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.al-lp-growth-results-list li {
  padding: 0.6rem 0.2rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: #1e3a8a;
}

.al-lp-growth-bonus-sec {
  background: #fff;
}

.al-lp-growth-bonus-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .al-lp-growth-bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.al-lp-growth-bonus-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 0.94rem;
  font-weight: 600;
  color: #0f172a;
}

.al-lp-growth-bonus-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.al-lp-growth-why-sec {
  background: #0f172a;
  color: #fff;
}

.al-lp-growth-why-sec .al-lp-eyebrow {
  color: #93c5fd;
}

.al-lp-growth-why-sec .al-lp-h2 {
  color: #fff;
}

.al-lp-growth-why-wrap {
  max-width: 44rem;
  text-align: center;
}

.al-lp-growth-why-lead,
.al-lp-growth-why-closing {
  margin: 0.75rem 0 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.al-lp-growth-why-philosophy {
  margin: 1.1rem 0 0;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #fff;
}

.al-lp-growth-final-cta {
  background: #f1f5f9;
}

.al-lp-growth-final-cta .al-lp-final-panel {
  align-items: flex-start;
  background: linear-gradient(135deg, #0f2744 0%, #0c1d33 55%, #081526 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #fff;
}

.al-lp-growth-final-cta .al-lp-final-copy h2 {
  color: #fff;
}

.al-lp-growth-final-cta .al-lp-final-copy p {
  color: rgba(255, 255, 255, 0.9);
}

.al-lp-growth-final-perks {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.al-lp-growth-final-perks li {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.al-lp-growth-final-cta .al-lp-final-note {
  color: rgba(255, 255, 255, 0.72);
}

.al-lp-page--growth .al-lp-final-btn {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  border-color: #22c55e;
  color: #fff;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.32);
}

.al-lp-page--growth .al-lp-final-btn:hover {
  background: linear-gradient(135deg, #15803d 0%, #166534 100%);
  color: #fff;
}

.al-lp-footer--growth {
  text-align: center;
  background: #0b1220;
  color: #cbd5e1;
  padding-top: 2rem;
  padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
}

.al-lp-growth-footer-brand {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}

.al-lp-growth-footer-tagline {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  color: #93c5fd;
}

.al-lp-growth-footer-philosophy {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.al-lp-footer--growth .al-lp-footer-copy,
.al-lp-footer--growth .al-lp-footer-disclaimer {
  color: #64748b;
  font-size: 0.78rem;
}

.al-lp-page--growth .al-lp-sticky-wa {
  background: #16a34a;
}
