@font-face {
  font-family: "Geologica";
  src: url("assets/geologica-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("assets/geologica-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("assets/geologica-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("assets/geologica-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("assets/geologica-extrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  color: #2a2d31;
  background: #f4f5f6;
  font-family: "Geologica", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(211, 74, 67, 0.22);
  touch-action: manipulation;
}

a:active,
button:active {
  opacity: 0.72;
}

html,
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
}

main {
  position: relative;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 123px;
  padding: 32px 64px;
  background: transparent;
}

.brand {
  position: relative;
  display: block;
  flex: 0 0 200px;
  width: 200px;
  height: 58.824px;
}

.brand__base,
.brand__accent {
  position: absolute;
  left: 0;
  display: block;
  max-width: none;
  pointer-events: none;
}

.brand__base {
  top: 0.11px;
  width: 200px;
  height: 58.713px;
}

.brand__accent {
  top: 0;
  width: 97.059px;
  height: 58.824px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
}

.site-menu-toggle {
  display: none;
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #090a0c;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-menu-toggle__line {
  position: absolute;
  right: 10px;
  left: 10px;
  display: block;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-menu-toggle__line:nth-child(1) {
  top: 15px;
}

.site-menu-toggle__line:nth-child(2) {
  top: 23px;
}

.site-menu-toggle__line:nth-child(3) {
  top: 31px;
}

.site-nav__link {
  color: #2a2d31;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__link--phone {
  color: #090a0c;
  font-weight: 800;
  letter-spacing: 0.35px;
}

.site-nav__separator {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  height: 12px;
  margin: 0 4px;
  background: rgba(230, 232, 235, 0.8);
}

.site-nav__link:focus-visible,
.brand:focus-visible,
.hero__action:focus-visible,
.site-menu-toggle:focus-visible {
  outline: 2px solid #d94d47;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .site-menu-toggle__line {
    transition: none;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 852px;
  overflow: hidden;
  background: #171717;
}

.hero__background {
  position: absolute;
  top: -25px;
  left: -269px;
  display: block;
  width: 2292px;
  height: 982px;
  max-width: none;
  pointer-events: none;
}

.hero__shade {
  position: absolute;
  display: block;
  pointer-events: none;
}

.hero__shade--first {
  top: 0;
  left: 0;
  width: 877px;
  height: 843px;
  background: linear-gradient(
    90.2032726677735deg,
    rgba(0, 0, 0, 0.55) 0.16931%,
    rgba(0, 0, 0, 0.45) 35.051%,
    rgba(0, 0, 0, 0.2) 64.949%,
    rgba(0, 0, 0, 0) 99.831%
  );
}

.hero__shade--second {
  top: -1px;
  left: -2px;
  width: 887px;
  height: 844px;
  background: linear-gradient(
    90.18651485271945deg,
    rgba(0, 0, 0, 0.6) 0.15387%,
    rgba(0, 0, 0, 0.45) 35.046%,
    rgba(0, 0, 0, 0.2) 64.954%,
    rgba(0, 0, 0, 0) 99.846%
  );
}

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 1083px;
  height: 801px;
}

.hero__title {
  position: absolute;
  top: 197px;
  left: 81px;
  width: 985px;
  margin: 0;
  padding-bottom: 32px;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -1.6px;
  line-height: 84px;
}

.hero__description {
  position: absolute;
  top: 397px;
  left: 81px;
  width: 720px;
  margin: 0;
  padding-bottom: 48px;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 32px;
}

.hero__actions {
  position: absolute;
  top: 541px;
  left: 81px;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 720px;
  height: 62px;
}

.hero__action {
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 22.5px;
  text-decoration: none;
  white-space: nowrap;
}

.hero__action--primary {
  color: #f4f6f8;
  letter-spacing: 0.375px;
}

.hero__action--catalog {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero__arrow {
  color: rgba(255, 255, 255, 0.4);
}

.hero-transition {
  position: absolute;
  top: 687px;
  left: -34px;
  z-index: 1;
  display: block;
  width: 2200px;
  height: 420px;
  max-width: none;
  pointer-events: none;
}

.capabilities {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 500px;
  overflow: visible;
  background: #f4f6f8;
}

.capabilities__heading {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 1100px;
  height: 216px;
  padding-bottom: 48px;
  transform: translateX(-50%);
}

.capabilities__title {
  flex: 0 0 1593px;
  width: 1593px;
  height: 168px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -1.6px;
  line-height: 84px;
  text-align: center;
  white-space: nowrap;
}

.capabilities__description {
  position: absolute;
  top: 216px;
  left: 50%;
  width: 1083px;
  height: 96px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 32px;
  text-align: center;
  transform: translateX(-50%);
}

.capabilities__list {
  position: absolute;
  top: 344px;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(4, 264px);
  grid-template-rows: 75.49px;
  column-gap: 48px;
  width: 1199.993px;
  height: 140.126px;
  margin: 0;
  padding: 25px 0 0;
  border-top: 0.645px solid rgba(230, 232, 235, 0.6);
  list-style: none;
  transform: translateX(-50%);
}

.capability {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  min-width: 0;
}

.capability__index {
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 2.2px;
  line-height: 16.5px;
}

.capability__line {
  display: block;
  width: 31.996px;
  height: 0.998px;
  margin-top: 12px;
  background: #e6e8eb;
}

.capability__name {
  display: block;
  margin-top: 16px;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -0.5px;
  line-height: 30px;
  white-space: nowrap;
}

.products {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2478px;
  overflow: hidden;
  padding: 30px 64px 0;
  background: #f4f6f8;
}

.products__heading {
  position: relative;
  width: 1792px;
  height: 150px;
}

.products__title {
  width: 1771px;
  height: 71px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -1.6px;
  line-height: 70.4px;
  white-space: nowrap;
}

.products__intro {
  position: absolute;
  top: 92px;
  left: 0;
  width: 977px;
  height: 58px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 28.8px;
}

.products__grid {
  position: absolute;
  top: 209px;
  left: 214px;
  display: grid;
  grid-template-columns: repeat(2, 718.003px);
  grid-template-rows: 1071.9px 1047.92px;
  column-gap: 64px;
  row-gap: 96px;
  width: 1500px;
  height: 2216px;
}

.product-card {
  display: block;
  width: 718.003px;
  height: 1047.92px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.product-card:focus-visible {
  outline: 2px solid #d34a43;
  outline-offset: 8px;
}

.product-card--tall {
  height: 1071.9px;
}

.product-card__visual {
  position: relative;
  width: 718.003px;
  height: 538.494px;
  overflow: hidden;
  border: 0.645px solid rgba(230, 232, 235, 0.3);
  border-radius: 4px;
  background: #f4f5f6;
}

.product-card__number {
  position: absolute;
  top: 23.99px;
  left: 24px;
  z-index: 1;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 1.65px;
  line-height: 16.5px;
}

.product-card__asset,
.product-card__asset-wrap {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.product-card__asset--ess-c125 {
  top: -4.909px;
  left: 208.001px;
  width: 302px;
  height: 548.313px;
}

.product-card__asset-wrap--ess-e30 {
  top: -40.753px;
  left: -191.999px;
  width: 1102px;
  height: 620px;
  overflow: hidden;
}

.product-card__asset--ess-e30 {
  top: 2.96%;
  left: -4.26%;
  width: 100%;
  height: 100.09%;
  object-fit: cover;
}

.product-card__asset--hpw {
  top: 0.247px;
  left: 155.001px;
  width: 408px;
  height: 538px;
}

.product-card__asset--battery {
  top: 0.247px;
  left: 135.001px;
  width: 448px;
  height: 538px;
}

.product-card__content {
  width: 718.003px;
  height: 477.426px;
  margin-top: 32px;
}

.product-card__content--long {
  height: 501.405px;
}

.product-card__category {
  width: 100%;
  height: 31px;
  margin: 0;
  padding-bottom: 16px;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
}

.product-card__title {
  width: 100%;
  height: 64px;
  margin: 0;
  padding-bottom: 16px;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -0.8px;
  line-height: 48px;
}

.product-card__description {
  width: 647px;
  height: 120px;
  margin: 0;
  padding-bottom: 48px;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 24px;
}

.product-card__description--short {
  height: 96px;
}

.product-card__specifications {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  height: 265.426px;
  margin: 0;
  padding: 0 0 48px;
}

.product-card__specifications--spacious {
  height: 289.405px;
}

.product-card__content--long .product-card__specifications:not(.product-card__specifications--spacious) {
  height: 265.405px;
}

.product-card__specification {
  width: 100%;
  height: 57px;
  padding-left: 20px;
  border-left: 0.645px solid rgba(230, 232, 235, 0.8);
}

.product-card__specification dt {
  height: 36px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -0.6px;
  line-height: 36px;
}

.product-card__specification dd {
  height: 16.5px;
  margin: 4px 0 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 0.55px;
  line-height: 16.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  height: 21px;
  padding: 0;
  border: 0;
  color: #090a0c;
  background: transparent;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 21px;
  text-decoration: none;
  cursor: pointer;
}

.product-card__number,
.product-card__category,
.product-card__title,
.product-card__description,
.product-card__specification dt,
.product-card__specification dd,
.product-card__link {
  transition: color 180ms ease;
}

@media (hover: hover) {
  .product-card:hover .product-card__number,
  .product-card:hover .product-card__category,
  .product-card:hover .product-card__title,
  .product-card:hover .product-card__description,
  .product-card:hover .product-card__specification dt,
  .product-card:hover .product-card__specification dd,
  .product-card:hover .product-card__link {
    color: #d34a43;
  }
}

.product-card:focus-visible .product-card__number,
.product-card:focus-visible .product-card__category,
.product-card:focus-visible .product-card__title,
.product-card:focus-visible .product-card__description,
.product-card:focus-visible .product-card__specification dt,
.product-card:focus-visible .product-card__specification dd,
.product-card:focus-visible .product-card__link {
  color: #d34a43;
}

@media (prefers-reduced-motion: reduce) {
  .product-card__number,
  .product-card__category,
  .product-card__title,
  .product-card__description,
  .product-card__specification dt,
  .product-card__specification dd,
  .product-card__link {
    transition: none;
  }
}

.product-card__link:focus-visible {
  outline: 2px solid #d94d47;
  outline-offset: 4px;
}

.product-card__link:hover {
  color: #d34a43;
}

.product-page {
  background: #fff;
}

.product-page .site-header {
  position: relative;
  background: #fff;
}

.product-page__main {
  padding: 64px;
  background: #fff;
}

.product-detail {
  width: min(1600px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.product-page .product-modal__calculate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.product-modal {
  width: min(1600px, calc(100% - 48px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overscroll-behavior: contain;
}

.product-modal::backdrop {
  background: rgba(9, 10, 12, 0.72);
  backdrop-filter: blur(8px);
}

.product-modal:focus {
  outline: 0;
}

.product-modal__surface {
  position: relative;
  min-width: 0;
  background: #fff;
}

.product-modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.product-modal__close img {
  display: block;
  width: 32px;
  height: 32px;
}

.product-modal__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 600px;
}

.product-modal__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  min-height: 600px;
  padding: 48px;
  overflow: hidden;
  border-right: 0.722px solid rgba(230, 232, 235, 0.3);
  background: #f8f9fa;
}

.product-modal__image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(76%, 494px);
  height: min(99%, 593px);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.product-modal__summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 80px;
}

.product-modal__category {
  margin: 0 0 24px;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 16.5px;
  text-transform: uppercase;
}

.product-modal__title {
  max-width: 640px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.product-modal__description {
  max-width: 640px;
  margin: 32px 0 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.product-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 56px;
  align-items: center;
  margin-top: 48px;
}

.product-modal__calculate {
  min-height: 61px;
  padding: 20px 40px;
  border: 0;
  color: #f4f6f8;
  background: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 21px;
  cursor: pointer;
}

.product-modal__documentation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.product-modal__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 128px;
  padding: 80px;
  border-top: 0.722px solid rgba(230, 232, 235, 0.3);
}

.product-modal__details h3,
.product-modal__details > section > h2 {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 0.722px solid rgba(230, 232, 235, 0.6);
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 18px;
  text-transform: uppercase;
}

.product-modal__specifications dl {
  margin: 20px 0 0;
}

.product-modal__specifications dl div {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 0.722px solid rgba(230, 232, 235, 0.4);
}

.product-modal__specifications dt,
.product-modal__specifications dd,
.product-modal__about h4,
.product-modal__about h3,
.product-modal__about p {
  margin: 0;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.product-modal__specifications dt,
.product-modal__about p {
  color: #6f757d;
  font-weight: 300;
}

.product-modal__specifications dd,
.product-modal__about h4,
.product-modal__about h3 {
  color: #090a0c;
  font-weight: 500;
}

.product-modal__about-item {
  margin-top: 40px;
}

.product-modal__about-item p {
  margin-top: 12px;
  line-height: 1.6;
}

.product-modal__close:focus-visible,
.product-modal__calculate:focus-visible,
.product-modal__documentation:focus-visible {
  outline: 2px solid #d34a43;
  outline-offset: 4px;
}

.product-modal__calculate:hover,
.product-modal__calculate:focus-visible {
  background: #2a2d31;
}

.product-modal__documentation:hover {
  color: #d34a43;
}

.energy-flow {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1920px;
  height: 554px;
  margin-top: 16px;
  padding: 0 64px;
  overflow: hidden;
  background: #f4f6f8;
}

.energy-flow__heading {
  display: flex;
  flex: 0 0 184px;
  flex-direction: column;
  align-items: center;
  width: 1075px;
  height: 184px;
  max-width: 1100px;
  padding-bottom: 32px;
}

.energy-flow__title {
  width: 1057px;
  height: 152px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -1.44px;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
}

.energy-flow__title span {
  display: block;
  height: 75.6px;
  line-height: 75.6px;
}

.energy-flow__intro-wrap {
  flex: 0 0 78px;
  width: 811px;
  height: 78px;
}

.energy-flow__intro {
  width: 811px;
  height: 64px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 32px;
  text-align: center;
}

.energy-flow__timeline-wrap {
  flex: 0 0 341.565px;
  width: 1399.999px;
  height: 341.565px;
  max-width: 1400px;
  padding-bottom: 96px;
}

.energy-flow__timeline {
  position: relative;
  display: flex;
  width: 1399.999px;
  height: 245.565px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.energy-flow__timeline::before {
  position: absolute;
  top: 31.996px;
  left: 0;
  width: 1399.999px;
  height: 0.998px;
  background: rgba(230, 232, 235, 0.6);
  content: "";
}

.energy-flow__step {
  position: relative;
  flex: 0 0 349.997px;
  width: 349.997px;
  height: 245.565px;
  padding-left: 40px;
}

.energy-flow__step--second,
.energy-flow__step--fourth {
  height: 224px;
}

.energy-flow__dot {
  position: absolute;
  top: 25.996px;
  left: 13.99px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 0.645px solid #6f757d;
  border-radius: 50%;
  background: #f4f6f8;
}

.energy-flow__number {
  display: block;
  width: 309.997px;
  height: 104px;
  padding-bottom: 24px;
  color: rgba(230, 232, 235, 0.6);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 80px;
}

.energy-flow__step-title {
  width: 309.997px;
  height: 52px;
  margin: 0;
  padding-bottom: 16px;
  color: #2a2d31;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -0.6px;
  line-height: 36px;
  text-transform: uppercase;
  white-space: nowrap;
}

.energy-flow__step-description {
  width: 260px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 22.4px;
}

.energy-flow__step-description--wide {
  width: 294px;
}

.about-docs {
  position: relative;
  z-index: 2;
  width: 1920px;
  height: 2069px;
  margin-top: 17px;
  margin-left: -21px;
  overflow: hidden;
  background: #f4f6f8;
}

.about-docs__watermark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  width: 1919.991px;
  height: 400.001px;
  overflow: hidden;
  opacity: 0.03;
}

.about-docs__watermark p {
  flex: 0 0 5065px;
  width: 5065px;
  height: 400px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 400px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -20px;
  line-height: 400px;
  white-space: nowrap;
}

.company-overview,
.documentation,
.faq {
  z-index: 1;
}

.company-overview {
  position: absolute;
  top: 117.006px;
  left: 167px;
  width: 1600px;
  height: 656px;
}

.company-overview__headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 735.992px;
  height: 257.184px;
}

.company-overview__headline h2 {
  width: 735.992px;
  height: 257.184px;
  margin: 0;
  font-family: "Geologica", Arial, sans-serif;
  font-style: normal;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  white-space: nowrap;
}

.company-overview__headline span {
  display: block;
  font-weight: 300;
}

.company-overview__headline span:first-child {
  width: 735.992px;
  height: 126px;
  color: #d34a43;
  font-size: 140px;
  letter-spacing: -4.2px;
  line-height: 126px;
}

.company-overview__headline span:last-child {
  width: 736px;
  height: 131.184px;
  padding-top: 16px;
  color: #6f757d;
  font-size: 60px;
  letter-spacing: -1.28px;
  line-height: 57.6px;
}

.company-overview__copy {
  position: absolute;
  top: 57.603px;
  left: 799.992px;
  width: 600px;
}

.company-overview__copy p {
  width: 600px;
  height: 160px;
  margin: 0;
  color: #2a2d31;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 32px;
}

.company-overview__copy p + p {
  margin-top: 32px;
  color: #6f757d;
}

.company-overview__stats {
  position: absolute;
  top: 480.603px;
  left: 799.992px;
  display: grid;
  grid-template-columns: 234.662px 234.662px 234.672px;
  column-gap: 48px;
  width: 800px;
  height: 175.397px;
  margin: 0;
  padding: 0;
  border-top: 0.645px solid rgba(230, 232, 235, 0.6);
}

.company-overview__stats div {
  width: 234.662px;
  height: 126.753px;
  margin-top: 0.645px;
  text-align: center;
}

.company-overview__stats div:last-child {
  width: 234.672px;
}

.company-overview__stats dt {
  width: 100%;
  height: 68px;
  margin: 0;
  padding-bottom: 8px;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 60px;
  white-space: nowrap;
}

.company-overview__stats dd {
  width: 191px;
  margin: 0 auto;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 19.6px;
  white-space: nowrap;
}

.company-overview__stats div:nth-child(2) dd {
  width: 231px;
}

.company-overview__stats div:nth-child(3) dd {
  width: 230px;
}

.documentation {
  position: absolute;
  top: 807px;
  left: 83px;
  width: 1600px;
  height: 654px;
}

.documentation__heading {
  width: 1600px;
  height: 162px;
}

.documentation__heading h2 {
  width: 1677px;
  height: 76px;
  margin: 0;
  padding-bottom: 32px;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -1.44px;
  line-height: 75.6px;
  white-space: nowrap;
}

.documentation__heading p {
  width: 600px;
  height: 86px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 32px;
}

.documentation__list {
  width: 1600px;
  height: 491.58px;
  margin: 0;
  padding: 0;
  border-top: 0.645px solid rgba(230, 232, 235, 0.6);
  list-style: none;
}

.documentation__item {
  position: relative;
  left: -24px;
  display: flex;
  align-items: center;
  width: 1820px;
  height: 122.645px;
  padding: 40px 24px;
  border-bottom: 0.645px solid rgba(230, 232, 235, 0.6);
}

.documentation__item:first-child {
  top: 0.355px;
  height: 123px;
}

.documentation__number {
  flex: 0 0 47.999px;
  width: 47.999px;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 1.2px;
  line-height: 18px;
}

.documentation__product {
  flex: 0 0 540.157px;
  width: 540.157px;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -0.7px;
  line-height: 42px;
  white-space: nowrap;
}

.documentation__description {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 40px;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 22.5px;
  white-space: nowrap;
}

.documentation__link {
  display: flex;
  flex: 0 0 215px;
  align-items: center;
  gap: 8px;
  width: 215px;
  height: 21px;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap;
}

.faq {
  position: absolute;
  top: 1438px;
  left: 14px;
  width: 1920px;
  height: 631px;
  padding: 101px 64px 0;
  background: #f4f6f8;
}

.faq__layout {
  display: flex;
  width: 1791.991px;
  height: 529.435px;
}

.faq__side {
  flex: 0 0 895.999px;
  width: 895.999px;
  height: 529.435px;
  padding-right: 80px;
}

.faq__heading-wrap {
  width: 815.999px;
  height: 292px;
  padding-bottom: 80px;
}

.faq__heading-wrap h2 {
  width: 817px;
  height: 212px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -1.6px;
  line-height: 70.4px;
}

.faq__contact {
  width: 400px;
  height: 207.619px;
  padding-top: 48px;
  border-top: 0.645px solid rgba(230, 232, 235, 0.6);
}

.faq__contact h3 {
  width: 400px;
  height: 30px;
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 30px;
  white-space: nowrap;
}

.faq__contact p {
  width: 400px;
  height: 68px;
  margin: 0;
  padding: 12px 0 32px;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 24px;
  white-space: nowrap;
}

.faq__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166.387px;
  height: 60.978px;
  color: #f4f6f8;
  background: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 21px;
  text-decoration: none;
}

.faq__list {
  flex: 0 0 895.999px;
  width: 895.999px;
  height: 529.435px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq__item {
  width: 895.999px;
  height: 98.645px;
  padding: 32px 0;
  border-bottom: 0.645px solid rgba(230, 232, 235, 0.6);
}

.faq__item--open {
  height: 199.435px;
}

.faq__item--two-lines {
  height: 132.645px;
}

.faq__question {
  display: flex;
  align-items: flex-start;
  width: 895.999px;
}

.faq__question > div,
.faq__question > h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-right: 32px;
}

.faq__question h3 {
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -0.6px;
  line-height: 33.6px;
}

.faq__item--open .faq__question p {
  width: 833px;
  height: 76.8px;
  margin: 24px 0 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 25.6px;
}

.faq__plus {
  position: relative;
  flex: 0 0 15.993px;
  width: 15.993px;
  height: 15.993px;
}

.faq__plus::before,
.faq__plus::after {
  position: absolute;
  display: block;
  background: #6f757d;
  content: "";
}

.faq__plus::before {
  top: 7.246px;
  left: 0;
  width: 15.993px;
  height: 1.491px;
}

.faq__plus::after {
  top: 0;
  left: 7.491px;
  width: 1px;
  height: 16px;
}

.faq__item--numbered .faq__question > div,
.faq__item--numbered .faq__question > h3 {
  padding-left: 8px;
}

.faq__index {
  flex: 0 0 24px;
  width: 24px;
  height: 21px;
  padding-top: 4px;
  margin-right: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 1.1px;
  line-height: 16.5px;
}

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

.final-cta {
  position: relative;
  z-index: 2;
  width: 1926px;
  height: 900px;
  margin-top: 199px;
  margin-left: -4px;
  overflow: hidden;
  background: #090a0c;
}

.final-cta__content {
  position: absolute;
  top: 183px;
  left: 66px;
  width: 1792.684px;
  height: 534px;
}

.final-cta__copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 1075.608px;
  height: 534px;
  padding-right: 7px;
}

.final-cta__title-wrap {
  width: 1068.608px;
  height: 343px;
  padding-bottom: 40px;
}

.final-cta__title-wrap h2 {
  width: 1153px;
  margin: 0;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: -1.92px;
  line-height: 100.8px;
}

.final-cta__description-wrap {
  width: 1068.608px;
  height: 128px;
  padding-bottom: 64px;
}

.final-cta__description-wrap p {
  width: 766px;
  height: 64px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 32px;
}

.final-cta__actions {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 1068.608px;
  height: 63px;
}

.final-cta__action {
  display: flex;
  align-items: center;
  height: 63px;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 22.5px;
  text-decoration: none;
  white-space: nowrap;
}

.final-cta__action--primary {
  padding: 20px 40px;
  color: #090a0c;
  background: #fff;
  letter-spacing: 0.375px;
}

.final-cta__action--secondary {
  height: 23px;
  color: #6f757d;
}

.consultation-form {
  position: absolute;
  top: 123px;
  left: 1075.608px;
  width: 717px;
  height: 424px;
  margin: 0;
  padding: 0;
}

.consultation-form__field {
  display: block;
  width: 717px;
  height: 73px;
  border-bottom: 0.645px solid #fff;
}

.consultation-form__field input,
.consultation-form__field textarea {
  display: block;
  width: 717px;
  height: 72px;
  margin: 0;
  padding: 24px 8px;
  border: 0;
  outline: 0;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  caret-color: rgba(255, 255, 255, 0.8);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: normal;
}

.consultation-form__field textarea {
  resize: none;
}

.consultation-form__field input::placeholder,
.consultation-form__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
  opacity: 1;
}

.consultation-form__submit {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 193px;
  height: 69px;
  margin: 0;
  padding: 48px 0 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
}

.final-cta__action:focus-visible,
.consultation-form__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.consultation-form__field :is(input, textarea):focus-visible {
  outline: 0;
}

.consultation-form__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 20px;
  color: rgba(244, 246, 248, 0.72);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  cursor: pointer;
}

.consultation-form__consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #d34a43;
}

.consultation-form__consent a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 3px;
}

.consultation-form__consent :is(input, a):focus-visible {
  outline: 2px solid #d34a43;
  outline-offset: 3px;
}

.consultation-form__success {
  margin: 20px 0 0;
  color: rgba(244, 246, 248, 0.78);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.website-qr {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 233.433px;
  margin: 0;
  padding: 32.722px 64px;
  overflow: hidden;
  background: #090a0c;
}

.website-qr__margin {
  position: relative;
  width: 100%;
  height: 167.99px;
}

.website-qr__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 167.99px;
}

.website-qr__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 672px;
  height: 126px;
}

.website-qr__heading {
  width: 672px;
  height: 36px;
}

.website-qr__heading h2 {
  width: 672px;
  height: 36px;
  margin: 0;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 0.75px;
  line-height: 36px;
  white-space: nowrap;
}

.website-qr__description {
  width: 672px;
  height: 78px;
}

.website-qr__description p {
  width: 672px;
  height: 78px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 26px;
}

.website-qr__code-area {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 312.99px;
  height: 167.99px;
}

.website-qr__hint-margin {
  display: flex;
  align-items: flex-start;
  width: 121px;
  height: 24.992px;
  padding-right: 8px;
}

.website-qr__hint {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  width: 113px;
  height: 24.992px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.website-qr__hint-line {
  display: block;
  width: 63.994px;
  height: 0.992px;
  background: rgba(255, 255, 255, 0.1);
}

.website-qr__card {
  display: flex;
  align-items: flex-start;
  width: 167.99px;
  height: 167.99px;
  padding: 12px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.05);
}

.website-qr__image {
  display: block;
  width: 143.99px;
  height: 143.99px;
  max-width: none;
  border-radius: 12px;
  object-fit: contain;
}

.site-footer {
  position: relative;
  width: 1924px;
  height: 494px;
  overflow: hidden;
  border-top: 0.645px solid rgba(111, 117, 125, 0.2);
  background: #090a0c;
}

.site-footer__content {
  position: absolute;
  top: 80px;
  left: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1792.684px;
  height: 373.645px;
}

.site-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1792.684px;
  height: 323px;
  padding-bottom: 128px;
}

.site-footer__identity {
  width: 280px;
  height: 195px;
}

.site-footer__logo-margin {
  width: 280px;
  height: 52px;
  padding-bottom: 16px;
}

.site-footer__logo-box {
  width: 280px;
  height: 36px;
}

.site-footer__brand {
  position: relative;
  display: block;
  width: 200px;
  height: 58.824px;
}

.site-footer__brand-base {
  position: absolute;
  left: 0;
  display: block;
  max-width: none;
  pointer-events: none;
}

.site-footer__brand-base {
  top: 0;
  width: 200px;
  height: 58.824px;
}

.site-footer__brand-accent {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 97.059px;
  height: 58.824px;
  overflow: hidden;
}

.site-footer__brand-accent img {
  display: block;
  width: 200px;
  height: 58.824px;
  max-width: none;
  filter: brightness(1.185) saturate(2.3) contrast(1.1);
}

.site-footer__summary {
  width: 280px;
  height: 45px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 22.4px;
}

.site-footer__navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 144px;
  height: 195px;
}

.site-footer__navigation a {
  display: flex;
  align-items: center;
  height: 23px;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 22.5px;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__contacts {
  width: 192.992px;
  height: 195px;
}

.site-footer__contacts-heading {
  width: 192.992px;
  height: 52px;
  padding-bottom: 32px;
}

.site-footer__contacts-heading h2 {
  width: 192.992px;
  height: 20px;
  margin: 0;
  color: #6f757d;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  letter-spacing: 2.6px;
  line-height: 19.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer__contacts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 192.992px;
  height: 64px;
}

.site-footer__contacts-list a {
  display: block;
  width: 192.992px;
  height: 24px;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1792.684px;
  height: 50.645px;
  padding-top: 32px;
  border-top: 0.645px solid rgba(111, 117, 125, 0.2);
}

.site-footer__legal p,
.site-footer__legal a {
  height: 18px;
  margin: 0;
  color: rgba(111, 117, 125, 0.7);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "CRSV" 0, "SHRP" 0;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__brand:focus-visible,
.site-footer__navigation a:focus-visible,
.site-footer__contacts-list a:focus-visible,
.site-footer__legal a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.hero__action--primary {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.request-modal {
  width: min(560px, calc(100% - 40px));
  max-width: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(244, 246, 248, 0.2);
  background: #090a0c;
  color: #fff;
}

.request-modal::backdrop {
  background: rgba(9, 10, 12, 0.72);
  backdrop-filter: blur(8px);
}

.request-modal__content {
  position: relative;
  padding: 48px;
}

.request-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(244, 246, 248, 0.35);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.request-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.request-modal__title {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.request-modal__description {
  max-width: 410px;
  margin: 24px 0 32px;
  color: rgba(244, 246, 248, 0.7);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.request-modal__form {
  display: grid;
  gap: 20px;
}

.request-modal__field {
  display: grid;
  gap: 8px;
}

.request-modal__field span,
.request-modal__consent {
  font-family: "Geologica", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.request-modal__field span {
  color: rgba(244, 246, 248, 0.72);
}

.request-modal__field input {
  width: 100%;
  height: 48px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(244, 246, 248, 0.45);
  border-radius: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 18px;
}

.request-modal__field input:focus {
  border-bottom-color: #d34a43;
}

.request-modal__field input:focus-visible {
  outline: 0;
}

.request-modal__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: rgba(244, 246, 248, 0.72);
  cursor: pointer;
}

.request-modal__consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #d34a43;
}

.request-modal__consent a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 3px;
}

.request-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  margin-top: 12px;
  padding: 16px 24px;
  border: 0;
  color: #090a0c;
  background: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.request-modal__close:hover,
.request-modal__close:focus-visible {
  border-color: #fff;
}

.request-modal__submit:hover,
.request-modal__submit:focus-visible {
  background: #d34a43;
  color: #fff;
}

.hero__action--primary:focus-visible,
.request-modal__close:focus-visible,
.request-modal__consent input:focus-visible,
.request-modal__consent a:focus-visible,
.request-modal__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.privacy-page {
  background: #f4f5f6;
}

.privacy-policy {
  padding-top: 123px;
}

.privacy-policy__hero {
  padding: 104px max(64px, calc((100vw - 1792px) / 2));
  background: #090a0c;
}

.privacy-policy__hero h1 {
  max-width: 1000px;
  margin: 0;
  color: #fff;
  font-family: "Geologica", Arial, sans-serif;
  font-size: clamp(56px, 6.25vw, 96px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.privacy-policy__hero p {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(244, 246, 248, 0.72);
  font-family: "Geologica", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.privacy-policy__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px 10%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 112px 64px;
}

.privacy-policy__content h2 {
  margin: 0;
  color: #090a0c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.privacy-policy__content p {
  max-width: 52ch;
  margin: 20px 0 0;
  color: #4f555c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.privacy-policy__content ul {
  max-width: 52ch;
  margin: 20px 0 0;
  padding-left: 20px;
  color: #4f555c;
  font-family: "Geologica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.privacy-policy__content li + li {
  margin-top: 8px;
}

.privacy-policy__content a {
  color: #090a0c;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .site-header {
    align-items: flex-start;
    height: auto;
    min-height: 123px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 12px;
  }
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 16px;
  }
}

@media (max-width: 1799px) {
  .site-header {
    /* Keep the hero image behind the navigation on tablet and desktop widths. */
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    min-height: 123px;
    padding: 28px 40px;
    background: transparent;
  }

  .site-nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    width: min(688px, calc(100% - 224px));
    gap: 16px 24px;
  }

  .hero {
    height: 720px;
  }

  .hero__background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero__shade--first,
  .hero__shade--second {
    width: min(78%, 820px);
    height: 100%;
  }

  .hero__content {
    width: 100%;
    height: 100%;
  }

  .hero__title {
    top: 184px;
    left: clamp(40px, 6vw, 72px);
    width: min(820px, calc(100% - 112px));
    height: auto;
    font-size: clamp(54px, 6.8vw, 78px);
    line-height: 0.96;
  }

  .hero__description {
    top: 392px;
    left: clamp(40px, 6vw, 72px);
    width: min(620px, calc(100% - 112px));
    height: auto;
    font-size: 20px;
    line-height: 29px;
  }

  .hero__actions {
    top: 548px;
    left: clamp(40px, 6vw, 72px);
    width: calc(100% - 112px);
  }

  .hero-transition {
    top: 608px;
    left: 50%;
    width: 1800px;
    height: auto;
    transform: translateX(-50%);
  }

  .capabilities,
  .products,
  .energy-flow,
  .about-docs,
  .final-cta,
  .website-qr,
  .site-footer {
    width: 100%;
  }

  .capabilities {
    height: auto;
    padding: 88px 40px 72px;
  }

  .capabilities__heading,
  .capabilities__description,
  .capabilities__list {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .capabilities__heading {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .capabilities__title {
    width: 100%;
    height: auto;
    font-size: clamp(48px, 6vw, 68px);
    line-height: 1;
    white-space: normal;
  }

  .capabilities__description {
    width: min(780px, 100%);
    height: auto;
    margin: 32px auto 0;
    font-size: 18px;
    line-height: 29px;
  }

  .capabilities__list {
    grid-template-columns: repeat(2, minmax(0, 264px));
    grid-template-rows: none;
    justify-content: center;
    gap: 32px 48px;
    width: 100%;
    height: auto;
    margin-top: 48px;
    padding-top: 24px;
  }

  .capability__name {
    white-space: normal;
  }

  .products {
    height: auto;
    padding: 56px 40px 96px;
    overflow: visible;
  }

  .products__heading,
  .products__title,
  .products__intro,
  .products__grid,
  .product-card,
  .product-card--tall,
  .product-card__visual,
  .product-card__content,
  .product-card__content--long,
  .product-card__description,
  .product-card__description--short,
  .product-card__specifications,
  .product-card__specifications--spacious,
  .product-card__content--long .product-card__specifications:not(.product-card__specifications--spacious) {
    width: auto;
    height: auto;
  }

  .products__heading {
    min-height: 172px;
  }

  .products__title {
    font-size: clamp(48px, 6vw, 64px);
    line-height: 1.02;
    white-space: normal;
  }

  .products__intro {
    position: relative;
    top: auto;
    left: auto;
    max-width: 680px;
    margin-top: 28px;
  }

  .products__grid {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 72px 32px;
    margin: 56px auto 0;
    max-width: 1120px;
  }

  .product-card__visual {
    aspect-ratio: 4 / 3;
  }

  .product-card__asset--ess-c125 {
    top: -1%;
    left: 29%;
    width: 42%;
    height: 102%;
  }

  .product-card__asset-wrap--ess-e30 {
    top: -7.6%;
    left: -26.7%;
    width: 153.5%;
    height: 115.2%;
  }

  .product-card__asset--hpw {
    top: 0;
    left: 21.6%;
    width: 56.8%;
    height: 100%;
  }

  .product-card__asset--battery {
    top: 0;
    left: 18.8%;
    width: 62.4%;
    height: 100%;
  }

  .product-card__content {
    margin-top: 24px;
  }

  .product-card__category,
  .product-card__title,
  .product-card__description,
  .product-card__specifications {
    width: 100%;
    height: auto;
  }

  .product-card__description {
    padding-bottom: 32px;
  }

  .product-card__specifications {
    gap: 20px;
    padding-bottom: 28px;
  }

  .product-card__specification dd {
    height: auto;
    white-space: normal;
  }

  .energy-flow {
    height: auto;
    margin-top: 0;
    padding: 88px 40px 80px;
    overflow: visible;
  }

  .energy-flow__heading,
  .energy-flow__title,
  .energy-flow__intro-wrap,
  .energy-flow__intro,
  .energy-flow__timeline-wrap,
  .energy-flow__timeline {
    width: 100%;
    height: auto;
  }

  .energy-flow__heading {
    flex-basis: auto;
    padding-bottom: 24px;
  }

  .energy-flow__title {
    font-size: clamp(48px, 6vw, 64px);
    line-height: 1;
    white-space: normal;
  }

  .energy-flow__title span {
    height: auto;
    line-height: 1;
  }

  .energy-flow__intro-wrap {
    flex-basis: auto;
  }

  .energy-flow__intro {
    max-width: 720px;
    margin: 0 auto;
  }

  .energy-flow__timeline-wrap {
    flex-basis: auto;
    max-width: 1400px;
    margin-top: 48px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .energy-flow__timeline-wrap::-webkit-scrollbar {
    display: none;
  }

  .energy-flow__timeline {
    display: flex;
    width: max-content;
    min-width: 100%;
    height: 236px;
    gap: 0;
    justify-content: space-between;
  }

  .energy-flow__timeline::before {
    display: block;
    width: 100%;
  }

  .energy-flow__step,
  .energy-flow__step--second,
  .energy-flow__step--fourth {
    flex: 0 0 clamp(220px, 24vw, 300px);
    width: clamp(220px, 24vw, 300px);
    height: 236px;
    padding-left: 40px;
    scroll-snap-align: start;
  }

  .energy-flow__number,
  .energy-flow__step-title,
  .energy-flow__step-description,
  .energy-flow__step-description--wide {
    width: auto;
    height: auto;
  }

  .energy-flow__number {
    padding-bottom: 12px;
    font-size: 64px;
    line-height: 0.95;
  }

  .energy-flow__step-title {
    padding-bottom: 12px;
    white-space: normal;
  }

  .about-docs {
    height: auto;
    margin: 0;
    padding: 88px 40px 96px;
    overflow: visible;
  }

  .about-docs__watermark {
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: clamp(180px, 28vw, 400px);
    overflow: hidden;
    pointer-events: none;
  }

  .about-docs__watermark p {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    font-size: clamp(180px, 28vw, 400px);
    letter-spacing: clamp(-20px, -1.4vw, -8px);
    line-height: 1;
  }

  .company-overview,
  .documentation,
  .faq {
    z-index: 1;
  }

  .company-overview,
  .documentation,
  .faq {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .company-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 48px;
    margin: 0 0 96px;
  }

  .company-overview__headline,
  .company-overview__headline h2,
  .company-overview__copy,
  .company-overview__copy p,
  .company-overview__stats,
  .company-overview__stats div,
  .company-overview__stats div:last-child,
  .company-overview__stats dd,
  .company-overview__stats div:nth-child(2) dd,
  .company-overview__stats div:nth-child(3) dd {
    width: auto;
    height: auto;
  }

  .company-overview__headline,
  .company-overview__copy,
  .company-overview__stats {
    position: relative;
    top: auto;
    left: auto;
  }

  .company-overview__headline span:first-child {
    width: auto;
    height: auto;
    font-size: clamp(88px, 10vw, 120px);
    line-height: 0.95;
  }

  .company-overview__headline span:last-child {
    width: auto;
    height: auto;
    font-size: clamp(36px, 4.8vw, 54px);
    line-height: 1;
  }

  .company-overview__copy p + p {
    margin-top: 24px;
  }

  .company-overview__stats {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding-top: 16px;
  }

  .company-overview__stats dd {
    white-space: normal;
  }

  .documentation__heading,
  .documentation__heading h2,
  .documentation__heading p,
  .documentation__list {
    width: 100%;
    height: auto;
  }

  .documentation__heading h2 {
    font-size: clamp(48px, 6vw, 64px);
    line-height: 1;
    white-space: normal;
  }

  .documentation__heading p {
    max-width: 640px;
    margin-top: 24px;
  }

  .documentation__list {
    margin-top: 48px;
  }

  .documentation__item,
  .documentation__item:first-child {
    left: auto;
    width: 100%;
    height: auto;
    padding: 28px 0;
  }

  .documentation__product {
    flex: 0 0 35%;
    width: auto;
    font-size: 22px;
    white-space: normal;
  }

  .documentation__description {
    padding-right: 24px;
    white-space: normal;
  }

  .faq {
    margin-top: 96px;
    padding: 0;
    background: transparent;
  }

  .faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 48px;
    width: 100%;
    height: auto;
  }

  .faq__side,
  .faq__heading-wrap,
  .faq__heading-wrap h2,
  .faq__contact,
  .faq__contact h3,
  .faq__contact p,
  .faq__list,
  .faq__item,
  .faq__question,
  .faq__item--open .faq__question p {
    width: auto;
    height: auto;
  }

  .faq__side {
    padding: 0;
  }

  .faq__heading-wrap {
    padding-bottom: 48px;
  }

  .faq__heading-wrap h2 {
    font-size: clamp(44px, 5vw, 60px);
    line-height: 1.05;
  }

  .faq__contact {
    padding-top: 32px;
  }

  .faq__contact p {
    white-space: normal;
  }

  .faq__item,
  .faq__item--open,
  .faq__item--two-lines {
    padding: 24px 0;
  }

  .faq__question h3 {
    font-size: 20px;
    line-height: 1.35;
  }

  .faq__item--open .faq__question p {
    margin-top: 16px;
  }

  .final-cta {
    height: auto;
    margin: 0;
    padding: 88px 40px;
    overflow: visible;
  }

  .final-cta__content {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 48px;
    width: 100%;
    height: auto;
  }

  .final-cta__copy,
  .final-cta__title-wrap,
  .final-cta__title-wrap h2,
  .final-cta__description-wrap,
  .final-cta__description-wrap p,
  .final-cta__actions,
  .consultation-form,
  .consultation-form__field,
  .consultation-form__field input,
  .consultation-form__field textarea {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }

  .final-cta__copy {
    padding: 0;
  }

  .final-cta__title-wrap {
    padding-bottom: 32px;
  }

  .final-cta__title-wrap h2 {
    font-size: clamp(54px, 6.4vw, 76px);
    line-height: 1.02;
  }

  .final-cta__description-wrap {
    padding-bottom: 40px;
  }

  .final-cta__description-wrap p {
    max-width: 620px;
  }

  .final-cta__actions {
    gap: 20px;
  }

  .consultation-form {
    margin: 0;
  }

  .consultation-form__field,
  .consultation-form__field input,
  .consultation-form__field textarea {
    width: 100%;
  }

  .website-qr {
    height: auto;
    margin: 0;
    padding: 48px 40px;
    overflow: visible;
  }

  .website-qr__margin,
  .website-qr__content,
  .website-qr__copy,
  .website-qr__heading,
  .website-qr__heading h2,
  .website-qr__description,
  .website-qr__description p {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }

  .website-qr__margin {
    display: block;
  }

  .website-qr__content {
    width: 100%;
    margin: 0;
  }

  .website-qr__copy {
    max-width: 620px;
  }

  .website-qr__heading h2 {
    font-size: 28px;
    white-space: normal;
  }

  .website-qr__code-area {
    flex: 0 0 auto;
  }

  .site-footer {
    height: auto;
    padding: 72px 40px 32px;
    overflow: visible;
  }

  .site-footer__content,
  .site-footer__main,
  .site-footer__legal {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .site-footer__content {
    gap: 48px;
  }

  .site-footer__main {
    padding: 0;
  }

  .site-footer__legal {
    padding-top: 24px;
  }
}

/* Keep the four solution types in a single horizontal strip on desktop/tablet. */
@media (min-width: 1024px) and (max-width: 1799px) {
  .capabilities__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(20px, 3.3vw, 48px);
    row-gap: 0;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  html,
  body {
    min-width: 320px;
  }

  .site-header {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 20px max(20px, env(safe-area-inset-left));
    background: #f4f5f6;
  }

  .brand {
    flex: 0 0 160px;
    width: 160px;
    height: 47.059px;
  }

  .brand__base {
    top: 0.088px;
    width: 160px;
    height: 46.97px;
  }

  .brand__accent {
    width: 77.647px;
    height: 47.059px;
  }

  html.menu-ready .site-menu-toggle {
    display: block;
  }

  .site-nav {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px;
    gap: 4px;
  }

  html.menu-ready .site-nav {
    display: none;
  }

  html.menu-ready .site-header.site-header--menu-open .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    width: auto;
    margin: 0;
    padding: 8px max(20px, env(safe-area-inset-right)) 24px max(20px, env(safe-area-inset-left));
    border-top: 1px solid rgba(9, 10, 12, 0.08);
    background: #f4f5f6;
    box-shadow: 0 16px 24px rgba(9, 10, 12, 0.08);
  }

  .site-header--menu-open .site-menu-toggle__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header--menu-open .site-menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .site-header--menu-open .site-menu-toggle__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-nav__separator {
    display: block;
    align-self: stretch;
    flex: 0 0 1px;
    width: 100%;
    height: 1px;
    margin: 8px 0;
    background: rgba(9, 10, 12, 0.12);
  }

  .site-nav__link {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .site-nav__link[href^="mailto"] {
    font-size: 14px;
  }

  .site-nav__link--phone {
    font-size: 16px;
  }

  .hero {
    /* Keep the post-CTA image breathing room compact on phones. */
    height: 544px;
  }

  .hero__background {
    object-position: 57% center;
  }

  .hero__shade--first {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.47) 65%, rgba(0, 0, 0, 0.15));
  }

  .hero__shade--second {
    display: none;
  }

  .hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: clamp(56px, 12vw, 72px) 20px 40px;
  }

  .hero__title,
  .hero__description,
  .hero__actions {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }

  .hero__title {
    padding: 0;
    font-size: clamp(40px, 12vw, 48px);
    letter-spacing: -0.04em;
    line-height: 0.98;
  }

  .hero__description {
    margin-top: 24px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .hero__actions {
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 24px;
  }

  .hero__action {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .hero-transition {
    display: none;
  }

  .capabilities {
    padding: 64px 20px;
  }

  .capabilities__title,
  .products__title,
  .energy-flow__title,
  .documentation__heading h2 {
    font-size: 38px;
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .capabilities__heading,
  .capabilities__title,
  .capabilities__description {
    text-align: center;
  }

  .capabilities__description,
  .energy-flow__intro,
  .company-overview__copy p,
  .documentation__heading p,
  .final-cta__description-wrap p {
    font-size: 16px;
    line-height: 24px;
  }

  .capabilities__description {
    margin-top: 24px;
  }

  .capabilities__list {
    gap: 28px 20px;
    margin-top: 40px;
    justify-items: center;
  }

  .capability {
    align-items: center;
    text-align: center;
  }

  .capability__name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .products {
    padding: 64px 20px 80px;
  }

  .products__heading {
    min-height: 0;
  }

  .products__intro {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .products__grid {
    grid-template-columns: 1fr;
    gap: 64px;
    margin-top: 48px;
  }

  .product-card__content {
    margin-top: 20px;
  }

  .product-card__title {
    padding-bottom: 12px;
    font-size: 28px;
    line-height: 1.2;
  }

  .product-card__description {
    padding-bottom: 28px;
    font-size: 15px;
    line-height: 23px;
  }

  .product-card__specifications {
    gap: 18px;
  }

  .product-card__specification {
    height: auto;
    min-height: 57px;
    padding-left: 16px;
  }

  .product-card__specification dt {
    height: auto;
    font-size: 22px;
    line-height: 1.25;
  }

  .product-card__link {
    min-height: 44px;
  }

  .energy-flow {
    padding: 64px 20px;
  }

  .energy-flow__timeline-wrap {
    margin-top: 40px;
  }

  .energy-flow__timeline {
    height: 208px;
    gap: 0;
    justify-content: flex-start;
  }

  .energy-flow__step,
  .energy-flow__step--second,
  .energy-flow__step--fourth {
    flex-basis: min(85vw, 284px);
    width: min(85vw, 284px);
    height: 208px;
    padding-left: 32px;
  }

  .energy-flow__number {
    font-size: 48px;
  }

  .energy-flow__step-title {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
  }

  .energy-flow__step-description {
    font-size: 13px;
    line-height: 20px;
  }

  .about-docs {
    padding: 64px 20px 80px;
  }

  .company-overview {
    display: block;
    margin-bottom: 72px;
  }

  .company-overview__headline span:first-child {
    font-size: 68px;
  }

  .company-overview__headline span:last-child {
    padding-top: 12px;
    font-size: 30px;
    line-height: 1.05;
  }

  .company-overview__copy {
    margin-top: 32px;
  }

  .company-overview__stats {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }

  .company-overview__stats dt {
    height: auto;
    font-size: 36px;
    line-height: 1.1;
  }

  .company-overview__stats dd {
    font-size: 13px;
    line-height: 20px;
  }

  .documentation__heading p {
    margin-top: 20px;
  }

  .documentation__list {
    margin-top: 40px;
  }

  .documentation__item,
  .documentation__item:first-child {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 4px 12px;
    padding: 24px 0;
  }

  .documentation__number {
    width: auto;
  }

  .documentation__product {
    grid-column: 2;
    width: auto;
    font-size: 19px;
    line-height: 1.25;
  }

  .documentation__description {
    grid-column: 2;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .documentation__link {
    grid-column: 2;
    width: max-content;
    max-width: 100%;
    min-height: 44px;
    font-size: 13px;
  }

  .faq {
    margin-top: 72px;
  }

  .faq__layout {
    display: block;
  }

  .faq__heading-wrap {
    padding-bottom: 32px;
  }

  .faq__heading-wrap h2 {
    font-size: 38px;
    letter-spacing: -0.04em;
  }

  .faq__contact {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .faq__contact h3,
  .faq__contact p {
    width: auto;
    height: auto;
    white-space: normal;
  }

  .faq__contact a {
    min-height: 52px;
  }

  .faq__item,
  .faq__item--open,
  .faq__item--two-lines {
    padding: 20px 0;
  }

  .faq__question > div,
  .faq__question > h3 {
    padding-right: 16px;
  }

  .faq__question h3 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .faq__item--open .faq__question p {
    font-size: 15px;
    line-height: 23px;
  }

  .final-cta {
    padding: 72px 20px;
  }

  .final-cta__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .final-cta__title-wrap {
    padding-bottom: 24px;
  }

  .final-cta__title-wrap h2 {
    font-size: 42px;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .final-cta__description-wrap {
    padding-bottom: 28px;
  }

  .final-cta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .final-cta__action {
    min-height: 48px;
  }

  .final-cta__action--primary {
    justify-content: center;
    padding: 14px 20px;
  }

  .consultation-form__field {
    height: 64px;
  }

  .consultation-form__field input,
  .consultation-form__field textarea {
    height: 63px;
    padding: 20px 4px;
  }

  .consultation-form__submit {
    width: auto;
    min-height: 56px;
    padding: 24px 0 0;
    text-align: left;
  }

  .website-qr {
    padding: 64px 20px;
  }

  .website-qr__content {
    display: block;
  }

  .website-qr__heading h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .website-qr__description p {
    font-size: 15px;
    line-height: 23px;
  }

  .website-qr__code-area {
    margin-top: 32px;
  }

  .website-qr__hint-margin {
    display: none;
  }

  .website-qr__card {
    width: 136px;
    height: 136px;
    padding: 10px;
    border-radius: 20px;
  }

  .website-qr__image {
    width: 116px;
    height: 116px;
    border-radius: 12px;
  }

  .site-footer {
    padding: 64px 20px max(24px, env(safe-area-inset-bottom));
  }

  .site-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px 24px;
  }

  .site-footer__identity {
    grid-column: 1 / -1;
    width: auto;
    height: auto;
  }

  .site-footer__navigation,
  .site-footer__contacts {
    width: auto;
    height: auto;
  }

  .site-footer__summary {
    width: auto;
    height: auto;
  }

  .site-footer__contacts-heading,
  .site-footer__contacts-heading h2,
  .site-footer__contacts-list,
  .site-footer__contacts-list a {
    width: auto;
    height: auto;
  }

  .site-footer__legal {
    display: block;
  }

  .site-footer__legal p,
  .site-footer__legal a {
    display: block;
    width: auto;
    height: auto;
    white-space: normal;
  }

  .site-footer__legal a {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .request-modal {
    width: min(100% - 32px, 560px);
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
  }

  .request-modal__content {
    padding: 72px 24px 28px;
  }

  .request-modal__close {
    top: 20px;
    right: 20px;
  }

  .request-modal__title {
    font-size: 38px;
  }

  .request-modal__description {
    margin: 20px 0 28px;
  }

  .request-modal__submit {
    width: 100%;
  }

  .privacy-policy {
    padding-top: 0;
  }

  .privacy-policy__hero {
    padding: 64px 20px;
  }

  .privacy-policy__hero h1 {
    font-size: 30px;
    overflow-wrap: normal;
  }

  .privacy-policy__hero p {
    margin-top: 24px;
    font-size: 16px;
  }

  .privacy-policy__content {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 64px 20px;
  }

  .privacy-policy__content h2 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .product-modal {
    width: min(960px, calc(100% - 40px));
  }

  .product-modal__intro {
    min-height: 0;
  }

  .product-modal__visual {
    height: 460px;
    min-height: 460px;
  }

  .product-modal__summary,
  .product-modal__details {
    padding: 56px;
  }

  .product-modal__details {
    gap: 64px;
  }
}

@media (max-width: 767px) {
  .product-page__main {
    padding: 0;
  }

  .product-detail {
    border-radius: 0;
    box-shadow: none;
  }

  .product-modal {
    width: 100%;
    max-height: 100dvh;
    border-radius: 0;
  }

  .product-modal__close {
    top: 20px;
    right: 20px;
  }

  .product-modal__intro,
  .product-modal__details {
    grid-template-columns: 1fr;
  }

  .product-modal__visual {
    height: 320px;
    min-height: 320px;
    padding: 40px;
    border-right: 0;
    border-bottom: 0.722px solid rgba(230, 232, 235, 0.3);
  }

  .product-modal__image {
    width: min(72%, 300px);
    height: 260px;
  }

  .product-modal__summary {
    min-height: 0;
    padding: 48px 20px 40px;
  }

  .product-modal__category {
    max-width: calc(100% - 48px);
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .product-modal__title {
    font-size: clamp(32px, 10vw, 40px);
  }

  .product-modal__description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
  }

  .product-modal__actions {
    gap: 16px;
    width: 100%;
    margin-top: 32px;
  }

  .product-modal__calculate {
    width: 100%;
  }

  .product-modal__documentation {
    justify-content: center;
    width: 100%;
  }

  .product-modal__details {
    gap: 48px;
    padding: 48px 20px 64px;
  }

  .product-modal__specifications dl {
    margin-top: 16px;
  }

  .product-modal__specifications dl div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .product-modal__about-item {
    margin-top: 28px;
  }
}
