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

:root {
  --color-orange: #e8380d;
  --color-dark: #1c1c2e;
  --color-gray: #6b6b7a;
  --color-hero-bg: #ffffff;
  --site-gutter: 64px;
  --site-max: 1920px;
  --section-gap: 105px;
}

html {
  overflow-x: clip;
}

body {
  font-family: "Syne", sans-serif;
  background-image: url("../../fonp.webp"), url("../../fonp.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: cover, 100% 45vh;
  background-attachment: fixed, scroll;
  min-height: 100vh;
  color: var(--color-dark);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-top: none;
  background-color: #ffffff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1920px;
  width: 100%;
  min-height: 80px;
  margin: 0 auto;
  padding: 12px var(--site-gutter);
}

/* Logo */
.header__logo {
  display: block;
  width: 435px;
  height: 47px;
  margin-right: auto;
  margin-left: -64px;
  text-decoration: none;
  flex-shrink: 0;
}

.header__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scaleX(1.05);
  transform-origin: left center;
}

/* Center info — 504 × 54 */
.header__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 504px;
  height: 54px;
  flex-shrink: 0;
  text-align: center;
}

.header__info-line {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #4a4a4a;
}

.header__info-line strong {
  font-weight: 500;
  color: #000000;
}

.header__info-accent {
  color: var(--color-orange);
  font-weight: 500;
}

.hero-meta-info {
  display: none;
}

/* Callback button — 340 × 56 */
.header__callback-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 340px;
  height: 56px;
  padding: 10px 24px;
  border: none;
  border-radius: 16px;
  background-color: var(--color-orange);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
  transition: background-color 0.2s ease;
}

.header__callback-text {
  display: inline;
}

.header__callback-icon {
  display: none;
  flex-shrink: 0;
}

.header__callback-btn:hover {
  background-color: #cf320b;
}

.header__callback-btn:active {
  background-color: #b82c0a;
}

/* Main */
.main {
  max-width: var(--site-max);
  margin: 0 auto;
  padding: 24px var(--site-gutter) 48px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 680px;
  min-height: 680px;
  max-height: 680px;
  margin: 0;
  border-radius: 40px;
  background-color: var(--color-hero-bg);
}

.hero__brands {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__brand-logo {
  position: absolute;
  display: block;
  object-fit: contain;
}

.hero__brand-logo--lenovo {
  top: 20px;
  left: 12px;
  width: 150px;
  height: auto;
  transform: rotate(-8deg);
}

.hero__brand-logo--asus {
  bottom: 38px;
  left: 32px;
  width: 148px;
  height: auto;
  transform: rotate(5deg);
}

.hero__brand-logo--hp {
  bottom: 28px;
  left: 330px;
  width: 68px;
  height: auto;
  transform: rotate(5deg);
}

.hero__brand-logo--gig {
  bottom: 245px;
  left: 460px;
  width: 220px;
  height: auto;
  transform: rotate(-1deg);
}

.hero__brand-logo--msi {
  top: 45px;
  left: 415px;
  width: 125px;
  height: auto;
  transform: rotate(8deg);
}

.hero__brand-logo--lg {
  top: 85px;
  left: 675px;
  width: 145px;
  height: auto;
  transform: rotate(-3deg);
}

.hero__brand-logo--apple {
  top: 135px;
  left: 865px;
  width: 90px;
  height: auto;
  transform: rotate(-3deg);
}

.hero__brand-logo--nvid {
  top: 20px;
  right: 24px;
  left: auto;
  width: 170px;
  height: auto;
  transform: rotate(0deg);
}

.hero__brand-logo--sams {
  top: 255px;
  left: 540px;
  width: 165px;
  height: auto;
  transform: rotate(0deg);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 118px 0 56px 40px;
  box-sizing: border-box;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 56px;
  max-width: 760px;
}

.hero__location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 200;
  font-style: normal;
  line-height: 1.2;
  color: #e8380d;
}

.hero__location-icon {
  flex-shrink: 0;
  color: #e8380d;
}

.hero__title {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-dark);
}

.hero__title-line {
  display: block;
}

.hero__title-variant--mobile {
  display: none;
}

.hero__title-variant--desktop .hero__title-line {
  white-space: nowrap;
}

.hero__title-accent {
  color: var(--color-orange);
}

.hero__subtitle {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: var(--color-gray);
}

.hero__subtitle strong {
  font-weight: 500;
  color: var(--color-dark);
}

.hero__list {
  list-style: none;
  margin-bottom: 32px;
}

.hero__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: var(--color-gray);
}

.hero__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-orange);
}

.hero__list strong {
  font-weight: 500;
  color: var(--color-dark);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}

.hero__action-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 32px;
  border-radius: 16px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hero__btn--primary {
  min-width: 280px;
  padding: 14px 40px;
  border: none;
  background-color: var(--color-orange);
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
}

.hero__btn--primary:hover {
  background-color: #cf320b;
}

.hero__btn--secondary {
  min-width: 220px;
  padding: 14px 56px;
  border: 1px solid #111122;
  background-color: #ffffff;
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  color: #111122;
}

.hero__btn--secondary:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.hero__note {
  width: 100%;
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: #9a9aa8;
}

.hero__note-line {
  display: block;
  font-weight: 400;
}

.hero__note-line--first {
  white-space: nowrap;
}

.hero__note b.hero__note-accent {
  display: inline;
  font-family: "Syne", sans-serif;
  font-size: inherit;
  font-weight: 500 !important;
  font-style: normal;
  font-synthesis: none;
  color: #6e6e7a;
}

.hero__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 58%;
  overflow: hidden;
  pointer-events: none;
}

.hero__image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  display: block;
  width: auto;
  max-width: none;
  height: 580px;
  object-fit: contain;
  object-position: right bottom;
  transform: scale(1.18);
  transform-origin: right bottom;
  pointer-events: none;
}

/* Плавающая кнопка — видна при скролле всего сайта */
.quiz-page .site-fab {
  display: none !important;
}

.site-fab {
  position: fixed;
  right: var(--site-gutter);
  bottom: 32px;
  z-index: 1000;
}

body.has-cookie-consent .site-fab {
  bottom: 112px;
}

.site-fab__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: max-content;
  max-width: 72px;
  height: 72px;
  padding: 0 16px;
  overflow: hidden;
  border: none;
  border-radius: 999px;
  background-color: var(--color-orange);
  box-shadow: 0 8px 24px rgba(232, 56, 13, 0.35);
  font-family: inherit;
  cursor: pointer;
  transition:
    max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    gap 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.2s ease;
}

.site-fab.is-expanded .site-fab__btn {
  max-width: min(520px, calc(100vw - var(--site-gutter) * 2));
  padding: 14px 20px 14px 16px;
  gap: 14px;
  box-shadow: 0 10px 36px rgba(232, 56, 13, 0.42);
}

.site-fab__icon {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.site-fab__icon-svg {
  display: block;
  width: 40px;
  height: 40px;
}

.site-fab__text {
  flex: 0 0 auto;
  max-width: 0;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  opacity: 0;
  transition:
    opacity 0.3s ease 0.08s,
    max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-fab.is-expanded .site-fab__text {
  max-width: 360px;
  opacity: 1;
}

.site-fab__text-line {
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.35;
  color: #ffffff;
}

.site-fab__arrow {
  flex: 0 0 auto;
  max-width: 0;
  overflow: hidden;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  transition:
    opacity 0.3s ease 0.12s,
    max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-fab.is-expanded .site-fab__arrow {
  max-width: 32px;
  opacity: 1;
}

.site-fab__btn:hover {
  background-color: #cf320b;
}

.site-fab:not(.is-expanded) .site-fab__btn:hover {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .site-fab__btn,
  .site-fab__text,
  .site-fab__arrow {
    transition: none;
  }
}

/* Features */
.features {
  padding: 72px var(--site-gutter) 96px;
  background: transparent;
}

.features__inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.features__title {
  margin-bottom: 36px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-dark);
}

.features__title-line {
  display: inline;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 40px;
  row-gap: 24px;
}

.features__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  text-align: center;
}

.features__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(28, 28, 46, 0.06);
}

.features__icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.features__card-title {
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  color: var(--color-dark);
}

.features__card-text {
  width: 100%;
  max-width: 320px;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--color-gray);
}

.features__card-text strong {
  font-weight: 500;
  color: var(--color-dark);
}

@supports not (grid-template-rows: subgrid) {
  .features__grid {
    grid-template-rows: none;
  }

  .features__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row: auto;
  }

  .features__card-title {
    min-height: 3.75em;
    margin-bottom: 8px;
  }
}

/* Services */
.services {
  padding: 72px var(--site-gutter) 96px;
  background: transparent;
}

.services__inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.services__title {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-dark);
}

.services__title-line {
  display: block;
}

.services__title-line--mobile {
  display: none;
}

.services__title-accent {
  color: var(--color-orange);
}

.services__lead {
  max-width: 720px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: var(--color-gray);
}

.services__lead-line {
  display: block;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  column-gap: 16px;
}

.services__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(28, 28, 46, 0.06);
  text-align: left;
}

.services__media {
  display: flex;
  flex: 0 0 148px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.services__image {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.services__card-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25;
  color: var(--color-dark);
}

.services__card-head {
  display: block;
  margin-bottom: 10px;
}

.services__toggle {
  display: none;
}

.services__card-text {
  flex: 1 1 auto;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: var(--color-gray);
}

.services__btn {
  flex: 0 0 auto;
  width: 100%;
  min-height: 58px;
  margin-top: auto;
  padding: 13px 24px 17px;
  border: 1px solid #111122;
  border-radius: 16px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  color: #111122;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.services__btn:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

@media (min-width: 1201px) {
  .services__card {
    padding: 18px 28px 10px;
  }

  .services__media {
    flex: 0 0 132px;
    margin-bottom: 10px;
  }

  .services__card-head {
    margin-bottom: 8px;
  }

  .services__card-title {
    margin: 0 -12px;
    font-size: 19px;
    line-height: 1.2;
  }

  .services__card-text {
    margin-right: -12px;
    margin-bottom: 10px;
    margin-left: -12px;
    font-size: 14px;
    line-height: 1.4;
  }

  .services__btn {
    width: calc(100% + 40px);
    min-height: 54px;
    margin-right: -20px;
    margin-bottom: 3px;
    margin-left: -20px;
    padding: 12px 20px 14px;
    font-size: 15px;
  }

  .accent__title {
    font-size: clamp(26px, 2.6vw, 36px);
  }

  .accent__item-title {
    font-size: clamp(17px, 1.5vw, 22px);
  }

  .accent__item--payment .accent__item-title-line {
    display: block;
  }

  .accent__item--payment .accent__item-title-line:first-child {
    white-space: nowrap;
  }

  .footer__legal-line {
    font-size: 15px;
    letter-spacing: 0.03em;
  }

  .footer__legal-line:first-child {
    font-weight: 500;
  }
}

/* Accent */
.accent {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 44px 0 48px;
  background-color: var(--color-orange);
  color: #ffffff;
}

.accent__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--site-max);
  margin: 0 auto;
  padding-right: calc(var(--site-gutter) * 2);
  padding-left: calc(var(--site-gutter) * 2);
}

.accent__header {
  max-width: 920px;
  margin-bottom: 36px;
}

.accent__title {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.accent__lead {
  max-width: 720px;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.accent__lead-line {
  display: block;
}

.accent__lead-line--mobile {
  display: none;
}

.accent__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;
  align-items: start;
  column-gap: 48px;
  row-gap: 12px;
}

.accent__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: start;
  text-align: left;
}

.accent__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #ffffff;
}

.accent__icon-svg {
  display: block;
  width: 40px;
  height: 40px;
}

.accent__icon--tall {
  align-items: flex-start;
  width: 48px;
  height: 52px;
}

.accent__icon-svg--tall {
  width: 48px;
  height: auto;
}

.accent__icon-svg--tools {
  width: 40px;
  height: 40px;
}

.accent__divider--hidden {
  visibility: hidden;
}

.accent__divider {
  display: block;
  width: 48px;
  height: 2px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.accent__item-title {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: #ffffff;
}

.accent__item-title-line {
  display: block;
}

.accent__item-text {
  max-width: none;
  margin: 0;
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.accent__item-text-line {
  display: block;
}

/* Pricing */
.pricing {
  padding: 72px var(--site-gutter) 96px;
  background: transparent;
}

.pricing__inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.pricing__title {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-dark);
}

.pricing__title-line {
  display: inline;
}

.pricing__lead {
  max-width: 820px;
  margin: 0 auto 28px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: var(--color-gray);
}

.pricing__lead-line {
  display: inline;
}

.pricing__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto 24px;
}

.pricing__group-title {
  display: none !important;
}

.pricing__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 160px) minmax(90px, 120px);
  align-items: center;
  gap: 16px 20px;
  padding: 18px 24px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(28, 28, 46, 0.06);
}

.pricing__service {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: var(--color-dark);
}

.pricing__category {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  color: var(--color-gray);
}

.pricing__price {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: right;
  color: var(--color-dark);
  white-space: nowrap;
}

.pricing__price-from {
  font-weight: 600;
  color: var(--color-dark);
}

.pricing__price-value {
  font-weight: 700;
  font-style: normal;
  color: var(--color-dark);
}

.pricing__actions {
  display: flex;
  justify-content: center;
}

.pricing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 48px;
  padding: 12px 48px;
  border: none;
  border-radius: 16px;
  background-color: var(--color-orange);
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.pricing__btn:hover {
  background-color: #cf320b;
}

/* Payment */
.payment {
  padding: 72px var(--site-gutter) 96px;
  background: transparent;
}

.payment__inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.payment__title {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-dark);
}

.payment__title-line {
  display: block;
}

.payment__title-line--mobile {
  display: none;
}

.payment__lead {
  max-width: 640px;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--color-gray);
}

.payment__lead-line {
  display: block;
}

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

.payment__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment__icon-wrap {
  display: flex;
  flex: 0 0 88px;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(28, 28, 46, 0.06);
}

.payment__icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.payment__label {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.35;
  color: var(--color-dark);
}

.payment__label-line {
  display: block;
}

/* FAQ */
.faq {
  padding: 72px var(--site-gutter) 96px;
  background: transparent;
}

.faq__inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.faq__title {
  margin-bottom: 40px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-dark);
}

.faq__title-line {
  display: block;
}

.faq__title-line--mobile {
  display: none;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}

.faq__item {
  overflow: hidden;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(28, 28, 46, 0.06);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.35;
  color: var(--color-dark);
  list-style: none;
  cursor: pointer;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question-text {
  flex: 1 1 auto;
  text-align: left;
}

.faq__toggle {
  flex: 0 0 24px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: var(--color-dark);
}

.faq__toggle::before {
  content: "+";
}

.faq__item[open] .faq__toggle::before {
  content: "×";
}

.faq__answer {
  padding: 0 28px 22px;
}

.faq__answer p {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--color-gray);
}

/* Contact form */
.contact {
  padding: 72px var(--site-gutter) 96px;
  background: transparent;
}

.contact__inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.contact__card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  align-items: stretch;
  gap: 32px;
  padding: 40px 40px 40px 48px;
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(28, 28, 46, 0.06);
}

.contact__title {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-dark);
}

.contact__lead {
  max-width: none;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: var(--color-gray);
}

.contact__lead-line {
  display: block;
}

.contact__lead-line--mobile {
  display: none;
}

.contact__lead-accent {
  font-weight: 500;
  color: var(--color-dark);
}

.contact__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin-bottom: 20px;
}

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

.contact__label {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  color: var(--color-dark);
}

.contact__input {
  width: 100%;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #d8d8e0;
  border-radius: 12px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: var(--color-dark);
  transition: border-color 0.2s ease;
}

.contact__input::placeholder {
  color: #a8a8b5;
}

.contact__input--name {
  border-color: #111122;
}

.contact__input--name:focus {
  border-color: var(--color-orange);
}

.contact__input:focus {
  border-color: var(--color-orange);
  outline: none;
}

.contact__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.contact__consent {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: var(--color-gray);
  cursor: pointer;
}

.contact__checkbox {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid var(--color-orange);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}

.contact__checkbox:checked {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
}

.contact__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact__consent-text {
  display: block;
  white-space: nowrap;
}

.contact__link {
  color: var(--color-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact__link:hover {
  color: var(--color-orange);
}

.contact__submit {
  align-self: flex-end;
  flex: 0 0 auto;
  min-width: 300px;
  min-height: 44px;
  padding: 10px 48px;
  border: none;
  border-radius: 14px;
  background-color: var(--color-orange);
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.contact__submit:hover {
  background-color: #cf320b;
}

.contact__visual {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.contact__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 601px) {
  .contact__card {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 32px;
  }

  .contact__content {
    width: 100%;
    min-width: 0;
  }

  .contact__title {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 39px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .contact__lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .contact__form {
    width: 100%;
  }

  .contact__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .contact__consent {
    width: 100%;
  }

  .contact__consent-text {
    white-space: normal;
  }

  .contact__submit {
    align-self: flex-end;
  }

  .contact__visual {
    min-width: 0;
  }
}

/* Desktop: uniform 105px gap between content sections */
@media (min-width: 601px) {
  .main {
    padding-bottom: 0;
  }

  .features,
  .services,
  .pricing,
  .payment,
  .faq,
  .contact {
    padding-top: var(--section-gap);
    padding-right: var(--site-gutter);
    padding-bottom: 0;
    padding-left: var(--site-gutter);
  }

  .contact {
    padding-bottom: var(--section-gap);
  }

  .accent {
    margin-top: var(--section-gap);
  }

  .features__grid {
    row-gap: 12px;
  }
}

/* Footer */
.footer {
  padding: 32px var(--site-gutter) 28px;
  background-color: #ffffff;
}

.footer__inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.footer__logo {
  display: block;
  flex: 0 1 auto;
}

.footer__logo-img {
  display: block;
  width: 340px;
  max-width: 100%;
  height: auto;
  transform: scaleX(1.06);
  transform-origin: left center;
}

.footer__legal {
  flex: 0 0 auto;
  text-align: left;
}

.footer__legal-line {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: var(--color-gray);
}

.footer__legal-line + .footer__legal-line {
  margin-top: 4px;
}

.footer__legal-line:last-child {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.footer__notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: 16px;
  background-color: #fde8e4;
}

.footer__notice-icon {
  display: flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border: 2px solid var(--color-orange);
  border-radius: 50%;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-orange);
}

.footer__notice-text {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: var(--color-gray);
}

.footer__notice-line {
  display: block;
}

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

.footer__copy {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: var(--color-gray);
}

.footer__copy-mark {
  font-size: 20px;
  line-height: 1;
  vertical-align: -2px;
}

.footer__policy {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: var(--color-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__policy:hover {
  color: var(--color-orange);
}

.footer__policy--mobile {
  display: none;
}

@supports not (grid-template-rows: subgrid) {
  .accent__grid {
    grid-template-rows: none;
  }

  .accent__item {
    display: flex;
    flex-direction: column;
    grid-row: auto;
  }

  .accent__icon {
    margin-bottom: 12px;
  }

  .accent__divider {
    margin-bottom: 12px;
  }

  .accent__item-title {
    margin-bottom: 8px;
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .hero__inner {
    padding: 80px 24px 0;
    min-height: auto;
  }

  .hero__content {
    max-width: none;
    padding-bottom: 24px;
  }

  .hero__title {
    font-size: clamp(32px, 5vw, 48px);
  }

  .hero__visual {
    position: relative;
    width: 100%;
    min-height: 360px;
    margin-top: 24px;
    pointer-events: none;
  }

  .hero__image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    max-height: 420px;
    margin: 0 auto;
    transform: none;
    object-position: center bottom;
  }

  .hero {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hero__brand-logo--lenovo {
    top: 12px;
    left: 8px;
    width: 110px;
  }

  .hero__brand-logo--asus {
    bottom: 28px;
    left: 20px;
    width: 115px;
    transform: rotate(5deg);
  }

  .hero__brand-logo--hp {
    bottom: 18px;
    left: 235px;
    width: 52px;
    transform: rotate(5deg);
  }

  .hero__brand-logo--gig {
    bottom: 240px;
    left: 220px;
    width: 125px;
    transform: rotate(-10deg);
  }

  .hero__brand-logo--msi {
    top: 100px;
    left: 180px;
    width: 80px;
    transform: rotate(8deg);
  }

  .hero__brand-logo--lg {
    top: 98px;
    left: 275px;
    width: 72px;
    transform: rotate(0deg);
  }

  .hero__brand-logo--apple {
    top: 155px;
    left: 310px;
    width: 52px;
    transform: rotate(-3deg);
  }

  .hero__brand-logo--sams {
    top: 250px;
    left: 200px;
    width: 90px;
    transform: rotate(-8deg);
  }

  .hero__brand-logo--nvid {
    top: 12px;
    right: 16px;
    width: 100px;
    transform: rotate(5deg);
  }

  .header__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px var(--site-gutter);
    gap: 16px;
  }

  .header__logo,
  .header__info,
  .header__callback-btn {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .header__info {
    flex-basis: 100%;
    height: auto;
  }

  .header__callback-btn {
    width: 100%;
    max-width: 340px;
    height: 56px;
  }
}

@media (max-width: 600px) {
  :root {
    --mobile-section-gap: 72px;
  }

  .features,
  .services,
  .pricing,
  .payment,
  .faq {
    padding: var(--mobile-section-gap) 24px 0;
  }

  .contact {
    padding: var(--mobile-section-gap) 0 var(--mobile-section-gap);
  }

  .accent {
    margin-top: var(--mobile-section-gap);
    padding: 36px 0 var(--mobile-section-gap);
  }

  .features__title,
  .services__title,
  .accent__title,
  .pricing__title,
  .payment__title,
  .faq__title,
  .contact__title {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .accent__lead,
  .pricing__lead,
  .payment__lead,
  .contact__lead {
    font-size: 16px;
    line-height: 1.4;
  }

  .contact__lead-line--desktop {
    display: none;
  }

  .contact__lead-line--mobile {
    display: block;
  }

  .hero-meta-info {
    display: block;
    margin-top: -25px;
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    text-align: center;
  }

  .hero-meta-info__line {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.28;
    color: #4a4a4a;
  }

  .hero-meta-info__line + .hero-meta-info__line {
    margin-top: 2px;
  }

  .hero-meta-info__line strong {
    font-weight: 500;
    color: #000000;
  }

  .hero-meta-info__accent {
    color: var(--color-orange);
    font-weight: 500;
  }

  .main {
    padding: 0 0 32px;
  }

  .hero {
    height: 780px;
    min-height: 780px;
    max-height: 780px;
    border-radius: 0;
    background-image: url("../../images/hero/hero.webp");
    background-repeat: no-repeat;
    background-position: calc(100% + 74px) bottom;
    background-size: 148% auto;
  }

  .hero__inner {
    height: 100%;
    min-height: 780px;
    padding: 24px 20px 20px;
    box-sizing: border-box;
  }

  .hero__title {
    margin-bottom: 14px;
    font-size: 35px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: none;
  }

  .hero__title-variant--desktop {
    display: none;
  }

  .hero__title-variant--mobile {
    display: block;
  }

  .hero__title-variant--mobile .hero__title-line:first-child {
    margin-bottom: 6px;
  }

  .hero__title-variant--mobile .hero__title-line:nth-child(2) {
    margin-bottom: 4px;
  }

  .hero__subtitle {
    max-width: 300px;
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.35;
    color: #5c5d6b;
  }

  .hero__subtitle strong {
    font-weight: 600;
  }

  .hero__location {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.15;
  }

  .hero__location-icon {
    width: 17px;
    height: 22px;
  }

  .hero__list {
    margin-bottom: 14px;
  }

  .hero__list li {
    margin-bottom: 7px;
    padding-left: 22px;
    font-size: 13px;
    line-height: 1.4;
  }

  .hero__list strong {
    font-weight: 600;
  }

  .hero__list li::before {
    top: 7px;
    width: 9px;
    height: 9px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 3;
    margin-top: 230px;
  }

  .hero__action-group {
    width: 100%;
  }

  .hero__btn {
    width: 100%;
    min-height: 58px;
    border-radius: 18px;
    font-size: 18px;
    line-height: 1.2;
  }

  .hero__btn--secondary {
    order: -1;
    border-color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    color: #ffffff;
    backdrop-filter: none;
  }

  .hero__btn--primary {
    position: relative;
    justify-content: center;
    padding-right: 32px;
  }

  .hero__btn--primary::after {
    content: none;
  }

  .hero__note-line--first {
    white-space: normal;
  }

  .hero__note {
    max-width: 100%;
    text-align: center;
    color: #ffffff;
  }

  .hero__note b.hero__note-accent {
    color: #ffffff;
  }

  .hero__note-line {
    font-size: 14px;
    line-height: 1.25;
  }

  .hero__visual {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    margin-top: 0;
    z-index: 2;
    pointer-events: none;
  }

  .hero__image {
    display: none;
  }

  .hero__brands {
    display: block;
    z-index: 0;
    pointer-events: none;
  }

  .hero__brand-logo {
    display: none;
  }

  .hero__brand-logo--lenovo {
    display: block;
    top: -10px;
    left: 8px;
    width: 136px;
    transform: none;
  }

  .hero__brand-logo--msi {
    display: block;
    top: 55px;
    right: 14px;
    left: auto;
    width: 86px;
    transform: rotate(6deg);
  }

  .hero__brand-logo--nvid {
    display: block;
    top: 190px;
    right: 4px;
    left: auto;
    width: 160px;
    transform: rotate(-7deg);
  }

  .hero__brand-logo--hp {
    display: block;
    top: 250px;
    right: 10px;
    left: auto;
    width: 66px;
    transform: rotate(3deg);
  }

  .hero__brand-logo--apple {
    display: block;
    top: 380px;
    left: 16px;
    width: 54px;
    transform: rotate(20deg);
  }

  .hero__brand-logo--lg {
    display: block;
    top: 394px;
    left: 100px;
    width: 76px;
    transform: rotate(0deg);
  }

  .hero__brand-logo--gig {
    display: block;
    top: 468px;
    left: 0px;
    width: 100px;
    transform: rotate(6deg);
  }

  .site-fab {
    right: 24px;
    bottom: 16px;
  }

  body.has-cookie-consent .site-fab {
    bottom: 200px;
  }

  .site-fab__btn {
    max-width: 56px;
    height: 56px;
    padding: 0 12px;
  }

  .site-fab.is-expanded .site-fab__btn {
    max-width: min(340px, calc(100vw - 48px));
    padding: 12px 16px 12px 12px;
    gap: 12px;
  }

  .site-fab.is-expanded .site-fab__text {
    max-width: 260px;
    white-space: normal;
  }

  .site-fab__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }

  .site-fab__icon-svg {
    width: 32px;
    height: 32px;
  }

  .site-fab__text-line {
    font-size: 12px;
    white-space: normal;
  }

  .site-fab__arrow {
    font-size: 22px;
  }

  .header__inner {
    min-height: 0;
    padding: 12px 16px 14px;
    gap: 8px;
    justify-content: space-between;
  }

  .header__logo {
    margin-right: 0;
    margin-left: 0;
    width: 238px;
    height: 32px;
  }

  .header__logo-img {
    width: 238px;
    height: 32px;
    transform: none;
    object-fit: contain;
    object-position: left center;
  }

  .header__callback-btn {
    width: 108px;
    max-width: 108px;
    height: 44px;
    margin-left: 0;
    border-radius: 12px;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
  }

  .header__callback-text {
    display: none;
  }

  .header__callback-icon {
    display: block;
    width: 22px;
    height: 22px;
    color: #ffffff;
  }

  .header__info {
    display: none;
  }

  .features__title {
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .features__title-line {
    display: block;
  }

  .features__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 40px;
  }

  .features__card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: 10px;
    row-gap: 6px;
    grid-row: auto;
    text-align: left;
  }

  .features__icon-wrap {
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
    margin-top: 2px;
  }

  .features__icon {
    width: 24px;
    height: 24px;
  }

  .features__card-title {
    min-height: auto;
    max-width: none;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .features__card-text {
    max-width: none;
    font-size: 15px;
    line-height: 1.4;
  }

  .services__title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .services__title-line {
    display: inline-block;
    white-space: nowrap;
  }

  .services__title-line--desktop {
    display: none;
  }

  .services__title-line--mobile {
    display: inline-block;
  }

  .services__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .services__title-line + .services__title-line {
    margin-top: 2px;
  }

  .services__lead {
    display: none;
  }

  .services__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .services__card {
    height: auto;
  }

  .services__media {
    flex-basis: 140px;
  }

  .services__card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
  }

  .services__card-title {
    margin-bottom: 0;
    padding-top: 2px;
  }

  .services__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
  }

  .services__toggle-icon {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }

  .services__card.is-expanded .services__toggle-icon {
    transform: rotate(0deg);
  }

  .accent__inner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .accent__header {
    margin-bottom: 28px;
  }

  .accent__title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .accent__lead {
    font-size: 15px;
  }

  .accent__lead-line--desktop {
    display: none;
  }

  .accent__lead-line--mobile {
    display: block;
  }

  .accent__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 0;
    gap: 28px;
  }

  .accent__item {
    display: flex;
    flex-direction: column;
    grid-row: auto;
  }

  .accent__icon {
    margin-bottom: 12px;
  }

  .accent__divider {
    margin-bottom: 12px;
  }

  .accent__item-title {
    margin-bottom: 8px;
  }

  .pricing__title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .pricing__title-line {
    display: block;
  }

  .pricing__lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }

  .pricing__lead-line {
    display: block;
  }

  .pricing__list {
    margin-bottom: 20px;
    gap: 10px;
  }

  .pricing__row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 16px;
    padding: 14px 16px;
  }

  .pricing__group-title {
    display: block !important;
    margin: 2px 0 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: var(--color-dark);
  }

  .pricing__group-title:first-child {
    margin-top: 25px;
  }

  .pricing__service {
    min-width: 0;
  }

  .pricing__category {
    display: none;
  }

  .pricing__price {
    text-align: right;
    white-space: nowrap;
  }

  .payment__title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .payment__title-line {
    display: block;
  }

  .payment__title-line--desktop {
    display: none;
  }

  .payment__title-line--mobile {
    display: block;
  }

  .payment__lead {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }

  .payment__lead-line {
    display: block;
  }

  .payment__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .payment__icon-wrap {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
  }

  .payment__icon {
    width: 26px;
    height: 26px;
  }

  .payment__label {
    font-size: 22px;
    line-height: 1.25;
  }

  .faq__title {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .faq__title-line {
    display: block;
  }

  .faq__title-line--desktop {
    display: none;
  }

  .faq__title-line--mobile {
    display: block;
  }

  .faq__list {
    gap: 10px;
  }

  .faq__question {
    padding: 18px 20px;
    font-size: 17px;
  }

  .faq__answer {
    padding: 0 20px 18px;
  }

  .faq__answer p {
    font-size: 14px;
  }

  .contact__card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
    border-radius: 0;
    box-shadow: none;
  }

  .contact__content {
    width: 100%;
  }

  .contact__fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact__title {
    font-size: 28px;
    line-height: 1.15;
  }

  .contact__lead {
    font-size: 16px;
    line-height: 1.4;
  }

  .contact__label {
    font-size: 15px;
  }

  .contact__input {
    font-size: 16px;
  }

  .contact__consent {
    font-size: 13px;
  }

  .contact__submit {
    font-size: 17px;
  }

  .contact__consent-text {
    white-space: normal;
  }

  .contact__submit {
    width: 100%;
    min-width: 0;
  }

  .contact__image {
    min-height: 240px;
  }

  .footer {
    padding: 28px 24px 24px;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .footer__legal {
    text-align: left;
  }

  .footer__legal-line {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    letter-spacing: 0.02em;
  }

  .footer__legal-line:last-child {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .footer__logo-img {
    width: 255px;
    transform: scaleX(1.04);
  }

  .footer__notice {
    margin-bottom: 16px;
    padding: 12px 16px;
  }

  .footer__policy {
    display: none;
  }

  .footer__policy--mobile {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .footer__copy {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .footer__legal-line {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
}

/* Quiz page */
.quiz-page {
  background: #f9e9e6;
}

.main.main--quiz {
  padding-top: 24px;
  padding-bottom: 40px;
  max-width: 1560px;
}

.quiz {
  width: 100%;
}

.quiz__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 690px;
  border-radius: 40px;
  background-color: #ffffff;
}

.quiz__brands {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.quiz__brand-logo {
  position: absolute;
  display: block;
  opacity: 0.7;
  object-fit: contain;
}

.quiz__brand-logo--lenovo {
  top: 28px;
  left: 24px;
  width: 150px;
  transform: rotate(-8deg);
}

.quiz__brand-logo--msi {
  top: 20px;
  left: 420px;
  width: 125px;
  transform: rotate(8deg);
}

.quiz__brand-logo--lg {
  top: 80px;
  left: 665px;
  width: 145px;
}

.quiz__brand-logo--apple {
  top: 56px;
  right: 330px;
  width: 88px;
}

.quiz__brand-logo--nvid {
  top: 155px;
  right: 40px;
  width: 170px;
}

.quiz__brand-logo--gig {
  bottom: 120px;
  left: 34px;
  width: 220px;
}

.quiz__brand-logo--asus {
  bottom: 22px;
  left: 510px;
  width: 165px;
}

.quiz__brand-logo--hp {
  bottom: 14px;
  left: 290px;
  width: 70px;
}

.quiz__brand-logo--sams {
  bottom: 14px;
  right: 110px;
  width: 150px;
}

.quiz__content {
  position: relative;
  z-index: 1;
  padding: 42px 30px 64px;
}

.quiz__meta-info {
  display: none;
}

.quiz__content--narrow {
  max-width: 980px;
  margin: 0 auto;
}

.quiz__step {
  margin-top: 56px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #222236;
}

.quiz__title {
  max-width: 860px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #1c1c2e;
}

.quiz__title-line {
  display: block;
}

.quiz__title-break-mobile {
  display: none;
}

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

.quiz-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 248px;
  padding: 14px 14px 12px;
  border: 1px solid #e8e8ef;
  border-radius: 22px;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(28, 28, 46, 0.08);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-card:hover {
  border-color: #f1b4a4;
}

.quiz-card__check {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
  width: 20px;
  height: 20px;
}

.quiz-card.is-selected {
  border-color: #e8380d;
  box-shadow: 0 0 0 1px #e8380d, 0 8px 24px rgba(232, 56, 13, 0.25);
}

.quiz-card.is-selected .quiz-card__check {
  display: block;
}

.quiz-card__image {
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.quiz-card__label {
  margin-top: auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #1c1c2e;
}

.quiz__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}

.quiz__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 280px;
  min-height: 56px;
  padding: 12px 22px;
  border: none;
  border-radius: 16px;
  background-color: #e8380d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.quiz__btn--next {
  border: none;
  background-color: #e8380d;
  color: #ffffff;
}

.quiz__btn--next:hover {
  background-color: #cf320b;
}

.quiz__btn--prev {
  border: 1px solid #8f8f9a;
  background-color: #ffffff;
  color: #1c1c2e;
}

@media (max-width: 1200px) {
  .quiz__title {
    font-size: 42px;
  }

  .quiz-card__label {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .main.main--quiz {
    padding: 12px 16px 24px;
  }

  .quiz__inner {
    border-radius: 24px;
  }

  .quiz__content {
    padding: 32px 18px 24px;
  }

  .quiz__step {
    font-size: 18px;
  }

  .quiz__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;
  }

  .quiz__title--step1-mobile {
    font-size: 25px;
    text-align: left;
    line-height: 1.15;
  }

  .quiz-page--step2 .quiz__title--step2-mobile,
  .quiz-page--step3 .quiz__title--step3-mobile,
  .quiz-page--request .quiz-step4__title {
    text-align: left;
    line-height: 1.15;
  }

  .quiz-page--step2 .quiz-step2-option,
  .quiz-page--step3 .quiz-step2-option {
    min-height: 56px;
  }

  .quiz-page--step2 .quiz-step2-option__text,
  .quiz-page--step3 .quiz-step2-option__text {
    font-size: 16px;
  }

  .quiz__title-break-mobile {
    display: block;
  }

  .quiz__choices {
    grid-template-columns: 1fr;
  }

  .quiz-card {
    min-height: 220px;
    padding: 14px 14px 12px;
  }

  .quiz-card__image {
    height: 168px;
  }

  .quiz-card__label {
    font-size: 22px;
  }

  .quiz__actions {
    justify-content: stretch;
    margin-top: 14px;
  }

  .quiz__next-btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 18px;
  }

  .quiz__brand-logo {
    display: none;
  }

  .quiz__brand-logo--lenovo,
  .quiz__brand-logo--msi,
  .quiz__brand-logo--nvid,
  .quiz__brand-logo--gig,
  .quiz__brand-logo--sams {
    display: block;
    width: 90px;
  }

  .quiz__brand-logo--lenovo {
    top: 8px;
    left: 6px;
  }

  .quiz__brand-logo--msi {
    top: 16px;
    right: 8px;
    left: auto;
  }

  .quiz__brand-logo--nvid {
    top: 180px;
    right: 4px;
  }

  .quiz__brand-logo--gig {
    bottom: 78px;
    left: 6px;
  }

  .quiz__brand-logo--sams {
    bottom: 6px;
    right: 12px;
  }
}

.quiz__inner--step2 {
  min-height: 640px;
}

.quiz-step2__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.quiz-step2-option {
  position: relative;
  min-height: 78px;
  padding: 14px 42px 14px 16px;
  border: 1px solid #8f8f9a;
  border-radius: 12px;
  background-color: #ffffff;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.quiz-step2-option__text {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  color: #1f1f32;
}

.quiz-step2-option__check {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: none;
  width: 18px;
  height: 18px;
}

.quiz-step2-option.is-selected {
  border-color: #e8380d;
  box-shadow: 0 0 0 1px rgba(232, 56, 13, 0.2), 0 4px 14px rgba(232, 56, 13, 0.18);
}

.quiz-step2-option.is-selected .quiz-step2-option__text {
  color: #df4c27;
}

.quiz-step2-option.is-selected .quiz-step2-option__check {
  display: block;
}

.quiz-step2__custom-wrap {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0;
}

.quiz-step2__custom-wrap.is-selected .quiz-step2__custom-input {
  border-color: #e8380d;
  box-shadow: 0 0 0 1px rgba(232, 56, 13, 0.2);
}

.quiz-step3__extra {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0;
}

.quiz-step3-tv__choices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.quiz-step3-tv__custom-wrap {
  width: 100%;
  max-width: 980px;
  margin: 10px auto 0;
}

.quiz-step3__extra .quiz-step3__custom-wrap {
  margin: 0;
  max-width: none;
  width: 100%;
}

.quiz-step3__extra .quiz-step3-option {
  width: 100%;
  min-height: 56px;
}

.quiz-step3-option {
  min-height: 56px;
}

.quiz-step3-option.is-selected {
  border-color: #e8380d;
  box-shadow: 0 0 0 1px rgba(232, 56, 13, 0.2), 0 4px 14px rgba(232, 56, 13, 0.18);
}

.quiz-step3-option.is-selected .quiz-step2-option__text {
  color: #df4c27;
}

.quiz-step3__custom-wrap .quiz-step2__custom-input,
.quiz-step3-tv__custom-wrap .quiz-step2__custom-input {
  min-height: 56px;
  cursor: text;
}

.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.quiz-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(20, 20, 30, 0.45);
}

.quiz-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100vw - 32px));
  max-height: min(86vh, 660px);
  overflow: auto;
  padding: 18px 18px 20px;
  border-radius: 18px;
  background-color: #ffffff;
}

.quiz-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 42px;
  font-weight: 300;
  line-height: 0.75;
  color: #1f1f32;
  cursor: pointer;
}

.quiz-modal__title {
  margin: 0 34px 6px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #1f1f32;
}

.quiz-modal__subtitle {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.35;
  color: #565666;
}

.quiz-modal__list {
  display: grid;
  gap: 8px;
}

.quiz-modal__item {
  position: relative;
  min-height: 38px;
  padding: 7px 40px 7px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;
  color: #1f1f32;
  cursor: pointer;
}

.quiz-modal__item.is-selected {
  border-color: #e8380d;
  background-color: rgba(232, 56, 13, 0.06);
}

.quiz-modal__item.is-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7.25' stroke='%23E8380D' stroke-width='1.5'/%3E%3Cpath d='M5.75 9.1L8.1 11.35L12.25 6.85' stroke='%23E8380D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.quiz-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.quiz-modal__btn {
  width: 100%;
  min-width: 0;
}

.quiz-required-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.quiz-required-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(20, 20, 30, 0.45);
}

.quiz-required-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 32px));
  padding: 18px 18px 16px;
  border-radius: 18px;
  background-color: #ffffff;
}

.quiz-required-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #1f1f32;
  cursor: pointer;
}

.quiz-required-modal__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #1f1f32;
}

.quiz-required-modal__text {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.35;
  color: #565666;
}

.quiz-required-modal__btn {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 16px;
  font-size: 15px;
}

.quiz-step4 {
  max-width: 660px;
}

.quiz-step4__title {
  margin: 34px 0 12px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  color: #1c1c2e;
}

.quiz-step4__form {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  margin: 0 auto;
}

.quiz-step4__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}

.quiz-step4__label {
  font-size: 14px;
  font-weight: 500;
  color: #1c1c2e;
}

.quiz-step4__input {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #b1b1bf;
  border-radius: 12px;
  background: #ffffff;
  font-family: inherit;
  font-size: 15px;
  color: #1c1c2e;
}

.quiz-step4__input::placeholder {
  color: #b0b0bc;
}

.quiz-step4__input--textarea {
  min-height: 70px;
  resize: none;
}

.quiz-step4__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0 12px;
  font-size: 11px;
  color: #4e4e5d;
}

.quiz-step4__checkbox {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex-shrink: 0;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-orange);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.quiz-step4__checkbox:checked {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
}

.quiz-step4__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.quiz-step4__consent a {
  color: #1c1c2e;
  text-decoration: underline;
}

.quiz-step4__submit {
  display: flex;
  align-self: flex-end;
  width: auto;
  min-width: 300px;
  max-width: none;
  margin-top: 4px;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 48px;
}

.quiz-step4--thanks {
  margin: 0 auto;
}

.quiz-step4__thanks-text {
  margin: 0 0 28px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #5a5a67;
}

.quiz-step4__thanks-line {
  display: block;
}

.quiz-step4__actions--thanks {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.quiz-step4__home-btn {
  min-width: 300px;
  padding: 12px 48px;
}

/* Quiz promo popup — главная */
.quiz-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 2250;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.quiz-promo-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(18, 18, 28, 0.52);
}

.quiz-promo-modal__dialog {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: min(700px, calc(100vw - 32px));
  height: min(460px, calc(100vh - 40px));
  padding: 20px;
  overflow: hidden;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 20px 60px rgba(28, 28, 46, 0.2);
}

.quiz-promo-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 3;
  border: none;
  background: transparent;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #1c1c2e;
  cursor: pointer;
}

.quiz-promo-modal__body {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.quiz-promo-modal__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.quiz-promo-modal__image {
  display: block;
  width: 80%;
  height: 100%;
  max-width: 470px;
  object-fit: contain;
  object-position: right bottom;
}

.quiz-promo-modal__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: min(100%, 420px);
  min-width: 0;
  min-height: 100%;
  padding: 4px 24px 4px 4px;
  background: transparent;
}

.quiz-promo-modal__title {
  margin: 0 0 14px;
  font-family: "Syne", sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0;
  color: #1c1c2e;
}

.quiz-promo-modal__title-line {
  display: block;
}

.quiz-promo-modal__title-line + .quiz-promo-modal__title-line {
  margin-top: 6px;
}

.quiz-promo-modal__accent {
  color: var(--color-orange);
}

.quiz-promo-modal__lead {
  flex: 1 1 auto;
  margin: 0 0 16px;
  max-width: none;
  font-family: "Syne", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
  color: #6b6b7a;
}

.quiz-promo-modal__lead-line {
  display: block;
}

.quiz-promo-modal__lead-line + .quiz-promo-modal__lead-line {
  margin-top: 3px;
}

.quiz-promo-modal__btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 300px;
  max-width: 100%;
  height: 48px;
  margin: 0;
  margin-top: auto;
  padding: 8px 20px;
  border: none;
  border-radius: 16px;
  background-color: var(--color-orange);
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.quiz-promo-modal__btn:hover {
  background-color: #cf320b;
}

@media (min-width: 601px) and (max-width: 900px) {
  .quiz-promo-modal__dialog {
    width: min(700px, calc(100vw - 24px));
    height: auto;
    max-height: calc(100vh - 24px);
  }

  .quiz-promo-modal__body {
    min-height: 380px;
  }

  .quiz-promo-modal__content {
    width: min(100%, 420px);
    padding: 8px 16px 8px 8px;
    background: transparent;
  }

  .quiz-promo-modal__image {
    width: 80%;
    height: 64%;
    max-width: none;
    object-position: center bottom;
  }

  .quiz-promo-modal__title {
    font-size: clamp(26px, 5vw, 36px);
  }

  .quiz-promo-modal__lead {
    font-size: clamp(16px, 3.5vw, 18px);
  }

  .quiz-promo-modal__btn {
    width: min(300px, 100%);
    height: 48px;
  }
}

@media (max-width: 600px) {
  .quiz-promo-modal {
    padding: 12px;
  }

  .quiz-promo-modal__dialog {
    width: min(405px, calc(100vw - 24px));
    height: auto;
    max-height: calc(100vh - 24px);
    padding: 16px 14px 14px;
    overflow: hidden;
  }

  .quiz-promo-modal__close {
    top: 10px;
    right: 10px;
    font-size: 30px;
  }

  .quiz-promo-modal__body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: none;
    min-height: auto;
    overflow: visible;
  }

  .quiz-promo-modal__content {
    display: contents;
  }

  .quiz-promo-modal__title,
  .quiz-promo-modal__lead,
  .quiz-promo-modal__btn {
    position: relative;
    z-index: 1;
  }

  .quiz-promo-modal__title,
  .quiz-promo-modal__lead {
    order: 1;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .quiz-promo-modal__title {
    width: 100%;
    max-width: none;
    margin: 0 0 10px;
    padding: 0;
    font-size: 32px;
    line-height: 1.1;
  }

  .quiz-promo-modal__title-line + .quiz-promo-modal__title-line {
    margin-top: 4px;
  }

  .quiz-promo-modal__lead {
    flex: none;
    margin: 0 0 10px;
    padding: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .quiz-promo-modal__lead-line + .quiz-promo-modal__lead-line {
    margin-top: 2px;
  }

  .quiz-promo-modal__visual {
    order: 2;
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 1536 / 736;
    margin: 0;
    padding: 0;
    background-image: url("../../images/mobpop.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: visible;
    pointer-events: none;
  }

  .quiz-promo-modal__dialog .quiz-promo-modal__visual .quiz-promo-modal__image {
    display: none;
  }

  .quiz-promo-modal__btn {
    order: 3;
    width: 100%;
    max-width: none;
    height: 44px;
    margin: 12px 0 0;
    border-radius: 14px;
    font-size: 15px;
  }
}

/* Header callback modal */
.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.callback-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(18, 18, 28, 0.52);
}

.callback-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 24px));
  max-height: min(92vh, 900px);
  overflow: auto;
  padding: 18px 18px 18px;
  border-radius: 16px;
  background: #ffffff;
}

.callback-modal__dialog--success {
  width: min(520px, calc(100vw - 24px));
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.callback-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  color: #1f1f32;
  cursor: pointer;
}

.callback-modal__title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  color: #1f1f32;
}

.callback-modal__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}

.callback-modal__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #1f1f32;
}

.callback-modal__input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #a7a7b5;
  border-radius: 14px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;
  color: #1f1f32;
}

.callback-modal__input::placeholder {
  color: #b5b5c1;
}

.callback-modal__input--textarea {
  min-height: 86px;
  resize: none;
}

.callback-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0 12px;
  font-size: 12px;
  line-height: 1.3;
  color: #4e4e5d;
}

.callback-modal__checkbox {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #e8380d;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.callback-modal__checkbox:checked {
  border-color: #e8380d;
  background-color: #e8380d;
}

.callback-modal__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.callback-modal__consent a {
  color: #1f1f32;
  text-decoration: underline;
}

.callback-modal__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.callback-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 300px;
  max-width: none;
  min-height: 48px;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 48px;
  border: none;
  border-radius: 14px;
  background-color: #e8380d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.callback-modal__submit:hover {
  background-color: #cf320b;
}

.callback-modal__submit--home {
  width: auto;
  max-width: none;
  min-width: 300px;
  min-height: 56px;
  padding: 14px 48px;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.callback-modal__success-text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #5a5a67;
}

.callback-modal__success-line {
  display: inline;
}

.callback-modal__success-text strong {
  font-weight: 600;
  color: #1f1f32;
}

.quiz-step2__custom-input {
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #9f9faa;
  border-radius: 12px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #1c1c2e;
}

.quiz-step2__custom-input::placeholder {
  color: #7f7f8e;
}

.quiz-step2__custom-input:focus {
  border-color: #e8380d;
  outline: none;
}

.quiz__actions--double {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 280px));
  gap: 14px;
  width: 100%;
  max-width: 900px;
  justify-content: end;
  margin: 18px auto 0;
}

.quiz__actions--double .quiz__btn {
  width: 100%;
}

.quiz-progress {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  width: min(900px, calc(100% - 60px));
  transform: translateX(-50%);
  margin: 0;
}

.quiz-progress__label {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #5f5f6d;
}

.quiz-progress__track {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 999px;
  background-color: #e7e7ee;
  overflow: hidden;
}

.quiz-progress__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: #e8380d;
}

.quiz-progress__fill--step1 {
  width: 33.3333%;
}

.quiz-progress__fill--step2 {
  width: 66.6667%;
}

.quiz-progress__fill--step3 {
  width: 100%;
}

@media (max-width: 900px) {
  .quiz__inner--step2 {
    min-height: 0;
  }

  .quiz-step2__choices {
    grid-template-columns: 1fr;
  }

  .quiz-step2-option {
    min-height: 52px;
  }

  .quiz-step2-option__text {
    font-size: 15px;
  }

  .quiz-step2__custom-input {
    font-size: 15px;
  }

  .quiz-step3__extra {
    grid-template-columns: 1fr;
  }

  .quiz-step3-tv__choices {
    grid-template-columns: 1fr;
  }

  .quiz-step3-tv__custom-wrap {
    max-width: 100%;
  }

  .callback-modal__submit:not(.callback-modal__submit--home) {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .callback-modal__submit--home {
    width: 100%;
    min-width: 0;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .quiz-modal__dialog {
    padding: 16px 14px 14px;
    border-radius: 20px;
  }

  .quiz-modal__title {
    margin-right: 30px;
    font-size: 21px;
  }

  .quiz-modal__subtitle {
    font-size: 13px;
  }

  .quiz-modal__item {
    font-size: 15px;
  }

  .quiz__actions--double {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 12px;
  }

  .quiz-progress {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 12px;
  }

  .quiz-progress__track {
    height: 20px;
  }

  .quiz__btn {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    min-height: 54px;
  }

  .quiz-page--step2 .quiz__actions--double,
  .quiz-page--step3 .quiz__actions--double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .quiz-page--step2 .quiz__actions--double .quiz__btn,
  .quiz-page--step3 .quiz__actions--double .quiz__btn {
    min-height: 66px;
    padding: 10px 12px;
  }

  .quiz-page--step2 .quiz__btn--prev span:last-child,
  .quiz-page--step2 .quiz__btn--next span:first-child,
  .quiz-page--step3 .quiz__btn--prev span:last-child,
  .quiz-page--step3 .quiz__btn--next span:first-child {
    display: none;
  }

  .quiz-page--step2 .quiz__btn--prev span:first-child,
  .quiz-page--step2 .quiz__btn--next span:last-child,
  .quiz-page--step3 .quiz__btn--prev span:first-child,
  .quiz-page--step3 .quiz__btn--next span:last-child {
    font-size: 24px;
    line-height: 1;
  }

  .quiz-step4 {
    max-width: 100%;
  }

  .quiz-step4__title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 30px;
    text-align: left;
    line-height: 1.15;
  }

  .quiz-step4__label {
    font-size: 15px;
  }

  .quiz-step4__input {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 17px;
  }

  .quiz-step4__input--textarea {
    min-height: 88px;
  }

  .quiz-step4__submit {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 56px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .quiz-page--request .quiz__inner {
    min-height: 600px;
    background: #ffffff;
  }

  .quiz-page--request .quiz__brands {
    opacity: 0.7;
  }

  /* Quiz steps 1–4 — mobile */
  .quiz-page .header__callback-btn {
    display: none;
  }

  .quiz-page .main.main--quiz {
    max-width: none;
    padding: 0 0 24px;
  }

  .quiz-page .quiz__inner {
    border-radius: 0;
  }

  .quiz-page .quiz__content,
  .quiz-page .quiz__content--narrow {
    max-width: none;
    padding: 24px 24px 24px;
  }

  .quiz-page .quiz__meta-info {
    display: block;
    margin-bottom: 16px;
    text-align: center;
  }

  .quiz-page .quiz__step {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: left;
  }

  .quiz-page .quiz__title--step1-mobile,
  .quiz-page .quiz__title--step2-mobile,
  .quiz-page .quiz__title--step3-mobile,
  .quiz-page--request .quiz-step4__title {
    font-size: 30px;
    line-height: 1.15;
    text-align: left;
  }

  .quiz-page--step2 .quiz-step2-option,
  .quiz-page--step3 .quiz-step2-option {
    min-height: 58px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .quiz-page--step2 .quiz-step2-option__text,
  .quiz-page--step3 .quiz-step2-option__text {
    font-size: 17px;
    line-height: 1.2;
  }

  .quiz-page--step2 .quiz-step2__custom-input,
  .quiz-page--step3 .quiz-step2__custom-input {
    font-size: 17px;
    min-height: 58px;
  }
}

/* Cookie consent */
.cookie-consent {
  position: fixed;
  bottom: 32px;
  left: 50%;
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 680px;
  max-width: calc(100vw - 48px);
  height: 72px;
  padding: 0 14px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 8px 32px rgba(28, 28, 46, 0.12);
  opacity: 1;
  transform: translateX(-50%);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.cookie-consent.is-hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(16px);
  pointer-events: none;
}

.cookie-consent__icon {
  display: flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.cookie-consent__icon svg {
  display: block;
  width: 42px;
  height: 42px;
}

.cookie-consent__text {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--color-dark);
}

.cookie-consent__text-line {
  display: block;
}

.cookie-consent__text--mobile {
  display: none;
}

.cookie-consent__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent__link:hover {
  color: var(--color-orange);
}

.cookie-consent__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.cookie-consent__btn {
  box-sizing: border-box;
  flex: 0 0 104px;
  width: 104px;
  min-width: 104px;
  height: 44px;
  padding: 0 8px;
  border: 1.5px solid transparent;
  border-radius: 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.cookie-consent__btn--decline {
  border-color: var(--color-dark);
  background-color: transparent;
  color: var(--color-dark);
}

.cookie-consent__btn--decline:hover {
  background-color: rgba(28, 28, 46, 0.05);
}

.cookie-consent__btn--accept {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
  color: #ffffff;
}

.cookie-consent__btn--accept:hover {
  background-color: #cf320b;
  border-color: #cf320b;
}

@media (max-width: 900px) {
  .cookie-consent {
    bottom: 16px;
    left: 50%;
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: start;
    width: min(358px, calc(100vw - 24px));
    max-width: min(358px, calc(100vw - 24px));
    height: 143px;
    min-height: 143px;
    padding: 12px 10px;
    border-radius: 24px;
    transform: translateX(-50%);
  }

  .cookie-consent.is-hidden {
    transform: translateX(-50%) translateY(16px);
  }

  .cookie-consent__icon {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .cookie-consent__text--desktop {
    display: none;
  }

  .cookie-consent__text--mobile {
    display: block;
    grid-column: 2;
    grid-row: 1;
    flex: none;
    min-width: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
  }

  .cookie-consent__actions {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  .cookie-consent__btn {
    flex: 0 0 163px;
    width: 163px;
    min-width: 163px;
    height: 48px;
    padding: 0 8px;
    border-radius: 16px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent {
    transition: none;
  }
}

.legal {
  padding: 48px var(--site-gutter) 80px;
}

.legal__inner {
  max-width: 820px;
  margin: 0 auto;
}

.legal__title {
  margin: 0 0 16px;
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.legal__lead {
  margin: 0 0 24px;
  color: #666;
  font-size: 18px;
  line-height: 1.5;
}

.legal__content {
  display: grid;
  gap: 16px;
  font-size: 16px;
  line-height: 1.6;
}

.legal__content a {
  color: var(--color-accent, #e8380d);
  text-decoration: underline;
}

.legal__back {
  display: inline-block;
  margin-top: 32px;
  color: var(--color-accent, #e8380d);
  font-weight: 600;
  text-decoration: none;
}

.legal__back:hover {
  text-decoration: underline;
}
