.caritas-vo-entry {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0;
}

.caritas-vo-entry__hero,
.caritas-vo-entry__note,
.caritas-vo-entry-card {
  background: #fff;
  border: 1px solid #ddd7d2;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.caritas-vo-entry__hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: clamp(24px, 4vw, 42px);
  border-left: 7px solid #7b0500;
}

.caritas-vo-entry__hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  bottom: 20px;
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: #7b0500;
}

.caritas-vo-entry__eyebrow,
.caritas-vo-entry__section-kicker,
.caritas-vo-entry-card__eyebrow {
  color: #7b0500;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.caritas-vo-entry__hero h1 {
  margin: 10px 0 14px;
  color: #1f1c1b;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.caritas-vo-entry__hero p,
.caritas-vo-entry__section-heading p,
.caritas-vo-entry-card p,
.caritas-vo-entry__note {
  color: #1f1c1b;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.65;
}

.caritas-vo-entry__section {
  margin-top: clamp(34px, 5vw, 58px);
}

.caritas-vo-entry__section-heading {
  max-width: 760px;
}

.caritas-vo-entry__section-heading h2 {
  margin: 8px 0 10px;
  color: #1f1c1b;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.caritas-vo-entry__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  margin-top: 26px;
}

.caritas-vo-entry-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 22px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
}

.caritas-vo-entry-card::before {
  content: "";
  position: absolute;
  inset: 0 18px auto 18px;
  height: 6px;
  border-radius: 0 0 999px 999px;
  background: #7b0500;
}

.caritas-vo-entry-card--group {
  background: #fff;
}

.caritas-vo-entry-card--group::before {
  background: #00747c;
}

.caritas-vo-entry-card--group .caritas-vo-entry-card__eyebrow {
  color: #00747c;
}

.caritas-vo-entry-card h3 {
  margin: 18px 0 12px;
  color: #1f1c1b;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.caritas-vo-entry-card p {
  margin: 0 0 26px;
}

.caritas-vo-entry-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 22px;
  border-radius: 999px;
  background: #7b0500;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(15, 23, 42, .10);
}

.caritas-vo-entry-card__button:hover,
.caritas-vo-entry-card__button:focus-visible {
  background: #520300;
  color: #fff;
  text-decoration: none;
}

.caritas-vo-entry-card__button:focus-visible {
  outline: 3px solid rgba(43, 108, 163, .35);
  outline-offset: 3px;
}

.caritas-vo-entry-card--group .caritas-vo-entry-card__button {
  background: #00747c;
}

.caritas-vo-entry-card--group .caritas-vo-entry-card__button:hover,
.caritas-vo-entry-card--group .caritas-vo-entry-card__button:focus-visible {
  background: #004e53;
}

.caritas-vo-entry__note {
  margin-top: clamp(22px, 4vw, 36px);
  border-left: 6px solid #d89a1d;
  border-radius: 18px;
  padding: 20px 24px;
  color: #1f1c1b;
}

@media (max-width: 760px) {
  .caritas-vo-entry {
    width: min(100% - 24px, 980px);
    padding: 24px 0 38px;
  }

  .caritas-vo-entry__hero {
    border-left-width: 5px;
    border-radius: 18px;
    padding: 22px 18px 34px;
  }

  .caritas-vo-entry__hero::after {
    right: 18px;
    bottom: 16px;
    width: 82px;
  }

  .caritas-vo-entry__cards {
    grid-template-columns: 1fr;
  }

  .caritas-vo-entry-card {
    min-height: 0;
    border-radius: 18px;
    padding: 24px 18px;
  }

  .caritas-vo-entry-card__button {
    width: 100%;
  }
}
