.living-hero {
  min-height: 54vh;
  display: flex;
  align-items: center;
  position: relative;
  background: url('/assets/img/jpg8.webp') center center / cover no-repeat;
  overflow: hidden;
}

.living-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(43, 52, 45, 0.88) 12%, rgba(43, 52, 45, 0.55) 62%, rgba(43, 52, 45, 0.34) 100%);
}

.living-hero .container {
  position: relative;
  z-index: 1;
}

.living-hero .bp-heading,
.living-hero .bp-lead {
  color: #fff;
}

.care-grid {
  background:
    linear-gradient(180deg, #f4f0e8 0%, #ffffff 36%),
    repeating-linear-gradient(45deg, rgba(110, 89, 62, 0.04) 0 12px, rgba(110, 89, 62, 0.01) 12px 24px);
}

.care-intro {
  background: #ffffff;
  border: 1px solid #e6ddd1;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(101, 112, 88, 0.11);
  padding: 1.4rem;
  margin-bottom: 1rem;
}

.care-intro h2 {
  font-family: var(--bp-serif);
  color: #2d385f;
  margin-bottom: 0.65rem;
}

.care-panel {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--bp-sage) 14%, transparent);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(101, 112, 88, 0.14);
  padding: 1.5rem;
  height: 100%;
  position: relative;
}

.care-panel::before {
  content: none;
}

.care-panel h3 {
  font-family: var(--bp-serif);
  color: #2d385f;
  font-size: 1.55rem;
  margin-bottom: 0.75rem;
}

.care-panel p,
.care-panel li {
  color: #2e2e2e;
  line-height: 1.55;
}

.care-panel ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.care-panel.headline-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f8f7f2 100%);
}

.care-panel.headline-showcase h3 {
  margin-bottom: 1rem;
}

.care-panel .headline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.85rem;
}

.care-panel .headline-list li {
  background: #ffffff;
  border: 1px solid #e4e6dc;
  border-radius: 12px;
  padding: 0.68rem 0.82rem 0.68rem 2rem;
  position: relative;
  line-height: 1.45;
}

.care-panel .headline-list li::before {
  content: '\2726';
  position: absolute;
  left: 0.76rem;
  top: 0.62rem;
  color: #6e7b5f;
  font-size: 0.85rem;
}

.care-banner {
  margin-top: 1.25rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e3dfd5;
}

.care-banner img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.care-journey {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.care-step {
  background: #fff;
  border: 1px solid #e6ddd1;
  border-radius: 14px;
  padding: 0.85rem;
  text-align: center;
  color: #3d3d3d;
  font-size: 0.95rem;
}

.care-step strong {
  display: block;
  color: #2d385f;
  font-family: var(--bp-serif);
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 991px) {
  .care-journey {
    grid-template-columns: 1fr;
  }

  .care-panel .headline-list {
    grid-template-columns: 1fr;
  }
}
