/* ============================================================
   SECTION BLOCK — clean, open layout (no card boxing)
   ============================================================ */

.section-block {
  padding: 48px 0;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid var(--grey-100);
}

.section-block:last-child {
  border-bottom: none;
}

.section-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  margin-bottom: 28px;
}

.section-separator {
  border: none;
  height: 1px;
  background: var(--grey-100);
  margin: 0;
}
