/* Paywall — activate account (OTC-first, matches join OTC card) */
.paywall-page {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(13, 148, 136, 0.12), transparent 50%),
    radial-gradient(ellipse 80% 50% at 100% 40%, rgba(99, 102, 241, 0.07), transparent 45%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 45%, #eef2ff 100%);
}

.paywall-page .paywall-main {
  max-width: 1040px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3.5rem;
}

.paywall-activate-hero {
  text-align: center;
  margin-bottom: 1.75rem;
  padding: 0 0.5rem;
}

.paywall-activate-title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.75rem, 4.2vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0f172a;
}

.paywall-activate-lead {
  margin: 0 auto;
  max-width: 30rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.5;
}

.paywall-locked-strip {
  display: none;
  max-width: 42rem;
  margin: 0 auto 1.35rem;
  padding: 0.8rem 1.1rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: #9a3412;
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.95), rgba(255, 237, 213, 0.92));
  border: 1px solid rgba(251, 146, 60, 0.45);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(234, 88, 12, 0.1);
}

.paywall-solo-section {
  margin-top: 2rem;
}

.paywall-solo-section[hidden] {
  display: none !important;
}

.paywall-solo-section.pricing-section {
  background: var(--bg-card);
  padding: 2.5rem 1.25rem 3rem;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.paywall-solo-section .section-label {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.6rem;
}

.paywall-solo-section .section-title {
  text-align: center;
  font-size: clamp(1.45rem, 3.2vw, 2.1rem);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.paywall-solo-section .section-sub {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.98rem;
  max-width: 32rem;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.paywall-solo-section .pricing-fine {
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

.paywall-solo-section .pricing-fine strong {
  color: #15803d;
}

.paywall-login-row {
  text-align: center;
  margin-top: 2.25rem;
  font-size: 0.95rem;
  color: #64748b;
}

.paywall-login-row a {
  color: #0d9488;
  font-weight: 800;
  text-decoration: none;
}

.paywall-login-row a:hover {
  text-decoration: underline;
}

/* Former OTC subscriber — billing */
.paywall-former-otc-scene {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 2rem 1.25rem 3rem;
}

.paywall-former-otc-scene.is-visible {
  display: flex;
}

.paywall-former-otc-modal {
  width: 100%;
  max-width: 520px;
  background: var(--bg-card, #fff);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem 1.75rem 1.75rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(255, 107, 53, 0.12);
  position: relative;
}

.paywall-former-otc-modal::before {
  content: "";
  display: block;
  height: 4px;
  border-radius: 20px 20px 0 0;
  margin: -2rem -1.75rem 1.25rem;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent, #4ecdc4) 100%);
}

.paywall-former-otc-title {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 900;
  color: var(--text);
  margin: 0 0 1rem 0;
  line-height: 1.25;
}

.paywall-former-otc-body {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 1rem 0;
}

.paywall-former-otc-body:last-of-type {
  margin-bottom: 1.5rem;
}

.paywall-former-otc-body a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.paywall-former-otc-body a:hover {
  text-decoration: underline;
}

.paywall-former-otc-reassure {
  font-size: 0.95rem;
  color: var(--text-muted);
  padding: 1rem 1.1rem;
  background: rgba(78, 205, 196, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(78, 205, 196, 0.35);
  margin: 0 0 1.5rem 0;
  line-height: 1.55;
}

.paywall-former-otc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, var(--primary) 0%, #ff8f65 100%);
  color: #fff !important;
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 22px rgba(255, 107, 53, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 1rem;
}

.paywall-former-otc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(255, 107, 53, 0.45);
  color: #fff !important;
}

.paywall-former-otc-back {
  display: block;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
}

.paywall-former-otc-back a {
  color: var(--primary);
  text-decoration: none;
}

.paywall-former-otc-back a:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .paywall-former-otc-btn {
    transition: none;
  }
}
