@import url("https://fonts.googleapis.com/css2?family=Inder&family=Inter:wght@200;300;400;500&display=swap");

:root {
  --green: #005c09;
  --dark: #2f3244;
  --orange: #faa21b;
  --red: #cf1629;
  --text: #1f2430;
  --corner-angle: 35deg;
  --corner-w: 38px;
  --corner-img: 15px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 190px; }
img {
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  overflow-x: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 29.24px;
  letter-spacing: 0;
  caret-color: transparent;
}
a { color: inherit; }
input,
textarea {
  caret-color: auto;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
}
.brand-band {
  width: 100%;
  max-width: 1300px;
  height: 136.14px;
  margin-left: auto;
  margin-right: auto;
  background: url("../assets/2025/10/bg-top.jpg") center / cover no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 23px 40px 0;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.brand-card {
  width: 70%;
  height: 90.14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  background: url("../assets/2025/11/top-bg-white.png") center / cover no-repeat;
  text-decoration: none;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.brand-card img { width: 500px; height: auto; }
.main-nav {
  width: calc(100% - 50px);
  max-width: 1300px;
  margin: 0 auto;
  padding: 12px 40px 9px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 27.52px;
}
.request-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 17px;
  line-height: 29.24px;
  color: var(--green);
}
.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  line-height: 27.52px;
  letter-spacing: 0;
  padding-left: 67.39px;
}
.nav-links a {
  color: var(--green);
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}
.request-link:hover,
.request-link:focus-visible,
.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  color: var(--orange);
}
.menu-toggle {
  display: none;
  width: 18px;
  height: 24px;
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  color: var(--green);
  cursor: pointer;
}
.menu-toggle span {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--green);
  transform-origin: center;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle span:nth-child(1) { top: 7px; }
.menu-toggle span:nth-child(2) { top: 13px; }
.menu-toggle span:nth-child(3) { top: 19px; }
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 3px;
  background: var(--green);
  transform-origin: center;
}
.main-nav.open .menu-toggle span { opacity: 0; }
.main-nav.open .menu-toggle::before {
  display: block;
  transform: rotate(45deg);
}
.main-nav.open .menu-toggle::after {
  display: block;
  transform: rotate(-45deg);
}
.panel {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1300px;
  margin: 0 auto 50px;
  padding: 30px 40px;
  overflow: hidden;
  color: #fff;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.panel::after {
  content: none;
}
.orange { background: url("../assets/2025/11/bg-01.jpg") center / cover no-repeat; }
.green { background: url("../assets/2025/11/bg-02.jpg") center / cover no-repeat; }
.dark { background: url("../assets/2025/11/bg-03.jpg") center / cover no-repeat; }
.hero {
  height: 345.5px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  align-items: start;
}
.hero .panel-text,
.systems .panel-text,
.offer-intro > div {
  padding-right: 5px;
}
.panel h1, .panel h2 {
  margin: -0.2em 0 0;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 71.5px;
  letter-spacing: 0;
  text-shadow: .01em .01em .01em rgba(0,0,0,1);
}
.hero h1 { font-size: 55px; }
.hero h2 { font-size: 55px; margin-top: 0; }
.ideal {
  margin: 44px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: .015em .015em .015em rgba(0,0,0,1);
}
.hero-window {
  width: 100%;
  max-width: 365px;
  justify-self: end;
  margin-top: 0;
  clip-path: polygon(
    var(--corner-img) 0,
    100% 0,
    100% calc(100% - (var(--corner-img) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-img)) 100%,
    0 100%,
    0 calc(var(--corner-img) * tan(var(--corner-angle)))
  );
}
.systems {
  min-height: 368.6px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas:
    "title map"
    "logos logos";
  gap: 18px 0;
  align-items: start;
}
.systems .panel-text { grid-area: title; }
.systems h2 { font-size: 55px; line-height: 71.5px; }
.map { grid-area: map; width: 140px; justify-self: end; }
.system-logos {
  grid-area: logos;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5%;
  margin-top: 25px;
  padding: 0;
  background: transparent;
}
.system-logo-card {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../assets/2025/11/top-bg-white.png") center / cover no-repeat;
  clip-path: polygon(
    var(--corner-img) 0,
    100% 0,
    100% calc(100% - (var(--corner-img) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-img)) 100%,
    0 100%,
    0 calc(var(--corner-img) * tan(var(--corner-angle)))
  );
}
.system-logo-card img {
  width: 200px;
  height: 100px;
  object-fit: contain;
  display: block;
}
.system-logo-card,
.download-card,
.contact-card,
.request-form,
.legal-card {
  transition: transform .22s ease, filter .22s ease;
}
.system-logo-card:hover,
.download-card:hover,
.contact-card:hover,
.legal-card:hover {
  transform: translateY(-2px);
  filter: brightness(1.015);
}
.offer-intro, .downloads, .contact {
  width: calc(100% - 50px);
  max-width: 1300px;
  margin: 0 auto 55px;
  padding-left: 0;
  padding-right: 0;
}
.price-section {
  margin: 0;
  padding: 0;
}
.offer-intro {
  min-height: 650px;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  align-items: start;
  background: url("../assets/2025/11/bg-03.jpg") center / cover no-repeat;
  color: #fff;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.offer-intro h2, .downloads h2, .contact h2 {
  color: inherit;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 55px;
  line-height: 71.5px;
  font-weight: 200;
  letter-spacing: 0;
}
.offer-intro h2 { margin: -0.2em 0 20px; }
.offer-intro p {
  margin: 0 0 20px;
}
.offer-intro p:last-child {
  margin-bottom: 0;
}
.offer-intro img {
  width: 365px;
  justify-self: end;
}
.inline-link {
  color: #fff;
}
.request-form button, .cookie-actions button:first-child {
  background: var(--orange);
  color: #fff;
  border: 0;
  text-decoration: none;
  padding: 13px 22px;
  display: inline-block;
}
.downloads {
  width: calc(100% - 80px);
  max-width: 1270px;
  margin-top: -349.07px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  position: relative;
  z-index: 2;
  color: var(--dark);
}
.download-card {
  min-height: 264.67px;
  padding: 20px;
  background: url("../assets/2025/11/top-bg-white.png") center / cover no-repeat;
  clip-path: polygon(
    var(--corner-img) 0,
    100% 0,
    100% calc(100% - (var(--corner-img) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-img)) 100%,
    0 100%,
    0 calc(var(--corner-img) * tan(var(--corner-angle)))
  );
}
.downloads h2 {
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--dark);
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}
.download-grid p {
  margin: 0;
  color: var(--dark);
  font-size: 17px;
  line-height: 29.24px;
}
.download-grid strong { font-weight: 700; }
.download-grid a {
  display: inline-block;
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.downloads + .split,
.price-section + .split { margin-top: 0; }
.split {
  min-height: 335px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  align-items: start;
}
.production, .quality { min-height: 335.91px; }
.glass, .delivery { min-height: 333.75px; }
.split h2 { font-size: 55px; line-height: 71.5px; }
.split > div { padding-right: 5px; }
.split p {
  max-width: none;
  margin: 20px 0 0;
}
.split img { width: 365px; justify-self: end; }
.split img, .offer-intro img {
  clip-path: polygon(
    var(--corner-img) 0,
    100% 0,
    100% calc(100% - (var(--corner-img) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-img)) 100%,
    0 100%,
    0 calc(var(--corner-img) * tan(var(--corner-angle)))
  );
}
.contact {
  position: relative;
  width: calc(100% - 50px);
  max-width: 1300px;
  min-height: 911.58px;
  margin: 0 auto 50px;
  padding: 30px 40px;
  overflow: hidden;
  background: url("../assets/2025/11/bg-02.jpg") center / cover no-repeat;
  color: #fff;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.contact h2 {
  padding: 0;
  margin: -0.2em 0 0;
  background: transparent;
  color: #fff;
}
.contact-heading {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  align-items: start;
  margin-bottom: 70px;
}
.contact-phone {
  width: 140px;
  justify-self: end;
}
.contact-grid {
  display: grid;
  grid-template-columns: 47% 47%;
  justify-content: space-between;
  align-items: start;
  gap: 0;
  margin-top: 0;
}
.contact-card,
.request-form {
  align-self: start;
  background: url("../assets/2025/11/top-bg-white.png") center / cover no-repeat;
  color: var(--dark);
  padding: 20px;
  clip-path: polygon(
    var(--corner-img) 0,
    100% 0,
    100% calc(100% - (var(--corner-img) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-img)) 100%,
    0 100%,
    0 calc(var(--corner-img) * tan(var(--corner-angle)))
  );
}
.contact-card h2,
.request-form h2 {
  color: var(--dark);
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.request-form {
  display: grid;
  gap: 0;
  min-height: 641.58px;
}
.request-form h2 {
  margin-bottom: 25px;
}
.form-status {
  margin: 0 0 25px;
  padding: 10px 12px;
  border: 1px solid currentColor;
  font-size: 14px;
  line-height: 22px;
}
.form-status-success {
  color: var(--green);
  background: rgba(0, 92, 9, .06);
}
.form-status-error {
  color: #9b1c1c;
  background: rgba(155, 28, 28, .06);
}
.request-form input, .request-form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0 0 25px;
  border: 1px solid var(--green);
  border-radius: 4px;
  padding: 12px 14px;
  color: var(--dark);
  font: inherit;
}
.request-form textarea {
  min-height: 124px;
  resize: vertical;
}
.upload-field {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  margin: 0 0 25px;
  border: 1px dashed var(--green);
  border-radius: 0;
  background: rgba(255,255,255,.55);
  color: var(--dark);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}
.upload-field.is-dragging,
.upload-field:focus-within {
  border-color: var(--orange);
  background: rgba(250, 162, 27, .08);
}
.upload-field input {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 9px;
  background: var(--dark);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 20h14v-5h-2v3H7v-3H5v5Zm6-5h2V7.8l2.6 2.6L17 9 12 4 7 9l1.4 1.4L11 7.8V15Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 20h14v-5h-2v3H7v-3H5v5Zm6-5h2V7.8l2.6 2.6L17 9 12 4 7 9l1.4 1.4L11 7.8V15Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.upload-label {
  display: block;
  color: rgba(47, 50, 68, .75);
  font-size: 12px;
  line-height: 20.64px;
  text-align: center;
}
.upload-files {
  display: block;
  width: 100%;
  max-width: calc(100% - 24px);
  margin-top: 8px;
  color: var(--dark);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  overflow-wrap: anywhere;
}
.upload-files span {
  color: rgba(47, 50, 68, .7);
}
.upload-files .upload-error {
  color: #9b1c1c;
}
.request-form button {
  width: 100%;
  min-height: 43px;
  margin-top: 0;
  padding: 8px 22px;
  font: 400 14px/24px Inter, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--dark);
  transition: background-color .2s ease, transform .2s ease;
}
.request-form button:hover,
.request-form button:focus-visible {
  background: var(--green);
  transform: translateY(-1px);
}
.footer {
  width: calc(100% - 50px);
  max-width: 1300px;
  min-height: 153.14px;
  margin: 0 auto;
  padding: 23px 40px 40px;
  background: url("../assets/2025/10/bg-top.jpg") center / cover no-repeat;
  color: var(--dark);
  display: grid;
  grid-template-columns: 50% 33.3333333333%;
  align-items: start;
  justify-content: space-between;
  gap: 0;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.footer-logo-card,
.footer-copy-card {
  background: url("../assets/2025/11/top-bg-white.png") center / cover no-repeat;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.footer-logo-card {
  min-height: 57px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
}
.footer-logo-card img {
  display: block;
  width: 500px;
  max-width: 100%;
  height: auto;
}
.footer-copy-card {
  min-height: 81px;
  padding: 31px 40px 13px;
  font-size: 13px;
  line-height: 22.36px;
  text-align: right;
}
.footer-copy-card p { margin: 0; }
.cookie {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 50;
  width: min(580px, calc(100vw - 50px));
  background: #fff;
  padding: 18px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.cookie h2 {
  margin: 0 38px 32px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.cookie-close {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 22px;
  height: 22px;
  border: 2px solid #333;
  border-radius: 4px;
  background: #fff;
  font-size: 28px;
  line-height: 16px;
  padding: 0;
}
.cookie-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}
.cookie-actions button {
  min-height: 45px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #f8f8f8;
  font: inherit;
  cursor: pointer;
}
.cookie-links { text-align: center; margin-bottom: 0; }
.cookie-links a { margin: 0 6px; }
.legal-page { background: #fff; }
.legal-panel {
  width: calc(100% - 50px);
  max-width: 1300px;
  margin: 0 auto 50px;
  padding: 30px 40px;
  overflow: hidden;
  background: url("../assets/2025/10/bg-top.jpg") center / cover no-repeat;
  color: #fff;
  clip-path: polygon(
    var(--corner-w) 0,
    100% 0,
    100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-w)) 100%,
    0 100%,
    0 calc(var(--corner-w) * tan(var(--corner-angle)))
  );
}
.legal-title-card {
  width: 66.6666666667%;
  margin: 0 0 30px;
  color: #fff;
}
.legal-title-card-wide { width: 60%; }
.legal-title-card h1 {
  margin: -0.2em 0 10px;
  color: #fff;
  font-size: 55px;
  line-height: 71.5px;
  font-weight: 200;
  text-transform: uppercase;
}
.legal-title-card p {
  margin: 0;
  font-size: 17px;
  line-height: 29.24px;
  font-weight: 400;
}
.legal-grid {
  display: grid;
  grid-template-columns: 47% 47%;
  justify-content: space-between;
  gap: 0;
}
.legal-card {
  padding: 20px;
  background: url("../assets/2025/11/top-bg-white.png") center / cover no-repeat;
  color: var(--dark);
  clip-path: polygon(
    var(--corner-img) 0,
    100% 0,
    100% calc(100% - (var(--corner-img) * tan(var(--corner-angle)))),
    calc(100% - var(--corner-img)) 100%,
    0 100%,
    0 calc(var(--corner-img) * tan(var(--corner-angle)))
  );
}
.legal-card h2 {
  margin: 0 0 20px;
  color: var(--dark);
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 300;
  text-transform: uppercase;
}
.legal-card h2:not(:first-child) { margin-top: 30px; }
.legal-card p {
  margin: 0 0 20px;
}
.legal-card p:last-child { margin-bottom: 0; }
.legal-card a {
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1200px) {
  .main-nav {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 12px 0 9px;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
  }
  .request-link {
    display: inline;
    width: 60%;
  }
  .menu-toggle {
    display: block;
    flex: 0 0 18px;
    margin-left: auto;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 39px;
    left: -30px;
    right: 0;
    width: 100vw;
    z-index: 30;
    padding: 0;
    background: #fff;
    color: var(--green);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav.open .nav-links { display: block; }
  .nav-links a {
    display: flex;
    align-items: center;
    min-height: 61px;
    padding: 16px 24px;
    border-bottom: 1px solid #ddd;
  }
  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a.active {
    background: #f9f9fb;
    color: var(--orange);
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  :root { --corner-w: 30px; }
  .brand-band {
    width: 100%;
    height: 122.11px;
    padding: 23px 40px 0;
  }
  .brand-card {
    width: 70%;
    height: 76.11px;
  }
  .brand-card img { width: 360px; }
  .main-nav {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 12px 0 9px;
  }
  .menu-toggle { height: 24px; }
  .nav-links { top: 39px; }
  .panel {
    width: 100%;
    margin: 0 0 50px;
    padding: 20px 30px;
  }
  .hero {
    height: 249.5px;
    grid-template-columns: 2fr 1fr;
    gap: 0;
  }
  .hero h1,
  .hero h2,
  .systems h2,
  .split h2,
  .offer-intro h2,
  .contact h2 {
    font-size: 35px;
    line-height: 45.5px;
  }
  .ideal {
    margin-top: 56px;
    font-size: 20px;
    line-height: 26px;
  }
  .hero-window {
    width: min(265px, 30.1vw);
    margin-top: 0;
  }
  .systems { min-height: 311.9px; }
  .map { width: 100px; }
  .system-logos { margin-top: 32px; }
  .offer-intro {
    width: 100%;
    min-height: 640.3px;
    padding: 20px 30px 30px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .offer-intro h2 { margin-bottom: 81px; }
  .offer-intro img { display: none; }
  .downloads {
    width: calc(100% - 60px);
    max-width: none;
    margin-top: -339.6px;
    gap: 6%;
  }
  .download-card { padding: 20px 10px; }
  .split {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .split img { display: none; }
  .contact {
    width: 100%;
    max-width: none;
    padding: 20px 30px;
  }
  .legal-panel {
    width: 100%;
    max-width: none;
    padding: 20px 30px;
  }
  .contact-heading {
    margin-bottom: 70px;
  }
  .footer {
    width: 100%;
    max-width: none;
    grid-template-columns: 48% 45%;
  }
  .footer-logo-card img {
    width: 360px;
  }
  .contact-card h2,
  .request-form h2 {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 300;
  }
}

@media (width: 1200px) {
  .panel {
    width: 100%;
    max-width: none;
    margin: 0 0 50px;
    padding: 20px 30px;
  }
  .hero {
    height: 330.5px;
    grid-template-columns: 2fr 1fr;
    gap: 0;
  }
  .hero-window {
    width: 365px;
    max-width: 365px;
  }
  .systems {
    min-height: 348.6px;
    grid-template-columns: 2fr 1fr;
    gap: 18px 0;
  }
  .map { width: 140px; }
  .offer-intro {
    width: 100%;
    min-height: 662.3px;
    padding: 20px 30px 30px;
    grid-template-columns: 1fr;
  }
  .offer-intro h2 { margin-bottom: 81px; }
  .offer-intro img { display: none; }
  .downloads {
    width: calc(100% - 60px);
    max-width: none;
    margin-top: -339.6px;
    gap: 6%;
  }
  .download-card { padding: 20px 10px; }
  .split {
    grid-template-columns: 1fr;
  }
  .split img { display: none; }
  .contact-card h2,
  .request-form h2 {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 300;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  .offer-intro {
    min-height: 810.1px;
    grid-template-columns: 1fr;
  }
  .offer-intro > div { max-width: none; }
  .offer-intro img { display: none; }
  .downloads {
    margin-top: -480px;
  }
}

@media (max-width: 699px) {
  :root { --corner-w: 15px; }
  .brand-band {
    width: 100%;
    margin: 0;
    height: 60.05px;
    padding: 10px;
  }
  .brand-card {
    width: 85%;
    height: 40.05px;
    padding: 0 15px;
  }
  .brand-card img { width: 200px; }
  .main-nav {
    width: 100%;
    margin: 0;
    padding: 7px 15px 3px;
    position: relative;
  }
  .menu-toggle { height: 24px; }
  .nav-links {
    top: 34px;
    left: 0;
  }
  .panel {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
  }
  .hero {
    min-height: 0;
    height: auto;
    display: block;
  }
  .hero h1,
  .hero h2 {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 400;
  }
  .ideal {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 22.1px;
  }
  .hero-window {
    max-width: none;
    width: 100%;
    margin: 19px 0 -15px;
  }
  .systems, .offer-intro, .split, .contact-grid, .download-grid {
    grid-template-columns: 1fr;
  }
  .systems { grid-template-areas: "title" "map" "logos"; min-height: 0; }
  .hero .panel-text,
  .systems .panel-text,
  .offer-intro > div {
    padding-right: 0;
  }
  .systems h2,
  .split h2,
  .offer-intro h2,
  .contact h2 {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 400;
  }
  .map {
    width: calc(100% - 100px);
    justify-self: center;
    margin-top: 47px;
  }
  .system-logos {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 57px;
  }
  .system-logo-card {
    height: 105px;
  }
  .system-logo-card img {
    width: 150px;
    height: 75px;
  }
  .offer-intro, .downloads, .contact { margin: 0 0 30px; width: 100%; }
  .offer-intro {
    min-height: 1024px;
    padding: 15px;
  }
  .offer-intro h2 { margin-bottom: 10px; }
  .offer-intro img { display: none; }
  .downloads {
    display: block;
    margin-top: -660px;
    color: var(--text);
  }
  .download-card {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    min-height: 264.67px;
    padding: 20px 10px;
  }
  .download-card { margin-bottom: 15px; }
  .download-grid a { min-height: auto; }
  .split > div { padding-right: 0; }
  .split img {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    margin-top: 15px;
  }
  .contact-heading {
    display: block;
    margin-bottom: 15px;
  }
  .contact-phone { display: none; }
  .contact {
    min-height: auto;
    padding: 15px;
  }
  .contact-card,
  .request-form {
    margin-bottom: 15px;
    padding: 20px 10px;
  }
  .request-form { min-height: auto; }
  .contact-card h2,
  .request-form h2 {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 300;
  }
  .footer {
    width: 100%;
    max-width: none;
    margin: 0;
    display: block;
    padding: 10px;
  }
  .footer-logo-card,
  .footer-copy-card {
    width: 100%;
  }
  .footer-logo-card {
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .footer-logo-card img {
    width: 200px;
  }
  .footer-copy-card {
    padding: 10px 15px;
    text-align: right;
  }
  .cookie {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 46px 20px 18px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
  .cookie h2 { display: none; }
  .cookie-actions { grid-template-columns: 1fr; margin-top: 30px; }
  .cookie-actions button { min-height: 46px; }
}

@media (min-width: 600px) and (max-width: 699px) {
  .offer-intro {
    min-height: 880.4px;
  }
  .downloads {
    margin-top: -604.3px;
  }
}

@media (width: 700px) {
  :root { --corner-w: 15px; }
  .brand-band {
    height: 76.11px;
    padding: 10px;
  }
  .brand-card {
    width: 70%;
    height: 56.11px;
    padding: 0 15px;
  }
  .brand-card img {
    width: 360px;
  }
  .main-nav {
    width: 100%;
    margin: 0;
    padding: 7px 15px 3px;
  }
  .nav-links {
    top: 34px;
    left: 0;
  }
  .panel {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
  }
  .hero {
    height: 408.3px;
    display: block;
  }
  .hero .panel-text,
  .systems .panel-text,
  .offer-intro > div {
    padding-right: 0;
  }
  .hero h1,
  .hero h2,
  .systems h2,
  .offer-intro h2 {
    font-size: 35px;
    line-height: 45.5px;
    font-weight: 200;
  }
  .ideal {
    margin: 11px 0 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
  }
  .hero-window {
    display: block;
    width: 265px;
    max-width: 265px;
    margin: 15px 0 -15px auto;
  }
  .systems {
    grid-template-areas: "title" "map" "logos";
    grid-template-columns: 1fr;
    min-height: 690.9px;
  }
  .map {
    width: 100px;
    justify-self: end;
    margin-top: 15px;
  }
  .system-logos {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 50px;
  }
  .system-logo-card { height: 130px; }
  .system-logo-card img {
    width: 200px;
    height: 100px;
  }
  .offer-intro {
    width: 100%;
    min-height: 892.5px;
    margin: 0 0 30px;
    padding: 15px;
    grid-template-columns: 1fr;
  }
  .offer-intro h2 { margin-bottom: 10px; }
  .offer-intro img { display: none; }
  .downloads {
    display: block;
    width: 100%;
    margin-top: -604.4px;
    margin-bottom: 30px;
    color: var(--text);
  }
  .download-card {
    width: calc(100% - 30px);
    min-height: 264.67px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
  }
  .download-card { margin-bottom: 15px; }
  .split {
    grid-template-columns: 1fr;
  }
  .split > div { padding-right: 0; }
  .split img {
    display: block;
    width: 265px;
    max-width: 100%;
    justify-self: end;
    margin-top: 15px;
  }
  .contact-heading {
    display: block;
    margin-bottom: 15px;
  }
  .contact-phone { display: none; }
  .contact {
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0 0 30px;
    padding: 15px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-card,
  .request-form {
    margin-bottom: 15px;
    padding: 20px 10px;
  }
  .request-form { min-height: auto; }
  .contact-card h2,
  .request-form h2 {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 300;
  }
  .footer {
    width: 100%;
    max-width: none;
    display: block;
    padding: 10px;
  }
  .footer-logo-card,
  .footer-copy-card {
    width: 100%;
  }
  .footer-logo-card {
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .footer-logo-card img {
    width: 360px;
  }
  .footer-copy-card {
    padding: 10px 15px;
    text-align: right;
  }
}

@media (max-width: 700px) {
  .legal-panel {
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
    padding: 15px;
  }
  .legal-title-card,
  .legal-title-card-wide {
    width: 100%;
    margin-bottom: 15px;
  }
  .legal-title-card h1 {
    margin: -0.2em 0 10px;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 400;
  }
  .legal-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .legal-card {
    padding: 20px 10px;
  }
  .price-section {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
    overflow: hidden;
    background: url("../assets/2025/11/bg-03.jpg") center / cover no-repeat;
    color: #fff;
    clip-path: polygon(
      var(--corner-w) 0,
      100% 0,
      100% calc(100% - (var(--corner-w) * tan(var(--corner-angle)))),
      calc(100% - var(--corner-w)) 100%,
      0 100%,
      0 calc(var(--corner-w) * tan(var(--corner-angle)))
    );
  }
  .price-section .offer-intro {
    width: 100%;
    min-height: 0;
    margin: 0 0 15px;
    padding: 0;
    display: block;
    background: none;
    color: inherit;
    clip-path: none;
  }
  .price-section .offer-intro h2 {
    margin: -0.2em 0 10px;
  }
  .price-section .downloads {
    width: 100%;
    max-width: none;
    margin: 0;
    display: block;
    color: var(--text);
  }
  .price-section .download-card {
    width: 100%;
    min-height: 264.67px;
    margin: 0;
    padding: 20px 10px;
  }
  .price-section .download-card + .download-card {
    margin-top: 15px;
  }
}
