.zs-demo-bar {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  min-height: 44px;
  padding: 8px clamp(16px, 3vw, 38px);
  color: #fff;
  background: #17324d;
  box-shadow: 0 7px 24px rgba(10, 24, 38, 0.14);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.zs-demo-bar a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.zs-demo-bar span {
  text-align: center;
}

.zs-demo-bar a:last-child {
  justify-self: end;
  text-align: right;
}

body {
  padding-top: 44px !important;
}

body > header.fixed,
body > nav.fixed,
body > .fixed.top-0,
body > header[style*="position: fixed"],
body > nav[style*="position: fixed"] {
  top: 44px !important;
}

.zs-video-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background:
    linear-gradient(135deg, transparent 49.8%, rgba(255, 255, 255, 0.18) 50%, transparent 50.2%),
    linear-gradient(45deg, transparent 49.8%, rgba(255, 255, 255, 0.18) 50%, transparent 50.2%),
    #191919;
  font: 800 12px/1.4 "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.zs-contact-placeholder {
  display: grid;
  gap: 12px;
  min-height: 220px;
  align-content: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid currentColor;
  border-radius: 28px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
}

.zs-contact-placeholder span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.zs-contact-placeholder strong {
  font-size: clamp(23px, 4vw, 42px);
  line-height: 1.05;
}

.zs-contact-placeholder p {
  max-width: 470px;
  margin: 0;
  opacity: 0.72;
  font-size: 14px;
  line-height: 1.6;
}

.zs-template-map {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(70px, 9vw, 130px)
    max(22px, calc((100vw - 1240px) / 2));
  color: #172536;
  background: #eef1f4;
  font-family: "Segoe UI", Arial, sans-serif;
}

.zs-map-copy > span {
  display: block;
  margin-bottom: 18px;
  color: #2f6690;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.zs-map-copy h2 {
  max-width: 660px;
  margin: 0;
  color: #172536;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.zs-map-copy p {
  max-width: 580px;
  margin: 24px 0 0;
  color: #5c6670;
  font-size: 16px;
  line-height: 1.7;
}

.zs-map-enable {
  margin-top: 28px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  background: #17324d;
  font: 800 13px/1.2 "Segoe UI", Arial, sans-serif;
}

.zs-map-canvas {
  display: grid;
  place-items: center;
  min-height: 480px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(rgba(23, 50, 77, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 50, 77, 0.1) 1px, transparent 1px),
    #d8c8ff;
  background-size: 30px 30px;
  box-shadow: 0 24px 70px rgba(23, 50, 77, 0.15);
}

.zs-map-canvas > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 24px;
  text-align: center;
}

.zs-map-canvas strong {
  font-size: clamp(22px, 3vw, 36px);
}

.zs-map-canvas span {
  color: #4e5762;
}

.zs-map-canvas iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.zs-footer-credit {
  width: min(1180px, calc(100% - 40px));
  margin: 26px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid currentColor;
  color: inherit;
  opacity: 0.72;
  font: 600 12px/1.5 "Segoe UI", Arial, sans-serif;
  text-align: center;
}

.zs-footer-credit a {
  color: inherit !important;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .zs-demo-bar {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 10px;
  }

  .zs-demo-bar span {
    display: none;
  }

  .zs-template-map {
    grid-template-columns: 1fr;
  }

  .zs-map-canvas,
  .zs-map-canvas iframe {
    min-height: 380px;
  }

}
