/* ==========================================================================
   v2 overrides — reduce fragmentation, keep subtle rhythm
   Applied on top of index.css. Loaded after it in index_v2.html.
   ========================================================================== */

/* --- Softer alternating background (barely perceptible) --- */
.section-alt {
  background-color: #fbfbfd;
  padding: 2.25rem 1.5rem 2.5rem;
}

/* --- Reduce default section padding so consecutive sections flow --- */
.section {
  padding: 2.25rem 1.5rem 2.5rem;
}

/* --- Section title: less "signpost", more "heading" --- */
.section-title-accent {
  padding-bottom: 0.4rem;
  margin-bottom: 1.25rem !important;
}
.section-title-accent::after {
  width: 40px;
  height: 2px;
  margin-top: 0.5rem;
  opacity: 0.7;
}

/* --- Tighter intro paragraph spacing (overrides inline styles via !important) --- */
.section .content.has-text-centered,
.section-alt .content.has-text-centered {
  margin-bottom: 1.25rem !important;
}

/* --- Much softer figure card boundary --- */
.figure-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  border: 1px solid #eef0f3;
  border-radius: 10px;
  padding: 1.25rem 1.5rem 1rem;
}

/* --- Inside colored section, drop the shadow entirely (bg already separates) --- */
.section-alt .figure-card {
  box-shadow: none;
}

/* --- Subsection titles: closer to previous content --- */
.subsection-title {
  margin-top: 2rem;
}

/* --- Teaser flows into Framework (less trailing gap) --- */
.teaser .hero-body {
  padding-bottom: 1.5rem;
}

/* --- Slightly softer body text for calmer flow --- */
.section .content p {
  color: #333;
  line-height: 1.7;
}
