.page-angebote .content-page {
  width: min(1180px, calc(100% - 24px));
  padding: clamp(14px, 3.5vw, 34px) !important;
  text-align: left;
}

.angebote-page {
  --card-border: rgba(83, 72, 61, 0.13);
  --card-shadow: 0 12px 30px rgba(61, 48, 36, 0.08);
  --card-shadow-hover: 0 18px 44px rgba(61, 48, 36, 0.13);
  display: grid;
  gap: clamp(26px, 5vw, 48px);
}

.angebote-hero {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(26px, 6vw, 58px) clamp(18px, 5vw, 64px);
  border: 1px solid var(--card-border);
  border-radius: clamp(24px, 5vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 233, 0.9)),
    radial-gradient(circle at 15% 14%, rgba(120, 140, 105, 0.18), transparent 17rem),
    radial-gradient(circle at 88% 72%, rgba(175, 125, 103, 0.12), transparent 18rem);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.angebote-hero::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -58px;
  width: 190px;
  aspect-ratio: 1;
  background: url("/images/leaf-ornament.svg") center / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.angebote-hero__ornament {
  width: clamp(58px, 14vw, 88px);
  height: clamp(58px, 14vw, 88px);
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 50%;
  color: var(--fern);
  background: rgba(120, 140, 105, 0.12);
  border: 1px solid rgba(95, 123, 80, 0.16);
}

.angebote-hero__ornament svg {
  width: 86%;
  height: 86%;
}

.angebote-kicker,
.angebote-section__eyebrow,
.angebot-card__type,
.angebot-card__year,
.angebot-facts dt {
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.angebote-kicker {
  margin: 0 0 8px;
  color: var(--fern);
  font-size: 0.8rem;
  font-weight: 800;
}

.page-angebote .content-page .angebote-hero h1 {
  margin: 0;
  text-align: center;
}

.page-angebote .content-page .angebote-hero h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sage), var(--clay));
}

.angebote-lead {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 2.4vw, 1.18rem);
  line-height: 1.65;
}

.angebote-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(63, 86, 55, 0.24);
  border-radius: 999px;
  color: var(--moss);
  background: var(--sage-soft);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.angebote-mail:hover {
  color: var(--moss);
  background: rgba(223, 232, 215, 0.86);
  transform: translateY(-1px);
  box-shadow: var(--card-shadow);
}

.angebote-section {
  display: grid;
  gap: clamp(14px, 3vw, 22px);
}

.angebote-section__head {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 3px;
}

.angebote-section__eyebrow {
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 850;
}

.page-angebote .content-page .angebote-section h2,
.page-angebote .content-page .angebote-cta h2 {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  line-height: 1.12;
  text-align: center;
}

.angebote-grid {
  display: grid;
  gap: clamp(14px, 3vw, 22px);
}

.angebote-grid--two,
.angebote-grid--cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.angebote-grid--one {
  grid-template-columns: minmax(0, 1fr);
}

.angebot-card {
  position: relative;
  min-height: 100%;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(248, 241, 233, 0.75));
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.angebot-card::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -42px;
  width: 124px;
  aspect-ratio: 1;
  background: url("/images/leaf-ornament.svg") center / contain no-repeat;
  opacity: 0.09;
  pointer-events: none;
}

.angebot-card:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 123, 80, 0.28);
  box-shadow: var(--card-shadow-hover);
}

.angebot-card--featured {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(223, 232, 215, 0.42)),
    radial-gradient(circle at 8% 0%, rgba(120, 140, 105, 0.14), transparent 16rem);
}

.angebot-card--wide {
  max-width: 840px;
  margin: 0 auto;
}

.angebot-card--compact {
  align-content: start;
}

.angebot-card__topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.angebot-card__type,
.angebot-card__year {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.angebot-card__type {
  color: var(--moss);
  background: rgba(120, 140, 105, 0.14);
  border: 1px solid rgba(95, 123, 80, 0.14);
}

.angebot-card__year {
  color: #6d4e41;
  background: rgba(175, 125, 103, 0.13);
  border: 1px solid rgba(175, 125, 103, 0.14);
}

.page-angebote .content-page .angebot-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--moss);
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  line-height: 1.18;
}

.angebot-card__subtitle {
  margin: -4px 0 14px;
  color: var(--muted);
  font-weight: 650;
}

.angebot-card__meta,
.angebot-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: var(--text);
}

.angebot-card__meta strong,
.angebot-dategroup strong {
  color: var(--moss);
}

.angebot-dates {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.angebot-dategroup {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid rgba(83, 72, 61, 0.1);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.62);
}

.angebot-dategroup span {
  color: var(--muted);
  line-height: 1.45;
}

.angebot-facts {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.angebot-facts div {
  display: grid;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(83, 72, 61, 0.12);
}

.angebot-facts dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
}

.angebot-facts dd {
  margin: 0;
  color: var(--text);
  line-height: 1.45;
}

.angebot-date-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.angebot-date-list li {
  position: relative;
  margin: 0;
  padding: 10px 12px 10px 36px;
  border: 1px solid rgba(83, 72, 61, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.64);
  line-height: 1.35;
}

.angebot-date-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid var(--sage);
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(223, 232, 215, 0.75);
}

.angebote-cta {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 6px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(22px, 5vw, 36px);
  border: 1px solid rgba(95, 123, 80, 0.18);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(223, 232, 215, 0.72), rgba(255, 253, 248, 0.88));
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.angebote-cta::before {
  content: "";
  position: absolute;
  left: -48px;
  bottom: -58px;
  width: 170px;
  aspect-ratio: 1;
  background: url("/images/leaf-ornament.svg") center / contain no-repeat;
  opacity: 0.13;
  pointer-events: none;
}

.angebote-cta p {
  margin: 6px 0 0;
  color: var(--muted);
}

.angebote-mail--large {
  margin-top: 12px;
}

@media (max-width: 860px) {
  .angebote-grid--two,
  .angebote-grid--cards {
    grid-template-columns: 1fr;
  }

  .angebot-card:hover {
    transform: none;
  }
}

@media (max-width: 520px) {
  .page-angebote .content-page {
    width: calc(100% - 18px);
    padding: 12px !important;
  }

  .angebote-page {
    gap: 30px;
  }

  .angebote-hero {
    padding: 24px 15px 26px;
    border-radius: 26px;
  }

  .angebote-hero::after {
    width: 138px;
    right: -46px;
    bottom: -48px;
  }

  .angebote-mail {
    width: 100%;
    min-height: 50px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .angebote-section__head {
    justify-items: start;
    text-align: left;
    padding: 0 4px;
  }

  .page-angebote .content-page .angebote-section h2 {
    text-align: left;
  }

  .angebot-card {
    padding: 17px 15px;
    border-radius: 22px;
  }

  .angebot-card__topline {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .angebot-card__type,
  .angebot-card__year {
    min-height: 27px;
    font-size: 0.66rem;
  }

  .angebot-dategroup,
  .angebot-date-list li {
    border-radius: 14px;
  }

  .angebote-cta {
    padding: 22px 15px 24px;
    border-radius: 24px;
  }
}
