/* ==========================================================================
   /tools/newborn-checklist — чек-лист покупок для новорождённого
   Наследуем базовые стили из maternity-bag.css (одинаковая механика)
   ========================================================================== */
@import url("/assets/css/maternity-bag.css");

/* ---------- Перекрашиваем hero-акцент на «детский» тёплый тон ---------- */
.nc-hero {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(253, 247, 235, 0.78) 100%
    ),
    url("/assets/images/calc-pregnancy-hero.webp") center / cover no-repeat,
    linear-gradient(180deg, #ffffff 0%, #fdf7eb 100%) !important;
  border-bottom-color: #f0e6d0 !important;
}

.nc-hero .mb-hero-title span::after {
  background: linear-gradient(
    90deg,
    rgba(245, 230, 179, 0.7),
    rgba(189, 160, 0, 0.3)
  );
}

/* Тёплый фон страницы */
.nc-page {
  background: #fdfaf5 !important;
}
