:root {
  --color-text: #07143d;
  --color-navy: #020b33;
  --color-navy-mid: #07164d;
  --color-navy-panel: #06123f;
  --color-accent: #08beea;
  --color-accent-btn: #08bfea;
  --color-accent-hover: #07a8d0;
  --color-result-bg: #eaf9fd;
  --color-white: #ffffff;
  --color-warm: #fbf8f3;
  --color-muted: #747a88;
  --color-on-dark: #d4dae8;
  --color-border: #dde2e8;
  --color-control: #fafbfc;
  --color-logo-sub: #5c6478;
  --radius-photo: 28px;
  --radius-photo-sm: 26px;
  --radius-card: 22px;
  --radius-calc: 24px;
  --radius-panel: 22px;
  --radius-result: 18px;
  --radius-control: 8px;
  --radius-quote-card: 14px;
  --shadow-card: 0 12px 34px rgba(9, 21, 55, 0.07);
  --shadow-card-hover: 0 16px 40px rgba(9, 21, 55, 0.12);
  --shadow-btn: 0 8px 20px rgba(8, 190, 234, 0.16);
  --shadow-btn-hover: 0 14px 32px rgba(8, 190, 234, 0.28);
  --shadow-soft: 0 8px 24px rgba(9, 21, 55, 0.08);
  --container-max: 1320px;
  --container-pad: 60px;
  --header-h: 88px;
  --icon-stroke: 1.85;
  --ease: 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  --ease-color: 0.4s ease;
}
@media (max-width: 1439px) {
  :root {
    --container-pad: 40px;
  }
}
@media (max-width: 1199px) {
  :root {
    --container-pad: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-pad: 16px;
    --header-h: 72px;
  }
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic-wght.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext-wght.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-wght.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  min-height: 100vh;
  font-family: "Manrope", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-white);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

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

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

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

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

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--color-accent-btn);
  color: var(--color-white);
  border-radius: var(--radius-control);
  transform: translateY(-140%);
  transition: transform var(--ease);
}
.skip-link:focus {
  transform: none;
}

.container {
  width: 100%;
  max-width: calc(var(--container-max) + var(--container-pad) * 2);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--color-accent);
}

.eyebrow--hero {
  font-size: 16px;
  font-weight: 700;
}

.accent-line {
  display: block;
  width: 74px;
  height: 6px;
  margin-bottom: 22px;
  border-radius: 99px;
  background: var(--color-accent);
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 34px;
    line-height: 1.18;
  }
}

.section-lead {
  margin-top: 18px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-muted);
}

.icon {
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 28px;
  border-radius: var(--radius-control);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transform: translateY(0);
  transition: transform var(--ease), box-shadow var(--ease), color var(--ease-color), filter var(--ease);
}
.btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
.btn:focus-visible {
  overflow: visible;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  filter: none;
}
@media (max-width: 767px) {
  .btn {
    min-height: 52px;
    white-space: normal;
  }
  .btn.btn--primary {
    width: 100%;
  }
}

.btn--primary {
  background: linear-gradient(180deg, #14cff4 0%, #08beea 42%, #07a8d0 100%);
  color: var(--color-white);
  box-shadow: var(--shadow-btn);
}
.btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 58%);
  opacity: 0;
  transition: opacity var(--ease);
}
.btn--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.28) 48%, transparent 100%);
  transform: translateX(-160%) skewX(-18deg);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn-hover);
    filter: saturate(1.06);
  }
  .btn--primary:hover:not(:disabled)::before {
    opacity: 1;
  }
  .btn--primary:hover:not(:disabled)::after {
    transform: translateX(280%) skewX(-18deg);
  }
}
.btn--primary:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(8, 190, 234, 0.18);
  filter: none;
}
.btn--primary:active:not(:disabled)::before {
  opacity: 0.5;
}
.btn--primary:active:not(:disabled)::after {
  transform: translateX(280%) skewX(-18deg);
  transition-duration: 0s;
}

.btn--ghost {
  padding-inline: 2px 4px;
  background: transparent;
  color: var(--color-text);
  box-shadow: none;
  overflow: visible;
}
.btn--ghost::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 4px;
  bottom: 14px;
  height: 1.5px;
  background: var(--color-accent);
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .btn--ghost:hover:not(:disabled) {
    color: var(--color-accent);
    transform: none;
  }
  .btn--ghost:hover:not(:disabled)::after {
    transform: scaleX(1);
  }
}
.btn--ghost:active:not(:disabled) {
  transform: none;
  opacity: 0.8;
}

.btn--block {
  width: 100%;
}

.btn--header {
  min-width: 0;
  height: auto;
  min-height: 60px;
  padding-inline: 18px;
  font-size: 15px;
  white-space: normal;
}

.counter {
  display: flex;
  align-items: stretch;
  height: 50px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-control);
  background: var(--color-white);
  overflow: hidden;
}

.counter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-height: 48px;
  color: var(--color-text);
  background: var(--color-control);
  transition: background-color var(--ease), color var(--ease-color), transform var(--ease);
}
.counter__btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .counter__btn:hover:not(:disabled) {
    color: var(--color-accent);
    background: #eef8fb;
  }
}
.counter__btn:active:not(:disabled) {
  transform: scale(0.94);
}
.counter__btn:disabled {
  color: #c5cad3;
  cursor: not-allowed;
}

.counter__value {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.field:focus-within .field__label {
  color: var(--color-text);
}

.field__label {
  transition: color var(--ease-color);
}

.field__input,
.field__textarea,
.field__select {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-control);
  background: var(--color-white);
  transition: border-color var(--ease-color), box-shadow var(--ease), background-color var(--ease-color);
}
.field__input:focus, .field__input:focus-visible,
.field__textarea:focus,
.field__textarea:focus-visible,
.field__select:focus,
.field__select:focus-visible {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: inset 0 0 0 2px rgba(8, 190, 234, 0.45);
}
@media (hover: hover) and (pointer: fine) {
  .field__input:hover:not(:focus):not(:focus-visible),
  .field__textarea:hover:not(:focus):not(:focus-visible),
  .field__select:hover:not(:focus):not(:focus-visible) {
    border-color: #c5ced8;
  }
}
.field__input.is-invalid,
.field__textarea.is-invalid,
.field__select.is-invalid {
  border-color: #d64545;
  box-shadow: none;
}

.field__input {
  min-height: 50px;
  padding: 0 14px;
}

.field__textarea {
  min-height: 120px;
  padding: 12px 14px;
  resize: vertical;
}

.field__error {
  display: none;
  font-size: 13px;
  color: #d64545;
}

.field.is-invalid .field__error {
  display: block;
}

.field--consent {
  gap: 8px;
}

.consent {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
  align-items: start;
  cursor: pointer;
}

.consent__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.consent__box {
  width: 22px;
  height: 22px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: var(--color-white);
  cursor: pointer;
  transition: border-color var(--ease-color), background-color var(--ease), box-shadow var(--ease);
}

.consent__box::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  margin: 3px auto 0;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  transform: rotate(45deg) scale(0);
  transition: transform var(--ease);
}

.consent__input:focus-visible + .consent__box {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px rgba(8, 190, 234, 0.28);
}

.consent__input:checked + .consent__box {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.consent__input:checked + .consent__box::after {
  transform: rotate(45deg) scale(1);
}

.consent__text {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-muted);
}

.consent__text label {
  cursor: pointer;
}

.consent__text a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--ease-color);
}
@media (hover: hover) and (pointer: fine) {
  .consent__text a:hover {
    color: var(--color-accent);
  }
}

.field--consent.is-invalid .consent__box {
  border-color: #d64545;
}

html.has-cookie-banner {
  padding-bottom: 140px;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 90;
}

.cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1320px, 100%);
  margin-inline: auto;
  padding: 22px 28px;
  background: var(--color-navy-panel);
  color: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-hover);
}

.cookie-banner__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.cookie-banner__lead {
  margin-top: 8px;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-on-dark);
}

.cookie-banner__lead a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
}

.cookie-banner__accept {
  min-height: 48px;
  padding-inline: 22px;
}

.cookie-banner__reject {
  min-height: 48px;
  color: var(--color-white);
}
.cookie-banner__reject::after {
  background: var(--color-accent);
}

@media (max-width: 959px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
  .cookie-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-banner__reject {
    justify-content: flex-start;
  }
}
.popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--ease), visibility var(--ease);
}

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

.popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 61, 0.55);
  opacity: 0;
  transition: opacity var(--ease);
}

.popup.is-open .popup__backdrop {
  opacity: 1;
}

.popup__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(88vh, 820px);
  overflow: auto;
  padding: 32px 32px 28px;
  background: var(--color-white);
  border-radius: var(--radius-calc);
  box-shadow: var(--shadow-card-hover);
  color: var(--color-text);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: transform var(--ease), opacity var(--ease);
}

.popup.is-open .popup__dialog {
  opacity: 1;
  transform: none;
}

.popup--calc .popup__dialog {
  width: min(980px, 100%);
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  border-radius: var(--radius-control);
  transition: color var(--ease-color), background-color var(--ease), transform var(--ease);
}
.popup__close:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .popup__close:hover {
    color: var(--color-accent);
    background: var(--color-result-bg);
  }
}

.popup__title {
  padding-right: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.popup__lead {
  margin: 10px 0 22px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-muted);
}

.popup__calc {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
}
@media (max-width: 959px) {
  .popup__calc {
    grid-template-columns: 1fr;
  }
}

.popup .contact__form {
  padding: 0;
  box-shadow: none;
}

.popup .contact__fields {
  gap: 32px;
}

.popup .contact__row {
  gap: 20px;
}

.popup .calc-form {
  gap: 28px;
}

.popup .contact__form--compact {
  margin-top: 20px;
  padding-top: 8px;
}

.popup .field {
  gap: 14px;
}

.popup .calculator__result {
  min-height: 0;
}

@media (max-width: 767px) {
  .popup__dialog {
    padding: 24px 18px 20px;
  }
  .popup__title {
    font-size: 22px;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.header__inner {
  width: 100%;
  max-width: calc(var(--container-max) + var(--container-pad) * 2);
  margin-inline: auto;
  padding-inline: var(--container-pad);
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100%;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex-shrink: 0;
}

.header .logo {
  transition: opacity var(--ease-color);
}
@media (hover: hover) and (pointer: fine) {
  .header .logo:hover {
    opacity: 0.72;
  }
}

.logo__name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--color-text);
  text-transform: uppercase;
}

.logo__caption {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-logo-sub);
}

.nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 22px;
}

.nav__link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  transition: color var(--ease-color);
}
.nav__link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: var(--color-accent);
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover {
    color: var(--color-accent);
  }
  .nav__link:hover::after {
    transform: scaleX(1);
  }
}

.nav__cta {
  margin-left: 8px;
}

.header__menu-btn {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  border-radius: var(--radius-control);
  transition: background-color var(--ease), color var(--ease-color);
}
.header__menu-btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .header__menu-btn:hover {
    background: var(--color-result-bg);
    color: var(--color-accent);
  }
}

.header__menu-bars {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  transition: background-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.header.is-open .header__menu-bars {
  background: transparent;
  box-shadow: none;
}
.header.is-open .header__menu-bars::before, .header.is-open .header__menu-bars::after {
  content: "";
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform var(--ease);
}
.header.is-open .header__menu-bars::before {
  transform: rotate(45deg);
}
.header.is-open .header__menu-bars::after {
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .header__menu-btn {
    display: inline-flex;
  }
  .nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--container-pad) 24px;
    background: var(--color-white);
    box-shadow: var(--shadow-card);
  }
  .header.is-open .nav {
    display: flex;
  }
  .nav__link {
    padding: 14px 0;
    border-bottom: 1px solid var(--color-border);
  }
  .nav__link::after {
    display: none;
  }
  .nav__cta {
    margin: 16px 0 0;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .logo__name {
    font-size: 16px;
  }
  .logo__caption {
    font-size: 10px;
  }
}
.section {
  padding: 82px 0 86px;
  scroll-margin-top: calc(var(--header-h) + 8px);
}
@media (max-width: 767px) {
  .section {
    padding: 56px 0 64px;
  }
}

.section--warm {
  background: var(--color-warm);
}

.section--white {
  background: var(--color-white);
}

.section--dark {
  background: linear-gradient(90deg, var(--color-navy) 0%, var(--color-navy-mid) 100%);
  color: var(--color-white);
}
.section--dark .section-title {
  color: var(--color-white);
}
.section--dark .section-lead {
  color: var(--color-on-dark);
}

.section__head {
  margin-bottom: 44px;
}

.cards-grid {
  display: grid;
  gap: 22px;
}

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

.cards-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .cards-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .cards-grid--3 {
    grid-template-columns: 1fr;
  }
}

.cards-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .cards-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .cards-grid--4 {
    grid-template-columns: 1fr;
  }
}

.info-card {
  min-height: 0;
  padding: 30px;
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform var(--ease), box-shadow var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .info-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
  }
}
.info-card svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .info-card:hover svg {
    transform: translateY(-2px);
  }
}

.info-card__icon {
  width: 36px;
  height: 36px;
  color: var(--color-accent);
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.info-card__title {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
}

.info-card__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-muted);
}

.section[id],
#for-whom,
#hero {
  scroll-margin-top: calc(var(--header-h) + 8px);
}

.footer {
  padding: 56px 0 32px;
  background: var(--color-navy);
  color: var(--color-white);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.footer .logo__name {
  color: var(--color-white);
}

.footer .logo__caption {
  color: var(--color-on-dark);
}

.footer__about {
  margin-top: 16px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--color-on-dark);
}

.footer__title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-on-dark);
  transition: color var(--ease-color), transform var(--ease);
}
.footer__link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    color: var(--color-white);
    transform: translateX(4px);
  }
}

.footer__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 22px;
  font-size: 13px;
  color: #8b93a8;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer__legal .footer__link {
  font-size: 13px;
}

.hero {
  background: var(--color-white);
  padding: 20px 0 48px;
}

.hero__grid {
  width: 100%;
  max-width: calc(var(--container-max) + var(--container-pad) * 2);
  margin-inline: auto;
  padding-inline: var(--container-pad);
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.55fr);
  gap: 56px;
  align-items: center;
}

.hero__content {
  padding-top: 12px;
}

.hero__title {
  margin-top: 18px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-text);
}
@media (max-width: 1199px) {
  .hero__title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 40px;
  }
}

.hero__lead {
  margin-top: 22px;
  max-width: 500px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--color-muted);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 44px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 70px;
}

.hero__media {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-photo);
}

.hero__photo {
  width: 100%;
  height: 880px;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: var(--radius-photo);
  background: var(--color-warm);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .hero__media:hover .hero__photo {
    transform: scale(1.035);
  }
}
.hero__fact {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  transition: transform var(--ease);
}
.hero__fact svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .hero__fact:hover {
    transform: translateY(-2px);
  }
  .hero__fact:hover svg {
    transform: translateY(-2px);
  }
}

.hero__fact-icon {
  width: 38px;
  height: 38px;
  color: var(--color-accent);
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hero__fact-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
}

@media (max-width: 959px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero__photo {
    height: min(72vw, 640px);
  }
  .hero__facts {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 40px;
  }
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
  }
}
@media (max-width: 1279px) {
  .hero__photo {
    height: 760px;
  }
}
.services {
  background: var(--color-warm);
  padding: 86px 0 80px;
}

.services__head {
  margin-bottom: 48px;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  min-height: 280px;
  padding: 32px;
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform var(--ease), box-shadow var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
  }
}
.service-card svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .service-card:hover svg {
    transform: translateY(-2px);
  }
}

.service-card__icon {
  width: 36px;
  height: 36px;
  color: var(--color-accent);
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.service-card__summary {
  list-style: none;
  cursor: pointer;
}
.service-card__summary:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
.service-card__summary::-webkit-details-marker, .service-card__summary::marker {
  display: none;
  content: "";
}

.service-card__title {
  margin-top: 28px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
}

.service-card__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-muted);
}

.service-card__points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
  font-size: 14px;
  line-height: 1.45;
  color: var(--color-text);
}

.service-card__points li {
  padding-left: 14px;
  position: relative;
}

.service-card__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}

.services__bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  min-height: 150px;
  padding: 28px 20px;
  background: var(--color-navy-panel);
  border-radius: var(--radius-panel);
}

.bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  transition: transform var(--ease);
}
.bar-item svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .bar-item:hover {
    transform: translateY(-3px);
  }
  .bar-item:hover svg {
    transform: translateY(-2px);
  }
}

.bar-item__icon {
  width: 28px;
  height: 28px;
  color: #bfeef8;
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.bar-item__label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services__bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 0;
    row-gap: 22px;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 64px 0 56px;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 0;
  }
  .services__bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.calculator {
  padding: 78px 0 80px;
  background: linear-gradient(90deg, var(--color-navy) 0%, var(--color-navy-mid) 100%);
  color: var(--color-white);
}

.calculator__head {
  margin-bottom: 40px;
}

.calculator .section-title {
  color: var(--color-white);
}

.calculator .section-lead {
  max-width: 720px;
  color: var(--color-on-dark);
}

.calculator__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 0.23fr);
  gap: 52px;
  align-items: stretch;
}

.calculator__card {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.42fr);
  gap: 36px;
  min-height: 430px;
  padding: 36px;
  background: var(--color-white);
  border-radius: var(--radius-calc);
  color: var(--color-text);
}

.calc-form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.field__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #5b6270;
  transition: color var(--ease-color);
}

.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 5px;
  background: var(--color-control);
  border: 1px solid var(--color-border);
  border-radius: 10px;
}

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

.calc-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .calc-form__row {
    grid-template-columns: 1fr;
  }
}

.segmented__btn {
  min-height: 42px;
  border-radius: var(--radius-control);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-muted);
  background: transparent;
  transition: background-color var(--ease), color var(--ease-color), box-shadow var(--ease);
}
.segmented__btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .segmented__btn:hover:not([aria-checked=true]) {
    color: var(--color-text);
    background: rgba(255, 255, 255, 0.7);
  }
}
.segmented__btn[aria-checked=true] {
  color: var(--color-text);
  background: var(--color-white);
  box-shadow: inset 0 0 0 2px var(--color-accent);
}

.field__select {
  height: 50px;
  padding: 0 42px 0 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%2307143D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  appearance: none;
}

.calculator__result {
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  background: var(--color-result-bg);
  border-radius: var(--radius-result);
}

.calculator__result-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-muted);
}

.calculator__price {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-text);
}

.calculator__price-value {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.calculator__price-line {
  width: 180px;
  height: 3px;
  margin: 16px 0;
  background: var(--color-accent);
  border-radius: 99px;
}

.calculator__hint {
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-muted);
}

.calculator__result .btn {
  margin-top: auto;
  min-height: 52px;
}

.calc-benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 52px;
  padding-top: 8px;
}

.calc-benefits__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  transition: transform var(--ease);
}
.calc-benefits__item svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .calc-benefits__item:hover {
    transform: translateX(4px);
  }
  .calc-benefits__item:hover svg {
    transform: translateY(-2px);
  }
}

.calc-benefits__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: var(--color-white);
}

@media (max-width: 900px) {
  .calculator__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .calc-benefits {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 32px;
    padding-top: 0;
  }
}
@media (max-width: 959px) {
  .calculator__card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px;
  }
  .calculator__price-value {
    font-size: 32px;
  }
  .calc-benefits {
    flex-direction: column;
    gap: 20px;
  }
}
.workflow {
  background: var(--color-warm);
  padding: 78px 0 84px;
}

.workflow__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.41fr) minmax(0, 0.55fr);
  gap: 60px;
  align-items: center;
}

.workflow__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-photo-sm);
}

.workflow__photo {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: var(--radius-photo-sm);
  background: #efe8dc;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .workflow__media:hover .workflow__photo {
    transform: scale(1.035);
  }
}
.workflow__badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: 220px;
  padding: 18px 20px;
  background: var(--color-white);
  border-radius: var(--radius-quote-card);
  box-shadow: var(--shadow-soft);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-text);
  transition: transform var(--ease), box-shadow var(--ease);
}

@media (hover: hover) and (pointer: fine) {
  .workflow__media:hover .workflow__badge {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
  }
}
.workflow__eyebrow {
  margin-top: 4px;
  margin-bottom: 16px;
}

.workflow__lead {
  margin-top: 20px;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.62;
  color: var(--color-muted);
}

.workflow__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
}

.workflow__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-text);
  transition: transform var(--ease);
}
.workflow__item svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .workflow__item:hover {
    transform: translateX(4px);
  }
  .workflow__item:hover svg {
    transform: translateY(-2px);
  }
}

.workflow__item-icon {
  width: 28px;
  height: 28px;
  margin-top: 1px;
  color: var(--color-accent);
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.quote-card {
  position: relative;
  margin-top: 32px;
  padding: 28px 28px 28px 72px;
  background: var(--color-navy-panel);
  border-radius: var(--radius-card);
  color: var(--color-white);
  font-size: 17px;
  line-height: 1.55;
  transition: transform var(--ease), box-shadow var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .quote-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
  }
}

.quote-card__mark {
  position: absolute;
  top: 18px;
  left: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
}

.workflow__cta {
  margin-top: 28px;
}

@media (max-width: 959px) {
  .workflow__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .workflow__photo {
    height: min(88vw, 560px);
  }
}
@media (max-width: 767px) {
  .workflow {
    padding: 56px 0 64px;
  }
  .workflow__cta .btn {
    width: 100%;
    white-space: normal;
  }
}
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1199px) {
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .process-list {
    grid-template-columns: 1fr;
  }
}

.process-step {
  position: relative;
  padding: 32px 28px;
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform var(--ease), box-shadow var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .process-step:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
  }
}

.process-step__num {
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-accent);
}

.process-step__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.process-step__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-muted);
}

.experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.54fr);
  gap: 56px;
  align-items: center;
}
@media (max-width: 959px) {
  .experience__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.experience__media {
  overflow: hidden;
  border-radius: var(--radius-photo-sm);
}

.experience__photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: var(--radius-photo-sm);
  background: #efe8dc;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 959px) {
  .experience__photo {
    height: min(82vw, 520px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .experience__media:hover .experience__photo {
    transform: scale(1.035);
  }
}
.experience__stats {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.experience__stat {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .experience__stat:hover {
    transform: translateX(4px);
  }
}
@media (max-width: 767px) {
  .experience__stat {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.experience__stat-value {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.experience__stat-label {
  font-size: 16px;
  color: var(--color-muted);
}

.control-list {
  display: grid;
  gap: 20px;
}

.control-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 28px 32px;
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform var(--ease), box-shadow var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .control-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-card-hover);
  }
}
.control-item svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .control-item:hover svg {
    transform: translateY(-2px);
  }
}
@media (max-width: 767px) {
  .control-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.control-item__icon {
  width: 36px;
  height: 36px;
  color: var(--color-accent);
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.control-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.control-item__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-muted);
}

.format-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  border: 1px solid transparent;
  transition: transform var(--ease), box-shadow var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .format-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
  }
}

.format-card--accent {
  background: var(--color-navy-panel);
  color: var(--color-white);
  box-shadow: var(--shadow-card-hover);
}
.format-card--accent .format-card__text,
.format-card--accent .format-card__list {
  color: var(--color-on-dark);
}
@media (hover: hover) and (pointer: fine) {
  .format-card--accent:hover {
    box-shadow: 0 18px 40px rgba(8, 190, 234, 0.18);
  }
}

.format-card__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.format-card__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-muted);
}

.format-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  font-size: 15px;
  color: var(--color-text);
}

.format-card__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.format-card__mark {
  color: var(--color-accent);
  font-weight: 700;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 920px;
}

.faq-item {
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: box-shadow var(--ease), transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .faq-item:hover {
    box-shadow: var(--shadow-card-hover);
  }
}

.faq-item__btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 20px 28px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-text);
  transition: color var(--ease-color);
}
.faq-item__btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .faq-item__btn:hover {
    color: var(--color-navy-panel);
  }
}

.faq-item__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--color-accent);
  transition: transform var(--ease);
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-muted);
  transition: grid-template-rows var(--ease), padding var(--ease);
}

.faq-item__panel-inner {
  overflow: hidden;
}

.faq-item.is-open .faq-item__panel {
  grid-template-rows: 1fr;
  padding: 0 28px 22px;
}

.guarantee-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  transition: transform var(--ease), background-color var(--ease), border-color var(--ease);
}
.guarantee-card svg {
  transition: transform var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .guarantee-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(8, 190, 234, 0.28);
  }
  .guarantee-card:hover svg {
    transform: translateY(-2px);
  }
}

.guarantee-card__icon {
  width: 36px;
  height: 36px;
  color: var(--color-accent);
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.guarantee-card__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.guarantee-card__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-on-dark);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.38fr);
  gap: 48px;
  align-items: start;
}
@media (max-width: 959px) {
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.contact__form {
  display: grid;
  gap: 16px;
  padding: 36px;
  background: var(--color-white);
  border-radius: var(--radius-calc);
  box-shadow: var(--shadow-card);
}

.contact__fields {
  display: grid;
  gap: 28px;
}

.contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact__row {
    grid-template-columns: 1fr;
  }
}

.contact__aside {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 8px;
}

.contact__note {
  padding: 24px;
  background: var(--color-result-bg);
  border-radius: var(--radius-result);
  transition: transform var(--ease), box-shadow var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .contact__note:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-card-hover);
  }
}

.contact__note-title {
  font-size: 18px;
  font-weight: 600;
}

.contact__note-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-muted);
}

.contact__success {
  display: none;
  padding: 28px;
  background: var(--color-result-bg);
  border-radius: var(--radius-result);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.contact__form.is-sent .contact__fields {
  display: none;
}
.contact__form.is-sent .contact__success {
  display: block;
}

.contact__form--compact {
  margin-top: 16px;
  padding: 24px;
  box-shadow: none;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.compare-wrap {
  overflow-x: auto;
}

.compare-table th,
.compare-table td {
  padding: 18px 20px;
  text-align: left;
  font-size: 15px;
  line-height: 1.45;
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}

.compare-table th {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-muted);
  background: var(--color-control);
}

.compare-table th:nth-child(2),
.compare-table td:nth-child(2) {
  color: var(--color-text);
  background: var(--color-result-bg);
  font-weight: 600;
}

.compare-table tbody tr {
  transition: background-color var(--ease-color);
}

.compare-table tbody tr:hover td:first-child,
.compare-table tbody tr:hover td:nth-child(3) {
  background: #f7fafc;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table td:first-child {
  font-weight: 600;
  color: var(--color-text);
  min-width: 160px;
}

.section-cta {
  margin-top: 36px;
}

.legal {
  padding: 48px 0 88px;
}

.legal__article {
  max-width: 820px;
}

.legal__date {
  margin-top: 10px;
  font-size: 14px;
  color: var(--color-muted);
}

.legal__lead {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-muted);
}

.legal h2 {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.legal h3 {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.legal p,
.legal li {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-text);
}

.legal code {
  font-size: 0.92em;
}

.legal ul,
.legal ol {
  margin-top: 12px;
  padding-left: 22px;
}

.legal ul {
  list-style: disc;
}

.legal ol {
  list-style: decimal;
}

.legal a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal table {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
  font-size: 15px;
}

.legal th,
.legal td {
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
}

.legal th {
  background: var(--color-control);
  font-weight: 600;
}
