/* Who is Afripay for — audience grid (gift.afripayfunnels.com) */

.al-lp-aud-sec {
  position: relative;
  padding: clamp(56px, 8vw, 96px) 0;
  background: #010612;
  color: #f8fafc;
  overflow: hidden;
}

.al-lp-aud-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
}

.al-lp-aud-glow--purple {
  top: -100px;
  left: 50%;
  width: min(700px, 92vw);
  height: min(700px, 92vw);
  transform: translateX(-50%);
  background: rgba(147, 51, 234, 0.12);
}

.al-lp-aud-glow--green {
  right: -60px;
  bottom: -60px;
  width: min(500px, 70vw);
  height: min(500px, 70vw);
  background: rgba(34, 197, 94, 0.1);
}

.al-lp-aud-wrap {
  position: relative;
  z-index: 1;
}

.al-lp-aud-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto clamp(40px, 6vw, 72px);
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.al-lp-aud-head.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.al-lp-aud-eyebrow {
  display: inline-flex;
  margin: 0;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(74, 222, 128, 0.35);
  color: #4ade80;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.al-lp-aud-title {
  margin: 20px 0 0;
  font-size: clamp(1.85rem, 4.5vw, 3.25rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
}

.al-lp-aud-title-accent {
  display: block;
  margin-top: 0.12em;
  background: linear-gradient(90deg, #4ade80, #facc15, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.al-lp-aud-lead {
  margin: 18px auto 0;
  max-width: 760px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #94a3b8;
}

.al-lp-aud-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

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

@media (min-width: 992px) {
  .al-lp-aud-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .al-lp-aud-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.al-lp-aud-card {
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid #1e293b;
  border-radius: 24px;
  padding: 22px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  opacity: 0;
  transform: translateY(24px);
}

.al-lp-aud-card.is-inview {
  animation: al-lp-aud-card-in 0.55s ease forwards;
  animation-delay: var(--al-lp-aud-delay, 0s);
}

.al-lp-aud-card:hover {
  transform: translateY(-8px);
  border-color: rgba(74, 222, 128, 0.4);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.35);
}

.al-lp-aud-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #22c55e, #9333ea);
  color: #fff;
}

.al-lp-aud-card-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.al-lp-aud-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #94a3b8;
}

.al-lp-aud-types {
  margin-top: clamp(40px, 6vw, 72px);
  padding: clamp(24px, 4vw, 40px);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid #1e293b;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease 0.1s, transform 0.65s ease 0.1s;
}

.al-lp-aud-types.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.al-lp-aud-types-head {
  text-align: center;
  margin-bottom: 24px;
}

.al-lp-aud-types-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #fff;
}

.al-lp-aud-types-lead {
  margin: 12px auto 0;
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.6;
  color: #94a3b8;
}

.al-lp-aud-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

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

@media (min-width: 992px) {
  .al-lp-aud-types-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.al-lp-aud-type-pill {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #1e293b;
  background: #020617;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.al-lp-aud-type-pill:hover {
  border-color: rgba(74, 222, 128, 0.45);
  color: #fff;
}

.al-lp-aud-cta {
  margin-top: clamp(40px, 6vw, 72px);
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.al-lp-aud-cta.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.al-lp-aud-cta-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.al-lp-aud-cta-text {
  margin: 16px auto 0;
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #94a3b8;
}

.al-lp-aud-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 16px 28px;
  border-radius: 16px;
  background: linear-gradient(90deg, #22c55e, #9333ea);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(34, 197, 94, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.al-lp-aud-cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 18px 42px rgba(147, 51, 234, 0.28);
  color: #fff;
}

@keyframes al-lp-aud-card-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .al-lp-aud-head,
  .al-lp-aud-types,
  .al-lp-aud-cta,
  .al-lp-aud-card {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
