/* ---------- Breast Guide hero ---------- */
.sr-bg-hero {
  padding: 40px 0 44px;
  text-align: center;
  background: var(--bg);
}
.sr-bg-breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 22px;
}
.sr-bg-breadcrumb a { color: var(--muted); }
.sr-bg-breadcrumb a:hover { color: var(--accent); }
.sr-bg-breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 700; }
.stherb-redesign-home .sr-bg-h1 {
  max-width: 780px;
  margin: 0 auto 18px;
  font-size: 42px;
  line-height: 1.15;
  text-align: center;
}
.sr-bg-hero-sub {
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

/* ---------- Trust bar ---------- */
.sr-bg-trust { padding: 32px 0 0; }
.sr-bg-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.sr-bg-trust-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sr-bg-trust-card .sr-trust-icon { width: 34px; height: 34px; font-size: 14px; }
.sr-bg-trust-card .sr-trust-label { font-family: 'Cormorant', serif; font-size: 20px; font-weight: 700; }
.sr-bg-trust-card .sr-trust-caption { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ---------- Pillar ---------- */
.sr-bg-pillar-section { padding: 56px 0 0; }
.sr-bg-pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: var(--surface);
}
.sr-bg-pillar-media {
  background: var(--soft);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.sr-bg-pillar-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.25s ease; }
.sr-bg-pillar-media:hover img { transform: scale(1.03); }
.sr-bg-pillar-media .sr-blog-media-ph { font-size: 48px; }
.sr-bg-pillar-body { padding: 44px 48px; display: flex; flex-direction: column; justify-content: center; }
.sr-bg-pillar-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 16px;
}
.sr-bg-pillar-body h2 { font-size: 28px; line-height: 1.25; margin: 0 0 12px; }
.sr-bg-pillar-body p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 18px; }
.sr-bg-pillar-link { font-weight: 800; color: var(--accent); }
.sr-bg-pillar-link:hover { text-decoration: underline; }

/* ---------- More in this guide ---------- */
.sr-bg-cards-section { padding: 56px 0 0; }
.sr-bg-cards-heading { text-align: left; font-size: 26px; margin: 0 0 24px; }
.sr-bg-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* ---------- Article body (the real guide content) ---------- */
.sr-bg-article-section { padding: 64px 0 0; scroll-margin-top: 100px; }
.sr-bg-article { max-width: 820px; margin: 0 auto; }
.sr-bg-article h2 { font-size: 28px; margin: 0 0 16px; }
.sr-bg-article > p { color: var(--muted); font-size: 15.5px; line-height: 1.8; margin: 0 0 28px; }

.sr-bg-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
.sr-bg-benefit-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
}
.sr-bg-benefit-card h3 { font-size: 16px; margin: 0 0 8px; }
.sr-bg-benefit-card p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.6; }

/* Key-takeaways style callout (matches the article-page pattern site-wide) */
.sr-bg-callout {
  background: var(--accent-soft);
  border-radius: 16px;
  padding: 28px 32px;
  margin: 0 0 48px;
}
.sr-bg-callout-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Cormorant', serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 16px;
}
.sr-bg-callout-title svg { flex-shrink: 0; color: var(--accent); }
.sr-bg-callout-list { list-style: none; margin: 0; padding: 0; }
.sr-bg-callout-list li {
  display: flex;
  gap: 10px;
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.6;
  padding: 7px 0;
}
.sr-bg-callout-list li::before { content: '\2014'; color: var(--accent); flex-shrink: 0; }

/* Routine: stacked cards (matches the article-page pattern site-wide) */
.sr-bg-routine-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 48px; }
.sr-bg-routine-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 24px;
}
.sr-bg-routine-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}
.sr-bg-routine-step h3 { font-size: 16.5px; margin: 0 0 6px; }
.sr-bg-routine-step p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }

.sr-bg-article-cta {
  text-align: center;
  border-top: 1px solid var(--border);
  padding-top: 36px;
}
.sr-bg-article-cta p { color: var(--muted); font-size: 15px; margin: 0 0 18px; }

/* ---------- FAQ heading + disclaimer ---------- */
.sr-faq-list-section .sr-bg-cards-heading { text-align: center; margin: 0 auto 8px; }
.sr-bg-faq-sub { text-align: center; color: var(--muted); font-size: 14.5px; margin: 0 0 40px; }

.sr-bg-disclaimer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 820px;
  margin: 28px auto 0;
  padding: 16px 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--soft);
}
.sr-bg-disclaimer span { flex-shrink: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.sr-bg-disclaimer p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ---------- Dark CTA ---------- */
.sr-bg-cta-section { padding: 56px 0 64px; }
.stherb-redesign-home .sr-bg-cta-grid {
  background: var(--dark);
  border-radius: 20px;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sr-bg-cta-grid h3 { color: #fff; font-size: 24px; margin: 0 0 8px; }
.sr-bg-cta-grid p { color: #c7cfd6; font-size: 14.5px; margin: 0; max-width: 46em; }
.sr-bg-cta-grid .sr-btn-fill { flex-shrink: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .sr-bg-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .sr-bg-pillar-grid { grid-template-columns: 1fr; }
  .sr-bg-pillar-media { min-height: 220px; }
  .sr-bg-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .sr-bg-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .stherb-redesign-home .sr-bg-cta-grid { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .sr-bg-hero { padding: 32px 0 36px; }
  .stherb-redesign-home .sr-bg-h1 { font-size: 30px; }
  .sr-bg-trust-grid { grid-template-columns: 1fr; }
  .sr-bg-cards-grid { grid-template-columns: 1fr; }
  .sr-bg-benefit-grid { grid-template-columns: 1fr; }
  .sr-bg-pillar-body { padding: 32px 24px; }
  .sr-bg-callout { padding: 22px 20px; }
  .sr-bg-routine-step { padding: 18px; gap: 14px; }
  .stherb-redesign-home .sr-bg-cta-grid { padding: 40px 28px; }
}
