/**
 * Afripay Sales Funnel Engine — launch program marketing landing
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #f7f9fc;
  color: #111;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.al-lp-hero {
  background: linear-gradient(135deg, #001b70, #0048ff);
  color: #fff;
  padding: clamp(48px, 8vw, 70px) 20px;
}

.al-lp-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 48px);
}

.al-lp-left,
.al-lp-right {
  flex: 1 1 300px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.al-lp-left {
  justify-content: center;
}

.al-lp-right {
  justify-content: center;
  align-items: center;
}

.al-lp-hero-media {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  aspect-ratio: 5 / 4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.12);
}

.al-lp-logo {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.al-lp-hero h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.al-lp-highlight {
  color: #ffcc00;
}

.al-lp-subheadline {
  font-size: clamp(0.9rem, 1.65vw, 1.05rem);
  line-height: 1.55;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36em;
}

.al-lp-features {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.al-lp-features li {
  margin-bottom: 8px;
  font-size: clamp(0.8125rem, 1.45vw, 0.9375rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.al-lp-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.al-lp-btn {
  padding: 16px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 17px;
  display: inline-block;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  border: 2px solid transparent;
  text-align: center;
}

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

.al-lp-btn-primary {
  background: #ffcc00;
  color: #000;
  border-color: #ffcc00;
}

.al-lp-btn-primary:hover {
  background: #ffd633;
}

.al-lp-btn-secondary {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.al-lp-btn-secondary:hover {
  background: #fff;
  color: #000;
}

.al-lp-btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.al-lp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

.al-lp-phone-mockup {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: 58% 36%;
}

.al-lp-section {
  padding: clamp(56px, 8vw, 80px) 20px;
  background: #fff;
}

.al-lp-section-title {
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 20px;
  font-weight: 800;
  color: #001b70;
  letter-spacing: -0.03em;
}

.al-lp-section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: #555;
}

.al-lp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.al-lp-card {
  background: #f7f9fc;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8edf5;
}

.al-lp-card h3 {
  margin: 0 0 15px;
  color: #0048ff;
  font-size: 1.15rem;
}

.al-lp-card p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

.al-lp-whatsapp {
  background: #001b70;
  color: #fff;
  padding: clamp(56px, 8vw, 80px) 20px;
  text-align: center;
}

.al-lp-whatsapp h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.8rem);
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.al-lp-whatsapp p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.9);
}

.al-lp-whatsapp-btn {
  background: #25d366;
  color: #fff;
  padding: 18px 36px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.al-lp-whatsapp-btn:hover {
  opacity: 0.92;
}

.al-lp-footer {
  background: #000;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  font-size: 15px;
}

.al-lp-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin-bottom: 14px;
}

.al-lp-footer-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.al-lp-footer-nav a:hover {
  color: #fff;
}

.al-lp-footer-copy {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
}

@media (min-width: 769px) {
  .al-lp-container {
    flex-wrap: nowrap;
    align-items: center;
  }

  .al-lp-left {
    flex: 1 1 54%;
  }

  .al-lp-right {
    flex: 1 1 42%;
  }

  .al-lp-hero-media {
    max-height: min(400px, 72vh);
    width: 100%;
  }
}

@media (max-width: 768px) {
  .al-lp-hero-media {
    max-width: 100%;
    aspect-ratio: 16 / 11;
  }

  .al-lp-cta-buttons {
    flex-direction: column;
  }

  .al-lp-btn {
    width: 100%;
  }
}
