/* Pricing — v4 marketing tokens */

.v4-marketing-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.v4-marketing-page .prc-hero {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--rule-soft);
}

.v4-marketing-page .prc-hero h1 {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-weight: 700;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  color: var(--ink-strong);
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0.5rem 0 0.75rem;
}

.v4-marketing-page .prc-hero__lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 42em;
}

.v4-marketing-page .prc-hero__compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
}

.v4-marketing-page .prc-hero__compare-item {
  padding: 0.45rem 0.85rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
}

.v4-marketing-page .prc-hero__compare-item--accent {
  border-color: var(--gold);
  color: var(--navy);
  font-weight: 600;
}

.v4-marketing-page .prc-hero__compare-vs {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Sections */
.v4-marketing-page .prc-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--rule-soft);
}

.v4-marketing-page .prc-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.v4-marketing-page .prc-section--muted {
  margin-left: -48px;
  margin-right: -48px;
  padding: 2rem 48px 2.5rem;
  background: var(--paper);
  border-bottom: 0;
}

.v4-marketing-page .prc-section--cta {
  text-align: center;
  padding-top: 0.5rem;
}

.v4-marketing-page .prc-section__title {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin: 0 0 1rem;
}

/* Pricing grid */
.v4-marketing-page .prc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

@media (max-width: 1100px) {
  .v4-marketing-page .prc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .v4-marketing-page .prc-grid {
    grid-template-columns: 1fr;
  }

  .v4-marketing-page .prc-section--muted {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Cards */
.v4-marketing-page .prc-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  box-shadow: none;
  overflow: hidden;
}

.v4-marketing-page .prc-card--featured {
  border-color: var(--gold-deep);
  background: var(--paper);
}

.v4-marketing-page .prc-card__badge {
  padding: 0.45rem 1rem;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  color: var(--navy-deep);
  background: var(--gold-wash);
  border-bottom: 1px solid var(--rule-soft);
}

.v4-marketing-page .prc-card__header {
  padding: 1.35rem 1.25rem 1.15rem;
  border-bottom: 1px solid var(--rule-soft);
}

.v4-marketing-page .prc-card__name {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--navy);
  margin: 0 0 0.65rem;
  letter-spacing: -0.01em;
}

.v4-marketing-page .prc-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15rem 0.35rem;
  margin-bottom: 0.65rem;
}

.v4-marketing-page .prc-card__amount {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink-strong);
  letter-spacing: -0.02em;
  line-height: 1.1;
  white-space: nowrap;
}

.v4-marketing-page .prc-card__period {
  font-size: 0.8125rem;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}

.v4-marketing-page .prc-card__desc {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

.v4-marketing-page .prc-card__features {
  list-style: none;
  margin: 0;
  padding: 1.15rem 1.25rem 0.5rem;
  flex: 1;
}

.v4-marketing-page .prc-card__features li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink);
}

.v4-marketing-page .prc-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.v4-marketing-page .prc-card__footer {
  margin-top: auto;
  padding: 0.75rem 1.25rem 1.35rem;
}

.v4-marketing-page .prc-btn.btn {
  display: flex;
  width: 100%;
  justify-content: center;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  padding: 11px 14px;
  font-size: 13px;
}

/* Note below grid */
.v4-marketing-page .prc-note {
  margin: 1.25rem 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  text-align: center;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
}

.v4-marketing-page .prc-plan__fineprint {
  display: block;
  width: 100%;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0.75rem 0 0;
  padding: 0.75rem 0.85rem;
  background: var(--cream);
  border-left: 2px solid var(--gold);
  text-align: left;
  box-sizing: border-box;
}

/* FAQ */
.v4-marketing-page .prc-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 640px) {
  .v4-marketing-page .prc-faq-grid {
    grid-template-columns: 1fr;
  }
}

.v4-marketing-page .prc-faq {
  padding: 1.15rem 1.25rem;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--r);
}

.v4-marketing-page .prc-faq__q {
  font-family: var(--serif, 'Source Serif 4', Georgia, serif);
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
  margin: 0 0 0.45rem;
  line-height: 1.3;
}

.v4-marketing-page .prc-faq__a {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}

.v4-marketing-page .prc-faq-note {
  margin: 1.25rem 0 0;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}

.v4-marketing-page .prc-faq-note a {
  color: var(--navy);
  text-decoration: none;
  font-weight: 500;
}

.v4-marketing-page .prc-faq-note a:hover {
  color: var(--gold-deep);
  text-decoration: underline;
}

/* CTA */
.v4-marketing-page .prc-cta-lead {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 auto 1.25rem;
  max-width: 36em;
}

.v4-marketing-page .prc-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.v4-marketing-page .prc-cta-row .btn-large {
  min-height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 640px) {
  .v4-marketing-page .prc-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .v4-marketing-page .prc-cta-row .btn {
    width: 100%;
  }
}
