/* Unified homepage — layout for the new pg-* sections not covered by components.css */

/* The legacy homepage stylesheet still declares Georgia for headings. Keep all
   prominent titles on the unified homepage in the Polyglon display face. */
.home-main h1,
.home-main h2 {
  font-family: "Philosopher", Georgia, serif;
}

.pg-hero {
  position: relative;
  min-height: calc(100svh - 66px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: #fff;
}
.pg-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  min-height: calc(100svh - 66px);
  padding-top: clamp(64px, 8vh, 104px);
  padding-bottom: clamp(64px, 8vh, 104px);
}
.pg-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: none;
  transform: translateY(-48px);
}
.pg-hero #hero-title {
  width: max-content;
  max-width: none;
  margin: 0;
  font-family: "Philosopher", Georgia, serif;
  font-size: clamp(2.75rem, 4.1vw, 4rem);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.045em;
  color: var(--navy);
}
.pg-hero-title span {
  display: block;
  white-space: nowrap;
}
.pg-hero-title span + span {
  margin-top: 0.12em;
}
.pg-hero-mission {
  max-width: 590px;
  margin: clamp(30px, 4vh, 44px) 0 0;
  color: #52647c;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.62;
}
.pg-hero .pg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 64px;
}
.pg-hero .pg-hero-actions .pg-btn {
  min-width: 190px;
}
.pg-hero-partners {
  position: absolute;
  z-index: 2;
  left: var(--gutter);
  bottom: clamp(22px, 3.25vh, 38px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
}
.pg-hero-partners-label {
  color: #7b8aa0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}
.pg-hero-partner-logo {
  display: block;
  flex: none;
  object-fit: contain;
}
.pg-hero-partner-logo-librion {
  width: 72px;
  height: auto;
}
.pg-hero-partner-logo-derdiedaswelt {
  width: 126px;
  height: auto;
}
.pg-hero-visual {
  position: fixed;
  z-index: -1;
  right: clamp(-150px, -6vw, -80px);
  bottom: clamp(-120px, -7vw, -60px);
  width: clamp(620px, 52vw, 900px);
  aspect-ratio: 1;
  pointer-events: none;
}
.pg-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg-newsletter-widget {
  position: fixed;
  z-index: 50;
  right: clamp(-60px, -4.5vw, -40px);
  bottom: clamp(-24px, -1.5vw, -10px);
}
.pg-hero-newsletter-btn {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
}
.pg-hero-newsletter {
  display: block;
  margin: 0;
  width: clamp(200px, 16vw, 260px);
  height: auto;
  object-fit: contain;
}
.pg-newsletter-popup {
  position: absolute;
  right: calc(100% + 18px);
  bottom: 30px;
  width: min(320px, calc(100vw - 48px));
  background: #fff;
  border: 2px solid #000;
  border-radius: 14px;
  padding: 22px 22px 18px;
  box-shadow: 0 18px 40px rgba(11, 26, 51, 0.18);
}
.pg-newsletter-popup[hidden] {
  display: none;
}
.pg-newsletter-popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 0;
  background: none;
  font-size: 20px;
  line-height: 1;
  color: #52647c;
  cursor: pointer;
}
.pg-newsletter-popup-close:hover {
  color: var(--navy);
}
.pg-newsletter-title {
  margin: 0 24px 16px 0;
  font-family: "Philosopher", Georgia, serif;
  font-size: 1.3rem;
  color: var(--navy);
}
.pg-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pg-newsletter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pg-newsletter-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #52647c;
}
.pg-newsletter-field input {
  padding: 10px 12px;
  border: 1.5px solid #0b1a33;
  border-radius: 8px;
  font-size: 15px;
  color: var(--navy);
  background: #fff;
}
.pg-newsletter-field input:focus {
  outline: 2px solid #0b1a33;
  outline-offset: 1px;
}
.pg-newsletter-submit {
  margin-top: 4px;
  padding: 11px 16px;
  border: 2px solid #0b1a33;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.pg-newsletter-submit:hover {
  background: #0b1a33;
  transform: translateY(-1px);
}
.pg-newsletter-status {
  margin: 4px 0 0;
  min-height: 18px;
  font-size: 13px;
  color: #52647c;
}
.pg-newsletter-status.is-success {
  color: #1f7a4d;
}
.pg-newsletter-status.is-error {
  color: #b3261e;
}

@media (max-width: 560px) {
  .pg-newsletter-popup {
    right: auto;
    left: 50%;
    bottom: calc(100% + 14px);
    transform: translateX(-50%);
  }
}

@media (max-width: 1050px) {
  .pg-hero {
    min-height: auto;
  }
  .pg-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    min-height: 700px;
  }
  .pg-hero #hero-title {
    font-size: clamp(2.5rem, 4.1vw, 2.75rem);
  }
  .pg-hero-visual {
    right: -260px;
    bottom: -80px;
    width: 650px;
  }
}

@media (max-width: 900px) {
  .pg-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 0;
  }
  .pg-hero-copy {
    max-width: none;
  }
  .pg-hero #hero-title {
    width: auto;
    max-width: none;
    font-size: clamp(2.55rem, 11.5vw, 4rem);
    line-height: 1.02;
  }
  .pg-hero-title span {
    white-space: normal;
  }
  .pg-hero-mission {
    max-width: 600px;
    margin-top: 28px;
    font-size: 1rem;
  }
  .pg-hero .pg-hero-actions {
    margin-top: 26px;
  }
  .pg-hero .pg-hero-actions .pg-btn {
    min-width: 0;
    flex: 1 1 210px;
  }
  .pg-hero-partners {
    position: relative;
    left: auto;
    bottom: auto;
    align-self: flex-start;
    flex-wrap: wrap;
    margin-top: 34px;
  }
  .pg-hero-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 105vw;
    margin: 20px 0 -12vw -8vw;
  }
}

@media (max-width: 480px) {
  .pg-hero-inner {
    padding-top: 42px;
  }
  .pg-hero .pg-hero-actions {
    flex-direction: column;
  }
  .pg-hero .pg-hero-actions .pg-btn {
    width: 100%;
    flex-basis: auto;
  }
  .pg-hero-partners {
    display: grid;
    grid-template-columns: auto auto;
    gap: 14px 22px;
  }
  .pg-hero-partners-label {
    grid-column: 1 / -1;
  }
  .pg-hero-partner-logo-librion {
    width: 68px;
  }
  .pg-hero-partner-logo-derdiedaswelt {
    width: 118px;
  }
}

.pg-trust-strip {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 18px 6vw;
  background: #fff;
}
.pg-trust-inner {
  display: flex;
  justify-content: center;
  gap: 64px;
  text-align: center;
}
.pg-trust-stat {
  position: relative;
  padding: 18px 12px;
}
.pg-trust-stat strong { display: block; font-family: var(--font-title); font-size: 1.9rem; color: #000; margin-bottom: 6px; }
.pg-trust-stat span { color: #000; font-size: 14px; }

.pg-section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.pg-section-heading h2 { margin: 10px 0 14px; }
.pg-section-heading .lead { margin: 0 auto; }
.pg-doctors-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-areas:
    ". heading"
    ". cards";
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 0;
  align-items: start;
}
.pg-doctors-heading {
  grid-area: heading;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
  text-align: center;
}
.pg-doctors-heading h2 {
  position: relative;
  left: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  white-space: nowrap;
  color: #fff;
}
.pg-doctors-grid {
  grid-area: cards;
  grid-template-columns: 1fr;
  gap: 16px;
}
.pg-doctors-card {
  position: relative;
  padding: 10px 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.pg-doctors-card h3,
.pg-doctors-card p {
  color: #fff;
  opacity: 0.5;
  text-shadow: 0 2px 12px rgba(15, 30, 56, 0.7);
  transition: opacity 220ms ease;
}
.pg-doctors-card.is-active h3,
.pg-doctors-card.is-active p {
  opacity: 1;
}
.pg-doctors-link {
  position: absolute;
  top: 50%;
  left: -64px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: translateY(-50%);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: rgba(15, 30, 56, 0.2);
  color: #fff;
  box-shadow: 0 6px 18px rgba(15, 30, 56, 0.22);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.pg-doctors-link span {
  width: 10px;
  height: 10px;
  margin-left: -3px;
  transform: rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.pg-doctors-link:hover,
.pg-doctors-link:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(3px, -50%);
}
.pg-doctors-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.4);
  outline-offset: 3px;
}
.pg-doctors-pagination {
  position: absolute;
  left: 25%;
  bottom: 0;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.pg-doctors-timer {
  position: relative;
  width: 48px;
  height: 30px;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.pg-doctors-timer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}
.pg-doctors-timer span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: currentColor;
}
.pg-doctors-timer:hover::before {
  background: rgba(255, 255, 255, 0.55);
}
.pg-doctors-timer:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: 999px;
}
.pg-doctors-timer.is-active span {
  animation: pg-doctors-timer 6s linear forwards;
}

@keyframes pg-doctors-timer {
  from { width: 0; }
  to { width: 100%; }
}
.pg-testimonials-grid {
  grid-auto-rows: 1fr;
  justify-content: center;
}

.pg-center-link { text-align: center; margin-top: 32px; }

.pg-regions-section {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: clamp(540px, 46vw, 720px);
  padding-top: clamp(24px, 3vw, 40px);
  padding-bottom: clamp(36px, 4vw, 56px);
  overflow: hidden;
  background: #0f1e38;
}
.pg-regions-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 30, 56, 0.62) 0%, rgba(15, 30, 56, 0.3) 32%, rgba(15, 30, 56, 0.1) 100%),
    linear-gradient(90deg, rgba(15, 30, 56, 0.94) 0%, rgba(15, 30, 56, 0.84) 38%, rgba(15, 30, 56, 0.35) 70%, rgba(15, 30, 56, 0.16) 100%),
    linear-gradient(0deg, rgba(15, 30, 56, 0.24), rgba(15, 30, 56, 0.08));
  pointer-events: none;
}
.pg-regions-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}
.pg-regions-trust {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0;
  left: 0;
  padding: 0;
  background: transparent;
}
.pg-regions-trust .pg-trust-stat {
  padding: 8px 12px;
}
.pg-regions-trust .pg-trust-stat strong {
  color: #fff;
  text-shadow: 0 2px 18px rgba(15, 30, 56, 0.36);
}
.pg-regions-trust .pg-trust-stat span {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 12px rgba(15, 30, 56, 0.42);
}
.pg-doctors-section {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(540px, 46vw, 720px);
  padding-top: clamp(24px, 2.5vw, 32px);
  padding-bottom: clamp(24px, 2.5vw, 32px);
  overflow: hidden;
  background: #0f1e38;
}
.pg-doctors-backgrounds {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.pg-doctors-background {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 500ms ease;
}
.pg-doctors-background.is-active {
  opacity: 1;
}
.pg-doctors-background-placeholder,
.pg-doctors-background-learning {
  left: -2%;
  width: 103%;
}
.pg-doctors-background-placeholder {
  background-image: url("../../images/Placeholder.png");
}
.pg-doctors-background-learning {
  background-image: url("../../images/Learning.jpg");
}
.pg-doctors-background-ambassador {
  left: -4%;
  width: 105%;
  background-image: url("../../images/AmbassadorHero.png");
  background-position: center 32%;
}
.pg-doctors-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 30, 56, 0.18) 0%, rgba(15, 30, 56, 0.48) 48%, rgba(15, 30, 56, 0.88) 100%),
    linear-gradient(0deg, rgba(15, 30, 56, 0.28), rgba(15, 30, 56, 0.08));
  pointer-events: none;
}
.pg-regions-preview {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 650px) 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.pg-regions-content {
  max-width: 650px;
  transform: translateY(-28px);
}
.pg-regions-preview h2 { margin: 10px 0 14px; }
.pg-regions-title {
  max-width: none;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  color: #fff;
}
.pg-regions-title span {
  display: block;
  white-space: nowrap;
}
.pg-regions-preview .lead {
  color: rgba(255, 255, 255, 0.88);
}
.pg-regions-preview .pg-btn { margin-top: 24px; }

@media (max-width: 900px) {
  .pg-regions-section {
    justify-content: center;
    gap: 18px;
  }
  .pg-regions-trust {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .pg-doctors-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "cards";
  }
  .pg-doctors-section::after {
    background-position: 58% center;
  }
  .pg-doctors-section::before {
    background: rgba(15, 30, 56, 0.72);
  }
  .pg-doctors-heading h2 {
    left: 0;
  }
  .pg-doctors-card {
    padding-left: 58px;
  }
  .pg-doctors-link {
    left: 0;
  }
  .pg-doctors-pagination {
    left: 50%;
  }
}

/* Resources: topic tags + press-clipping cards, echoing the numbered
   partner badges above so the section reads as part of the same system. */
.pg-resources .pg-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.pg-resources .pg-section-heading .pg-btn {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.pg-btn-white.pg-btn-outline { background: #fff; }
.pg-btn-white.pg-btn-outline:hover { border-color: var(--teal); color: var(--teal); }

.pg-resource-press-head {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 32px;
}
.pg-resource-press-head h3 {
  font-family: var(--font-title);
  font-size: 1.4rem;
  color: var(--navy);
  margin: 0 0 8px;
}
.pg-resource-press-head p { margin: 0; }

.pg-resource-cards { align-items: start; }

.pg-resource-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.pg-resource-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: var(--off);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.pg-resource-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 400ms var(--ease);
}
.pg-resource-card:hover .pg-resource-card-media img { transform: scale(1.04); }

.pg-resource-card-source {
  margin-top: 22px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.pg-resource-card-title {
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--navy);
  transition: color 200ms var(--ease);
}
.pg-resource-card:hover .pg-resource-card-title { color: var(--teal); }

.pg-process { list-style: none; margin: 0; padding: 0; display: grid; gap: 24px; }
.pg-process li { display: flex; gap: 20px; align-items: flex-start; }
.pg-process li strong { display: block; color: #fff; font-size: 1.05rem; margin-bottom: 4px; }
.pg-process .pg-badge { background: var(--amber); color: var(--navy-deep); flex-shrink: 0; }

.pg-testimonial.pg-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  border: 0;
  border-radius: 26px;
  background: var(--review-block-color);
  box-shadow: none;
}
.pg-testimonial:nth-child(1) { --review-block-color: #c5d7cc; }
.pg-testimonial:nth-child(2) { --review-block-color: #e9f3fa; }
.pg-testimonial:nth-child(3) { --review-block-color: #f5e4e6; }
.pg-testimonial blockquote {
  position: relative;
  margin: 0 0 18px;
  padding-top: 22px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
}
.pg-testimonial blockquote::before {
  content: "\201E";
  position: absolute;
  top: -34px;
  left: -6px;
  font-family: var(--font-title);
  font-size: 4.6rem;
  line-height: 1;
  color: var(--teal-lt);
  opacity: 0.5;
  pointer-events: none;
}
.pg-testimonial figcaption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
}
.pg-testimonial-person {
  min-width: 0;
  text-align: left;
}
.pg-testimonial figcaption strong { display: block; color: var(--navy); white-space: nowrap; }
.pg-testimonial figcaption span { display: block; font-size: 13px; color: var(--muted); }
.pg-testimonial-photo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: none;
}

.pg-team-preview { max-width: 720px; margin: 0 auto; text-align: center; }
.pg-team-preview h2 { margin: 10px 0 14px; }
.pg-team-preview .pg-btn { margin-top: 8px; }

.pg-contact-cta {
  max-width: 1020px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px);
  border: 6px solid var(--teal);
  border-radius: 20px;
  background: var(--teal);
  text-align: center;
}
.pg-contact-cta > * {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.pg-contact-cta h2 { color: #fff; margin-bottom: 14px; }
.pg-contact-cta .lead { color: rgba(255,255,255,0.85); margin-bottom: 28px; }

/* Keep every neutral homepage section on the same white canvas. */
.home-main > section:not(.pg-regions-section):not(.pg-doctors-section):not(.pg-section-navy):not(.pg-testimonials-section):not(.pg-resources) {
  background: #fff;
  color: var(--text);
}
/* Let the fixed hero globe show through as a backdrop behind these sections. */
.home-main > .pg-testimonials-section,
.home-main > .pg-resources {
  background: transparent;
  color: var(--text);
}
/* Every section needs its own stacking context so it reliably paints above
   the fixed hero globe, regardless of DOM order. */
.home-main > section {
  position: relative;
  isolation: isolate;
}
.home-main > .pg-section-navy h2,
.home-main > .pg-section-navy h3 {
  color: var(--navy);
}
.home-main > .pg-section-navy {
  background: var(--teal);
}
.home-main .pg-contact-cta h2 {
  color: #fff;
}
.home-main .pg-contact-cta .lead {
  color: rgba(255, 255, 255, 0.9);
}
.home-main .pg-contact-cta .pg-btn-primary {
  background: var(--navy);
}
.home-main .pg-contact-cta .pg-btn-primary:hover {
  background: var(--navy-deep);
}
.home-main .pg-btn-ghost-white {
  background: transparent;
  border-color: var(--border);
  color: var(--navy);
}
.home-main .pg-btn-ghost-white:hover {
  background: var(--off);
  border-color: var(--teal);
  color: var(--teal);
}
.home-main .pg-contact-cta .pg-btn-ghost-white {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}
.home-main .pg-contact-cta .pg-btn-ghost-white:hover {
  background: #fff;
  border-color: #fff;
  color: var(--teal);
}

/* Keep the transitions around the contact block compact instead of stacking
   the default section padding on both sides. */
.home-main .pg-testimonials-section {
  padding-top: clamp(48px, 5vw, 64px);
  padding-bottom: clamp(36px, 4vw, 56px);
}
.home-main .pg-testimonials-section .pg-section-heading {
  max-width: none;
  margin-bottom: 32px;
}
.home-main .pg-testimonials-section .pg-section-heading h2 {
  max-width: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 901px) {
  .home-main .pg-testimonials-section .pg-section-heading h2 {
    white-space: nowrap;
  }
}
.home-main #kontakt {
  padding-top: clamp(36px, 4vw, 56px);
  padding-bottom: clamp(36px, 4vw, 56px);
}
.home-main .pg-resources {
  padding-top: clamp(36px, 4vw, 56px);
}

@media (max-width: 900px) {
  .pg-regions-section::after {
    background: rgba(15, 30, 56, 0.72);
  }
  .pg-regions-video {
    object-position: 62% top;
  }
  .pg-regions-preview {
    grid-template-columns: 1fr;
  }
  .pg-regions-content {
    transform: none;
  }
  .pg-regions-trust { padding: 0 20px; }
  .pg-trust-inner { flex-direction: column; gap: 12px; }
  .pg-trust-stat { padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .pg-doctors-background { transition: none; }
  .pg-doctors-timer.is-active span { animation: none; width: 100%; }
  .pg-resource-card-media img,
  .pg-resource-card-title { transition: none; }
  .pg-resource-card:hover .pg-resource-card-media img { transform: none; }
}

@media (max-width: 640px) {
  .pg-doctors-heading h2 {
    white-space: normal;
  }

  .pg-regions-section {
    min-height: 600px;
    padding-top: 36px;
    padding-bottom: 56px;
  }
  .pg-regions-title span {
    white-space: normal;
  }

}
