/* Consumer Find Support + affiliate CTA components */
.bmd-aff-cta {
  margin: 2rem 0;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: 1.35rem;
  background: #fbf6ee;
  border: 1px solid rgba(20, 23, 17, 0.1);
}
.bmd-aff-cta--discount {
  background: linear-gradient(145deg, #f7ebe5 0%, #fbf6ee 55%, #eef3d8 100%);
}
.bmd-aff-cta__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(20, 23, 17, 0.55);
}
.bmd-aff-cta__title {
  margin: 0 0 0.65rem;
  font-family: var(--bmd-font-sans, "Switzer", system-ui, sans-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #141711;
}
.bmd-aff-cta p {
  margin: 0 0 0.85rem;
  color: rgba(20, 23, 17, 0.72);
  max-width: 40rem;
}
.bmd-aff-cta__code {
  font-size: 1.02rem;
}
.bmd-aff-cta__code strong {
  letter-spacing: 0.04em;
}
.bmd-aff-cta__note {
  font-size: 0.9rem;
  color: rgba(20, 23, 17, 0.58) !important;
}
.bmd-aff-disclosure {
  margin: 1rem 0 0 !important;
  font-size: 0.86rem !important;
  line-height: 1.45;
  color: rgba(20, 23, 17, 0.58) !important;
  max-width: 42rem !important;
}
.bmd-aff-cta .bmd-btn,
.bmd-aff-cta .bmd-aff-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  min-height: 3rem;
  padding: 0.85rem 1.45rem !important;
  border-radius: 999px !important;
  background: #141711 !important;
  color: #fbf6ee !important;
  border: 0 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
}
.bmd-aff-cta .bmd-btn:hover,
.bmd-aff-cta .bmd-aff-link:hover {
  background: #000 !important;
  color: #fbf6ee !important;
}

.bmd-page--consumer .bmd-hero {
  background: linear-gradient(160deg, #f7ebe5 0%, #fbf6ee 48%, #f0f3e2 100%);
}
.bmd-page--consumer .bmd-safety {
  margin: 2rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  border-left: 3px solid #788c58;
  background: rgba(251, 246, 238, 0.9);
}
.bmd-page--consumer .bmd-safety h2,
.bmd-page--consumer .bmd-safety h3 {
  margin-top: 0;
}
.bmd-support-grid {
  width: min(100% - 1.25rem, 88rem);
  margin: 0 auto 2.5rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .bmd-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.bmd-support-card {
  display: block;
  padding: 1.35rem 1.4rem 1.5rem;
  border-radius: 1.25rem;
  background: #fbf6ee;
  border: 1px solid rgba(20, 23, 17, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bmd-support-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(20, 23, 17, 0.06);
}
.bmd-support-card h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.bmd-support-card p {
  margin: 0 0 0.85rem;
  color: rgba(20, 23, 17, 0.68);
}
.bmd-support-card__cta {
  font-weight: 560;
  color: #141711;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* Homepage consumer band */
.tp-find-support {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background: linear-gradient(180deg, rgba(251, 246, 238, 0.35) 0%, rgba(244, 230, 224, 0.55) 100%);
}
.tp-find-support__grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}
@media (min-width: 860px) {
  .tp-find-support__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tp-find-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.35rem 1.3rem 1.45rem;
  border-radius: 1.25rem;
  background: rgba(251, 246, 238, 0.92);
  border: 1px solid rgba(20, 23, 17, 0.08);
  text-decoration: none;
  color: inherit;
  min-height: 100%;
}
.tp-find-card h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.tp-find-card p {
  margin: 0;
  flex: 1;
  color: rgba(20, 23, 17, 0.68);
  font-size: 0.98rem;
}
.tp-find-card__cta {
  font-weight: 560;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.tp-find-support__note {
  margin: 1.25rem 0 0;
  max-width: 46rem;
  font-size: 0.92rem;
  color: rgba(20, 23, 17, 0.58);
}

/* Homepage: wider, centered discount offer under emergency note */
.tp-find-support__offer {
  margin-top: 1.85rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.tp-find-support__offer .bmd-aff-cta {
  width: min(100%, 56rem);
  max-width: 56rem;
  margin: 0;
  text-align: center;
  padding: clamp(1.6rem, 3.5vw, 2.35rem) clamp(1.5rem, 4vw, 2.75rem);
}
.tp-find-support__offer .bmd-aff-cta p,
.tp-find-support__offer .bmd-aff-disclosure {
  max-width: 40rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.tp-find-support__offer .bmd-aff-cta .bmd-btn {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
