/* ==========================================================================
   Cenematic home-c — pricing lead-in + "More Reasons" intro

   The connective beats between the guarantee and the closing reasons:
   "NO EXCUSES" → "Secure Lifetime Access" → license picker (pricing
   placeholder) → "Still here? Here's More Reasons".
   ========================================================================== */

.plead__inner { max-width: 1080px; margin: 0 auto; text-align: center; color: var(--ink); }

.plead__excuse { font-size: clamp(22px, 2.8vw, 34px); font-weight: 600; }
.plead__excuse u { text-decoration-thickness: 3px; text-underline-offset: 5px; font-weight: 800; }

.plead__title {
  margin-top: 18px;
  font-size: clamp(30px, 4.4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.plead__sub { margin-top: 10px; font-size: clamp(18px, 2vw, 26px); font-weight: 700; color: var(--muted); }

/* "Still here? Here's More Reasons" intro */
.reasons-intro { padding: 64px 40px 0; background: #fff; color: var(--ink); text-align: center; }
.reasons-intro__eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 8px;
  background: linear-gradient(100deg, #ffc107, #ff8a00);
  color: #141414;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  transform: rotate(-1.2deg);
}
.reasons-intro__title {
  margin-top: 14px;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.reasons-intro__accent {
  background: linear-gradient(105deg, #ffc107, #ff8a00, #ff4d00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 860px) {
  .reasons-intro { padding: 48px 22px 0; }
}
