:root {
  --color-text: #ffffff;
  --color-text-muted: rgba(255, 255, 255, 0.88);
  --color-accent: #ffdc2e;
  --color-accent-hover: #f5d01a;
  --color-purple: #7b1fa2;
  --container: 1180px;
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;

  --layout-inline: clamp(16px, 4vw, 40px);

  --section-eyebrow-pad-y: clamp(6px, 1.2vw, 12px);
  --section-eyebrow-pad-x: clamp(8px, 2.1vw, 20px);
  --section-eyebrow-gap: clamp(6px, 1.2vw, 10px);
  --section-index-width: clamp(32px, 9.2vw, 56px);
  --section-index-height: clamp(28px, 7.1vw, 40px);
  --section-eyebrow-font-size: clamp(10px, 2.2vw, 14px);
  --section-eyebrow-line-height: clamp(12px, 2.5vw, 16px);
  --section-chip-height: var(--section-index-height);
  --section-chip-gap: var(--section-eyebrow-gap);
}

@media (max-width: 767px) {
  :root {
    --section-eyebrow-pad-y: clamp(9px, 2.4vw, 12px);
    --section-eyebrow-pad-x: clamp(14px, 4vw, 20px);
    --section-eyebrow-gap: clamp(8px, 2vw, 10px);
    --section-index-width: clamp(44px, 15vw, 56px);
    --section-index-height: clamp(40px, 11.5vw, 40px);
    --section-eyebrow-font-size: clamp(13px, 3.8vw, 14px);
    --section-eyebrow-line-height: clamp(16px, 4.2vw, 17px);
  }
}

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

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  background: #ececec;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.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;
}

.form-policy-link {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  cursor: pointer;
}

.form-policy-link:hover {
  text-decoration-thickness: 1.5px;
}

.form-policy-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

button.form-policy-link {
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-skip-ink: auto;
}

html:has(body.lead-modal-open),
html:has(body.lead-thanks-modal-open),
html:has(body.video-modal-open),
html:has(body.policy-modal-open),
html:has(body.hero-nav-open) {
  overflow-y: hidden;
}

body.video-modal-open,
body.lead-modal-open,
body.lead-thanks-modal-open,
body.policy-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: var(--scroll-lock-top, 0);
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.policy-modal__panel,
.policy-modal__content,
.lead-modal__panel,
.lead-modal__split,
.lead-thanks-modal__panel,
.video-modal__panel {
  touch-action: auto;
}


.block-problems__index,
.block-solution__index,
.block-works__index,
.block-advantages__index,
.block-benefit__index,
.block-specs__index,
.block-trust__index,
.block-cta__index {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
  gap: var(--section-eyebrow-gap);
  box-sizing: border-box;
  width: var(--section-index-width);
  min-width: var(--section-index-width);
  max-width: var(--section-index-width);
  height: var(--section-index-height);
  min-height: var(--section-index-height);
  margin: 0;
  flex: none;
  flex-grow: 0;
  flex-shrink: 0;
  order: 1;

  background: rgba(193, 195, 196, 0.2);
  border: none;
  border-radius: 0;

  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: var(--section-eyebrow-font-size);
  line-height: var(--section-eyebrow-line-height);
  color: #59595b;
}

.block-problems__label,
.block-solution__label,
.block-works__label,
.block-advantages__label,
.block-benefit__label,
.block-specs__label,
.block-trust__label {
  flex: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
  gap: var(--section-eyebrow-gap);
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  min-height: var(--section-index-height);
  margin: 0 0 clamp(12px, 2vh, 16px);
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: var(--section-eyebrow-font-size);
  line-height: var(--section-eyebrow-line-height);
  letter-spacing: normal;
  text-transform: uppercase;
  color: #59595b;
  background: rgba(193, 195, 196, 0.2);
  border: none;
  border-radius: 0;
}


.block-problems__head-top,
.block-solution__head-top,
.block-works__head-top,
.block-advantages__head-top,
.block-benefit__head-top,
.block-trust__head-top,
.block-specs__head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2.5vw, 24px);
  width: 100%;
  margin-bottom: clamp(12px, 2vh, 16px);
}

.block-cta__form-head-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(12px, 2.5vw, 24px);
  width: 100%;
  margin-bottom: 0;
}

.block-problems__head-top .block-problems__label,
.block-solution__head-top .block-solution__label,
.block-works__head-top .block-works__label,
.block-advantages__head-top .block-advantages__label,
.block-benefit__head-top .block-benefit__label,
.block-trust__head-top .block-trust__label,
.block-specs__head-top .block-specs__label,
.block-cta__form-head-top .block-cta__eyebrow {
  margin: 0;
}

.block-problems__head-main,
.block-works__head-main,
.block-advantages__head-main,
.block-benefit__head-main,
.block-trust__head-main {
  width: 100%;
}


.block-hero {
  position: relative;
  background: #fff;
  padding: 0;
}

.block-hero__topbar {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 78px;
  padding: 16px var(--layout-inline);
  background: #ffffff;
  border-bottom: 1px solid rgba(193, 195, 196, 0.55);
}

.block-hero__nav-backdrop {
  display: none;
}

.block-hero__frame {
  position: relative;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  min-height: clamp(520px, 68vh, 920px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  background: #fff;
}


@media (min-width: 901px) {
  .block-hero {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: visible;
  }

  .block-hero__topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    box-sizing: border-box;
    min-height: var(--hero-fixed-head-h, 72px);
    padding: 16px clamp(18px, 2vw, 32px) 14px;
    border-bottom: none;
    background-color: transparent;
    background-image: none;
    align-items: center;
    z-index: 200;
    transition:
      background-color 0.22s ease,
      box-shadow 0.22s ease;
  }

  body.hero-header-scrolled .block-hero__topbar,
  body.lead-modal-open .block-hero__topbar,
  body.lead-thanks-modal-open .block-hero__topbar,
  body.video-modal-open .block-hero__topbar,
  body.policy-modal-open .block-hero__topbar {
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(193, 195, 196, 0.55);
  }

  .block-hero__topbar-brand {
    display: none;
  }

  .block-hero__nav {
    width: 100%;
    justify-content: space-between;
    gap: clamp(8px, 1.1vw, 18px);
    min-width: 0;
  }

  .block-hero__nav a {
    flex: 0 1 auto;
    min-width: 0;
    font-size: clamp(10px, 0.72vw, 12px);
    line-height: clamp(12px, 0.86vw, 14px);
  }

  .block-hero__frame {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .block-hero__col--text {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .block-hero__col--media {
    min-height: 0;
    overflow: visible;
  }

  .block-hero__badge {
    padding: clamp(13px, 1.2vw, 18px) clamp(18px, 2vw, 28px);
    font-size: clamp(1.05rem, 1.2vw, 1.3rem);
    line-height: 1.4;
    border-radius: 6px;
    margin: 0 0 clamp(12px, 1.5vh, 20px);
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .block-hero__topbar {
    --hero-fixed-head-h: 132px;
    min-height: 132px;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 12px;
    overflow: hidden;
  }

  .block-hero__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    row-gap: 12px;
    column-gap: 22px;
  }

  .block-hero__nav a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    min-height: 32px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
    line-height: 1.15;
  }
}

@supports (height: 100dvh) {
  @media (min-width: 901px) {
    .block-hero {
      height: 100dvh;
      min-height: 100dvh;
      max-height: 100dvh;
    }
  }
}


.block-hero__col--text {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #1a1520;
}

.block-hero__col--text::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../assets/hero.webp");
  background-size: cover;
  
  background-position: 72% center;
  filter: blur(22px);
  -webkit-filter: blur(22px);
  transform: scale(1.12);
  pointer-events: none;
}

.block-hero__col--text::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
  pointer-events: none;
}

.block-hero__col-surface {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--hero-banner-h, 212px);
  background-color: #ffffff;
}

.block-hero__text-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(16px, 2.5vw, 28px) var(--layout-inline) clamp(10px, 1.5vw, 16px);
  flex-shrink: 0;
}

.block-hero__nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 2.3vw, 40px);
  margin-left: 0;
}

.block-hero__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(0.65rem, 1.1vw, 0.75rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  white-space: normal;
  transition: color 0.18s ease;
}

.block-hero__nav a:hover {
  color: #5c3788;
}

.block-hero__nav a:focus-visible {
  outline: 2px solid rgba(92, 55, 136, 0.22);
  outline-offset: 4px;
}

.block-hero__burger {
  display: none;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
}

.block-hero__burger-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.block-hero__text-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(12px, 2.5vw, 24px) var(--layout-inline) clamp(36px, 7vh, 80px);
}

.block-hero__badge {
  box-sizing: border-box;
  display: block;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  margin: 0 0 clamp(8px, 1.2vh, 14px);
  padding: clamp(9px, 1.35vw, 11px) clamp(13px, 2.1vw, 17px);
  font-size: clamp(0.83rem, 1.38vw, 0.94rem);
  font-weight: 600;
  color: #333;
  border: 1px solid #e6c200;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}

.block-hero__badge strong {
  font-weight: 800;
  color: #5c3788;
}

.block-hero__title {
  margin: 0 0 clamp(0.65rem, 1.1vw + 0.35rem, 1.75rem);
}

.block-hero__lead {
  margin: 0;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.35vw + 0.45rem, 1.5rem);
  line-height: 1.17;
  color: #59595b;
  max-width: min(40rem, 100%);
}

.block-hero__col--media {
  position: relative;
  min-width: 0;
  min-height: clamp(280px, 42vw, 560px);
  background-color: #2a2035;
  background-image: url("../assets/hero.webp");
  background-size: cover;
  background-position: 58% center;
  background-repeat: no-repeat;
}

.block-hero__media-top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: clamp(14px, 2.5vw, 28px) var(--layout-inline);
  pointer-events: none;
}

.block-hero__media-top a {
  pointer-events: auto;
}

@media (min-width: 901px) {
  .block-hero__media-top {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    right: auto;
    box-sizing: border-box;
    z-index: 200;
    min-height: var(--hero-fixed-head-h, 72px);
    align-items: center;
    padding: 16px clamp(18px, 2vw, 32px) 14px;
    background-color: transparent;
    background-image: none;
    transition:
      background-color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .block-hero__media-top .block-hero__social {
    align-content: center;
  }

  body.hero-header-scrolled .block-hero__media-top,
  body.lead-modal-open .block-hero__media-top,
  body.lead-thanks-modal-open .block-hero__media-top,
  body.video-modal-open .block-hero__media-top,
  body.policy-modal-open .block-hero__media-top {
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(193, 195, 196, 0.55);
  }

  body.hero-header-scrolled .block-hero__media-top .block-hero__social-icon path,
  body.lead-modal-open .block-hero__media-top .block-hero__social-icon path,
  body.lead-thanks-modal-open .block-hero__media-top .block-hero__social-icon path,
  body.video-modal-open .block-hero__media-top .block-hero__social-icon path,
  body.policy-modal-open .block-hero__media-top .block-hero__social-icon path {
    fill: #252529;
  }
}

@media (prefers-reduced-motion: reduce) {
  @media (min-width: 901px) {
    .block-hero__topbar,
    .block-hero__media-top {
      transition: none;
    }
  }
}

.block-hero__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.block-hero__brand-img {
  display: block;
  height: clamp(28px, 5.2vw, 40px);
  width: auto;
  max-width: min(220px, 52vw);
  object-fit: contain;
}

.block-hero__brand-img--hero {
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.35));
}

@media (min-width: 901px) {
  .block-hero__media-top .block-hero__brand-img--bar {
    display: none;
  }

  body.hero-header-scrolled .block-hero__media-top .block-hero__brand-img--hero,
  body.lead-modal-open .block-hero__media-top .block-hero__brand-img--hero,
  body.lead-thanks-modal-open .block-hero__media-top .block-hero__brand-img--hero,
  body.video-modal-open .block-hero__media-top .block-hero__brand-img--hero,
  body.policy-modal-open .block-hero__media-top .block-hero__brand-img--hero {
    display: none;
  }

  body.hero-header-scrolled .block-hero__media-top .block-hero__brand-img--bar,
  body.lead-modal-open .block-hero__media-top .block-hero__brand-img--bar,
  body.lead-thanks-modal-open .block-hero__media-top .block-hero__brand-img--bar,
  body.video-modal-open .block-hero__media-top .block-hero__brand-img--bar,
  body.policy-modal-open .block-hero__media-top .block-hero__brand-img--bar {
    display: block;
  }
}

.block-hero__social {
  display: flex;
  gap: clamp(6px, 1.5vw, 10px);
  flex-shrink: 0;
}

.block-hero__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}


.block-hero__social-btn--glyph {
  width: auto;
  min-width: clamp(28px, 4.5vw, 36px);
  height: clamp(28px, 4.8vw, 34px);
  padding: 0 2px;
}

.block-hero__social-btn--glyph .block-hero__social-icon {
  display: block;
  width: auto;
  height: clamp(22px, 4vw, 28px);
  max-width: 42px;
}

.block-hero__social-btn:hover {
  opacity: 0.88;
  transform: scale(1.05);
}

.block-hero__social-btn:focus-visible {
  outline: 2px solid #fcfefe;
  outline-offset: 3px;
}


.block-hero__video-widget {
  position: absolute;
  z-index: 6;
  right: var(--layout-inline);
  bottom: calc(var(--hero-banner-h, 212px) + 16px);
  width: min(132px, 28vw);
  min-width: 108px;
  padding: clamp(8px, 1.5vw, 10px) clamp(8px, 1.5vw, 10px) clamp(10px, 1.8vw, 12px);
  border-radius: 8px;
  background: rgba(20, 15, 30, 0.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.block-hero__video-widget:hover {
  background: rgba(30, 22, 45, 0.9);
  border-color: rgba(255, 215, 0, 0.45);
}

.block-hero__video-widget:focus {
  outline: 2px solid var(--color-accent, #ffd700);
  outline-offset: 3px;
}

.block-hero__video-preview {
  position: relative;
  width: 100%;
  display: block;
}

.block-hero__video-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 14;
  border-radius: 4px;
  background: url("../assets/hero-video-thumb.webp") center / cover no-repeat;
}

.block-hero__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(38px, 8vw, 44px);
  height: clamp(38px, 8vw, 44px);
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.block-hero__video-play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #1a1a1a;
}

.block-hero__video-caption {
  font-size: clamp(0.58rem, 1.4vw, 0.68rem);
  font-weight: 600;
  line-height: 1.3;
}


@media (max-width: 900px) {
  .block-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .block-hero__topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 76px;
    gap: 16px;
    padding: 14px var(--layout-inline);
    justify-content: space-between;
    z-index: 200;
  }

  .block-hero__topbar-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    line-height: 0;
  }

  .block-hero__topbar-brand-img {
    display: block;
    width: auto;
    height: 36px;
    max-width: min(172px, 48vw);
    object-fit: contain;
  }

  .block-hero__frame {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
    align-items: stretch;
    padding-top: 76px;
  }

  
  .block-hero__col--media {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: clamp(240px, 44vh, 368px);
    order: -1;
    background-position: center top;
  }

  .block-hero__media-top {
    display: none;
  }

  .block-hero__video-widget {
    display: none;
  }

  .block-hero__burger {
    display: block;
    width: 56px;
    height: 56px;
    margin-left: auto;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(37, 37, 41, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .block-hero__nav {
    display: flex;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 22px 14px;
    background: #fcfefe;
    border-top: 1px solid rgba(193, 195, 196, 0.45);
    border-bottom: 1px solid rgba(193, 195, 196, 0.45);
    box-shadow: 0 18px 44px rgba(37, 37, 41, 0.14);
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.24s ease,
      transform 0.24s ease,
      visibility 0.24s ease;
  }

  .block-hero__nav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .block-hero__nav a {
    position: relative;
    padding: 16px 0;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 700;
    line-height: clamp(15px, 4vw, 18px);
    letter-spacing: 0.06em;
    color: #252529;
    text-align: left;
    border-bottom: 1px solid rgba(193, 195, 196, 0.36);
  }

  .block-hero__nav a:last-child {
    border-bottom: none;
  }

  .block-hero__nav a::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 999px;
    background: #eab300;
    transform: translateY(-50%);
    transition: height 0.18s ease;
  }

  .block-hero__nav a:hover::before,
  .block-hero__nav a:focus-visible::before {
    height: 16px;
  }

  .block-hero__col-surface {
    margin-bottom: 0;
  }

  .block-hero__text-body {
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
    padding: 18px var(--layout-inline) 22px;
  }

  .block-hero__badge {
    align-self: flex-start;
    text-align: left;
    margin-bottom: 16px;
    padding: 11px 14px;
    font-size: 0.9375rem;
    line-height: 1.35;
  }

  .block-hero__title {
    margin-bottom: 18px;
    font-size: clamp(2.38rem, 7.4vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    max-width: none;
    text-align: left;
  }

  .block-hero__lead {
    max-width: none;
    text-align: left;
    font-size: clamp(1.05rem, 3.4vw, 1.45rem);
    line-height: 1.2;
  }
}

@media (max-width: 520px) {
  .block-hero__topbar {
    min-height: 62px;
    padding: 12px 22px;
    justify-content: space-between;
  }

  .block-hero__frame {
    padding-top: 62px;
  }

  .block-hero__topbar-brand-img {
    height: 28px;
    max-width: 135px;
  }

  .block-hero__burger {
    width: 50px;
    height: 50px;
  }

  .block-hero__col--media {
    min-height: 238px;
  }

  .block-hero__video-widget {
    display: none;
  }

  .block-hero__video-caption {
    font-size: 0.74rem;
  }

  .block-hero__text-body {
    padding: 18px 22px 24px;
  }

  .block-hero__badge {
    padding: 11px 14px;
    font-size: 15px;
    line-height: 1.35;
  }

  .block-hero__lead {
    font-size: 15px;
  }

  .block-hero__nav {
    padding: 10px 22px 14px;
  }
}

@media (min-width: 901px) and (max-width: 1320px) {
  .block-hero .block-hero__topbar {
    --hero-fixed-head-h: 132px;
    min-height: 132px;
    align-items: flex-start;
    padding: 14px 22px 12px;
    overflow: hidden;
  }

  .block-hero .block-hero__media-top {
    --hero-fixed-head-h: 132px;
    min-height: 132px;
    align-items: flex-start;
    padding: 14px 22px 12px;
  }

  .block-hero .block-hero__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(28px, auto);
    width: 100%;
    max-width: 100%;
    justify-content: stretch;
    align-content: start;
    column-gap: 24px;
    row-gap: 12px;
  }

  .block-hero .block-hero__nav a {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }
}


.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 24px);
}

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

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.video-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, min(92vw, 960px));
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background: #111;
  border-radius: 10px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.video-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.video-modal__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.video-modal__ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-modal__iframe,
.video-modal__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-modal__video {
  object-fit: contain;
  background: #000;
}

.video-modal__empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin: 0;
  color: #ccc;
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 600px) {
  .video-modal__panel {
    width: 100%;
    max-height: 85dvh;
  }

  .video-modal__ratio {
    aspect-ratio: 16 / 9;
    min-height: 200px;
  }
}



:root {
  --hero-banner-h: clamp(148px, 22vw, 212px);
  --banner-line: rgba(255, 255, 255, 0.88);
}

.block-hero__banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  min-height: var(--hero-banner-h);
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.block-hero__banner-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  min-height: var(--hero-banner-h);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  
  column-gap: clamp(12px, 2vw, 24px);
  row-gap: clamp(12px, 1.5vh, 18px);
  padding: 20px var(--layout-inline);
}

.banner-col {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  align-items: center;
  padding-inline: 0;
}


.banner-col--text {
  grid-column: span 2;
  align-items: stretch;
  justify-content: flex-start;
}


.banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 0;
}


.banner-list li {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px 12px 0;
  gap: 10px;
  width: 100%;
  max-width: none;
  min-height: 44px;
  height: auto;
  margin: 0;
  flex: none;
  flex-grow: 0;
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: clamp(17px, 2.35vw, 22px);
  line-height: 1.35;
  color: #fcfefe;
}

.banner-list li:first-child {
  font-weight: 400;
}

.banner-list li:not(:first-child) {
  font-weight: 700;
}

.banner-list strong {
  font-weight: 700;
}


.banner-col--cta {
  justify-content: center;
}

.hero-banner-btn {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  padding: clamp(12px, 2vw, 16px) clamp(10px, 1.5vw, 16px);
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(19 / 16);
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.2s, background 0.2s, border-color 0.2s;
  box-sizing: border-box;
  border-radius: 0;
}

.hero-banner-btn:hover {
  filter: brightness(1.04);
}

.hero-banner-btn--yellow {
  isolation: isolate;
  background: #eab300;
  color: #252529;
  border: none;
  padding: clamp(14px, 2.2vw, 20px) clamp(18px, 2.8vw, 30px);
  min-height: clamp(48px, 9vw, 60px);
}

.hero-banner-btn--outline-light {
  isolation: isolate;
  background: transparent;
  color: #fcfefe;
  border: 1px solid var(--banner-line);
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.8125rem, 1.15vw, 1rem);
  line-height: calc(19 / 16);
  padding: clamp(14px, 2.2vw, 20px) clamp(16px, 2.4vw, 24px);
  min-height: clamp(48px, 9vw, 60px);
}

.hero-banner-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.hero-banner-btn--outline-light .hero-banner-btn__corners {
  inset: clamp(5px, 1.1vw, 6px) clamp(6px, 1.25vw, 7px);
}

.hero-banner-btn--outline-light .hero-banner-btn__corner {
  border-color: #fcfefe;
}

.hero-banner-btn--muted {
  isolation: isolate;
  background: #c1c3c4;
  color: #252529;
  border: none;
  padding: clamp(14px, 2.2vw, 20px) clamp(16px, 2.4vw, 24px);
  min-height: clamp(48px, 9vw, 60px);
}

.hero-banner-btn--muted .hero-banner-btn__corners {
  inset: clamp(5px, 1.1vw, 6px) clamp(6px, 1.25vw, 7px);
}

.hero-banner-btn--muted .hero-banner-btn__corner {
  border-color: #fcfefe;
}

.hero-banner-btn__corners {
  position: absolute;
  inset: clamp(5px, 1vw, 8px);
  pointer-events: none;
}

.hero-banner-btn__corner {
  position: absolute;
  width: clamp(10px, 1.4vw, 13px);
  height: clamp(10px, 1.4vw, 13px);
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
}


.hero-banner-btn--yellow .hero-banner-btn__corners {
  inset: clamp(5px, 1.1vw, 6px);
}

.hero-banner-btn--yellow .hero-banner-btn__corner {
  border-color: #fcfefe;
}

.hero-banner-btn__corner--tl {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.hero-banner-btn__corner--tr {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

.hero-banner-btn__corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

.hero-banner-btn__corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

button.hero-banner-btn {
  margin: 0;
  font: inherit;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(19 / 16);
  text-transform: none;
  text-align: center;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 900px) {
  
  .block-hero__banner {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    min-height: 0;
    background: rgba(217, 217, 217, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .block-hero__banner-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(12px, 3vw, 20px);
    min-height: 0;
    padding: clamp(16px, 4vw, 22px) var(--layout-inline) clamp(20px, 5vw, 28px);
  }

  
  .banner-col--cta {
    order: -1;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 2.5vw, 14px);
    justify-content: stretch;
    padding-block: 0;
  }

  .banner-col--text {
    grid-column: auto;
    order: 1;
    padding-block: 0;
    align-items: stretch;
  }

  .banner-col {
    padding-block: 0;
    padding-inline: 0;
  }

  .banner-list {
    min-height: 0;
    align-items: stretch;
    max-width: none;
  }

  .banner-list li {
    padding: 12px 20px 12px 0;
    border-bottom: 1px solid #59595b;
    color: #252529;
    font-size: clamp(17px, 2.35vw, 22px);
    line-height: 1.35;
    font-weight: 400;
  }

  .banner-list li:not(:first-child) {
    font-weight: 400;
  }

  .banner-list strong {
    font-weight: 700;
  }

  .hero-banner-btn {
    max-width: none;
    width: 100%;
  }

  
  .block-hero__banner .hero-banner-btn--muted {
    background: #c1c3c4;
    border: none;
    box-shadow: none;
  }
}



.block-problems {
  background: #fff;
  padding: clamp(40px, 7vh, 88px) 0 clamp(48px, 9vh, 96px);
}


.block-problems__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--layout-inline);
}

.block-problems__head {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.block-problems__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 32px);
}

.block-problems__head-main {
  flex: 1;
  min-width: 0;
}

.block-problems__title {
  margin: 0;
  max-width: 42rem;
}

.block-problems__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 20px);
}


.block-problems__card {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-inline: 0;
  aspect-ratio: 332 / 302;
  overflow: hidden;
  background: #252529;
}


.block-problems__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #252529;
  background-size: cover;
  background-position: center;
}

.block-problems__card:nth-child(1) .block-problems__card-bg {
  background-image: var(--card-image, url("../assets/problem-card-01.webp"));
}

.block-problems__card:nth-child(2) .block-problems__card-bg {
  background-image: var(--card-image, url("../assets/problem-card-02.webp"));
}

.block-problems__card:nth-child(3) .block-problems__card-bg {
  background-image: var(--card-image, url("../assets/problem-card-03.webp"));
}

.block-problems__card:nth-child(4) .block-problems__card-bg {
  background-image: var(--card-image, url("../assets/problem-card-04.webp"));
}

.block-problems__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}


.block-problems__card-glass {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  inset: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  background: rgba(19, 19, 20, 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


.block-problems__card-corners {
  position: absolute;
  z-index: 2;
  inset: 8px;
  pointer-events: none;
}

.block-problems__card-corner {
  position: absolute;
  width: clamp(20px, 3vw, 28px);
  height: clamp(20px, 3vw, 28px);
  border-style: solid;
  border-color: #fcfefe;
}

.block-problems__card-corner--tl {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.block-problems__card-corner--tr {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

.block-problems__card-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

.block-problems__card-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}


.block-problems__card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.block-problems__card-title {
  margin: 0;
  flex: none;
  flex-grow: 0;
  order: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(21px, 2.75vw, 27px);
  line-height: 1.2;
  color: #fcfefe;
}

.block-problems__card-lead {
  margin: 0;
  flex: none;
  flex-grow: 0;
  align-self: center;
  order: 1;
  box-sizing: border-box;
  width: min(280px, 100%);
  max-width: 280px;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-synthesis: none;
  font-size: clamp(16px, 1.65vw, 18px);
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
  color: #fcfefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1024px) {
  .block-problems__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .block-problems__head-top {
    gap: clamp(8px, 2vw, 16px);
  }

  .block-problems__grid {
    grid-template-columns: 1fr;
  }
}



.block-solution {
  background: #fff;
  padding: clamp(40px, 7vh, 88px) 0 clamp(48px, 9vh, 96px);
}

.block-solution__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--layout-inline);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: clamp(12px, 2vw, 20px);
  row-gap: clamp(16px, 2.2vw, 24px);
  align-items: start;
  grid-template-areas:
    "head-top head-top"
    "title title"
    "lead lead"
    "photo photo"
    "sub sub"
    "features features";
}

.block-solution__head-top {
  grid-area: head-top;
  min-width: 0;
}

.block-solution__title {
  grid-area: title;
  margin: 0;
}

.block-solution__lead {
  grid-area: lead;
  margin: 0;
  max-width: 36rem;
  font-size: clamp(0.88rem, 1.35vw, 1rem);
  font-weight: 500;
  line-height: 1.55;
  color: #444;
}

.block-solution__figure {
  grid-area: photo;
  margin: 0;
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.block-solution__sub {
  grid-area: sub;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 700;
  color: #5c3788;
}

.block-solution__features {
  grid-area: features;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2.5vw, 16px) clamp(16px, 2.5vw, 24px);
}


.block-solution__feature {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: clamp(16px, 4vw, 20px);
  background: #f0f2f2;
}


.block-solution__icon {
  --solution-icon-frame: clamp(46px, 7.8vw, 62px);
  position: relative;
  flex: 0 0 var(--solution-icon-frame);
  width: var(--solution-icon-frame);
  height: var(--solution-icon-frame);
  min-width: var(--solution-icon-frame);
  min-height: var(--solution-icon-frame);
  max-width: var(--solution-icon-frame);
  max-height: var(--solution-icon-frame);
  aspect-ratio: 1 / 1;
  color: #5c3788;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' preserveAspectRatio='xMidYMid meet' stroke='%235c3788' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 25L7 7L25 7'/%3E%3Cpath d='M75 7L93 7L93 25'/%3E%3Cpath d='M7 75L7 93L25 93'/%3E%3Cpath d='M93 75L93 93L75 93'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.block-solution__icon-corners {
  display: none;
}


.block-solution__icon-svg,
.block-solution__icon > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  max-width: min(28px, 62%);
  max-height: min(28px, 62%);
}

.block-solution__feature-title {
  margin: 0;
  font-size: clamp(21px, 2.75vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  color: #513172;
}

.block-solution__feature-lead {
  margin: 0;
  font-size: clamp(16px, 1.65vw, 18px);
  font-weight: 400;
  line-height: 1.22;
  color: #252529;
}

.block-solution__photo {
  display: block;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  flex: 1 1 auto;
  min-height: 0;
  aspect-ratio: 675 / 582;
  height: auto;
  background-color: #131314;
  background-image: var(--solution-image, url("../assets/solution-photo.webp"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-solution__photo-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.block-solution__photo-corner {
  position: absolute;
  width: clamp(22px, 3.5vw, 32px);
  height: clamp(22px, 3.5vw, 32px);
  border-style: solid;
  border-color: #fcfefe;
  --photo-corner-r: clamp(2px, 0.35vw, 3px);
}

.block-solution__photo-corner--tr {
  top: 12px;
  right: 12px;
  border-width: 1px 1px 0 0;
  border-top-right-radius: var(--photo-corner-r);
  border-top-left-radius: var(--photo-corner-r);
  border-bottom-right-radius: var(--photo-corner-r);
}

.block-solution__photo-corner--bl {
  bottom: 12px;
  left: 12px;
  border-width: 0 0 1px 1px;
  border-bottom-left-radius: var(--photo-corner-r);
  border-bottom-right-radius: var(--photo-corner-r);
  border-top-left-radius: var(--photo-corner-r);
}

@media (min-width: 901px) {
  .block-solution__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(28px, 4vw, 48px);
    align-items: stretch;
    grid-template-areas:
      "head-top head-top"
      "title photo"
      "lead photo"
      "sub photo"
      "features photo";
  }

  .block-solution__figure {
    margin-top: calc(40px + clamp(10px, 1.5vw, 16px));
    flex: 1 1 auto;
    min-height: 0;
    align-self: stretch;
  }

  .block-solution__photo {
    aspect-ratio: unset;
    height: 100%;
    flex: 1 1 auto;
    min-height: clamp(220px, 32vh, 400px);
  }
}

@media (max-width: 520px) {
  .block-solution__features {
    grid-template-columns: 1fr;
  }
}


.block-about {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  background-image: url("../assets/about-section-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(48px, 8vh, 100px) 0 clamp(52px, 9vh, 104px);
  overflow: hidden;
}

.block-about__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  padding-inline: var(--layout-inline);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.block-about__logo {
  margin: 0 0 clamp(20px, 3.5vw, 32px);
  flex-shrink: 0;
}

.block-about__logo-svg {
  display: block;
  width: clamp(72px, 14vw, 88px);
  height: clamp(72px, 14vw, 88px);
}


.block-about__title {
  margin: 0 0 clamp(32px, 5vw, 48px);
  width: 100%;
  max-width: 835px;
  box-sizing: border-box;
  text-align: center;
}

.block-about__cards {
  list-style: none;
  margin: 0 0 clamp(36px, 5vw, 52px);
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 16px);
  align-items: stretch;
}

.block-about__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-height: clamp(120px, 28vw, 140px);
  padding: 14px 14px 20px;
  text-align: left;
  background: rgba(122, 83, 140, 0.2);
  border: 1px solid #c1c3c4;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.block-about__icon {
  position: relative;
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  aspect-ratio: 1 / 1;
  margin: 0;
  color: #513172;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' preserveAspectRatio='xMidYMid meet' stroke='%23513172' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 25L7 7L25 7'/%3E%3Cpath d='M75 7L93 7L93 25'/%3E%3Cpath d='M7 75L7 93L25 93'/%3E%3Cpath d='M93 75L93 93L75 93'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.block-about__icon > svg {
  flex-shrink: 0;
  display: block;
  width: 42px;
  height: 42px;
  max-width: 100%;
  max-height: 100%;
}

.block-about__icon > svg[viewBox="0 0 32 32"] {
  width: 52px;
  height: 52px;
}

.block-about__icon > svg.block-about__icon-svg--dense {
  width: 42px;
  height: 42px;
}

.block-about__icon-num {
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 38px;
  color: #513172;
}

.block-about__card-text {
  margin: 0;
  align-self: stretch;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #513172;
}

.block-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 20px);
  justify-content: center;
  width: 100%;
  max-width: 840px;
}

.block-about__actions .hero-banner-btn {
  flex: 1 1 220px;
  max-width: none;
  min-height: clamp(48px, 9vw, 60px);
}

@media (max-width: 900px) {
  .block-about {
    isolation: isolate;
    background-image: none;
  }

  .block-about::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 200vmax;
    height: 200vmax;
    margin-left: -100vmax;
    margin-top: -100vmax;
    background-image: url("../assets/about-section-bg.png");
    background-size: cover;
    background-position: 82% 22%;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    transform-origin: center center;
    pointer-events: none;
  }

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

@media (max-width: 520px) {
  .block-about__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(8px, 2.8vw, 12px);
    width: 100%;
    margin-inline: 0;
    align-items: stretch;
  }

  .block-about__card {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: clamp(11px, 3.2vw, 14px) clamp(11px, 3.2vw, 14px) clamp(16px, 4.5vw, 20px);
    gap: clamp(10px, 3vw, 16px);
  }

  .block-about__icon {
    flex: 0 0 auto;
    width: min(68px, 20vw);
    height: min(68px, 20vw);
    min-width: min(68px, 20vw);
    min-height: min(68px, 20vw);
    max-width: min(68px, 20vw);
    max-height: min(68px, 20vw);
    border: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' preserveAspectRatio='xMidYMid meet' stroke='%23513172' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 25L7 7L25 7'/%3E%3Cpath d='M75 7L93 7L93 25'/%3E%3Cpath d='M7 75L7 93L25 93'/%3E%3Cpath d='M93 75L93 93L75 93'/%3E%3C/svg%3E")
      center / contain no-repeat;
  }

  .block-about__icon > svg {
    width: min(42px, 72%);
    height: min(42px, 72%);
  }

  .block-about__icon > svg[viewBox="0 0 32 32"] {
    width: min(52px, 82%);
    height: min(52px, 82%);
  }

  .block-about__icon-num {
    font-size: clamp(26px, 8.5vw, 34px);
    line-height: 1.1;
  }

  .block-about__card-text {
    margin-top: auto;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: clamp(14px, 4.9vw, 18px);
    line-height: 1.25;
  }

  .block-about__actions .hero-banner-btn {
    flex: 1 1 100%;
  }
}


.block-works {
  background: #fff;
  padding: clamp(40px, 7vh, 88px) 0 clamp(48px, 9vh, 96px);
}

.block-works__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--layout-inline);
}

.block-works__head {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.block-works__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 32px);
}

.block-works__head-main {
  flex: 1;
  min-width: 0;
}

.block-works__title {
  margin: 0;
  max-width: 42rem;
}


.block-works__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(24px, 4vw, 40px);
  row-gap: clamp(24px, 4vw, 36px);
  align-items: end;
}

.block-works__col--content {
  display: contents;
}

.block-works__steps {
  grid-column: 1;
  grid-row: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  align-items: stretch;
}


.block-works__step {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(18px, 4vw, 22px) clamp(14px, 3vw, 18px) clamp(18px, 4vw, 22px);
  gap: clamp(14px, 2.5vw, 18px);
  min-width: 0;
  min-height: clamp(132px, 28vw, 151px);
  height: 100%;
  background: #f0f2f2;
}

.block-works__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(38px, 7.5vw, 48px);
  height: clamp(38px, 7.5vw, 48px);
  box-sizing: border-box;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(0.72rem, 1.35vw, 0.86rem);
  line-height: 1;
  color: #513172;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' preserveAspectRatio='xMidYMid meet' stroke='%23513172' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 25L7 7L25 7'/%3E%3Cpath d='M75 7L93 7L93 25'/%3E%3Cpath d='M7 75L7 93L25 93'/%3E%3Cpath d='M93 75L93 93L75 93'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.block-works__step-text {
  margin: 0;
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #252529;
}

.block-works__photos {
  --works-photo-h: clamp(168px, 24vw, 268px);
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: clamp(10px, 2vw, 16px);
  margin: 0;
  padding: 0;
}


.block-works__photo-cell {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.block-works__shot {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: var(--works-photo-h);
  min-height: var(--works-photo-h);
  max-height: var(--works-photo-h);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  background-color: #e8e8ea;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-works__col--media {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: stretch;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.block-works__shot--1 {
  background-image: url("../assets/solution-photo.webp");
}

.block-works__shot--2 {
  background-image: url("../assets/solution-photo-02.webp");
  background-position: center 40%;
}

.block-works__video {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: clamp(320px, 48vw, 520px);
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  background-color: #1a1520;
  background-image: url("../assets/what-is-work-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-works__video-brand {
  position: absolute;
  top: clamp(14px, 2.5vw, 22px);
  right: clamp(14px, 2.5vw, 22px);
  z-index: 4;
  max-width: 9rem;
  font-family: var(--font);
  font-size: clamp(0.62rem, 1.1vw, 0.72rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}

.block-works__video-brand em {
  font-style: normal;
  color: #ffdc2e;
}

.block-works__video-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: transparent;
}

.block-works__video-corners {
  position: absolute;
  inset: clamp(16px, 2.8vw, 28px);
  z-index: 2;
  pointer-events: none;
}

.block-works__video-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: rgba(255, 255, 255, 0.92);
  border-style: solid;
}

.block-works__video-corner--tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.block-works__video-corner--tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.block-works__video-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.block-works__video-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.block-works__video-content {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 40px);
  min-height: inherit;
}

.block-works__video-plaque {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  row-gap: 6px;
  margin: 0;
  max-width: min(200px, 38vw);
  padding: clamp(12px, 2.6vw, 16px) clamp(14px, 3vw, 20px);
  border: 1px solid #ebb200;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font: inherit;
  color: #fff;
  transition: filter 0.2s, background 0.2s;
}

.block-works__video-plaque:hover {
  filter: brightness(1.06);
}

.block-works__video-plaque:focus-visible {
  outline: 2px solid #ffdc2e;
  outline-offset: 3px;
}

.block-works__video-plaque__icon {
  display: block;
  line-height: 0;
}

.block-works__video-plaque__icon svg {
  display: block;
  width: clamp(17px, 3.2vw, 22px);
  height: auto;
  aspect-ratio: 33 / 42;
}

.block-works__video-plaque__label {
  font-family: "Roboto", var(--font);
  font-style: italic;
  font-size: clamp(0.72rem, 1.25vw, 0.88rem);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 900px) {
  .block-works__split {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: clamp(20px, 4vw, 32px);
  }

  .block-works__steps {
    grid-column: 1;
    grid-row: auto;
    order: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .block-works__col--media {
    grid-column: 1;
    grid-row: auto;
    order: 1;
  }

  .block-works__photos {
    grid-column: 1;
    grid-row: auto;
    order: 2;
  }

  .block-works__video {
    min-height: clamp(280px, 55vw, 400px);
    height: auto;
    flex: none;
  }
}

@media (max-width: 520px) {
  .block-works__head-top {
    gap: clamp(8px, 2vw, 16px);
  }
}



.block-advantages {
  background: #fff;
  padding: clamp(40px, 7vh, 88px) 0 clamp(48px, 9vh, 96px);
}

.block-advantages__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--layout-inline);
}

.block-advantages__head {
  margin-bottom: clamp(24px, 3.5vw, 36px);
}

.block-advantages__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 32px);
}

.block-advantages__head-main {
  flex: 1;
  min-width: 0;
}

.block-advantages__title {
  margin: 0;
  max-width: 42rem;
}

.block-advantages__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 10px;
  grid-template-areas:
    "c1 c2 . c3"
    "c4 . c5 c6";
  width: 100%;
  align-items: stretch;
}


.block-advantages__card {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  aspect-ratio: 333 / 336;
  border: 16px solid #f0f2f2;
  background: #f0f2f2;
  overflow: hidden;
}

.block-advantages__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 118% auto;
  background-position: center;
}

.block-advantages__card-main {
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: auto;
  width: auto;
  max-width: min(302px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
  z-index: 1;
}

.block-advantages__card-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(21px, 2.75vw, 27px);
  line-height: 1.2;
  color: #513172;
  align-self: stretch;
}

.block-advantages__card-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.65vw, 18px);
  line-height: 1.22;
  color: #252529;
  align-self: stretch;
}

.block-advantages__card--1 {
  grid-area: c1;
}

.block-advantages__card--1::before {
  background-image: url("../assets/advantage-pattern-01.png");
  background-position: 88% 12%;
}

.block-advantages__card--2 {
  grid-area: c2;
}

.block-advantages__card--2::before {
  background-image: url("../assets/advantage-pattern-02.png");
  background-position: 8% 35%;
  background-size: 132% auto;
}

.block-advantages__card--3 {
  grid-area: c3;
}

.block-advantages__card--3::before {
  background-image: url("../assets/advantage-pattern-03.png");
  background-position: 50% 8%;
  background-size: 105% auto;
}

.block-advantages__card--4 {
  grid-area: c4;
}

.block-advantages__card--4::before {
  background-image: url("../assets/advantage-pattern-04.png");
  background-position: 12% 78%;
  background-size: 125% auto;
}

.block-advantages__card--5 {
  grid-area: c5;
}

.block-advantages__card--5::before {
  background-image: url("../assets/advantage-pattern-05.png");
  background-position: 92% 55%;
  background-size: 112% auto;
}

.block-advantages__card--6 {
  grid-area: c6;
}

.block-advantages__card--6::before {
  background-image: url("../assets/advantage-pattern-06.png");
  background-position: 42% 42%;
  background-size: 140% auto;
}

@media (max-width: 1100px) {
  .block-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "c1 c2"
      "c3 c4"
      "c5 c6";
  }
}

@media (max-width: 520px) {
  .block-advantages__head-top {
    gap: clamp(8px, 2vw, 16px);
  }

  .block-advantages__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "c1"
      "c2"
      "c3"
      "c4"
      "c5"
      "c6";
  }

  .block-advantages__card {
    display: grid;
    grid-template-rows: minmax(160px, 48vw) auto;
    aspect-ratio: unset;
    align-items: stretch;
    overflow: visible;
  }

  .block-advantages__card::before {
    position: relative;
    inset: auto;
    grid-row: 1;
    height: 100%;
    min-height: 160px;
  }

  .block-advantages__card-main {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    grid-row: 2;
    padding: 12px 4px 16px;
    gap: 8px;
  }
}



.block-benefit {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  background: #fff;
  padding: clamp(40px, 7vh, 88px) 0 clamp(48px, 9vh, 96px);
}

.block-benefit__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--layout-inline);
}

.block-benefit__head {
  margin-bottom: clamp(44px, 7vh, 78px);
}

.block-benefit__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 32px);
}

.block-benefit__head-main {
  flex: 1;
  min-width: 0;
}

.block-benefit__title {
  margin: 0;
  max-width: none;
}

.block-benefit__strip {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: var(--layout-inline);
}


.block-benefit__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(10px, 1.5vw, 16px);
  align-items: end;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.block-benefit__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 240px;
  padding: 20px;
  border-radius: 2px;
  font-family: "Roboto", var(--font);
}

.block-benefit__card--before {
  gap: 57px;
  background: #ebebeb;
}

.block-benefit__card--after {
  gap: 41px;
  background: #fff7d6;
}

.block-benefit__card-title {
  margin: 0;
  font-size: clamp(21px, 2.75vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  color: #252529;
}

.block-benefit__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.block-benefit__list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #252529;
}

.block-benefit__list li::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 1px;
  margin: 0;
  background: #59595b;
  border: none;
}



.block-benefit__result-shell {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 240px;
}

.block-benefit__result {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  font-family: "Roboto", var(--font);
  background-image: url("../assets/bg-result.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  overflow: hidden;
}

.block-benefit__result-deco {
  display: none;
}

.block-benefit__result-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  padding: 24px 36px 32px;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin-top: auto;
}

.block-benefit__result-title {
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 30px;
  font-weight: 500; 
  line-height: 35px;
  color: #252529;
}


.block-benefit__result-panel {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 22px 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.block-benefit__result-glass {
  --result-grid-line: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(72px, 1fr));
  column-gap: clamp(20px, 3.5vw, 36px);
  row-gap: 20px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.block-benefit__result-cell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: clamp(8px, 2vw, 12px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 6px 0 10px;
  box-sizing: border-box;
  font-size: clamp(13px, 1.65vw, 15px);
  font-weight: 500;
  line-height: 1.28;
  color: #513172;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--result-grid-line);
}

.block-benefit__result-cell > span {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.block-benefit__check {
  flex-shrink: 0;
  width: clamp(22px, 4.2vw, 28px);
  height: clamp(22px, 4.2vw, 28px);
  color: #513172;
}

.block-benefit__footnote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 16px;
  color: #252529;
}

@media (min-width: 901px) {
  .block-benefit__result-shell {
    min-height: 488px;
  }
}

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

  .block-benefit__card {
    height: auto;
    min-height: 0;
  }

  .block-benefit__result-shell {
    height: auto;
  }

  .block-benefit__result {
    min-height: 280px;
  }

  .block-benefit__result-body {
    padding: 20px 20px 28px;
    gap: 22px;
  }

  .block-benefit__result-panel {
    padding: 18px 18px 20px;
  }

  .block-benefit__result-glass {
    max-width: none;
    column-gap: 18px;
    row-gap: 16px;
  }

  .block-benefit__result-cell {
    padding: 4px 0 8px;
  }

  .block-benefit__footnote {
    padding: 14px 0 12px;
    color: #000;
  }

  .block-benefit__result-title {
    color: #513172;
  }
}

@media (max-width: 520px) {
  .block-benefit__head-top {
    gap: clamp(8px, 2vw, 16px);
  }
}

.block-specs {
  background: #fff;
  padding: clamp(40px, 7vh, 88px) 0 clamp(48px, 9vh, 96px);
}

.block-specs__inner {
  width: 100%;
  padding-inline: var(--layout-inline);
}

.block-specs__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  grid-template-areas:
    "specs-eyebrow specs-eyebrow"
    "specs-head specs-table";
  align-items: start;
  column-gap: clamp(24px, 5vw, 64px);
  row-gap: clamp(20px, 3vw, 28px);
  margin-bottom: clamp(26px, 4vw, 38px);
}

.block-specs__intro > .block-specs__head-top {
  grid-area: specs-eyebrow;
}

.block-specs__intro > .block-specs__head {
  grid-area: specs-head;
}

.block-specs__intro > .block-specs__spec-col {
  grid-area: specs-table;
}

.block-specs__head {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.block-specs__spec-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}

.block-specs__title,
.block-trust__title {
  margin: 0;
  max-width: 42rem;
}

.block-specs__title {
  max-width: 100%;
}


.block-specs__table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}

.block-specs__row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 20px;
  width: 100%;
  min-height: 63px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  background: #f0f2f2;
  border-bottom: 1px solid #c1c3c4;
}

.block-specs__row:first-child {
  border-top: none;
}

.block-specs__term {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 55%;
  padding-right: 0;
  font-family: "Roboto", var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #513172;
  text-align: left;
}

.block-specs__value {
  margin: 0;
  flex: 0 1 auto;
  max-width: 45%;
  font-family: "Roboto", var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #252529;
  text-align: right;
  white-space: normal;
}

.block-specs__gallery {
  display: grid;
  gap: 12px;
}

.block-specs__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.block-specs__thumb,
.block-specs__video-card {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.block-specs__thumb {
  aspect-ratio: 1.1 / 1;
  background:
    var(--specs-thumb-image, url("../assets/specs-thumb-01.webp")) center / cover no-repeat,
    #d8d8d8;
}

.block-specs__thumbs .block-specs__thumb:nth-child(2) {
  background:
    var(--specs-thumb-image, url("../assets/specs-thumb-02.webp")) center / cover no-repeat,
    #d8d8d8;
}

.block-specs__thumbs .block-specs__thumb:nth-child(3) {
  background:
    var(--specs-thumb-image, url("../assets/specs-thumb-03.webp")) center / cover no-repeat,
    #d8d8d8;
}

.block-specs__thumbs .block-specs__thumb:nth-child(4) {
  background:
    var(--specs-thumb-image, url("../assets/specs-thumb-04.webp")) center / cover no-repeat,
    #d8d8d8;
}

.block-specs__video-card {
  display: flex;
  flex-direction: column;
  min-height: clamp(280px, 42vw, 560px);
  border-radius: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background-color: #0f0f10;
  background-image: var(--specs-video-image, url("../assets/specs-video-bg.webp"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-specs__thumb-overlay {
  position: absolute;
  inset: 0;
}

.block-specs__video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.block-specs__video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.block-specs__video-corners {
  position: absolute;
  inset: clamp(18px, 3vw, 32px);
  z-index: 2;
  pointer-events: none;
}

.block-specs__video-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
}

.block-specs__video-corner--tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.block-specs__video-corner--tr {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.block-specs__video-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.block-specs__video-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.block-specs__video-content {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: inherit;
  height: 100%;
  padding: clamp(28px, 4.5vw, 48px) clamp(20px, 3vw, 32px);
  box-sizing: border-box;
  text-align: center;
}

.block-specs__video-plaque {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  align-content: center;
  row-gap: 10px;
  min-width: 169px;
  min-height: 153px;
  margin: 0;
  padding: 26px;
  border: 1px solid #ebb200;
  border-radius: 0;
  background: rgba(19, 19, 20, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.block-specs__video-plaque:hover {
  background: rgba(19, 19, 20, 0.52);
  border-color: #ebb200;
}

.block-specs__video-plaque:focus-visible {
  outline: 2px solid #ebb200;
  outline-offset: 3px;
}

.block-specs__video-plaque__icon {
  display: block;
  flex: none;
  order: 0;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 0;
}

.block-specs__video-plaque__icon svg {
  display: block;
  width: 38px;
  height: 48px;
}

.block-specs__video-plaque__label {
  display: block;
  max-width: 117px;
  margin: 0;
  padding: 0;
  font-family: "Roboto", var(--font);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fcfefe;
  text-align: center;
}

@media (max-width: 400px) {
  .block-specs__video-plaque {
    width: min(169px, calc(100% - 32px));
    height: auto;
    min-height: 140px;
    aspect-ratio: 169 / 153;
  }
}

@media (max-width: 900px) {
  .block-specs__thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .block-specs__intro {
    grid-template-columns: 1fr;
    grid-template-areas:
      "specs-eyebrow"
      "specs-head"
      "specs-table";
  }

  .block-specs__spec-col {
    align-items: stretch;
  }

  .block-specs__table {
    max-width: none;
    align-self: stretch;
  }
}

@media (max-width: 520px) {
  .block-specs__thumbs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .block-specs__spec-col {
    align-items: stretch;
  }

  .block-specs__table {
    background: transparent;
    padding: 0;
    max-width: none;
    width: 100%;
    margin-inline: 0;
  }

  .block-specs__row {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px;
    min-height: 87px;
    width: 100%;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    background: #f0f2f2;
    border-bottom: 1px solid #c1c3c4;
  }

  .block-specs__row:first-child {
    border-top: none;
  }

  .block-specs__term {
    margin: 0;
    flex: none;
    flex-grow: 0;
    align-self: flex-start;
    max-width: 100%;
    padding-right: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #513172;
    text-align: left;
  }

  .block-specs__value {
    margin: 0;
    flex: none;
    flex-grow: 0;
    order: 1;
    align-self: flex-start;
    max-width: 100%;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #252529;
    text-align: left;
    white-space: normal;
  }
}

.block-trust {
  background: #fff;
  padding: 0 0 clamp(48px, 9vh, 96px);
}

.block-trust__inner {
  width: 100%;
  padding-inline: var(--layout-inline);
}

.block-trust__head {
  margin-bottom: clamp(24px, 4vw, 36px);
}

.block-trust__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(16px, 3vw, 32px);
}

.block-trust__head-main {
  flex: 1;
  min-width: 0;
}

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

.block-trust__card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 140px;
  height: auto;
  padding: 20px;
  background: rgba(122, 83, 140, 0.2);
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.block-trust__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  order: 0;
  align-self: flex-start;
  font-family: "Roboto", var(--font);
  font-size: 0.75rem;
  font-weight: 700;
  color: #513172;
  border: 0;
  border-radius: 0;
  position: relative;
  box-sizing: border-box;
  
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none' stroke='%23513172' stroke-width='0.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 11L5 5L11 5'/%3E%3Cpath d='M29 5L35 5L35 11'/%3E%3Cpath d='M5 29L5 35L11 35'/%3E%3Cpath d='M35 29L35 35L29 35'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}

.block-trust__icon-svg {
  width: clamp(20px, 3.2vw, 26px);
  height: clamp(20px, 3.2vw, 26px);
  flex: none;
}

.block-trust__card-title {
  box-sizing: border-box;
  margin: 0;
  margin-top: auto;
  width: 80%;
  max-width: 100%;
  font-family: "Roboto", var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #252529;
  flex: 0 1 auto;
  order: 1;
  align-self: flex-start;
  text-align: left;
}

.block-trust__card-text {
  margin: 0;
  max-width: 34rem;
  font-family: "Roboto", var(--font);
  font-size: clamp(16px, 1.65vw, 18px);
  font-weight: 400;
  line-height: 1.22;
  color: #575757;
}

@media (max-width: 720px) {
  .block-trust__card-title {
    width: 100%;
  }

  .block-trust__card {
    padding-bottom: 24px;
  }
}

@media (max-width: 520px) {
  .block-trust__head-top {
    gap: clamp(8px, 2vw, 16px);
  }

  .block-trust__grid {
    grid-template-columns: 1fr;
  }

  .block-trust__card {
    padding: 20px 20px 24px;
  }
}



.block-cta {
  padding: 0 0 clamp(48px, 9vh, 96px);
  background: #fff;
}

.block-cta__inner {
  width: 100%;
  padding-inline: var(--layout-inline);
  box-sizing: border-box;
}

.block-cta__panel {
  --cta-pad-y: clamp(36px, 4.5vw, 52px);
  --cta-pad-x: clamp(24px, 3vw, 40px);
  --cta-chip-bg: #c1c3c4;
  --cta-chip-text: #59595b;
  --cta-index-size: var(--section-index-width);
  --cta-media-stack-gap: clamp(14px, 2vw, 22px);
  --cta-form-head-offset: calc(var(--section-index-height) + var(--cta-media-stack-gap));

  --cta-form-margin-from-index: calc(var(--cta-index-size) + 1rem);
  position: relative;
  width: 100%;
  min-height: 522px;
  box-sizing: border-box;
  padding: var(--cta-pad-y) var(--cta-pad-x);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  column-gap: clamp(24px, 3vw, 48px);
  row-gap: clamp(24px, 3vw, 32px);
  background-color: #131314;
  background-image: var(--cta-image, url("../assets/cta-bg.webp"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.block-cta__media {
  position: relative;
  z-index: 0;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: start;
  background: none;
}

.block-cta__media-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--cta-media-stack-gap);
  max-width: 34rem;
}

.block-cta__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2.5vw, 24px);
  width: 100%;
}

@media (min-width: 901px) {
  .block-cta__label-row {
    display: contents;
  }
}

.block-cta__index--top {
  display: none;
}

.block-cta__media .block-cta__label {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
  gap: var(--section-eyebrow-gap);
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  min-height: var(--section-index-height);
  font-family: "Roboto", var(--font);
  font-size: var(--section-eyebrow-font-size);
  font-weight: 500;
  font-style: normal;
  line-height: var(--section-eyebrow-line-height);
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--cta-chip-text);
  background: var(--cta-chip-bg);
  border-radius: 0;
  flex: none;
  flex-grow: 0;
}

.block-cta__media .block-cta__title {
  margin: 0;
  max-width: none;
}

.block-cta__media .block-cta__subtitle {
  margin: 0;
  max-width: 34rem;
  font-family: "Roboto", var(--font);
  font-size: clamp(0.875rem, 1.1vw + 0.65rem, 1.0625rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: rgba(252, 254, 254, 0.92);
}

.block-cta__form-card {
  position: static;
  z-index: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  padding-top: var(--cta-form-head-offset);
  gap: 24px;
  width: min(455px, 100%);
  max-width: 455px;
  margin-right: 0;
  justify-self: end;
  flex: none;
  background: transparent;
  color: #fff;
  border: none;
  box-sizing: border-box;
}

@media (min-width: 901px) {
  .block-cta__form-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 0;
    align-items: start;
    padding-top: 0;
  }

  .block-cta__form-card > .block-cta__index--inline {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    order: 0;
    color: #59595b;
    background: #c1c3c4;
  }

  .block-cta__form-head {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    margin-top: var(--cta-media-stack-gap);
  }

  .block-cta__form-head .block-cta__form-head-top {
    display: block;
    width: 100%;
  }

  .block-cta__form {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    margin-top: clamp(28px, 3.5vw, 32px);
  }
}

.block-cta__form-head {
  display: block;
  margin: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 100%;
  flex: none;
}

.block-cta__form-head-top {
  --cta-eyebrow-line-height: 28px;
}

.block-cta__eyebrow {
  margin: 0;
  max-width: none;
  min-height: 0;
  min-width: 0;
  font-family: "Roboto", var(--font);
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  color: #fcfefe;
  flex: 1 1 auto;
}


.block-cta__index {
  position: static;
  z-index: auto;
  color: var(--cta-chip-text);
  background: var(--cta-chip-bg);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex: none;
}

.block-cta__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 100%;
  max-width: 455px;
  margin-inline: 0;
  margin-block-end: 0;
  flex: none;
  box-sizing: border-box;
}

.block-cta__fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  align-self: stretch;
  flex: none;
}

.block-cta__field {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  flex: none;
}

.block-cta__field-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 20px;
  gap: 16px;
  width: 100%;
  max-width: 455px;
  height: 58px;
  flex: none;
  border: 1px solid #59595b;
  border-radius: 0;
  background: rgba(19, 19, 20, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, background 0.2s ease;
  color-scheme: dark;
}

.block-cta__field:focus-within .block-cta__field-row {
  border-color: #eab300;
  background: rgba(19, 19, 20, 0.55);
}

.block-cta__field-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #eab300;
}

.block-cta__field-icon svg {
  width: 30px;
  height: 30px;
}

.block-cta__field input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  box-sizing: border-box;
  font-family: "Roboto", var(--font);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #fcfefe;
  min-height: 0;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}

.block-cta__field input:focus,
.block-cta__field input:focus-visible {
  outline: none;
  box-shadow: none;
}

.block-cta__field input:-webkit-autofill,
.block-cta__field input:-webkit-autofill:hover,
.block-cta__field input:-webkit-autofill:focus,
.block-cta__field input:-webkit-autofill:active {
  -webkit-text-fill-color: #fcfefe !important;
  caret-color: #fcfefe;
  box-shadow: 0 0 0 1000px rgba(19, 19, 20, 0.5) inset !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(19, 19, 20, 0.5) inset !important;
  transition: background-color 99999s ease-out;
}

.block-cta__field input::placeholder {
  font-family: "Roboto", var(--font);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fcfefe;
  opacity: 1;
}

.block-cta__consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 455px;
  min-height: 24px;
  flex: none;
  align-self: stretch;
  box-sizing: border-box;
}

.block-cta__consent-text {
  flex: 1;
  min-width: 0;
  font-family: "Roboto", var(--font);
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  line-height: 14px;
  color: #fcfefe;
}

.block-cta__consent-label {
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.block-cta__consent input[type="checkbox"] {
  flex: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: #f0f2f2;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.block-cta__consent input[type="checkbox"]:checked {
  background-color: #f0f2f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%234a4a4a' stroke-width='2.2' stroke-linecap='butt' stroke-linejoin='miter' d='M1 5.2 4.6 8.8 11 1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.block-cta__consent input[type="checkbox"]:focus {
  outline: none;
}

.block-cta__consent input[type="checkbox"]:focus-visible {
  outline: 2px solid #fcfefe;
  outline-offset: 2px;
}

.block-cta__submit {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(14px, 2.2vw, 20px) clamp(18px, 2.8vw, 30px);
  gap: 10px;
  width: 100%;
  max-width: min(455px, 100%);
  height: auto;
  min-height: clamp(48px, 9vw, 60px);
  flex: none;
  align-self: stretch;
  margin: 0;
  background: #eab300;
  border: none;
  border-radius: 0;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: calc(19 / 16);
  letter-spacing: normal;
  text-transform: none;
  color: #252529;
  cursor: pointer;
  box-sizing: border-box;
}

.block-cta__submit-corners {
  position: absolute;
  inset: clamp(5px, 1.1vw, 6px);
  pointer-events: none;
}

.block-cta__submit-corner {
  position: absolute;
  width: clamp(10px, 1.4vw, 13px);
  height: clamp(10px, 1.4vw, 13px);
  border-style: solid;
  border-color: #fcfefe;
}

.block-cta__submit-corner--tl {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.block-cta__submit-corner--tr {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

.block-cta__submit-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

.block-cta__submit-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.block-cta__submit:hover {
  filter: brightness(1.03);
}

@media (max-width: 900px) {
  .block-cta__inner {
    padding-inline: 0;
  }

  .block-cta__panel {
    --cta-pad-y: clamp(28px, 5vw, 40px);
    --cta-pad-x: 0;
    grid-template-columns: 1fr;
    min-height: 0;
    align-items: start;
    padding: var(--cta-pad-y) 0;
  }

  .block-cta__media {
    min-height: auto;
    padding-inline: var(--layout-inline);
    box-sizing: border-box;
  }

  .block-cta__label-row {
    flex-wrap: wrap;
  }

  .block-cta__media .block-cta__label {
    padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
    gap: var(--section-eyebrow-gap);
    min-height: var(--section-chip-height);
    height: auto;
    width: fit-content;
    max-width: 100%;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    color: #c1c3c4;
    background: rgba(193, 195, 196, 0.2);
  }

  .block-cta__label-row .block-cta__index--top {
    padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
    gap: var(--section-eyebrow-gap);
    width: var(--section-index-width);
    min-width: var(--section-index-width);
    max-width: var(--section-index-width);
    height: var(--section-index-height);
    min-height: var(--section-index-height);
    max-height: var(--section-index-height);
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    color: #c1c3c4;
    background: rgba(193, 195, 196, 0.2);
  }

  .block-cta__index {
    margin: 0;
  }

  .block-cta__index--top {
    display: flex;
    flex-shrink: 0;
  }

  .block-cta__index--inline {
    display: none;
  }

  .block-cta__form-card {
    margin-right: 0;
    width: 100%;
    max-width: none;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    gap: clamp(28px, 5vw, 36px);
  }

  .block-cta__form-head {
    display: block;
    padding-right: 0;
    padding-inline: var(--layout-inline);
    box-sizing: border-box;
  }

  .block-cta__form-head-top {
    gap: clamp(8px, 2vw, 16px);
  }

  .block-cta__form {
    max-width: none;
    width: 100%;
    padding-inline: var(--layout-inline);
    box-sizing: border-box;
  }

  .block-cta__field-row {
    max-width: none;
    padding: 14px clamp(16px, 4vw, 22px);
    min-height: 52px;
    height: auto;
  }

  .block-cta__consent {
    max-width: none;
    box-sizing: border-box;
  }

  .block-cta__consent-text {
    max-width: none;
  }

  .block-cta__submit {
    max-width: none;
  }
}



.site-footer {
  --site-footer-line: rgba(255, 255, 255, 0.22);
  --site-footer-line-soft: rgba(255, 255, 255, 0.14);
  position: relative;
  width: 100%;
  background: #1b1b1f;
  color: #f4f4f4;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0.55;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  column-gap: 0;
  align-items: stretch;
  padding: clamp(24px, 4vh, 44px) var(--layout-inline) clamp(40px, 6vh, 72px);
  min-height: 0;
}

.site-footer__col {
  min-width: 0;
  padding: 0;
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
}

.site-footer__col:not(:first-child) {
  padding-left: clamp(16px, 2.2vw, 28px);
}

.site-footer__col--lead {
  align-self: stretch;
  justify-content: flex-start;
}

.site-footer__col--meta {
  justify-content: flex-start;
  min-height: 0;
}

.site-footer__meta-tail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(14px, 2vw, 20px);
  margin-top: 0;
  flex: 1 1 auto;
  min-height: 0;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.site-footer__logo:hover {
  opacity: 0.92;
}

.site-footer__logo-img {
  display: block;
  height: clamp(32px, 4.5vw, 44px);
  width: auto;
  max-width: min(220px, 70vw);
  object-fit: contain;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

.site-footer__lead-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(28px, 6vw, 64px);
  width: 100%;
  min-width: 0;
}

.site-footer__lead-top .site-footer__logo {
  flex-shrink: 0;
}

.site-footer__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
  margin-top: clamp(18px, 2.5vw, 26px);
  flex-shrink: 0;
}

.site-footer__col--lead .site-footer__actions {
  margin-top: auto;
  padding-top: clamp(16px, 2.5vw, 24px);
}

.site-footer__action-btn {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(19 / 16);
  letter-spacing: normal;
  text-transform: none;
  border-radius: 0;
}

button.site-footer__action-btn {
  margin: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font: inherit;
}


.site-footer__action-btn.hero-banner-btn {
  min-height: clamp(48px, 9vw, 60px);
  padding: clamp(14px, 2.2vw, 20px) clamp(16px, 2.4vw, 30px);
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(19 / 16);
}

.site-footer__action-btn.hero-banner-btn--yellow {
  color: #252529;
  padding: clamp(14px, 2.2vw, 20px) clamp(18px, 2.8vw, 30px);
}

.site-footer__action-btn.hero-banner-btn--muted {
  padding: clamp(14px, 2.2vw, 20px) clamp(16px, 2.4vw, 24px);
}

.site-footer__social-block {
  margin-bottom: 0;
  flex-shrink: 0;
}

.site-footer__social--above-grid {
  margin-bottom: clamp(10px, 1.8vw, 18px);
}

.site-footer__social--mobile-only {
  display: none;
}

.site-footer__social-title {
  margin: 0 0 14px;
  font-family: "Roboto", var(--font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(193, 195, 196, 0.85);
}

.site-footer__social-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(6px, 1.5vw, 14px);
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.site-footer__social-link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  opacity: 0.98;
  transition: opacity 0.2s, transform 0.2s, background 0.2s;
}

.site-footer__social-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.site-footer__social-link svg {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  flex-shrink: 0;
}

.site-footer__social-link--rutube svg {
  width: 22px;
  height: 22px;
}

.site-footer__social-link--whatsapp svg {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  display: block;
  object-fit: contain;
}

.site-footer__info-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 28px);
  flex-shrink: 0;
  margin-top: auto;
}

.site-footer__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.5vw, 28px) clamp(16px, 2vw, 24px);
  flex-shrink: 0;
  align-items: end;
}

.site-footer__info-cell--with-credit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(10px, 1.8vw, 18px) clamp(12px, 2.4vw, 24px);
}

.site-footer__info-cell--with-credit .site-footer__info-cell-main {
  flex: 1 1 auto;
  min-width: 0;
}

.site-footer__info-cell h3 {
  margin: 0 0 8px;
  font-family: "Roboto", var(--font);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.02em;
}

.site-footer__info-cell p {
  margin: 0;
  font-family: "Roboto", var(--font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(180, 182, 186, 0.95);
}

.site-footer__info-cell a {
  color: rgba(180, 182, 186, 0.95);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer__info-cell a:hover {
  color: #fff;
}

.site-footer__info-cell--contact p,
.site-footer__info-cell--contact a {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__info-cell--contact a:hover {
  color: var(--color-accent, #ffdc2e);
}

.site-footer__credit {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.site-footer__credit a {
  display: inline-block;
  max-width: 100%;
  font-family: "Roboto", var(--font);
  font-size: clamp(10px, 2.6vw, 11px);
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.site-footer__credit a:hover {
  color: var(--color-accent, #ffdc2e);
}

.site-footer__credit--inline {
  margin: 0;
  max-width: min(100%, 20rem);
  flex: 0 1 auto;
  text-align: left;
}

.site-footer__credit--inline a {
  white-space: normal;
}

.site-footer__section-title {
  margin: 0 0 0;
  padding-bottom: 16px;
  flex-shrink: 0;
  font-family: "Montserrat", var(--font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid var(--site-footer-line-soft);
}

.site-footer__col--nav nav,
.site-footer__col--catalog nav {
  flex-shrink: 0;
}

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

.site-footer__menu li {
  margin: 0;
  border-bottom: 1px solid var(--site-footer-line-soft);
}

.site-footer__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  font-family: "Roboto", var(--font);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

.site-footer__menu a:hover {
  color: var(--color-accent, #ffdc2e);
}

.site-footer__menu-chevron {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

.site-footer__menu a:hover .site-footer__menu-chevron {
  color: var(--color-accent, #ffdc2e);
}

.site-footer__fineprint {
  margin: 0;
  padding: 0;
  font-family: "Roboto", var(--font);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(160, 162, 168, 0.9);
  flex-shrink: 0;
}

.site-footer__col-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-top: auto;
  padding-top: clamp(20px, 2.5vw, 28px);
  gap: clamp(10px, 1.5vw, 14px);
  flex-shrink: 0;
}

.site-footer__col-bottom .site-footer__policy-link {
  margin: 0;
}

.site-footer__legal {
  margin: 0;
  padding-top: clamp(22px, 3vw, 32px);
  border-top: 1px solid var(--site-footer-line-soft);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.5vw, 14px);
  flex: none;
}

.site-footer__legal .site-footer__policy-link {
  margin: 0;
}

@media (min-width: 641px) {
  .site-footer__legal--mobile-only {
    display: none;
  }

  .site-footer__social--above-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0;
  }

  .site-footer__social--above-grid .site-footer__social-title {
    margin: 0 0 clamp(10px, 1.5vw, 14px);
  }

  .site-footer__social--above-grid .site-footer__social-row {
    justify-content: flex-start;
  }
}

@media (min-width: 1101px) {
  .site-footer__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) minmax(0, 0.72fr) minmax(0, 0.85fr);
    grid-template-rows: auto;
    grid-template-areas: "ft-pc-lead ft-pc-meta ft-pc-nav ft-pc-cat";
    row-gap: 0;
  }

  .site-footer__col--lead {
    grid-area: ft-pc-lead;
  }

  .site-footer__col--meta {
    grid-area: ft-pc-meta;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
  }

  .site-footer__col--nav {
    grid-area: ft-pc-nav;
  }

  .site-footer__col--catalog {
    grid-area: ft-pc-cat;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "ft-tb-lead ft-tb-meta"
      "ft-tb-nav ft-tb-cat";
    row-gap: clamp(28px, 4vw, 40px);
  }

  .site-footer__col--lead {
    grid-area: ft-tb-lead;
  }

  .site-footer__col--meta {
    grid-area: ft-tb-meta;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
  }

  .site-footer__col--nav {
    grid-area: ft-tb-nav;
  }

  .site-footer__col--catalog {
    grid-area: ft-tb-cat;
  }

  .site-footer__col:nth-child(1),
  .site-footer__col:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }

  .site-footer__col:nth-child(2) {
    padding-left: clamp(16px, 3vw, 24px);
  }

  .site-footer__col:nth-child(3),
  .site-footer__col:nth-child(4) {
    border-left: none;
    padding-left: 0;
    padding-top: clamp(24px, 3vw, 32px);
  }

  .site-footer__col:nth-child(4) {
    padding-left: clamp(16px, 3vw, 24px);
  }
}

@media (max-width: 640px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    row-gap: clamp(20px, 4vw, 28px);
    grid-template-areas:
      "ft-lead"
      "ft-nav"
      "ft-catalog"
      "ft-req"
      "ft-legal";
  }

  .site-footer__col--lead {
    grid-area: ft-lead;
  }

  .site-footer__col--meta {
    display: contents;
  }

  .site-footer__meta-tail {
    grid-area: ft-req;
    margin-top: 0;
    min-height: 0;
    align-self: stretch;
  }

  .site-footer__info-stack {
    margin-top: 0;
  }

  .site-footer__col--nav {
    grid-area: ft-nav;
  }

  .site-footer__col--catalog {
    grid-area: ft-catalog;
  }

  .site-footer__legal {
    grid-area: ft-legal;
    grid-column: unset;
  }

  .site-footer__col:not(:first-child) {
    border-left: none;
    padding-left: 0;
    padding-top: 0;
  }

  .site-footer__actions {
    margin-top: 0;
  }

  .site-footer__logo {
    margin-bottom: 0;
  }

  .site-footer__lead-top {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 4vw, 24px);
  }

  .site-footer__social--mobile-only {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .site-footer__social--mobile-only .site-footer__social-row {
    justify-content: flex-start;
  }

  .site-footer__social--desktop-only {
    display: none !important;
  }

  .site-footer__info-stack .site-footer__info-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__info-cell--with-credit {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__credit--inline {
    max-width: 100%;
  }

  .site-footer__social-block {
    margin-bottom: clamp(14px, 3.5vw, 22px);
  }

  .site-footer__social-title {
    margin: 0 0 clamp(14px, 3.5vw, 20px);
  }

  .site-footer__social-row {
    gap: clamp(10px, 2.8vw, 16px);
    padding-bottom: 6px;
  }

  .site-footer__col-bottom {
    display: none;
  }
}


.site-footer__policy-link {
  
  margin: clamp(16px, 2vw, 22px) 0 0;
  padding: 0;
  border: none;
  background: none;
  font-family: "Roboto", var(--font);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(160, 162, 168, 0.9);
  text-align: left;
  cursor: pointer;
  width: fit-content;
  display: inline-block;
  text-decoration: none;
}

.site-footer__policy-link:visited {
  color: rgba(160, 162, 168, 0.9);
}

.site-footer__policy-link:hover {
  color: #fff;
  text-decoration: underline;
}

.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 24px);
}

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

.policy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.policy-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 980px);
  max-height: min(86vh, 820px);
  background: #fff;
  color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.policy-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
  color: #252529;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.policy-modal__title {
  margin: 0;
  padding: clamp(18px, 2.6vw, 24px) clamp(18px, 2.6vw, 28px);
  padding-right: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #252529;
}

.policy-modal__content {
  padding: clamp(14px, 2.4vw, 22px) clamp(18px, 2.6vw, 28px);
  overflow: auto;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.policy-modal__content p {
  margin: 0 0 12px;
}

.policy-modal__content ul {
  margin: 0 0 12px 18px;
  padding: 0;
}




.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

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

.lead-modal.is-open,
.lead-modal.is-closing {
  display: flex;
}

.lead-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.lead-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, min(94vw, 1360px));
  max-height: min(90vh, 640px);
  display: flex;
  flex-direction: column;
  background: #fcfefe;
  border: 1px solid #c1c3c4;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.lead-modal.is-open .lead-modal__backdrop,
.lead-modal.is-closing .lead-modal__backdrop {
  opacity: 1;
}

.lead-modal.is-open .lead-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lead-modal.is-closing .lead-modal__panel {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
}


.lead-modal__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 0;
  border-top: 1px solid #c1c3c4;
  z-index: 10;
  pointer-events: none;
}

.lead-modal__mob-header {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  background: #fcfefe;
  border-bottom: 1px solid #c1c3c4;
  flex: none;
}

.lead-modal__mob-logo {
  height: 32px;
  width: auto;
}

.lead-modal__close {
  flex: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.lead-modal__close:hover {
  opacity: 0.75;
}

.lead-modal__close svg {
  display: block;
  width: 25px;
  height: 25px;
  flex: none;
}


.lead-modal__close--desktop {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 12;
  width: 25px;
  height: 25px;
}


.lead-modal__close--mobile {
  width: 44px;
  height: 44px;
}


.lead-modal__body {
  position: relative;
  flex: 1;
  min-height: clamp(20rem, 58vh, 32rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lead-modal__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #2a2418;
  background-image: url("../assets/form-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lead-modal__split {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(min(16rem, 40vh), 1fr);
}


.lead-modal__visual {
  position: relative;
  box-sizing: border-box;
  padding: 48px 24px 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: transparent;
  border-right: 1px solid #c1c3c4;
}


.lead-modal__title {
  margin: 0;
  max-width: min(601px, 100%);
  font-family: "Ubuntu", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.35rem, 3.2vw, 36px);
  line-height: 1;
  color: #fcfefe;
}


.lead-modal__aside {
  position: relative;
  box-sizing: border-box;
  padding: 40px 30px 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  background: transparent;
}


.lead-modal__lead {
  margin: 0;
  max-width: min(445px, 100%);
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 24px);
  line-height: clamp(1.25rem, 2.5vw, 28px);
  color: #fcfefe;
}

.lead-modal__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 4vw, 24px);
  width: 100%;
  max-width: min(455px, 100%);
  margin: 0;
}

.lead-modal__fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: min(455px, 100%);
}

.lead-modal__field {
  display: block;
  margin: 0;
  width: 100%;
  max-width: min(455px, 100%);
  cursor: pointer;
}

.lead-modal__field-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: clamp(10px, 2.5vw, 14px) clamp(14px, 3.5vw, 20px);
  gap: clamp(12px, 3vw, 16px);
  width: 100%;
  min-height: clamp(50px, 12vw, 58px);
  height: auto;
  border: 1px solid #59595b;
  border-radius: 0;
  background: rgba(19, 19, 20, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, background 0.2s ease;
  color-scheme: dark;
}

.lead-modal__field:focus-within .lead-modal__field-row {
  border-color: #7a7a7c;
  background: rgba(19, 19, 20, 0.52);
}

.lead-modal__field-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #eab300;
}

.lead-modal__field-icon svg {
  width: 30px;
  height: 30px;
}

.lead-modal__field input {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  color: #fcfefe;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}

.lead-modal__field input:focus,
.lead-modal__field input:focus-visible {
  outline: none;
  box-shadow: none;
}


.lead-modal__field input:-webkit-autofill,
.lead-modal__field input:-webkit-autofill:hover,
.lead-modal__field input:-webkit-autofill:focus,
.lead-modal__field input:-webkit-autofill:active {
  -webkit-text-fill-color: #fcfefe !important;
  caret-color: #fcfefe;
  box-shadow: 0 0 0 1000px rgba(19, 19, 20, 0.5) inset !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(19, 19, 20, 0.5) inset !important;
  transition: background-color 99999s ease-out;
}

.lead-modal__field input::placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fcfefe;
  opacity: 1;
}

.lead-modal__consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  width: 100%;
  max-width: min(455px, 100%);
  min-height: 24px;
}

.lead-modal__consent-text {
  flex: 1;
  min-width: 0;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #fcfefe;
}

.lead-modal__consent-label {
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer;
}


.lead-modal__consent input[type="checkbox"] {
  flex: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: #f0f2f2;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.lead-modal__consent input[type="checkbox"]:checked {
  background-color: #f0f2f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%234a4a4a' stroke-width='2.2' stroke-linecap='butt' stroke-linejoin='miter' d='M1 5.2 4.6 8.8 11 1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.lead-modal__consent input[type="checkbox"]:focus {
  outline: none;
}

.lead-modal__consent input[type="checkbox"]:focus-visible {
  outline: 2px solid #fcfefe;
  outline-offset: 2px;
}


.lead-modal__submit.hero-banner-btn {
  width: 100%;
  max-width: min(455px, 100%);
  margin: 0;
}

#lead-modal-submit-label {
  position: relative;
  z-index: 0;
}


@media (max-width: 720px) {
  .lead-modal {
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 5vw, 28px) clamp(12px, 4vw, 24px);
  }

  .lead-modal__panel {
    width: calc(100vw - clamp(20px, 5vw, 40px));
    max-width: 36rem;
    max-height: min(92dvh, calc(100dvh - clamp(5rem, 18vw, 8rem)));
    min-height: 0;
  }

  .lead-modal__panel::before {
    display: none;
  }

  .lead-modal__mob-header {
    display: none;
  }

  .lead-modal__close--desktop {
    display: flex;
    top: clamp(6px, 2.2vw, 12px);
    right: clamp(6px, 2.2vw, 12px);
  }

  .lead-modal__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-height: min(50vh, 28rem);
    max-height: min(85dvh, calc(100dvh - clamp(6rem, 22vw, 10rem)));
    overflow: hidden;
  }

  
  .lead-modal__bg {
    inset: auto;
    top: 0;
    bottom: 0;
    left: -85%;
    width: 270%;
    height: 100%;
    max-width: none;
    transform: scaleX(-1);
    transform-origin: center center;
    background-size: cover;
    background-position: center center;
  }

  .lead-modal__split {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 clamp(8px, 3.5vw, 14px);
    gap: clamp(2rem, 9vw, 3.75rem);
    flex: 0 1 auto;
    max-height: 100%;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin-block: auto;
  }

  .lead-modal__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 4vw, 18px);
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(1.5rem, 6vw, 2.25rem) 0 0;
    border: none;
    box-sizing: border-box;
    text-align: center;
  }

  .lead-modal__visual::before {
    content: "";
    display: block;
    flex: none;
    width: min(100%, 16.25rem);
    height: 0;
    border: none;
    border-top: 1px solid #c1c3c4;
  }

  .lead-modal__title {
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .lead-modal__aside {
    width: 100%;
    max-width: min(28rem, 100%);
    padding: 0 0 clamp(1.25rem, 5vw, 1.75rem);
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(1rem, 4vw, 24px);
    box-sizing: border-box;
  }

  .lead-modal__lead {
    max-width: 100%;
    width: 100%;
    margin: 0;
    font-size: clamp(1rem, 3.8vw, 1.125rem);
    line-height: clamp(1.25rem, 4.2vw, 1.35rem);
    font-weight: 500;
    text-align: center;
  }

  .lead-modal__form {
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: clamp(1rem, 4vw, 24px);
  }

  .lead-modal__fields {
    max-width: 100%;
    width: 100%;
    align-self: stretch;
    gap: 10px;
  }

  .lead-modal__field {
    max-width: 100%;
    width: 100%;
  }

  .lead-modal__field-row {
    width: 100%;
    max-width: 100%;
    min-height: clamp(48px, 12vw, 54px);
    height: auto;
    padding: clamp(8px, 2.5vw, 12px) clamp(10px, 3vw, 14px);
    gap: clamp(12px, 3vw, 16px);
    box-sizing: border-box;
  }

  .lead-modal__consent {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    align-self: stretch;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }

  .lead-modal__consent-text {
    flex: 1;
    flex-grow: 1;
    order: 1;
    min-width: 0;
    max-width: none;
    font-size: clamp(11px, 3.2vw, 12px);
    line-height: clamp(13px, 3.6vw, 14px);
  }

  
  .lead-modal__consent input[type="checkbox"] {
    order: 0;
  }

  .lead-modal__submit.hero-banner-btn {
    max-width: 100%;
    width: 100%;
    align-self: stretch;
  }
}


.lead-thanks-modal {
  position: fixed;
  inset: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 28px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

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

.lead-thanks-modal.is-open,
.lead-thanks-modal.is-closing {
  display: flex;
}

.lead-thanks-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lead-thanks-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.lead-thanks-modal__panel {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - 2rem), 26rem);
  box-sizing: border-box;
  padding: clamp(1.75rem, 5vw, 2.25rem) clamp(1.25rem, 4vw, 1.75rem);
  background: #fcfefe;
  border: 1px solid #c1c3c4;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  text-align: center;
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.lead-thanks-modal.is-open .lead-thanks-modal__backdrop,
.lead-thanks-modal.is-closing .lead-thanks-modal__backdrop {
  opacity: 1;
}

.lead-thanks-modal.is-open .lead-thanks-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lead-thanks-modal.is-closing .lead-thanks-modal__panel {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
}

@media (min-width: 901px) {
  body.lead-thanks-modal-open .lead-thanks-modal__backdrop,
  body.lead-modal-open .lead-modal__backdrop,
  body.video-modal-open .video-modal__backdrop,
  body.policy-modal-open .policy-modal__backdrop {
    top: 72px;
  }
}

@media (min-width: 901px) and (max-width: 1320px) {
  body.lead-thanks-modal-open .lead-thanks-modal__backdrop,
  body.lead-modal-open .lead-modal__backdrop,
  body.video-modal-open .video-modal__backdrop,
  body.policy-modal-open .policy-modal__backdrop {
    top: 132px;
  }
}

.lead-thanks-modal__close {
  position: absolute;
  top: clamp(8px, 2vw, 12px);
  right: clamp(8px, 2vw, 12px);
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.lead-thanks-modal__close:hover {
  opacity: 0.75;
}

.lead-thanks-modal__close svg {
  display: block;
  width: 25px;
  height: 25px;
}

.lead-thanks-modal__title {
  margin: 0 0 0.75rem;
  padding-right: 28px;
  color: #252529;
}

.lead-thanks-modal__text {
  margin: 0 0 1.5rem;
  font-family: "Roboto", var(--font), system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 3vw, 1rem);
  line-height: 1.45;
  color: #3a3a40;
}

.lead-thanks-modal__ok.hero-banner-btn {
  width: 100%;
  max-width: 16rem;
  margin: 0 auto;
}

.block-hero__title,
.block-problems__title,
.block-solution__title,
.block-about__title,
.block-advantages__title,
.block-benefit__title,
.block-works__title,
.block-specs__title,
.block-trust__title,
.block-cta__media .block-cta__title {
  font-family: "Ubuntu", "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.3125rem, 2.8vw + 0.75rem, 2.25rem);
  line-height: 1;
  color: #252529;
}

.block-cta__media .block-cta__title {
  color: #fff;
}

.lead-modal__title,
.lead-thanks-modal__title,
.policy-modal__title {
  font-family: "Ubuntu", "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.3125rem, 2.8vw + 0.75rem, 2.25rem);
  line-height: 1;
}

@media (max-width: 767px) {
  .block-hero__lead {
    font-size: clamp(1.15rem, 4vw, 1.55rem);
    line-height: 1.28;
  }

  .block-hero__badge {
    font-size: clamp(0.96rem, 2.55vw, 1.06rem);
    line-height: 1.38;
    padding: 11px 14px;
  }

  .block-hero__nav a {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.4;
  }

  .block-hero__video-caption {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .block-problems__card-title {
    font-size: clamp(20px, 3.2vw, 26px);
    line-height: 1.28;
    font-weight: 700;
  }

  .block-problems__card-lead {
    width: min(280px, 100%);
    max-width: 280px;
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.42;
  }

  .block-solution__lead {
    font-size: clamp(1.05rem, 3.6vw, 1.15rem);
    line-height: 1.38;
  }

  .block-solution__sub {
    font-size: clamp(0.98rem, 3.5vw, 1.08rem);
    line-height: 1.38;
  }

  .block-solution__feature-title {
    font-size: clamp(20px, 3.2vw, 26px);
    line-height: 1.28;
    font-weight: 700;
  }

  .block-solution__feature-lead {
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.42;
    font-weight: 400;
  }

  .block-advantages__card-title {
    font-size: clamp(20px, 3.2vw, 26px);
    line-height: 1.28;
  }

  .block-advantages__card-text {
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.42;
  }

  .block-benefit__card-title {
    font-size: clamp(20px, 3.2vw, 26px);
    line-height: 1.28;
    font-weight: 700;
  }

  .block-benefit__list li {
    font-size: 16px;
    line-height: 1.4;
  }

  .block-about__result-value {
    font-size: 19px;
    line-height: 1.35;
  }

  .block-about__result-value--total {
    font-size: clamp(2.45rem, 8vw, 3.35rem);
    line-height: 1.05;
  }

  .block-about__result-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .block-about__result-text--total {
    font-size: clamp(1.08rem, 3.5vw, 1.2rem);
    line-height: 1.35;
  }

  .block-works__step-num {
    font-size: clamp(0.82rem, 2.8vw, 0.95rem);
    line-height: 1.1;
  }

  .block-works__step-text {
    font-size: 17px;
    line-height: 1.45;
  }

  .block-works__video-brand {
    font-size: clamp(0.72rem, 2.6vw, 0.82rem);
    line-height: 1.25;
  }

  .block-specs__term,
  .block-specs__value {
    font-size: clamp(15px, 3.5vw, 18px);
    line-height: 1.35;
  }

  .block-trust__card-title {
    font-size: clamp(1rem, 3.5vw, 1.12rem);
    line-height: 1.4;
    font-weight: 700;
  }

  .block-trust__card-text {
    font-size: clamp(14px, 3.6vw, 16px);
    line-height: 1.42;
    font-weight: 400;
  }

  .block-cta__eyebrow {
    font-size: clamp(15px, 3.4vw, 17px);
    line-height: 1.35;
  }

  .block-cta__media .block-cta__subtitle {
    font-size: clamp(14px, 3.2vw, 16px);
    line-height: 1.42;
  }

  .block-cta__form input:not([type="checkbox"]),
  .block-cta__consent-text,
  .block-cta__consent-label {
    font-size: 17px;
  }

  .block-cta__submit {
    font-size: 16px;
    line-height: calc(19 / 16);
  }

  .block-cta__consent-text {
    line-height: 1.4;
  }

  .hero-banner-btn {
    font-size: 16px;
    line-height: calc(19 / 16);
  }

  .site-footer,
  .site-footer__nav a,
  .site-footer__catalog-link,
  .site-footer__social-title,
  .site-footer__lead-text,
  .site-footer__fineprint,
  .site-footer__policy-link {
    font-size: clamp(13px, 3.4vw, 15px);
    line-height: 1.4;
  }

  .site-footer__meta,
  .site-footer__contact-label,
  .site-footer__contact-value {
    font-size: clamp(13px, 3.2vw, 15px);
  }

  .lead-modal__lead,
  .lead-modal__field input,
  .lead-modal__consent-text {
    font-size: clamp(1rem, 3.5vw, 1.08rem);
    line-height: 1.4;
  }

  .lead-modal__submit {
    font-size: 16px;
    line-height: calc(19 / 16);
  }

  .lead-thanks-modal__text,
  .policy-modal__content {
    font-size: clamp(1.02rem, 3.5vw, 1.12rem);
    line-height: 1.45;
  }
}

@media (max-width: 520px) {
  .block-trust__card-title {
    font-size: 16px;
    line-height: 20px;
  }
}
