:root {
  --poz-blue: #0d70d2;
  --poz-blue-dark: #153d64;
  --poz-cyan: #5ac3e6;
  --poz-bg: #f2f4f6;
  --poz-font: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --poz-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 12px 16px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(25, 25, 25, 0.03);
}

body {
  font-family: var(--poz-font);
  color: var(--poz-blue-dark);
  background: #fff;
}

.gamed-poz {
  overflow-x: hidden;
}

.gamed-poz-hero {
  position: relative;
  height: 604px;
  overflow: hidden;
  background: var(--poz-blue);
  color: #fff;
}

.gamed-poz-container {
  position: relative;
  width: min(100%, 1440px);
  height: 604px;
  margin: 0 auto;
  padding-inline: var(--gamed-container-pad, 40px);
  display: flex;
  flex-direction: column;
}

.gamed-poz-hero-copy {
  position: absolute;
  left: var(--gamed-container-pad, 40px);
  top: 191px;
  width: 618px;
  z-index: 3;
}

.gamed-poz-hero-copy h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.04;
}

.gamed-poz-hero-copy h1 strong,
.gamed-poz-hero-copy h1 b {
  font-weight: 700;
}

.gamed-poz-hero-copy p {
  margin: 22px 0 0;
  width: 512px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
}

.gamed-poz-hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-1 * max(0px, (100vw - 1440px) / 2));
  left: auto;
  width: clamp(380px, 52vw, 744px);
  height: 100%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
  transform: translateX(clamp(0px, (1320px - 100vw) * 0.4, 280px));
}

.gamed-poz-hero-image picture {
  display: block;
  height: 100%;
  width: max-content;
  max-width: none;
}

.gamed-poz-hero-image img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: left center;
}

.gamed-poz-facilities {
  background: var(--poz-bg);
  padding: 88px 0 64px;
}

.gamed-poz-facilities-head {
  width: min(100%, 696px);
  margin: 0 auto;
  text-align: center;
}

.gamed-poz-facilities-head h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  color: var(--poz-blue-dark);
}

.gamed-poz-facilities-head p {
  margin: 14px 0 0;
  font-size: 24px;
  line-height: 1.2;
  color: var(--poz-blue-dark);
}

.gamed-poz-facilities-list {
  width: min(100%, 1440px);
  margin: 28px auto 0;
  padding-inline: var(--gamed-container-pad, 40px);
  display: grid;
  gap: 28px;
}

.gamed-poz-facility-card {
  display: grid;
  grid-template-columns: minmax(0, 410px) 1fr;
  align-items: center;
  gap: 46px;
  min-height: 381px;
  padding: 16px 67px;
  border-radius: 41px;
  background: #fff;
  box-shadow: var(--poz-shadow);
}

.gamed-poz-facility-map {
  display: block;
  width: 410px;
  height: 349px;
}

.gamed-poz-facility-map img {
  display: block;
  width: 410px;
  height: 349px;
  object-fit: cover;
}

.gamed-poz-facility-copy {
  width: 285px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 31px;
}

.gamed-poz-facility-copy h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.gamed-poz-facility-address {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
}

.gamed-tel-link {
  color: inherit;
  text-decoration: none;
}

.gamed-poz-route-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  min-height: 48px;
  border-radius: 37px;
  background: var(--poz-cyan);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.gamed-poz-providers {
  background: var(--poz-blue);
  color: #fff;
  min-height: 601px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gamed-poz-providers h2 {
  margin: 0 0 24px;
  min-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 48px;
  line-height: normal;
  width: min(100%, 948px);
  margin-inline: auto;
}

.gamed-poz-providers-grid {
  width: min(100%, 1058px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 37px 13px;
}

.gamed-poz-provider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gamed-poz-provider-item img {
  width: 46px;
  height: 46px;
}

.gamed-poz-provider-item p {
  margin: 0;
  width: 257px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.gamed-poz-gyn {
  background: #fff;
  padding: 28px 0;
}

.gamed-poz-gyn-card {
  width: min(100%, 1438px);
  min-height: 183px;
  margin: 0 auto;
  border-radius: 41px;
  padding: 35px 52px;
  display: grid;
  grid-template-columns: 459px 3px 384px;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.gamed-poz-gyn-card h2 {
  margin: 0;
  text-align: center;
  white-space: pre-line;
  font-size: 36px;
  line-height: normal;
  color: var(--poz-blue-dark);
}

.gamed-poz-gyn-divider {
  display: block;
  width: 3px;
  height: 105px;
  border-radius: 5px;
  background: var(--poz-cyan);
}

.gamed-poz-gyn-card p {
  margin: 0;
  white-space: pre-line;
  font-size: 17px;
  line-height: normal;
  color: var(--poz-blue-dark);
}

/* Footer: site-footer.css + site-footer-mobile.css */

/* Mobile (≤860px): poz-page-mobile.css (Figma 746:722) */

@media (max-width: 1200px) {
  .gamed-poz-container {
    padding-inline: clamp(16px, 3vw, 40px);
  }
}

/* Responsive stabilization layer */
@media (max-width: 1260px) and (min-width: 861px) {
  .gamed-poz-hero {
    height: auto;
    min-height: clamp(480px, 55vw, 604px);
    overflow: hidden;
  }

  .gamed-poz-container {
    position: relative;
    width: min(100%, 1440px);
    min-height: clamp(480px, 55vw, 604px);
    height: auto;
    padding: 0 clamp(16px, 3vw, 28px) clamp(24px, 4vw, 40px);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 44vw);
    grid-template-areas:
      "header header"
      "copy image";
    gap: 18px clamp(20px, 3vw, 40px);
    align-items: center;
  }

  .gamed-poz .gamed-site-header {
    grid-area: header;
  }

  .gamed-poz-hero-copy {
    grid-area: copy;
    position: static;
    width: min(100%, 620px);
  }

  .gamed-poz-hero-copy h1 {
    font-size: clamp(44px, 5.8vw, 64px);
    line-height: 1.03;
  }

  .gamed-poz-hero-copy p {
    width: min(100%, 560px);
    margin-top: 18px;
  }

  .gamed-poz-hero-image {
    grid-area: unset;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: clamp(320px, 52vw, 744px);
    height: 100%;
    overflow: hidden;
    margin: 0;
    transform: translateX(clamp(0px, (1260px - 100vw) * 0.45, 280px));
  }

  .gamed-poz-hero-image picture {
    display: block;
    height: 100%;
    width: max-content;
    max-width: none;
  }

  .gamed-poz-hero-image img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: left center;
  }

  .gamed-poz-facility-card {
    grid-template-columns: minmax(260px, 410px) minmax(240px, 1fr);
    gap: clamp(18px, 2.6vw, 36px);
    padding: 16px clamp(20px, 3vw, 34px);
    min-height: 0;
  }

  .gamed-poz-facility-map,
  .gamed-poz-facility-map img {
    width: 100%;
    max-width: 410px;
    height: auto;
  }

  .gamed-poz-facility-copy {
    width: 100%;
    gap: 20px;
  }

  .gamed-poz-providers,
  .gamed-poz-gyn {
    min-height: 0;
  }

  .gamed-poz-providers-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 22px 14px;
    padding-inline: clamp(16px, 2vw, 20px);
  }

  .gamed-poz-provider-item p {
    width: 100%;
  }

  .gamed-poz-gyn-card {
    grid-template-columns: minmax(260px, 1fr) 3px minmax(280px, 1fr);
    min-height: 0;
    width: min(100%, 1438px);
    padding: 30px clamp(18px, 3vw, 30px);
  }

}
