body.pvg-apotheker-landingpage .pvg-advisor-cluster {
  --pvg-advisor-blue: #00498e;
  --pvg-advisor-blue-dark: #003b73;
  --pvg-advisor-mint: #58bd9c;
  --pvg-advisor-mint-dark: #176f5d;
  --pvg-advisor-text: #243b53;
  --pvg-advisor-border: #d5e5ee;
  --pvg-advisor-tint: #f4faf8;
  padding: clamp(4rem, 6vw, 5rem) 1rem;
  color: var(--pvg-advisor-text);
  background: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster *,
body.pvg-apotheker-landingpage .pvg-advisor-cluster *::before,
body.pvg-apotheker-landingpage .pvg-advisor-cluster *::after {
  box-sizing: border-box;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__container {
  width: min(100%, 80rem);
  margin-inline: auto;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster h2 {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  color: var(--pvg-advisor-blue);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 1.75rem);
  border: 1px solid var(--pvg-advisor-border);
  border-left: 4px solid var(--pvg-advisor-mint);
  border-radius: 24px;
  background: var(--pvg-advisor-tint);
  box-shadow: 0 18px 48px rgb(0 73 142 / 8%);
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card .pvg-advisor-cluster__eyebrow {
  max-width: none;
  margin: 0 0 .5rem;
  color: var(--pvg-advisor-mint-dark);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card h3 {
  width: 100%;
  max-width: none;
  margin: 0 0 .75rem;
  color: var(--pvg-advisor-blue);
  font-size: clamp(1.375rem, 2.3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card p {
  max-width: 54rem;
  margin: 0 0 1.25rem;
  color: var(--pvg-advisor-text);
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--pvg-advisor-blue);
  font-weight: 800;
  text-decoration-color: var(--pvg-advisor-mint-dark);
  text-decoration-thickness: .11em;
  text-underline-offset: .2em;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card a::after {
  margin-left: .4em;
  content: "→";
  text-decoration: none;
  transition: transform 160ms ease;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card a:hover {
  color: var(--pvg-advisor-blue-dark);
  text-decoration-thickness: .16em;
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card a:hover::after,
body.pvg-apotheker-landingpage .pvg-advisor-cluster__card a:focus-visible::after {
  transform: translateX(.2rem);
}

body.pvg-apotheker-landingpage .pvg-advisor-cluster__card a:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 4px;
}

@media (min-width: 64rem) {
  body.pvg-apotheker-landingpage .pvg-advisor-cluster h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2.7rem, 2.5vw, 3rem);
    letter-spacing: -.035em;
    line-height: 1.05;
    text-wrap: balance;
  }

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

@media (min-width: 75rem) {
  body.pvg-apotheker-landingpage .pvg-advisor-cluster__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pvg-apotheker-landingpage .pvg-advisor-cluster__card a::after {
    transition: none;
  }
}
