* {
  box-sizing: border-box;
}

:root {
  --page-width: 100%;
  --container: 1280px;
  --container-narrow: 860px;
  --ink: #254287;
  --navy: #171c46;
  --navy-deep: #0f1333;
  --red: #d83a43;
  --muted: #69708a;
  --soft: #f5f7fb;
  --white: #ffffff;
  --shadow-soft: 0 24px 60px rgba(12, 24, 58, 0.12);
  --site-gradient: linear-gradient(90deg, #0a1d4d 0%, #030a1c 100%);
  --font-geologica: "Geologica", Arial, Helvetica, sans-serif;
  --font-geologica-cursive: "Geologica Cursive", "Geologica", Arial, sans-serif;
  --font-geologica-roman: "Geologica Roman", "Geologica", Arial, sans-serif;
  --font-manrope: "Manrope", Arial, Helvetica, sans-serif;
  --font-wadik: "Wadik", var(--font-geologica);
}

@font-face {
  font-family: "Wadik";
  src: url("./font/Wadik.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  overflow-x: clip;
  max-width: 100%;
  background: var(--site-gradient);
  background-color: #030a1c;
  color: var(--ink);
  font-family: var(--font-geologica);
  line-height: 1.5;
}

h3 {
  font-family: var(--font-manrope);
  font-size: 22px;
  font-weight: 600;
}


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

.section--light a,
.section--light a:visited {
  color: var(--ink);
}

.page-shell {
  width: var(--page-width);
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: transparent;
}

main {
  overflow-x: clip;
  max-width: 100%;
  background: var(--site-gradient);
}

.container {
  width: min(var(--container), calc(100% - 80px));
  margin: 0 auto;
}

.container--narrow {
  width: min(var(--container-narrow), calc(100% - 80px));
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 890px;
  background:
    url("./Frame-263.jpg") center / cover no-repeat,
    var(--site-gradient);
}

.hero__overlay {
  display: none;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.topbar.is-scrolled {
  background: rgba(14, 19, 51, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(6, 10, 28, 0.22);
  padding: 10px 0;
}

.topbar.is-scrolled .brand__image {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

@media (min-width: 1025px) {
  .topbar__links {
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(20px, 2.5vw, 40px);
  }

  .topbar__nav-items {
    flex: 1;
    min-width: 0;
    justify-content: space-evenly;
    gap: 0;
    padding: 0;
  }

  .topbar__nav-items a {
    flex: 1 1 0;
    justify-content: center;
    text-align: center;
  }

  .topbar__actions {
    flex-shrink: 0;
  }
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand__image {
  display: block;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  transform-origin: center;
  transition: width 0.25s ease, height 0.25s ease, max-width 0.25s ease, max-height 0.25s ease;
  animation: logoReveal 0.9s ease-out forwards, logoFloat 3.6s ease-in-out 1s infinite;
}

@media (min-width: 1025px) {
  .brand__image {
    width: 103px;
    height: 103px;
    max-width: 103px;
    max-height: 103px;
  }

  .topbar.is-scrolled .brand__image {
    width: 52px;
    height: 52px;
    max-width: 52px;
    max-height: 52px;
  }
}

.topbar__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.4vw, 28px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.topbar__nav-items {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0;
}

.topbar__nav-items a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  height: 41px;
}

.topbar__actions .topbar__btn {
  min-height: 41px;
  height: 41px;
  box-sizing: border-box;
  padding-block: 0;
}

.topbar__drawer-actions,
.topbar__drawer-contacts {
  display: none;
}

.topbar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  background: #e54b58;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.topbar__btn:hover {
  background: #d53346;
  color: #fff;
}

.topbar__btn:active {
  transform: scale(0.98);
}

.section-anchor {
  position: relative;
  top: -110px;
  height: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}


.topbar__links a,
.topbar__links a:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.topbar__nav-items a:hover {
  color: #d53346;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  background: rgba(18, 28, 70, 0.55);
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.topbar__demo-mobile {
  display: none;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  text-decoration: none;
}

.topbar__demo-mobile:hover,
.topbar__demo-mobile:active {
  background: transparent;
  color: #fff;
  opacity: 0.82;
  transform: none;
}

.nav-toggle__icon {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
}

.nav-toggle__icon path {
  stroke: #fff;
}

.nav-toggle__bar {
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.nav-toggle__bar--top {
  transform-origin: 12px 7px;
}

.nav-toggle__bar--mid {
  transform-origin: 12px 12px;
}

.nav-toggle__bar--bot {
  transform-origin: 12px 17px;
}

body.menu-open .nav-toggle__bar--top {
  transform: translateY(5px) rotate(45deg);
}

body.menu-open .nav-toggle__bar--mid {
  opacity: 0;
}

body.menu-open .nav-toggle__bar--bot {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(8, 12, 32, 0.58);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1090;
}

body.menu-open .mobile-nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@keyframes logoReveal {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes capabilitiesSpiralSway {
  0%,
  100% {
    transform: rotate(-4deg) scale(1);
  }

  50% {
    transform: rotate(4deg) scale(1.04);
  }
}

.hero__content {
  position: relative;
  z-index: 5;
  padding: 380px 0 120px;
}

.hero__text {
  max-width: 1100px;
  color: #fff;
}

.hero h1 {
  margin: 0 0 16px;
  font-family: var(--font-wadik);
  font-size: clamp(56px, 7.2vw, 96px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero__lead {
  margin: 0 0 28px;
  font-family: var(--font-wadik);
  font-size: clamp(28px, 3.4vw, 60px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.hero__desc {
  max-width: 1070px;
  margin: 0;
  font-family: var(--font-manrope);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.92);
}

.capabilities-product-bg {
  --capabilities-clip-overlap: 26vh;
  --capabilities-image-pull: 35vh;
  --capabilities-image-opacity: 0.7;
  position: relative;
  z-index: 3;
  overflow: visible;
  margin-top: calc(-1 * var(--capabilities-clip-overlap));
  padding-top: var(--capabilities-clip-overlap);
}

.capabilities-product-bg__image {
  position: absolute;
  top: calc(-1 * var(--capabilities-image-pull));
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  z-index: 0;
  object-fit: cover;
  object-position: top center;
  opacity: var(--capabilities-image-opacity);
  pointer-events: none;
  user-select: none;
}

.page-shell--demo {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-shell--demo .hero {
  background: var(--site-gradient);
  min-height: 0;
}

.page-shell--demo main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-shell--demo .footer {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
}

.capabilities-product-bg--page {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}

.capabilities-product-bg--page .capabilities-product-bg__image {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(279px, 100vh, 830px);
  max-height: none;
  object-fit: cover;
}

.capabilities-product-bg--page .demo-download {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: clamp(120px, 14vw, 239px) 0 clamp(71px, 11vw, 60px);
}

.demo-download {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(120px, 14vw, 180px) 0 clamp(72px, 10vw, 120px);
  color: #fff;
}

.demo-download::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  /* background: url("./gc.jpg") center bottom / cover no-repeat; */
}

.demo-download__container {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 80px));
  margin: 0 auto;
  text-align: center;
}

.demo-download__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.2em 0.55em;
  margin: 0 0 clamp(36px, 5vw, 80px);
  font-family: var(--font-wadik);
  font-size: clamp(40px, 6.5vw, 50px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d53346;
  white-space: nowrap;
}

.demo-download__title-word {
  display: inline-block;
  padding-bottom: clamp(8px, 1.2vw, 14px);
  border-bottom: 2px solid #d53346;
}

.demo-download__title-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.demo-download__title-link:hover {
  opacity: 0.85;
}

.demo-download__text {
  display: grid;
  gap: clamp(0px, 0vw, 0px);
}

.demo-download__text p {
  margin: 0;
  font-family: var(--font-manrope);
  font-size: clamp(16px, 2.1vw, 17px);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 1024px) {
  .capabilities-product-bg--page .capabilities-product-bg__image {
    height: clamp(240px, 62vh, 620px);
  }

  .capabilities-product-bg--page .demo-download {
    padding: clamp(100px, 12vw, 180px) 0 clamp(56px, 8vw, 72px);
  }

  .demo-download__container {
    width: min(920px, calc(100% - 48px));
  }

  .demo-download__title {
    font-size: clamp(36px, 5.5vw, 46px);
    margin-bottom: clamp(28px, 4vw, 64px);
  }
}

@media (max-width: 768px) {
  .capabilities-product-bg--page .capabilities-product-bg__image {
    height: clamp(220px, 48vh, 480px);
  }

  .capabilities-product-bg--page .demo-download {
    padding: 96px 0 48px;
  }

  .demo-download__container {
    width: calc(100% - 32px);
  }

  .demo-download__title {
    font-size: clamp(30px, 6.5vw, 40px);
    margin-bottom: clamp(24px, 5vw, 48px);
  }

  .demo-download__title-word {
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }

  .demo-download__text p {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 576px) {
  .capabilities-product-bg--page .capabilities-product-bg__image {
    height: clamp(200px, 42vh, 360px);
  }

  .capabilities-product-bg--page .demo-download {
    padding: 88px 0 40px;
  }

  .demo-download__container {
    width: calc(100% - 24px);
  }

  .demo-download__title {
    flex-wrap: wrap;
    white-space: normal;
    font-size: clamp(26px, 7.5vw, 32px);
    margin-bottom: clamp(20px, 5vw, 36px);
    letter-spacing: 0.03em;
  }

  .demo-download__title-link {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2em 0.45em;
  }

  .demo-download__title-word {
    padding-bottom: 8px;
  }

  .demo-download__text p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 390px) {
  .capabilities-product-bg--page .capabilities-product-bg__image {
    height: clamp(180px, 38vh, 300px);
  }

  .capabilities-product-bg--page .demo-download {
    padding: 80px 0 32px;
  }

  .demo-download__title {
    font-size: clamp(22px, 7vw, 26px);
    margin-bottom: 24px;
  }

  .demo-download__title-word {
    padding-bottom: 6px;
    border-bottom-width: 1.5px;
  }

  .demo-download__text p {
    font-size: 13px;
    line-height: 1.55;
  }
}

.capabilities {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0 0 72px;
  color: #fff;
  background: transparent;
}

.capabilities__container {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 80px));
}

h2,
.capabilities__title,
.product__title,
.tariffs__title,
.cycle__title,
.documents__title,
.contacts__title,
.section__title {
  font-family: var(--font-wadik);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.capabilities__title {
  margin: 20px 0 76px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.capabilities__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}

.capabilities__content {
  max-width: 690px;
}

.capabilities__block + .capabilities__block {
  margin-top: 40px;
}

.capabilities__block.reveal.is-visible:not(:last-child) {
  margin-bottom: 40px;
}

.capabilities__heading {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.capabilities__text,
.capabilities__text--intro,
.capabilities__list,
.capabilities__list li {
  font-family: var(--font-manrope);
  font-weight: 100;
}

.capabilities__text {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
}

.capabilities__text--intro {
  margin-bottom: 14px;
}

.capabilities__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.capabilities__list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 38px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.capabilities__list li:last-child {
  margin-bottom: 0;
}

.capabilities__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #d53346;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 6px, transparent 7px);
}

.capabilities__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 420px;
}

.capabilities__spiral {
  width: min(100%, 540px);
  aspect-ratio: 1;
  background: url("./19.png") center / contain no-repeat;
  filter: drop-shadow(0 24px 48px rgba(8, 16, 48, 0.35));
  transform-origin: center center;
  will-change: transform;
  animation: capabilitiesSpiralSway 4.5s ease-in-out infinite;
}

.capabilities__spiral.reveal {
  opacity: 0;
  transform: scale(0.92);
  animation: none;
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.capabilities__spiral.reveal.is-visible {
  opacity: 1;
  transform: scale(1);
  animation: capabilitiesSpiralSway 4.5s ease-in-out 0.65s infinite;
}

@media (prefers-reduced-motion: reduce) {
  .capabilities__spiral {
    animation: none;
  }

  .capabilities__spiral.reveal {
    opacity: 1;
    transform: none;
  }

  .capabilities__spiral.reveal.is-visible {
    animation: none;
  }
}

.product {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0 0 0;
  color: #fff;
  background: transparent;
}

.product__container {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 80px));
}

.product__title {
  margin: 60px 0 110px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.product__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 90px;
}

.product-card-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 525px;
}

.product-card-wrap--before,
.product-card-wrap--after {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card-wrap--before {
  margin-inline-start: auto;
  margin-inline-end: 40px;
  max-width: 380px;
}

.product-card-wrap--after {
  max-width: 480px;
}

.product-card-wrap--before .product-card,
.product-card-wrap--after .product-card {
  flex: 1 1 auto;
  min-height: 100%;
}

.product-card-wrap--result {
  grid-column: 1 / -1;
  margin-inline: auto;
}

.product-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 28px 32px 32px;
  border-radius: 14px;
  background: rgba(12, 22, 58, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@keyframes productCardShapeSway20 {
  0%,
  100% {
    transform: rotate(-5deg) scale(1);
  }

  50% {
    transform: rotate(2deg) scale(1.03);
  }
}

@keyframes productCardShapeSway21 {
  0%,
  100% {
    transform: rotate(4deg);
  }

  50% {
    transform: rotate(-6deg);
  }
}

@keyframes productCardShapeSway25 {
  0%,
  100% {
    transform: rotate(-2deg);
  }

  33% {
    transform: rotate(5deg);
  }

  66% {
    transform: rotate(-4deg);
  }
}

.product-card__shape {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -100px;
  width: 156px;
  height: 156px;
  object-fit: contain;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform;
}

.product-card__shape--20 {
  animation: productCardShapeSway20 4.2s ease-in-out infinite;
}

.product-card__shape--21 {
  animation: productCardShapeSway21 5.6s ease-in-out 0.35s infinite;
}

.product-card__shape--25 {
  animation: productCardShapeSway25 6.4s ease-in-out 0.7s infinite;
}

.product-card-wrap--result .product-card__shape {
  top: -56px;
  right: -72px;
}

@media (prefers-reduced-motion: reduce) {
  .product-card__shape {
    animation: none;
  }
}

.product-card--before,
.product-card--after {
  background: #3f56a366;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-card--result {
  padding: 36px 40px 40px;
  border: 1px solid rgba(232, 140, 158, 0.55);
  border-radius: 14px;
  background: #eb32474d;
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.product-card--result .product-card__heading {
  margin-bottom: 28px;
  color: #fff;
  font-weight: 700;
}

.product-card__heading {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card__list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-manrope);
}

.product-card__list > li {
  margin-bottom: 16px;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 100;
}

.product-card--before .product-card__list > li {
  position: relative;
  padding-left: 34px;
}

.product-card--before .product-card__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url("./ic1.svg") center / contain no-repeat;
}

.product-card--after .product-card__list > li {
  position: relative;
  padding-left: 34px;
}

.product-card--after .product-card__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url("./ic2.svg") center / contain no-repeat;
}

.product-card--result .product-card__list > li {
  position: relative;
  margin-bottom: 22px;
  padding-left: 22px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.96);
}

.product-card--result .product-card__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 11px;
  background: url(./ic3.svg) center / contain no-repeat;
}

.product-card--result .product-card__list > li:last-child {
  margin-bottom: 0;
}

.product-card--result .product-card__item--nested > ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.product-card--result .product-card__item--nested > ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
}

.product-card--result .product-card__item--nested > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.product-card--result .product-card__item--nested > ul > li:last-child {
  margin-bottom: 0;
}

.product-card__item--nested ul {
  margin: 10px 0 0;
  padding: 0 0 0 22px;
  list-style: disc;
}

.product-card__item--nested ul li {
  margin-bottom: 6px;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

.product-card__item--nested ul li:last-child {
  margin-bottom: 0;
}

.product__note {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 18px 24px;
  border-radius: 10px;
}

.product__1c-logo {
  flex-shrink: 0;
  display: block;
  width: 118px;
  height: auto;
  max-height: 118px;
  object-fit: contain;
}

.product__note-text {
  margin: 0;
  font-family: var(--font-manrope);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 900px) {
  .product__grid {
    grid-template-columns: 1fr;
  }

  .product-card-wrap--before {
    margin-inline: auto;
  }

  .product-card-wrap--result {
    width: 100%;
  }

  .product__note {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product__1c-logo {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
  }
}

@media (max-width: 900px) {
  .documents__arrow {
    display: none;
  }

  .documents__carousel {
    width: 100%;
    gap: 0;
  }

  .documents-swiper {
    padding-inline: 2px;
  }

  .documents__card-title {
    top: calc(63% + 14px);
    right: 15%;
    left: 15%;
    line-height: 1.38;
  }

  .contacts__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .contacts__item {
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .contacts__item-head {
    justify-content: center;
  }

  .contacts__item--email,
  .contacts__item--phone {
    justify-self: auto;
  }

  .contacts__value {
    white-space: normal;
    word-break: break-word;
    font-size: clamp(24px, 6.5vw, 32px);
  }

  .contacts__logo {
    order: -1;
  }

  .contacts__logo-image {
    width: min(100%, 220px);
  }

  .contacts__label {
    font-size: clamp(22px, 5.5vw, 30px);
  }

  .contacts__title {
    margin: 0 0 clamp(40px, 8vw, 56px);
  }
}

.tariffs {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 40px 0 20px;
  color: #fff;
  background: transparent;
}

.tariffs__container {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 80px));
}

.tariffs__title {
  margin: 0 0 70px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.tariffs__table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 835px);
  max-width: 835px;
  margin: 0 auto 75px;
  position: relative;
}

.tariffs__table::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d53346;
  transform: translateX(-50%);
  pointer-events: none;
}

.tariffs__row {
  display: contents;
}

.tariffs__name {
  padding: 28px 36px 28px 0;
  border-bottom: 1px solid #d53346;
  font-family: var(--font-manrope);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}

.tariffs__price {
  padding: 28px 0 28px 36px;
  border-bottom: 1px solid #d53346;
  font-family: var(--font-manrope);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

.tariffs__amount {
  font-weight: 700;
}

.tariffs__period {
  margin-left: 0.35em;
  font-size: 0.65em;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.tariffs__row:last-child .tariffs__name,
.tariffs__row:last-child .tariffs__price {
  border-bottom: none;
}

.tariffs__form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 18px 22px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.tariffs__input {
  flex: 4 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  height: 60px;
  box-sizing: border-box;
  padding: 0 18px;
  border: none;
  border-radius: 10px;
  background: #1a3e8b;
  color: #fff;
  font-family: var(--font-manrope);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.tariffs__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
  text-transform: lowercase;
}

.tariffs__input:focus {
  outline: 2px solid rgba(216, 58, 67, 0.55);
  outline-offset: 2px;
}

.tariffs__consent {
  display: flex;
  flex: 2 1 0;
  align-items: center;
  align-self: center;
  gap: 10px;
  min-width: 0;
  cursor: pointer;
}

.tariffs__checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--red);
  cursor: pointer;
}

.tariffs__consent-text {
  font-size: 10px;
  line-height: 1.35;
  color: #4a5568;
}

.tariffs__consent-text a {
  color: #254287;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tariffs__consent-text a:hover {
  color: var(--red);
}

.tariffs__submit {
  display: inline-flex;
  flex: 4 1 0;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 0;
  width: auto;
  max-width: none;
  height: 60px;
  box-sizing: border-box;
  padding: 0 16px;
  border: none;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-manrope);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.tariffs__submit:hover {
  background: #c42f38;
}

.tariffs__submit:active {
  transform: scale(0.98);
}

@media (max-width: 900px) {
  .tariffs__table {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .tariffs__table::before {
    display: none;
  }

  .tariffs__row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d53346;
  }

  .tariffs__row:last-child {
    border-bottom: none;
  }

  .tariffs__name {
    padding: 24px 0 16px;
    border-bottom: 1px solid #d53346;
    text-align: left;
  }

  .tariffs__price {
    padding: 16px 0 24px 0;
    border-bottom: none;
    text-align: left;
  }

  .tariffs__row:last-child .tariffs__name {
    border-bottom: 1px solid #d53346;
  }

  .tariffs__form {
    flex-direction: column;
    align-items: stretch;
  }

  .tariffs__input,
  .tariffs__consent,
  .tariffs__submit {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .tariffs {
    padding: 64px 0 72px;
  }

  .tariffs__container {
    width: min(100%, calc(100% - 40px));
  }
}

.cycle {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(56px, 8vw, 88px) 0 clamp(64px, 9vw, 96px);
  color: #fff;
  background: transparent;
}

.cycle::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("./gc.jpg") center / cover no-repeat;
  mask-image: linear-gradient(180deg, transparent 0%, #000 20%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%);
}

.cycle__container {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 80px));
  margin-inline: auto;
}

.cycle__title {
  margin: 0 0 clamp(28px, 4vw, 75px);
  font-size: clamp(32px, 4.2vw, 50px);
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.cycle__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.cycle-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(160px, 18vw, 200px);
  padding: clamp(18px, 2vw, 22px) clamp(18px, 2vw, 24px) clamp(20px, 6vw, 21px);
  border: 1px solid var(--red);
  border-radius: 10px;
  background: rgba(4, 12, 40, 0.35);
}

.cycle-card__heading {
  margin: 0 0 clamp(10px, 1.2vw, 14px);
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cycle-card__text {
  margin: 0;
  flex: 1;
  font-family: var(--font-manrope);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.92);
}

.cycle-card__number {
  position: absolute;
  right: clamp(10px, 1.2vw, 14px);
  bottom: clamp(4px, 0.8vw, 8px);
  font-size: clamp(44px, 6vw, 50px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgb(255 255 255);
  pointer-events: none;
  user-select: none;
}

@media (min-width: 1025px) {
  .cycle {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: clamp(760px, 52vw, 825px);
    padding: clamp(48px, 5vw, 72px) 0;
  }

  .cycle__grid {
    align-items: stretch;
  }

  .cycle-card {
    min-height: clamp(220px, 22vw, 240px);
  }
}

@media (max-width: 1024px) {
  .cycle {
    display: block;
    min-height: 0;
    background-position: center top;
  }

  .cycle__container {
    width: min(1280px, calc(100% - 48px));
  }

  .cycle__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cycle-card {
    min-height: clamp(170px, 26vw, 220px);
  }
}

@media (max-width: 767px) {
  .cycle__container {
    width: calc(100% - 32px);
  }

  .cycle__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cycle-card {
    min-height: 0;
    padding: 18px 18px 52px;
  }

  .cycle-card__heading {
    font-size: 18px;
  }

  .cycle-card__text {
    font-size: 18px;
  }
}

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

.documents {
  padding: 96px 0 96px;
  background: #fff;
}

.documents__title {
  margin: 0 0 52px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #254287;
}

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

.documents__arrow {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(0, 17, 57, 0.15);
  border-radius: 50%;
  background: #fff;
  color: #254287;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.documents__arrow:hover {
  border-color: var(--red);
  color: var(--red);
}

.documents__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.documents-swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 4px 2px 12px;
  touch-action: none;
  cursor: grab;
}

.documents-swiper.swiper-grab,
.documents-swiper.swiper-dragging {
  cursor: grabbing;
}

.documents-swiper .swiper-slide {
  width: auto;
  height: auto;
  box-sizing: border-box;
}

.documents__card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: #eef2f8;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 17, 57, 0.1);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  container-type: inline-size;
  container-name: document-card;
}

.documents__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 17, 57, 0.16);
}

.documents__card:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

.documents__card-title {
  position: absolute;
  z-index: 2;
  top: calc(63% + clamp(12px, 3.5cqi, 18px));
  right: clamp(14%, 5.5cqi, 18%);
  left: clamp(14%, 5.5cqi, 18%);
  width: auto;
  margin: 0;
  padding: 0 clamp(4px, 1.5cqi, 10px);
  font-family: var(--font-geologica);
  font-size: clamp(9px, 3.35cqi, 13px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: clamp(0.02em, 0.12cqi, 0.05em);
  text-align: center;
  text-transform: none;
  color: #1a3568;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  -webkit-hyphens: auto;
  pointer-events: none;
}

.documents__card-title::before,
.documents__card-title::after {
  content: "";
  display: block;
  width: clamp(22px, 14cqi, 42px);
  height: 1px;
  margin-inline: auto;
  background: linear-gradient(90deg, transparent, rgba(37, 66, 135, 0.5), transparent);
}

.documents__card-title::before {
  margin-bottom: clamp(4px, 1.8cqi, 8px);
}

.documents__card-title::after {
  margin-top: clamp(4px, 1.8cqi, 8px);
}

@container document-card (max-width: 170px) {
  .documents__card-title {
    top: calc(62% + 10px);
    font-size: 8.5px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .documents__card-title::before,
  .documents__card-title::after {
    width: 20px;
  }
}

@container document-card (min-width: 260px) {
  .documents__card-title {
    line-height: 1.4;
  }
}

@media (min-width: 901px) {
  .documents__card-title {
    font-size: clamp(11px, 1vw, 14px);
    line-height: 1.45;
    letter-spacing: 0.05em;
  }

  .documents__card-title::before,
  .documents__card-title::after {
    width: 40px;
  }

  .documents__card-title::before {
    margin-bottom: 8px;
  }

  .documents__card-title::after {
    margin-top: 8px;
  }
}

.documents__card-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #eef2f8;
}

.documents__card img,
.documents__card-canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eef2f8;
  -webkit-user-drag: none;
}

.documents__card-canvas--error {
  min-height: 280px;
  background:
    linear-gradient(180deg, rgba(37, 66, 135, 0.08), rgba(37, 66, 135, 0.02)),
    #eef2f8;
}

.documents__empty {
  margin: 0;
  padding: 48px 16px;
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  color: #254287;
}

.documents__empty code {
  font-size: 0.95em;
}

html.is-question-modal-open,
body.is-question-modal-open {
  overflow: hidden;
  height: 100%;
}

body.is-question-modal-open {
  touch-action: none;
}

.question-modal {
  position: fixed;
  inset: 0;
  z-index: 3100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right))
    max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: transparent;
}

.question-modal[hidden] {
  display: none;
}

.question-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 8, 30, 0.72);
  cursor: pointer;
}

.question-modal__dialog {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: min(100%, 520px);
  max-height: min(calc(100dvh - 48px), 720px);
  margin: auto;
  overflow: auto;
  padding: 36px 32px 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 8, 30, 0.35);
}

.question-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #254287;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.question-modal__close:hover {
  background: rgba(37, 66, 135, 0.08);
  color: var(--red);
}

.question-modal__title {
  margin: 0 48px 28px 0;
  font-family: var(--font-wadik);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #254287;
}

.question-modal__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.question-modal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.question-modal__label {
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #254287;
}

.question-modal__input {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid rgba(37, 66, 135, 0.2);
  border-radius: 10px;
  background: #f4f6fa;
  color: #254287;
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.2;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.question-modal__input::placeholder {
  color: rgba(37, 66, 135, 0.38);
}

.question-modal__input:focus {
  border-color: rgba(216, 58, 67, 0.5);
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(216, 58, 67, 0.15);
}

.question-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.question-modal__checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--red);
  cursor: pointer;
}

.question-modal__consent-text {
  font-family: var(--font-manrope);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #4a5568;
}

.question-modal__consent-text a {
  color: #254287;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.question-modal__consent-text a:hover {
  color: var(--red);
}

.question-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.question-modal__submit:hover {
  background: #c42f38;
}

.question-modal__submit:active {
  transform: scale(0.98);
}

@media (max-width: 576px) {
  .question-modal__dialog {
    padding: 28px 20px 24px;
  }

  .question-modal__title {
    margin-right: 36px;
    font-size: 22px;
  }
}

.section {
  padding: 72px 0 84px;
}

.section--light {
  background: #fff;
}

.section--dark {
  background:
    radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at 73% 41%, rgba(255, 255, 255, 0.05), transparent 20%),
    linear-gradient(180deg, #202455 0%, #171a43 100%);
}

.section__eyebrow {
  margin: 0 0 14px;
  text-align: center;
  color: #254287;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.section__eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.section__eyebrow--left {
  text-align: left;
}

.section__title:not(.contacts__title) {
  margin: 0 0 34px;
  text-align: center;
  color: #254287;
  text-transform: uppercase;
}

.section__title--light {
  color: #fff;
}

.section__title--left {
  text-align: center;
}

.contacts {
  padding: 0 0 96px;
  background: #fff;
}

.contacts.section {
  padding-top: 0;
}

.contacts__title {
  margin: 0 0 80px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #254287;
}

.contacts__container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: clamp(48px, 8vw, 120px);
  row-gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.contacts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.contacts__item--email {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.contacts__item--phone {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.contacts__item-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts__icon {
  display: block;
  flex-shrink: 0;
}

.contacts__icon--envelope {
  width: 22px;
  height: 18px;
}

.contacts__icon--phone {
  width: 20px;
  height: 20px;
}

.contacts__label {
  font-family: var(--font-manrope);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: #254287;
  white-space: nowrap;
}

.contacts__value {
  margin: 0;
  padding-left: 0;
  font-family: var(--font-manrope);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #254287;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.contacts__value:hover {
  opacity: 0.75;
}

.contacts__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
}

.contacts__logo-image {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer {
  background: var(--site-gradient);
  background-color: #030a1c;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
  padding: 20px 0;
}

.footer__legal {
  flex: 1;
  margin: 0;
  padding: 0 clamp(12px, 2vw, 24px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.footer__privacy,
.footer__phone,
.footer__privacy:visited,
.footer__phone:visited {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer__privacy:hover,
.footer__phone:hover {
  opacity: 0.82;
}

.footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.footer__phone-icon {
  display: block;
  flex-shrink: 0;
}

@media (max-width: 1440px) {
  .container {
    width: min(var(--container), calc(100% - 64px));
  }

  .hero {
    min-height: 820px;
  }

  .hero h1 {
    font-size: 80px;
  }

  .hero__lead {
    font-size: 40px;
  }

  .hero__desc {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .section {
    padding: 64px 0 76px;
  }

  .capabilities-product-bg {
    --capabilities-image-pull: 28vh;
  }

  .product__grid {
    gap: 20px;
  }

  .product-card-wrap {
    max-width: none;
  }

  .product-card-wrap--before {
    max-width: 380px;
  }

  .product-card-wrap--after {
    max-width: 480px;
  }
}

@media (max-width: 1024px) {
  .capabilities {
    padding: 0 0 64px;
  }

  .capabilities-product-bg {
    --capabilities-clip-overlap: 26vh;
    --capabilities-image-pull: 22vh;
  }

  .capabilities__title {
    margin: 16px 0 40px;
    font-size: clamp(36px, 5vw, 46px);
  }

  .capabilities__heading {
    font-size: 20px;
  }

  .product {
    padding: 0 0 56px;
  }

  .product__title,
  .tariffs__title,
  .cycle__title,
  .documents__title {
    margin-bottom: 40px;
    font-size: clamp(36px, 5vw, 46px);
    letter-spacing: 0.08em;
  }

  .contacts__title {
    margin: 0 0 40px;
    font-size: clamp(36px, 5vw, 46px);
    letter-spacing: 0.08em;
  }

  .contacts__container {
    column-gap: clamp(28px, 5vw, 64px);
  }

  .contacts__value {
    font-size: 28px;
  }

  .contacts__logo-image {
    width: 220px;
  }

  .tariffs {
    padding: 64px 0 72px;
  }

  .tariffs__name,
  .tariffs__price {
    padding-block: 28px;
  }

  .cycle__container {
    width: min(1280px, calc(100% - 48px));
  }

  .brand__image {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    animation: logoReveal 0.9s ease-out forwards;
  }

  .topbar.is-scrolled .brand__image {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .capabilities__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .capabilities__content {
    max-width: none;
  }

  .capabilities__visual {
    min-height: 320px;
    justify-content: center;
  }

  .capabilities__spiral {
    width: min(100%, 360px);
  }

  body.menu-open {
    overflow: hidden;
  }

  .topbar {
    padding: 18px 0;
  }

  .topbar.is-scrolled {
    padding: 7px 0;
  }

  .topbar__inner {
    gap: 12px;
  }

  .topbar__demo-mobile {
    display: inline-flex;
    flex: 0 0 auto;
    width: fit-content;
    max-width: max-content;
    min-height: 0;
    margin-inline: auto;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .nav-toggle {
    position: relative;
    z-index: 1210;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    margin-left: 0;
    flex-shrink: 0;
  }

  .nav-toggle__icon {
    width: 22px;
    height: 22px;
  }

  .topbar__links {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    z-index: 1200;
    width: min(360px, 100%);
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
    padding: max(88px, calc(env(safe-area-inset-top) + 72px)) 28px
      max(20px, env(safe-area-inset-bottom));
    background: linear-gradient(180deg, #121c4d 0%, #0b1336 100%);
    box-shadow: -10px 0 34px rgba(8, 12, 34, 0.45);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow: hidden;
    transform: none;
    transition: right 0.32s ease;
    pointer-events: none;
    visibility: hidden;
  }

  .topbar__nav-items {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-height: 0;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .topbar__actions {
    display: none;
  }

  .topbar__drawer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 8px;
    padding: 20px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    flex-shrink: 0;
  }

  .topbar__drawer-contact {
    font-family: var(--font-manrope);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .topbar__drawer-contact:hover {
    color: #fff;
    opacity: 0.85;
  }

  .topbar__drawer-address {
    margin: 4px 0 0;
    font-family: var(--font-manrope);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
  }

  .topbar__drawer-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin-top: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    flex-shrink: 0;
  }

  .topbar__drawer-actions .topbar__btn {
    display: inline-flex;
    width: 100%;
  }

  .topbar__btn--drawer {
    width: 100%;
    min-height: 52px;
    font-size: 18px;
  }

  .topbar__links a:not(.topbar__btn) {
    width: 100%;
    padding: 12px 0;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 20px;
  }

  .topbar__nav-items a {
    flex: none;
    justify-content: flex-start;
    text-align: left;
    font-size: 17px;
    letter-spacing: 0.06em;
  }

  body.menu-open .topbar__links {
    right: 0;
    visibility: visible;
    pointer-events: auto;
  }

  .hero {
    min-height: auto;
  }

  .capabilities-product-bg {
    --capabilities-clip-overlap: 22vh;
    --capabilities-image-pull: 16vh;
  }

  .product,
  .tariffs {
    overflow-x: clip;
  }

  .product-card-wrap {
    overflow-x: clip;
  }

  .product__container,
  .tariffs__container {
    width: min(1280px, calc(100% - 48px));
  }

  .hero__content {
    padding: 132px 0 88px;
  }

  .hero h1 {
    font-size: 56px;
    margin-top: 24px;
  }

  .hero__lead {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .hero__desc {
    font-size: 14px;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 32px);
  }

  .capabilities-product-bg {
    --capabilities-clip-overlap: 18vh;
    --capabilities-image-pull: 12vh;
    overflow-x: clip;
  }

  .capabilities__container,
  .product__container,
  .tariffs__container,
  .cycle__container {
    width: calc(100% - 32px);
  }

  .capabilities {
    padding: 0 0 48px;
  }

  .capabilities__title,
  .product__title,
  .tariffs__title,
  .cycle__title,
  .documents__title {
    margin: 0 0 28px;
    font-size: clamp(28px, 6.5vw, 38px);
    letter-spacing: 0.08em;
  }

  .contacts__title {
    margin: 0 0 clamp(36px, 7vw, 48px);
    font-size: clamp(28px, 6.5vw, 38px);
    letter-spacing: 0.08em;
  }

  .capabilities__title {
    margin: 12px 0 28px;
  }

  .capabilities__heading {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .capabilities__text {
    max-width: none;
    font-size: 15px;
  }

  .capabilities__list li {
    font-size: 15px;
    padding-left: 34px;
  }

  .capabilities__list li::before {
    width: 22px;
    height: 22px;
  }

  .capabilities__visual {
    min-height: 260px;
  }

  .capabilities__spiral {
    width: min(100%, 300px);
  }

  .capabilities__block + .capabilities__block {
    margin-top: 24px;
  }

  .capabilities__block.reveal.is-visible:not(:last-child) {
    margin-bottom: 12px;
  }

  .product {
    padding: 0 0 48px;
  }

  .product-card-wrap {
    max-width: none;
  }

  .product-card {
    padding: 22px 20px 26px;
  }

  .product-card--result {
    padding: 26px 22px 28px;
  }

  .product-card__shape {
    top: -40px;
    right: -36px;
    width: 150px;
    height: 150px;
  }

  .product__note {
    padding: 16px 18px;
    gap: 14px;
  }

  .product__note-text {
    font-size: 16px;
  }

  .tariffs {
    padding: 48px 0 56px;
  }

  .tariffs__form {
    padding: 14px 16px;
    gap: 12px;
  }

  .tariffs__input,
  .tariffs__submit {
    height: 56px;
    font-size: 14px;
  }

  .tariffs__consent-text {
    font-size: 11px;
  }

  .documents {
    padding: 56px 0 72px;
  }

  .documents__container {
    width: 100%;
    overflow: hidden;
  }

  .documents__title {
    margin-bottom: clamp(32px, 6vw, 44px);
  }

  .documents__carousel {
    gap: 0;
    width: 100%;
  }

  .contacts {
    padding: 0 0 72px;
  }

  .contacts.section {
    padding: 0 0 72px;
  }

  .contacts__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .contacts__item {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .contacts__item-head {
    justify-content: center;
  }

  .contacts__value {
    white-space: normal;
    word-break: break-word;
    font-size: clamp(24px, 6.5vw, 32px);
  }

  .contacts__logo {
    order: -1;
  }

  .contacts__logo-image {
    width: min(100%, 200px);
  }

  .contacts__label {
    font-size: clamp(22px, 5.5vw, 30px);
  }

  .contacts__title {
    margin: 0 0 clamp(36px, 7vw, 48px);
  }

  h3,
  .capabilities__heading,
  .cycle-card__heading,
  .product-card__heading {
    font-size: 18px;
  }

  .hero__content {
    padding: 116px 0 74px;
  }

  .hero h1 {
    font-size: 72px;
    line-height: 0.95;
  }

  .hero__lead {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .hero__desc {
    font-size: 14px;
    line-height: 1.4;
    max-width: none;
  }

  .section {
    padding: 56px 0 64px;
  }

  .section.contacts {
    padding: 0 0 72px;
  }

  .section__title:not(.contacts__title) {
    margin-bottom: 26px;
  }

  .contacts__title {
    margin-bottom: clamp(36px, 7vw, 48px);
  }

  .topbar__btn {
    min-height: 48px;
    padding: 10px 16px;
    font-size: 15px;
  }

  .question-modal {
    padding: 20px;
  }

  .question-modal__dialog {
    width: min(100%, 480px);
    padding: 32px 24px 28px;
  }

  .question-modal__title {
    font-size: clamp(22px, 5vw, 28px);
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    min-height: 0;
    padding: 18px 0;
  }

  .footer__legal {
    text-align: center;
  }

  .footer__privacy,
  .footer__phone {
    text-align: center;
  }

  .footer__phone {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .container,
  .capabilities__container,
  .product__container,
  .tariffs__container,
  .cycle__container {
    width: calc(100% - 24px);
  }

  .capabilities-product-bg {
    --capabilities-clip-overlap: 12vh;
    --capabilities-image-pull: 6vh;
    overflow-x: clip;
  }

  .documents__carousel,
  .documents-swiper {
    overflow-x: clip;
    max-width: 100%;
  }

  .documents__card-title {
    top: calc(63% + 16px);
    right: 16%;
    left: 16%;
    font-size: clamp(11px, 2.9vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  .documents__card-title::before {
    margin-bottom: 6px;
  }

  .documents__card-title::after {
    margin-top: 6px;
  }

  .capabilities__title {
    margin: 8px 0 24px;
    font-size: 26px;
    letter-spacing: 0.06em;
  }

  .product__title,
  .tariffs__title,
  .cycle__title,
  .documents__title {
    margin: 0 0 22px;
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  .contacts__title {
    margin: 0 0 32px;
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  .capabilities__heading {
    font-size: 16px;
  }

  .capabilities__visual {
    min-height: 220px;
  }

  .capabilities__spiral {
    width: min(100%, 260px);
  }

  .product-card__shape {
    top: -28px;
    right: -24px;
    width: 120px;
    height: 120px;
  }

  .product__note-text {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .tariffs__name,
  .tariffs__price {
    padding-block: 20px;
    font-size: 15px;
  }

  .tariffs__submit {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .cycle {
    padding: 48px 0 56px;
  }

  .cycle-card {
    padding: 16px 16px 48px;
    border-radius: 8px;
  }

  .cycle-card__heading {
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .cycle-card__text {
    font-size: 18px;
    line-height: 1.45;
  }

  .cycle-card__number {
    font-size: 40px;
  }

  .documents {
    padding: 48px 0 56px;
  }

  .documents__title {
    margin-bottom: 28px;
  }

  .section.contacts {
    padding: 0 0 56px;
  }

  .contacts {
    padding: 0 0 56px;
  }

  .contacts.section {
    padding: 0 0 56px;
  }

  .contacts__title {
    margin: 0 0 32px;
  }

  .contacts__logo-image {
    width: min(100%, 180px);
  }

  .contacts__label {
    font-size: clamp(20px, 5vw, 26px);
  }

  .contacts__value {
    font-size: clamp(22px, 6vw, 28px);
  }

  .topbar {
    padding: 14px 0;
  }

  .topbar.is-scrolled {
    padding: 5px 0;
  }

  .brand__image {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .topbar.is-scrolled .brand__image {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
  }

  .topbar__demo-mobile {
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .nav-toggle__icon {
    width: 20px;
    height: 20px;
  }

  .topbar__links {
    width: 100%;
    max-width: 100%;
    padding: max(72px, calc(env(safe-area-inset-top) + 56px)) 18px
      max(18px, env(safe-area-inset-bottom));
  }

  body.menu-open .topbar__links {
    right: 0;
    left: 0;
  }

  .topbar__links a:not(.topbar__btn) {
    font-size: 17px;
  }

  .topbar__btn--drawer {
    min-height: 48px;
    font-size: 16px;
  }

  .topbar__drawer-contact {
    font-size: 15px;
  }

  .topbar__drawer-address {
    font-size: 13px;
  }

  .hero__content {
    padding: max(100px, calc(env(safe-area-inset-top) + 76px)) 0 max(56px, env(safe-area-inset-bottom));
  }

  .hero h1 {
    font-size: clamp(60px, 17vw, 72px);
    line-height: 0.95;
  }

  .hero__lead {
    font-size: 18px;
  }

  .hero__desc {
    font-size: 14px;
    line-height: 1.35;
  }

  .contacts {
    padding: 0 0 48px;
  }

  .contacts.section {
    padding: 0 0 48px;
  }

  .contacts__title {
    margin: 0 0 28px;
  }

  .contacts__logo-image {
    width: min(100%, 160px);
  }

  .contacts__label {
    font-size: clamp(18px, 4.8vw, 22px);
  }

  .contacts__value {
    font-size: clamp(20px, 5.5vw, 24px);
  }

  .footer__inner {
    padding: 16px 0;
    gap: 14px;
  }

  .footer__legal {
    padding: 0;
    font-size: 12px;
    text-align: center;
  }

  .footer__privacy,
  .footer__phone {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }

  .footer__phone {
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(56px, 10vw, 64px);
  }

  .hero__lead {
    font-size: 18px;
  }

  .hero__desc {
    font-size: 14px;
  }

  .capabilities__title,
  .product__title,
  .tariffs__title,
  .cycle__title,
  .documents__title {
    font-size: 24px;
  }

  .documents__card-title {
    right: 17%;
    left: 17%;
    font-size: clamp(10px, 2.7vw, 13px);
    line-height: 1.35;
  }

  .contacts__title {
    margin: 0 0 28px;
    font-size: 24px;
  }

  .topbar__btn {
    font-size: 14px;
    padding: 8px 14px;
  }

  .question-modal__input {
    height: 50px;
    font-size: 15px;
  }

  .question-modal__submit {
    min-height: 50px;
    font-size: 14px;
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(6px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    will-change: auto;
  }
}

