@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../font/noto-sans.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --zs-color-white: #fff;
  --zs-color-black: #1f2b37;
  --zs-color-text: #47515d;
  --zs-color-muted: #66717d;
  --zs-color-line: #d8dde2;
  --zs-color-soft: #f4f5f6;
  --zs-color-green: #2ebb77;
  --zs-color-green-dark: #23955f;
  --zs-color-deep: #203746;
  --zs-radius-button: 999px;
  --zs-shadow-soft: 0 18px 40px rgba(31, 43, 55, 0.08);
  --zs-transition: 0.35s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  color: var(--zs-color-text);
  background: #fff;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.zs-screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zs-pd {
  background: #fff;
}

.zs-pd-breadcrumb {
  padding: 24px 0 12px;
}

.zs-pd-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 15%;
  font-size: 13px;
  line-height: 1.6;
  color: #8a929a;
}

.zs-pd-breadcrumb a {
  transition: color var(--zs-transition);
}

.zs-pd-breadcrumb a:hover {
  color: var(--zs-color-green);
}

.zs-pd-hero {
  padding: 10px 0 64px;
}

.zs-pd-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 52px;
  align-items: start;
  padding: 0 15%;
}

.zs-pd-gallery {
  min-width: 0;
}

.zs-pd-gallery__main {
  display: block;
  width: 100%;
  padding: 0;
}

.zs-pd-gallery__main img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.zs-pd-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.zs-pd-gallery__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.zs-pd-gallery__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  transition: border-color var(--zs-transition), opacity var(--zs-transition);
}

.zs-pd-gallery__thumb:hover::after,
.zs-pd-gallery__thumb.is-active::after {
  border-color: var(--zs-color-green);
}

.zs-pd-gallery__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.zs-pd-summary {
  padding-top: 4px;
}

.zs-pd-summary h2 {
  margin: 0 0 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--zs-color-black);
}

.zs-pd-summary__lead {
  font-size: 17px;
  line-height: 1.88;
  color: #3f4b57;
}

.zs-pd-summary__lead p {
  margin: 0 0 6px;
  color: var(--zs-color-text);
}

.zs-pd-summary__lead div {
  margin: 0;
}

.zs-pd-summary__lead strong {
  margin-right: 4px;
  font-weight: 700;
  color: var(--zs-color-black);
}

.zs-pd-summary__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.zs-pd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  transition: transform var(--zs-transition), background-color var(--zs-transition);
}

.zs-pd-button:hover {
  transform: translateY(-1px);
}

.zs-pd-button--quote {
  background: var(--zs-color-green);
}

.zs-pd-button--quote:hover {
  background: var(--zs-color-green-dark);
}

.zs-pd-button--whatsapp {
  background: #22b35f;
}

.zs-pd-button--whatsapp:hover {
  background: #17944d;
}

.zs-pd-button__icon {
  width: 18px;
  height: 18px;
}

.zs-pd-button__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.zs-pd-detail-heading {
  padding: 0 0 34px;
}

.zs-pd-detail-heading__inner {
  padding: 0 19%;
  text-align: center;
}

.zs-pd-detail-heading h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--zs-color-black);
}

.zs-pd-detail-heading span {
  display: block;
  width: 100%;
  max-width: 920px;
  height: 1px;
  margin: 26px auto 0;
  background: #e5e7eb;
}

.zs-pd-detail-heading img{display: inline-block;}

.zs-pd-feature {
  padding: 40px 0;
}

.zs-pd-feature--light {
  background: #fff;
}

.zs-pd-feature--dark {
  background: var(--zs-color-deep);
}

.zs-pd-feature--storage {
  background: transparent;
  padding: 0 0 48px;
}

.zs-pd-feature__inner {
  padding: 0 15%;
  text-align: center;
}

.zs-pd-feature__inner h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 700;
  color: var(--zs-color-black);
}

.zs-pd-feature--dark .zs-pd-feature__inner h2 {
  color: #fff;
}

.zs-pd-feature__line {
  display: block;
  margin-top: 16px;
}

.zs-pd-feature__line--center {
  width: min(657px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.zs-pd-feature__line--right {
  width: min(400px, 70%);
  margin-left: auto;
}

.zs-pd-feature__line--left {
  width: min(400px, 70%);
  margin-right: auto;
  margin-left: auto;
}

.zs-pd-feature__inner p {
  font-size: 16px;
  line-height: 1.45;
  color: #2c3743;
}

.zs-pd-feature--dark .zs-pd-feature__inner p {
  color: #fff;
}

.zs-pd-feature__media {
  display: block;
  width: min(1120px, 100%);
  margin: 30px auto 0;
}

.zs-pd-feature__visual {
  position: relative;
  margin: 0 auto;
  width: min(1240px, 100%);
}

.zs-pd-feature__storage-image {
  display: block;
  width: 100%;
}

.zs-pd-feature__overlay {
  position: absolute;
  top: 8%;
  right: 7%;
  left: auto;
  width: min(560px, 52%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
  text-align: right;
}

.zs-pd-feature__overlay h2 {
  margin: 0;
  color: #fff;
}

.zs-pd-feature__overlay p {
  max-width: 100%;
  margin-top: 14px;
  color: #fff;
}

.zs-pd-feature__overlay .zs-pd-feature__line--right {
  width: min(250px, 100%);
  margin-top: 14px;
  margin-left: auto;
}

.zs-pd-colors {
  padding: 28px 0 48px;
}

.zs-pd-colors__inner {
  padding: 0 15%;
  text-align: center;
}

.zs-pd-colors__inner h2 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--zs-color-black);
}

.zs-pd-colors__line {
  display: block;
  width: min(657px, 100%);
  margin: 16px auto 0;
}

.zs-pd-colors__media {
  display: block;
  width: min(1120px, 100%);
  margin: 26px auto 0;
}

.zs-pd-params {
  padding: 18px 0 86px;
}

.zs-pd-params__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 44px;
  align-items: stretch;
  padding: 0 19%;
}

.zs-pd-params__content {
  align-self: center;
}

.zs-pd-params__content h2 {
  margin: 0 0 16px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--zs-color-black);
}

.zs-pd-params__content > p {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.8;
  color: #4f5964;
}

.zs-pd-params__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--zs-color-line);
  border-left: 1px solid var(--zs-color-line);
}

.zs-pd-params__grid dt,
.zs-pd-params__grid dd {
  margin: 0;
  padding: 16px 18px;
  border-right: 1px solid var(--zs-color-line);
  border-bottom: 1px solid var(--zs-color-line);
  font-size: 16px;
  line-height: 1.65;
}

.zs-pd-params__grid dt {
  font-weight: 500;
  color: #4e5b66;
}

.zs-pd-params__grid dd {
  font-weight: 700;
  color: var(--zs-color-black);
}

.zs-pd-params__visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #26414f 0%, #1e313d 100%);
}

.zs-pd-params__visual img {
  display: block;
  width: 100%;
  margin-top: 0;
}

.zs-pd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--zs-transition), visibility var(--zs-transition);
}

.zs-pd-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.zs-pd-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 26, 32, 0.88);
}

.zs-pd-lightbox__dialog {
  position: absolute;
  inset: 50% auto auto 50%;
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(88vw, 1180px);
  transform: translate(-50%, -50%);
}

.zs-pd-lightbox__figure {
  flex: 1 1 auto;
  margin: 0;
}

.zs-pd-lightbox__figure img {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.zs-pd-lightbox__close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 36px;
  height: 36px;
}

.zs-pd-lightbox__close span {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 24px;
  height: 2px;
  background: #fff;
}

.zs-pd-lightbox__close span:first-child {
  transform: rotate(45deg);
}

.zs-pd-lightbox__close span:last-child {
  transform: rotate(-45deg);
}

.zs-pd-lightbox__nav {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #fff;
  transition: transform var(--zs-transition), color var(--zs-transition);
}

.zs-pd-lightbox__nav:hover {
  color: var(--zs-color-green);
  transform: scale(1.08);
}

.zs-pd-lightbox__nav svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .zs-pd-breadcrumb__inner,
  .zs-pd-hero__inner,
  .zs-pd-detail-heading__inner,
  .zs-pd-feature__inner,
  .zs-pd-colors__inner,
  .zs-pd-params__inner {
    padding-right: 5%;
    padding-left: 5%;
  }

  .zs-pd-hero__inner,
  .zs-pd-params__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .zs-pd-summary__actions {
    max-width: 520px;
  }

  .zs-pd-feature__inner p {
    font-size: clamp(18px, 2.2vw, 24px);
  }
}

@media (max-width: 767px) {
  .zs-pd-breadcrumb {
    padding-top: 18px;
  }

  .zs-pd-breadcrumb__inner,
  .zs-pd-hero__inner,
  .zs-pd-detail-heading__inner,
  .zs-pd-feature__inner,
  .zs-pd-colors__inner,
  .zs-pd-params__inner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .zs-pd-hero {
    padding-bottom: 46px;
  }

  .zs-pd-gallery__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 18px;
  }

  .zs-pd-summary h1,
  .zs-pd-summary h2 {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 18px;
  }

  .zs-pd-summary__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .zs-pd-summary__actions {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .zs-pd-detail-heading {
    padding-bottom: 24px;
  }

  .zs-pd-detail-heading h2 {
    font-size: 28px;
  }

  .zs-pd-detail-heading span {
    margin-top: 18px;
  }

  .zs-pd-feature {
    padding: 28px 0;
  }

  .zs-pd-feature--storage {
    padding-bottom: 28px;
  }

  .zs-pd-feature__line--right,
  .zs-pd-feature__line--left {
    width: min(220px, 70%);
  }

  .zs-pd-feature__inner p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.72;
  }

  .zs-pd-feature__media {
    margin-top: 20px;
  }

  .zs-pd-feature__overlay {
    top: 8%;
    right: 6%;
    width: min(420px, 64%);
  }

  .zs-pd-feature__overlay .zs-pd-feature__line--right {
    width: min(210px, 100%);
  }

  .zs-pd-colors {
    padding-bottom: 34px;
  }

  .zs-pd-params {
    padding-bottom: 52px;
  }

  .zs-pd-params__content > p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

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

  .zs-pd-lightbox__dialog {
    gap: 10px;
    width: min(92vw, 1180px);
  }

  .zs-pd-lightbox__nav {
    width: 28px;
    height: 28px;
  }
}
