body.pvg-apotheker-landingpage .pvg-apotheker-cases__section {
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  color: #17324a;
  background: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.65;
}
body.pvg-apotheker-landingpage .pvg-apotheker-cases__section *,
body.pvg-apotheker-landingpage .pvg-apotheker-cases__section *::before,
body.pvg-apotheker-landingpage .pvg-apotheker-cases__section *::after {
  box-sizing: border-box;
}
body.pvg-apotheker-landingpage .pvg-apotheker-cases__container {
  width: min(100%, 80rem);
  margin-inline: auto;
}
body.pvg-apotheker-landingpage .pvg-apotheker-cases__header-base {
  max-width: 70rem;
}
body.pvg-apotheker-landingpage .pvg-apotheker-cases__eyebrow-base {
  margin: 0 0 .75rem;
  color: #176f5d;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.pvg-apotheker-landingpage .pvg-performance-cases__title {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}
body.pvg-apotheker-landingpage .pvg-performance-case {
  border-color: #d8eaf5;
  border-radius: 30px;
  box-shadow: 0 18px 48px rgb(0 73 142 / 8%);
}
@media (min-width: 64rem) {
  body.pvg-apotheker-landingpage .pvg-performance-cases__header,
  body.pvg-apotheker-landingpage .pvg-performance-cases__intro,
  body.pvg-apotheker-landingpage .pvg-performance-cases__title {
    width: 100%;
    max-width: none;
  }
  body.pvg-apotheker-landingpage .pvg-performance-cases__title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2.7rem, 2.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
    text-wrap: balance;
  }
}

body.pvg-apotheker-landingpage .pvg-performance-cases {
  --pvg-performance-blue: var(--pvg-lp-color-primary, #00498e);
  --pvg-performance-mint: var(--pvg-lp-color-secondary, #58bd9c);
  --pvg-performance-mint-dark: #176f5d;
  --pvg-performance-text: #243b53;
  --pvg-performance-muted: #526a7f;
  --pvg-performance-border: #d5e5ee;
  --pvg-performance-tint: #eaf7f3;
  --pvg-performance-shadow: 0 18px 48px rgb(0 73 142 / 8%);
}

body.pvg-apotheker-landingpage .pvg-performance-cases__header {
  max-width: 58rem;
  margin-block-end: clamp(2rem, 5vw, 3.5rem);
}

body.pvg-apotheker-landingpage .pvg-performance-cases__eyebrow {
  margin-block-end: .75rem;
  color: var(--pvg-performance-mint-dark);
}

body.pvg-apotheker-landingpage .pvg-performance-cases__title {
  max-width: 22ch;
  margin-block-end: 1.125rem;
  color: var(--pvg-performance-blue);
  font-weight: 700;
  letter-spacing: -.025em;
}

body.pvg-apotheker-landingpage .pvg-performance-cases__intro {
  max-width: 54rem;
  margin: 0;
  color: var(--pvg-performance-text);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.65;
}

body.pvg-apotheker-landingpage .pvg-performance-cases__grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

body.pvg-apotheker-landingpage .pvg-performance-case {
  display: flex;
  min-width: 0;
  height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  flex-direction: column;
  border: 1px solid var(--pvg-performance-border);
  border-top: 4px solid var(--pvg-performance-blue);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--pvg-performance-shadow);
}

body.pvg-apotheker-landingpage .pvg-performance-case__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-block-end: 1.5rem;
}

body.pvg-apotheker-landingpage .pvg-performance-case__number {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgb(88 189 156 / 40%);
  border-radius: .875rem;
  background: var(--pvg-performance-tint);
  color: var(--pvg-performance-blue);
  font-weight: 800;
  line-height: 1;
}

body.pvg-apotheker-landingpage .pvg-performance-case__category {
  margin: 0 0 .4rem;
  color: var(--pvg-performance-mint-dark);
  font-size: .8125rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.pvg-apotheker-landingpage .pvg-performance-case__title {
  margin: 0;
  color: var(--pvg-performance-blue);
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 700;
  line-height: 1.22;
}

body.pvg-apotheker-landingpage .pvg-performance-case__body {
  display: grid;
  gap: 0;
}

body.pvg-apotheker-landingpage .pvg-performance-case__detail {
  padding-block: 1rem;
  border-top: 1px solid var(--pvg-performance-border);
}

body.pvg-apotheker-landingpage .pvg-performance-case__detail:first-child {
  padding-block-start: 0;
  border-top: 0;
}

body.pvg-apotheker-landingpage .pvg-performance-case__detail h4 {
  margin: 0 0 .35rem;
  color: var(--pvg-performance-blue);
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.4;
}

body.pvg-apotheker-landingpage .pvg-performance-case__detail p,
body.pvg-apotheker-landingpage .pvg-performance-case__lesson p {
  margin: 0;
  color: var(--pvg-performance-text);
  line-height: 1.65;
}

body.pvg-apotheker-landingpage .pvg-performance-case__lesson {
  margin-block-start: auto;
  padding: 1rem 1.125rem;
  border: 1px solid rgb(88 189 156 / 38%);
  border-radius: 1rem;
  background: var(--pvg-performance-tint);
}

body.pvg-apotheker-landingpage .pvg-performance-case__lesson strong {
  display: block;
  margin-block-end: .35rem;
  color: var(--pvg-performance-mint-dark);
  font-size: .8125rem;
  letter-spacing: .07em;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  body.pvg-apotheker-landingpage .pvg-performance-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  body.pvg-apotheker-landingpage .pvg-performance-cases__header {
    max-width: 70rem;
  }

  body.pvg-apotheker-landingpage .pvg-performance-cases__title {
    max-width: 25ch;
  }

  body.pvg-apotheker-landingpage .pvg-performance-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.pvg-apotheker-landingpage .pvg-performance-case__detail p,
  body.pvg-apotheker-landingpage .pvg-performance-case__lesson p {
    font-size: 1.0625rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  body.pvg-apotheker-landingpage .pvg-performance-case {
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  }

  body.pvg-apotheker-landingpage .pvg-performance-case:hover {
    border-color: rgb(88 189 156 / 66%);
    border-top-color: var(--pvg-performance-blue);
    box-shadow: 0 22px 52px rgb(0 73 142 / 10%);
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pvg-apotheker-landingpage .pvg-performance-case {
    transition: none;
  }

  body.pvg-apotheker-landingpage .pvg-performance-case:hover {
    transform: none;
  }
}


