/* FREE Funnel Starter Blueprint — gift.afripayfunnels.com */

.al-lp-bp-sec {
  position: relative;
  padding: clamp(48px, 7vw, 88px) 0;
  background: linear-gradient(105deg, #4c1d95 0%, #312e81 45%, #020617 100%);
  color: #fff;
  overflow: hidden;
}

.al-lp-bp-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(250, 204, 21, 0.12), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(34, 197, 94, 0.1), transparent 40%);
  pointer-events: none;
}

.al-lp-bp-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

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

.al-lp-bp-pill {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #facc15;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.al-lp-bp-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.08;
}

.al-lp-bp-lead {
  margin: 18px 0 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: #cbd5e1;
  max-width: 560px;
}

.al-lp-bp-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

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

.al-lp-bp-benefit {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.al-lp-bp-mobile-cta--inline {
  display: none;
}

@media (max-width: 991px) {
  .al-lp-bp-mobile-cta--inline {
    display: inline-flex;
    margin-top: 24px;
    padding: 14px 22px;
    border-radius: 14px;
    background: #22c55e;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
  }
}

.al-lp-bp-form-card {
  background: #fff;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 32px);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.35);
  color: #0f172a;
}

.al-lp-bp-form-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #0f172a;
}

.al-lp-bp-form-sub {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: #64748b;
}

.al-lp-bp-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.al-lp-bp-field input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  font: inherit;
  font-size: 15px;
  color: #0f172a;
  background: #fff;
}

.al-lp-bp-field input:focus {
  outline: 2px solid #7c3aed;
  outline-offset: 1px;
  border-color: #7c3aed;
}

.al-lp-bp-submit {
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 14px;
  background: #6d28d9;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.al-lp-bp-submit:hover {
  background: #5b21b6;
}

.al-lp-bp-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.al-lp-bp-submit--green {
  background: #22c55e;
}

.al-lp-bp-submit--green:hover {
  background: #16a34a;
}

.al-lp-bp-error {
  margin: 0;
  font-size: 13px;
  color: #b91c1c;
}

.al-lp-bp-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.al-lp-bp-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.al-lp-bp-thanks {
  text-align: center;
  padding: 12px 0 4px;
}

.al-lp-bp-thanks-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  font-size: 28px;
  font-weight: 800;
  line-height: 56px;
}

.al-lp-bp-thanks-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #334155;
}

.al-lp-bp-thanks-link {
  display: inline-flex;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #22c55e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* Exit intent */
.al-lp-bp-exit {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.al-lp-bp-exit[hidden] {
  display: none !important;
}

.al-lp-bp-exit-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.al-lp-bp-exit-dialog {
  position: relative;
  width: min(480px, 100%);
  max-height: min(90vh, 640px);
  overflow: auto;
  padding: 28px 24px 24px;
  border-radius: 24px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.al-lp-bp-exit-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
}

.al-lp-bp-exit-emoji {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 8px;
}

.al-lp-bp-exit-title {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}

.al-lp-bp-exit-text {
  margin: 12px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
}

.al-lp-bp-form--exit {
  margin-top: 20px;
}

body.al-lp-bp-modal-open {
  overflow: hidden;
}

/* Mobile fixed download bar */
.al-lp-bp-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 118;
  display: block;
  width: 100%;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
  border: 0;
  border-top: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.12);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  cursor: pointer;
}

.al-lp-bp-mobile-bar[hidden] {
  display: none !important;
}

@media (min-width: 992px) {
  .al-lp-bp-mobile-bar {
    display: none !important;
  }
}

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

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

body.al-lp-has-blueprint-mobile.al-lp-has-sticky-wa .al-lp-sticky-wa.is-visible {
  bottom: calc(68px + env(safe-area-inset-bottom, 0px));
}
