/* offer.afripaystudio.com — post-webinar package selection & checkout */

.al-lp-page--offer .al-lp-lead--secondary {
  margin-top: 0.35rem;
  color: #334155;
  font-weight: 500;
}

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

/* Package cards */
.al-lp-offer-pkg-sec {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

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

.al-lp-offer-pkg-grid--three {
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .al-lp-offer-pkg-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

.al-lp-offer-pkg-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.35rem 1.2rem 1.4rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.al-lp-offer-pkg-card.is-featured {
  border-color: #2563eb;
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.16);
  transform: translateY(-2px);
}

.al-lp-offer-pkg-card.is-popular {
  border-color: #0f766e;
}

.al-lp-offer-pkg-badge {
  margin: 0;
  display: inline-block;
  align-self: flex-start;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.al-lp-offer-pkg-card.is-featured .al-lp-offer-pkg-badge {
  background: #2563eb;
  color: #fff;
}

.al-lp-offer-pkg-card.is-popular .al-lp-offer-pkg-badge {
  background: #ecfdf5;
  color: #047857;
}

.al-lp-offer-pkg-name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

.al-lp-offer-pkg-tagline {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.45;
}

.al-lp-offer-pkg-includes {
  flex: 1;
}

.al-lp-offer-pkg-prefix {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.al-lp-offer-pkg-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.al-lp-offer-pkg-list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #334155;
}

.al-lp-offer-pkg-list li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.82rem;
}

.al-lp-offer-pkg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  padding: 0.78rem 1rem;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.al-lp-offer-pkg-card.is-featured .al-lp-offer-pkg-btn {
  background: #1d4ed8;
}

.al-lp-offer-pkg-card.is-popular .al-lp-offer-pkg-btn {
  background: #0f766e;
}

/* Bonuses */
.al-lp-offer-bonus-sec {
  background: #fff;
}

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

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

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

.al-lp-offer-bonus-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

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

.al-lp-offer-bonus-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
}

/* Why choose */
.al-lp-offer-why-sec {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

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

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

.al-lp-offer-why-card {
  padding: 1.25rem 1.15rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.al-lp-offer-why-title {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #2563eb;
}

.al-lp-offer-why-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
}

/* Success path */
.al-lp-offer-path-sec {
  background: #0f172a;
  color: #fff;
}

.al-lp-offer-path-sec .al-lp-eyebrow {
  color: #93c5fd;
}

.al-lp-offer-path-sec .al-lp-h2 {
  color: #fff;
}

.al-lp-offer-path-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 1.5rem auto 0;
  padding: 0;
  list-style: none;
  max-width: 20rem;
}

@media (min-width: 768px) {
  .al-lp-offer-path-flow {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 52rem;
    gap: 0.5rem 0;
  }
}

.al-lp-offer-path-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .al-lp-offer-path-step {
    width: auto;
    flex-direction: row;
  }
}

.al-lp-offer-path-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.5rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.18);
  border: 1px solid rgba(147, 197, 253, 0.35);
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}

.al-lp-offer-path-step:not(:last-child)::after {
  content: "↓";
  display: block;
  margin: 0.35rem 0;
  font-size: 1.1rem;
  color: #93c5fd;
  font-weight: 700;
}

@media (min-width: 768px) {
  .al-lp-offer-path-step:not(:last-child)::after {
    content: "→";
    margin: 0 0.65rem;
  }
}

/* Pricing */
.al-lp-offer-price-sec {
  background: #fff;
}

.al-lp-offer-price-wrap {
  max-width: 36rem;
}

.al-lp-offer-price-stack {
  margin-top: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.al-lp-offer-price-row {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem 1.2rem;
  align-items: center;
}

@media (min-width: 640px) {
  .al-lp-offer-price-row {
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
  }
}

.al-lp-offer-price-row.is-featured {
  background: #eff6ff;
}

.al-lp-offer-price-row.is-popular {
  background: #ecfdf5;
}

.al-lp-offer-price-name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.al-lp-offer-price-badge {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #2563eb;
}

.al-lp-offer-price-row.is-popular .al-lp-offer-price-badge {
  color: #047857;
}

.al-lp-offer-price-amount {
  margin: 0;
  text-align: left;
}

@media (min-width: 640px) {
  .al-lp-offer-price-amount {
    text-align: right;
  }
}

.al-lp-offer-price-main {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  color: #0f766e;
  letter-spacing: -0.02em;
}

.al-lp-offer-price-row.is-featured .al-lp-offer-price-main {
  color: #2563eb;
}

.al-lp-offer-price-suffix {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
}

.al-lp-offer-price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.al-lp-offer-price-row.is-popular .al-lp-offer-price-btn {
  background: #0f766e;
}

.al-lp-offer-price-divider {
  height: 1px;
  background: #e2e8f0;
}

.al-lp-offer-pkg-foot {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #64748b;
}

.al-lp-offer-pkg-foot a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

/* Guarantee */
.al-lp-offer-guarantee-sec {
  background: #f8fafc;
}

.al-lp-offer-guarantee-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .al-lp-offer-guarantee-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.al-lp-offer-guarantee-item {
  padding: 1rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  background: #fff;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e3a8a;
}

/* Hero & CTAs */
.al-lp-page--offer .al-lp-btn-hero--primary {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.al-lp-page--offer .al-lp-final-btn {
  min-width: min(100%, 300px);
}

.al-lp-page--offer .al-lp-sticky-wa {
  font-weight: 700;
}

@media (max-width: 767px) {
  .al-lp-offer-pkg-card.is-featured {
    transform: none;
  }
}
