/* 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-phone--live .al-lp-wa-prev-status {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.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;
}

/* Growth — live scrolling WhatsApp preview */
.al-lp-wa-prev-phone--live .al-lp-wa-prev-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #86efac;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.al-lp-wa-prev-phone--live .al-lp-wa-prev-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: al-lp-wa-prev-pulse 2s ease-out infinite;
}

@keyframes al-lp-wa-prev-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.al-lp-wa-prev-chat--live {
  position: relative;
  min-height: 300px;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 14px 12px 44px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.al-lp-wa-prev-chat--live::-webkit-scrollbar {
  display: none;
}

.al-lp-wa-prev-chat-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.al-lp-wa-prev-bubble--static {
  animation: none;
  opacity: 1;
  transform: none;
}

.al-lp-wa-prev-typing {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #202c33;
}

.al-lp-wa-prev-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8696a0;
  animation: al-lp-wa-prev-typing 1.2s ease-in-out infinite;
}

.al-lp-wa-prev-typing span:nth-child(2) { animation-delay: 0.15s; }
.al-lp-wa-prev-typing span:nth-child(3) { animation-delay: 0.3s; }

@keyframes al-lp-wa-prev-typing {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
  40% { transform: translateY(-3px); opacity: 1; }
}

/* 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;
}

/* Growth WhatsApp lead page — simplified benefit cards + preview highlights */
body.al-lp-page--wa-lead .al-lp-comm-grid {
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 768px) {
  body.al-lp-page--wa-lead .al-lp-comm-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

body.al-lp-page--wa-lead .al-lp-comm-item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 108px;
  padding: 22px 16px;
}

body.al-lp-page--wa-lead .al-lp-comm-check {
  display: none;
}

.al-lp-wa-prev-highlights {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.al-lp-wa-prev-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.al-lp-wa-prev-highlights li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.18);
  color: #86efac;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.al-lp-comm-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
}

/* Growth hero collage */
.al-lp-hero-visual--growth-collage .al-lp-hero-collage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto auto;
  gap: 10px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.al-lp-hero-collage__zoom {
  position: relative;
  grid-column: 1 / -1;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f172a;
  min-height: 180px;
}

.al-lp-hero-collage__zoom-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
}

.al-lp-hero-collage__badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #f8fafc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.al-lp-hero-collage__wa {
  border-radius: 14px;
  background: #0b141a;
  border: 1px solid rgba(37, 211, 102, 0.25);
  padding: 10px;
  min-height: 150px;
}

.al-lp-hero-collage__wa-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #86efac;
}

.al-lp-hero-collage__wa-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}

.al-lp-hero-collage__wa-chat {
  display: grid;
  gap: 6px;
}

.al-lp-hero-collage__bubble {
  max-width: 92%;
  padding: 8px 10px;
  border-radius: 10px 10px 10px 4px;
  background: rgba(30, 41, 59, 0.95);
  color: #e2e8f0;
  font-size: 11px;
  line-height: 1.4;
}

.al-lp-hero-collage__bubble--member {
  margin-left: auto;
  border-radius: 10px 10px 4px 10px;
  background: rgba(20, 83, 45, 0.55);
}

.al-lp-hero-collage__dash {
  border-radius: 14px;
  padding: 14px 12px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(15, 23, 42, 0.9));
  border: 1px solid rgba(96, 165, 250, 0.25);
  display: grid;
  gap: 4px;
}

.al-lp-hero-collage__dash-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.al-lp-hero-collage__dash-tags {
  font-size: 12px;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.35;
}

.al-lp-wa-prev-phone--screenshot .al-lp-wa-prev-screenshot-wrap {
  border-radius: 28px;
  overflow: hidden;
  border: 3px solid #1e293b;
  background: #0b141a;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.al-lp-wa-prev-screenshot {
  display: block;
  width: 100%;
  height: auto;
}

/* Trust strip */
.al-lp-trust-sec {
  padding: clamp(36px, 6vw, 56px) 0;
  background: #fff;
  border-top: 1px solid var(--al-gray-100);
  border-bottom: 1px solid var(--al-gray-100);
}

.al-lp-trust-heading {
  margin: 0 auto 22px;
  max-width: 40rem;
  text-align: center;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
  color: var(--al-gray-900);
}

.al-lp-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 900px;
  margin-inline: auto;
}

@media (min-width: 640px) {
  .al-lp-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

.al-lp-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--al-gray-50);
  border: 1px solid var(--al-gray-100);
  font-size: 14px;
  font-weight: 700;
  color: var(--al-gray-800);
  text-align: left;
}

.al-lp-trust-icon {
  font-size: 20px;
  line-height: 1;
}
