/* Buyer/Seller market cards: restore contrast after the section changed from dark to light. */
.playbook-redesign-page .playbook-market-grid span {
  color: var(--navy-900);
}

.playbook-redesign-page .playbook-market-grid p {
  color: var(--muted);
}

.playbook-redesign-page .playbook-market-source {
  margin: 22px 0 0;
  text-align: center;
}

.playbook-redesign-page .playbook-market-source a {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Buyer/Seller CTA: reuse the approved photo-free, centered gold-gradient treatment. */
.playbook-redesign-page .playbook-cta-section {
  margin: 0;
  padding: 0;
  background: #fff;
}

.playbook-redesign-page .playbook-cta-panel {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  justify-items: center;
  gap: 0;
  width: 100%;
  max-width: none;
  min-height: clamp(320px, 32vw, 440px);
  margin: 0;
  padding: clamp(48px, 5.4vw, 86px)
    max(var(--site-gutter), calc((100vw - var(--site-wide)) / 2 + var(--site-gutter) / 2));
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 235, 166, 0.34), transparent 28%),
    linear-gradient(135deg, #fff9e8, #fff 56%, #f6f8fb);
  box-shadow: none;
  color: var(--navy-950);
  text-align: center;
}

.playbook-redesign-page .playbook-cta-panel > div:first-child {
  width: min(760px, 100%);
}

.playbook-redesign-page .playbook-cta-panel h2 {
  max-width: 760px;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(36px, 3.6vw, 62px);
  line-height: 1.04;
}

.playbook-redesign-page .playbook-cta-panel p:not(.eyebrow) {
  max-width: 690px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.58;
}

.playbook-redesign-page .playbook-cta-panel .listing-cta-actions {
  justify-content: center;
  gap: 14px;
  width: auto;
  margin-top: 24px;
}

.playbook-redesign-page .playbook-cta-panel .listing-cta-actions :is(.primary-btn, .secondary-btn) {
  min-width: 210px;
}

.playbook-redesign-page .playbook-cta-panel .secondary-btn.navy {
  border-color: rgba(5, 39, 67, 0.72);
  background: transparent;
  color: var(--navy-950);
}

@media (max-width: 720px) {
  .playbook-redesign-page .playbook-cta-panel {
    padding: 42px 24px;
  }

  .playbook-redesign-page .playbook-cta-panel .listing-cta-actions,
  .playbook-redesign-page .playbook-cta-panel .listing-cta-actions :is(.primary-btn, .secondary-btn) {
    width: 100%;
  }
}
