/* ==========================================================================
   McCoy IQ Landing Pages — shared styles
   Used by lp-charter-scarcity, lp-charter-mission, lp-iq-pain, lp-iq-speed.
   Layered on top of v2-shared.css + iq.css.
   ========================================================================== */

.lp-page {
  background: #ffffff;
  color: var(--iq-dark-gray);
}

/* --- Hero --- */
.lp-hero {
  padding: 120px 0 80px;
  text-align: center;
}
.lp-hero__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.lp-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--iq-accent);
  margin-bottom: 18px;
}
.lp-hero__headline {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--iq-dark-gray);
  margin-bottom: 24px;
}
.lp-hero__headline em {
  font-style: normal;
  background: linear-gradient(135deg, var(--lavender-purple), var(--azure-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-hero__body {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(42, 44, 52, 0.7);
  margin-bottom: 36px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.lp-hero__ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.lp-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lavender-purple), var(--azure-blue));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(128, 53, 202, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lp-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(128, 53, 202, 0.28);
}
.lp-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: transparent;
  color: var(--iq-dark-gray);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid rgba(42, 44, 52, 0.18);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.lp-cta-secondary:hover {
  background: rgba(42, 44, 52, 0.04);
  border-color: rgba(42, 44, 52, 0.32);
}
.lp-hero__legal {
  margin-top: 18px;
  font-size: 13px;
  color: var(--iq-gray);
}

/* --- Charter scarcity counter --- */
.lp-spots {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background: #fafaf9;
  border: 1.5px solid rgba(42, 44, 52, 0.08);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--iq-dark-gray);
  margin-bottom: 28px;
}
.lp-spots__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18);
  animation: lpDotPulse 2.4s ease-in-out infinite;
}
@keyframes lpDotPulse {
  50% { transform: scale(1.18); }
}
.lp-spots__text strong {
  color: var(--iq-accent);
}

/* --- "What you get" / "How it works" 3-column --- */
.lp-pillars {
  padding: 80px 0 100px;
  background: #fafaf9;
}
.lp-pillars__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.lp-pillars__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}
.lp-pillars__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--iq-dark-gray);
  line-height: 1.2;
  margin-bottom: 14px;
}
.lp-pillars__sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(42, 44, 52, 0.7);
}
.lp-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lp-pillar {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--border-radius);
  padding: 32px 28px;
}
.lp-pillar__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(128, 53, 202, 0.12), rgba(65, 179, 217, 0.12));
  color: var(--iq-accent);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.lp-pillar__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--iq-dark-gray);
  margin-bottom: 10px;
}
.lp-pillar__body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(42, 44, 52, 0.7);
}

/* --- Deal / "What we ask" two-column --- */
.lp-deal {
  padding: 100px 0;
}
.lp-deal__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.lp-deal__col h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--iq-dark-gray);
  margin-bottom: 16px;
}
.lp-deal__col p,
.lp-deal__col li {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(42, 44, 52, 0.78);
}
.lp-deal__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-deal__col li {
  padding: 10px 0 10px 28px;
  position: relative;
}
.lp-deal__col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--iq-accent);
  opacity: 0.18;
}
.lp-deal__col li::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--iq-accent);
}
.lp-deal__col--ask {
  background: #fafaf9;
  border-radius: var(--border-radius);
  padding: 36px 32px;
}

/* --- Closing CTA --- */
.lp-close {
  padding: 100px 0 120px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
}
.lp-close__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.lp-close__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--iq-dark-gray);
  margin-bottom: 16px;
}
.lp-close__sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(42, 44, 52, 0.7);
  margin-bottom: 32px;
}

/* --- JT vouch block --- */
.lp-vouch {
  padding: 80px 0;
  background: #ffffff;
}
.lp-vouch__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  display: flex;
  align-items: center;
  gap: 28px;
}
.lp-vouch__avatar {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender-purple), var(--azure-blue));
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
}
.lp-vouch__body {
  flex: 1;
}
.lp-vouch__quote {
  font-size: 18px;
  line-height: 1.55;
  color: var(--iq-dark-gray);
  margin-bottom: 12px;
}
.lp-vouch__attr {
  font-size: 14px;
  color: rgba(42, 44, 52, 0.6);
}
.lp-vouch__attr strong {
  color: var(--iq-dark-gray);
}

/* --- Mobile --- */
@media (max-width: 720px) {
  .lp-hero { padding: 80px 0 56px; }
  .lp-hero__headline { font-size: 36px; }
  .lp-hero__body { font-size: 17px; }
  .lp-pillars__grid { grid-template-columns: 1fr; }
  .lp-deal__inner { grid-template-columns: 1fr; gap: 32px; }
  .lp-vouch__inner { flex-direction: column; text-align: center; gap: 18px; }
  .lp-close__title { font-size: 28px; }
}
