/* Community + WhatsApp preview + mid-page CTAs — gift.afripayfunnels.com */

.al-lp-comm-sec {
  padding: clamp(48px, 7vw, 80px) 0;
  background: var(--al-gray-50);
}

.al-lp-comm-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.al-lp-comm-lead {
  margin: 16px 0 0;
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--al-gray-700);
  line-height: 1.65;
}

.al-lp-comm-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .al-lp-comm-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.al-lp-comm-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--al-white);
  border: 1px solid var(--al-gray-100);
  box-shadow: var(--al-shadow);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--al-gray-900);
}

.al-lp-comm-check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.al-lp-comm-action {
  margin-top: 32px;
  text-align: center;
}

.al-lp-comm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.al-lp-comm-btn:hover {
  transform: translateY(-1px);
  background: #1ebe57;
}

.al-lp-comm-btn-icon {
  display: flex;
}

/* WhatsApp preview */
.al-lp-wa-prev-sec {
  padding: clamp(48px, 7vw, 88px) 0;
  background: linear-gradient(160deg, #0a1931 0%, #0c2744 55%, #061528 100%);
  color: #fff;
}

.al-lp-wa-prev-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 992px) {
  .al-lp-wa-prev-grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}

.al-lp-eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.al-lp-wa-prev-title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
}

.al-lp-wa-prev-lead {
  margin: 16px 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 480px;
}

.al-lp-wa-prev-btn {
  display: inline-flex;
  margin-top: 24px;
  padding: 14px 22px;
  border-radius: 12px;
  background: var(--al-yellow);
  color: #0a0a0a;
  font-weight: 800;
  text-decoration: none;
}

.al-lp-wa-prev-btn:hover {
  background: var(--al-yellow-hover);
}

.al-lp-wa-prev-phone {
  display: flex;
  justify-content: center;
}

.al-lp-wa-prev-device {
  width: min(100%, 320px);
  border-radius: 28px;
  overflow: hidden;
  background: #111b21;
  border: 3px solid #2a3942;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.al-lp-wa-prev-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #1f2c34;
  border-bottom: 1px solid #2a3942;
  font-size: 14px;
  font-weight: 700;
}

.al-lp-wa-prev-back {
  color: #8696a0;
  font-size: 22px;
  line-height: 1;
}

.al-lp-wa-prev-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.al-lp-wa-prev-group {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.al-lp-wa-prev-chat {
  min-height: 340px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 211, 102, 0.04), transparent 40%),
    #0b141a;
}

.al-lp-wa-prev-bubble {
  align-self: flex-start;
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 0 12px 12px 12px;
  background: #005c4b;
  color: #e9edef;
  font-size: 13px;
  line-height: 1.45;
  animation: al-lp-wa-bubble-in 0.5s ease both;
  animation-delay: var(--al-wa-delay, 0s);
}

.al-lp-wa-prev-bubble--member {
  align-self: flex-end;
  border-radius: 12px 0 12px 12px;
  background: #202c33;
}

@keyframes al-lp-wa-bubble-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.al-lp-wa-prev-input {
  padding: 12px 14px;
  background: #1f2c34;
  border-top: 1px solid #2a3942;
  color: #8696a0;
  font-size: 13px;
}

/* Mid-page CTA bands */
.al-lp-mid-cta {
  padding: clamp(36px, 5vw, 52px) 0;
  background: linear-gradient(90deg, #0e2a52 0%, #0a1931 100%);
  color: #fff;
}

.al-lp-mid-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .al-lp-mid-cta-inner {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }

  .al-lp-mid-cta-action {
    flex-shrink: 0;
    text-align: center;
  }
}

.al-lp-mid-cta-title {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
}

.al-lp-mid-cta-text {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}

.al-lp-mid-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  padding: 14px 22px;
  border-radius: 12px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
}

.al-lp-mid-cta-btn:hover {
  background: #1ebe57;
}

.al-lp-mid-cta-btn--blueprint {
  background: var(--al-yellow);
  color: #0a0a0a;
}

.al-lp-mid-cta-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.al-lp-btn-hero--blueprint-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--al-white);
}

.al-lp-btn-hero--blueprint-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.al-lp-bp-wa-banner {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
}

.al-lp-bp-wa-banner p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #e2e8f0;
}

.al-lp-bp-wa-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.al-lp-footer-cta {
  margin-top: 20px;
}

.al-lp-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}
