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

:root {
  --gold: #e3ad00;
  --gold-bright: #ffd000;
  --black: #050505;
  --white: #fff;
  --muted: rgba(255, 255, 255, .82);
  color-scheme: dark;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #171613;
}

body {
  width: 100%;
  max-width: 1440px;
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  container-type: inline-size;
  background: #050505;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 1441px) {
  body {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .035);
  }
}

a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
[hidden] { display: none !important; }

.hero {
  position: relative;
  min-height: calc(min(100vw, 1440px) * 0.62547);
  overflow: hidden;
  isolation: isolate;
  background: #050505;
}

.hero-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("zero_back_lamps_v3_natural_yellow.png") center top / 100% auto no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .52) 32%, rgba(0, 0, 0, .39) 50%, rgba(0, 0, 0, .19) 61%, transparent 75%),
    linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, transparent 26%);
  pointer-events: none;
}

.site-header {
  position: relative;
  z-index: 5;
  height: 106px;
  padding: 0 42px 0 50px;
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(2, 3, 3, .91);
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.site-header > * { transform: translateY(7px); }

.logo {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.logo-main {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
}

.logo-sub {
  margin-top: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
}

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

.nav a,
.phone,
.header-cta {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  white-space: nowrap;
}

.nav a {
  font-size: 17px;
  font-weight: 400;
  transition: color .2s ease;
}

.nav a:hover,
.nav a:focus-visible,
.phone:hover,
.phone:focus-visible { color: #fff; }

.header-right {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}

.phone {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  font-weight: 500;
}

.phone-text {
  display: grid;
  gap: 4px;
  line-height: 1;
}

.phone-number {
  display: block;
}

.phone-hours {
  display: block;
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  font-weight: 600;
}

.phone i,
.header-cta i { color: var(--gold-bright); }

.phone i {
  font-size: 20px;
  transform: rotate(-11deg);
}

.header-cta {
  width: 168px;
  min-height: 52px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: rgba(0, 0, 0, .14);
  font-size: 17px;
  font-weight: 400;
  transition: background .2s ease, border-color .2s ease;
}

.header-cta i { font-size: 18px; }
.header-cta:hover,
.header-cta:focus-visible { background: rgba(227, 173, 0, .12); border-color: var(--gold-bright); }

.menu-toggle { display: none; }

.hero-content {
  position: relative;
  z-index: 1;
  width: 610px;
  padding: 105px 0 40px 62px;
}

.eyebrow {
  margin: 0 0 26px;
  display: block;
  color: var(--gold-bright);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .04em;
}

h1 {
  width: min(840px, calc(100vw - 110px));
  margin: 0 0 18px;
  font-size: clamp(44px, 3.35cqw, 56px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.034em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
}

h1 span { display: block; }
h1.hero-title { text-wrap: balance; }

.lead {
  width: 600px;
  margin: 0 0 27px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
}

.bullets {
  width: 650px;
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.bullets li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, .87);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.bullets i {
  color: var(--gold-bright);
  font-size: 21px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.hero-rating-badge {
  width: 296px;
  max-width: 100%;
  margin-top: 24px;
  padding: 12px 15px 11px;
  display: grid;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  background: rgba(7, 7, 7, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.hero-rating-badge:hover,
.hero-rating-badge:focus-visible {
  border-color: rgba(255, 208, 0, .55);
  background: rgba(17, 17, 17, .78);
  transform: translateY(-1px);
}

.hero-rating-brand {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.hero-rating-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 9px;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  line-height: 1.2;
}

.hero-rating-details > i {
  color: var(--gold-bright);
  font-size: 14px;
}

.hero-rating-details b {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero-rating-details em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, .9);
  font-style: normal;
  font-weight: 700;
}

.hero-rating-details em img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn.primary {
  width: 296px;
  color: #111;
  background: linear-gradient(180deg, #ffca28 0%, #f0ad08 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 228, 105, .4), 0 14px 34px rgba(221, 162, 0, .1);
}

.btn.primary:hover { filter: brightness(1.04); }

.btn.secondary {
  width: 240px;
  background: rgba(4, 4, 4, .32);
  border: 1px solid var(--gold);
}

.btn.secondary:hover,
.btn.secondary:focus-visible { background: rgba(227, 173, 0, .11); border-color: var(--gold-bright); }

.situations-section {
  position: relative;
  padding: 76px 42px 78px;
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 208, 0, .055), transparent 32%),
    #101010;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.situations-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .34);
}

.situations-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.situations-heading h2 {
  max-width: 820px;
  margin: 0;
}

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

.situation-card {
  min-height: 138px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    #181818;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: border-color .22s ease, transform .22s ease, background .22s ease;
}

.situation-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 208, 0, .34);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 208, 0, .07), transparent 36%),
    #1b1b1b;
}

.situation-quote {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .94);
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.52;
}

.situation-card p:not(.situation-quote) {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.55;
}

.packages-section {
  position: relative;
  padding: 72px 42px 78px;
  background: #141414;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.packages-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .45);
}

.packages-heading {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .58fr);
  align-items: end;
  gap: 42px;
}

.section-kicker {
  margin: 0 0 18px;
  display: block;
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
}

.packages-heading h2 {
  margin: 0;
  max-width: 760px;
}

.packages-heading > p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

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

.package-card {
  min-width: 0;
  min-height: 626px;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 208, 0, .08), transparent 35%),
    linear-gradient(180deg, #202020 0%, #181818 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: border-color .22s ease, transform .22s ease, background .22s ease;
}

.package-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 208, 0, .36);
}

.package-visual {
  position: relative;
  height: 292px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 208, 0, .12), transparent 38%),
    linear-gradient(180deg, #111 0%, #090909 100%);
}

.package-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .16), transparent 28%, transparent 66%, rgba(0, 0, 0, .24)),
    radial-gradient(circle at 70% 26%, rgba(255, 208, 0, .1), transparent 36%);
  pointer-events: none;
}

.package-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 -44px 52px rgba(0, 0, 0, .28);
  pointer-events: none;
}

.package-car-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.package-badge {
  position: absolute;
  z-index: 5;
  top: 13px;
  right: 13px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 208, 0, .38);
  border-radius: 4px;
  background: rgba(0, 0, 0, .52);
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.film-zone {
  position: absolute;
  z-index: 2;
  display: block;
  background:
    linear-gradient(135deg, rgba(222, 255, 239, .72), rgba(29, 226, 122, .46)),
    rgba(255, 255, 255, .08);
  border: 1px solid rgba(213, 255, 234, .86);
  box-shadow:
    0 0 0 1px rgba(18, 201, 113, .24),
    0 0 16px rgba(33, 228, 125, .4),
    inset 0 1px 12px rgba(255, 255, 255, .2);
  mix-blend-mode: screen;
  opacity: .82;
  pointer-events: none;
}

.zone-hood {
  left: 3.8%;
  top: 27%;
  width: 45%;
  height: 28%;
  clip-path: polygon(0 70%, 22% 23%, 75% 0, 100% 36%, 88% 88%, 28% 100%);
}

.zone-front-bumper {
  left: 0;
  top: 55%;
  width: 42%;
  height: 28%;
  clip-path: polygon(0 22%, 21% 4%, 97% 0, 100% 43%, 84% 100%, 13% 90%, 0 58%);
}

.zone-left-headlight {
  left: 7.5%;
  top: 39%;
  width: 6%;
  height: 12%;
  border-radius: 62% 38% 44% 56%;
  transform: rotate(-12deg);
}

.zone-right-headlight {
  left: 30.5%;
  top: 38.5%;
  width: 17%;
  height: 12%;
  border-radius: 48% 52% 58% 42%;
  transform: rotate(4deg);
}

.zone-mirror {
  left: 65%;
  top: 19.5%;
  width: 9.2%;
  height: 10.5%;
  border-radius: 58% 42% 42% 58%;
  transform: rotate(-5deg);
}

.zone-pillars {
  left: 49%;
  top: 3%;
  width: 20%;
  height: 36%;
  clip-path: polygon(8% 0, 38% 0, 100% 100%, 69% 100%, 0 18%);
}

.zone-roof-strip {
  left: 38%;
  top: 0;
  width: 55%;
  height: 12%;
  clip-path: polygon(0 69%, 22% 10%, 72% 0, 100% 55%, 93% 100%, 16% 100%);
}

.zone-full-body {
  left: 0;
  top: 7%;
  width: 94%;
  height: 76%;
  clip-path: polygon(0 65%, 9% 46%, 30% 38%, 44% 5%, 75% 3%, 90% 25%, 100% 58%, 95% 81%, 72% 90%, 34% 88%, 9% 82%);
  opacity: .56;
}

.zone-full-nose {
  left: 0;
  top: 55%;
  width: 49%;
  height: 29%;
  clip-path: polygon(0 29%, 22% 4%, 100% 0, 92% 100%, 10% 90%);
}

.zone-full-roof {
  left: 38%;
  top: 0;
  width: 55%;
  height: 38%;
  clip-path: polygon(0 43%, 23% 8%, 75% 0, 100% 70%, 93% 100%, 27% 84%);
}

.package-copy {
  min-height: 304px;
  display: flex;
  flex-direction: column;
}

.package-copy h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}

.package-copy > p:not(.package-price) {
  min-height: 52px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.55;
}

.package-price {
  margin: 0 0 20px;
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.package-copy ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.package-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 1.35;
}

.package-copy li i {
  margin-top: 2px;
  color: var(--gold-bright);
  font-size: 13px;
}

.package-note {
  margin-top: auto;
  min-height: 106px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.package-note p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.55;
}

.package-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.package-tags span {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .04);
  font-size: 11px;
  font-weight: 700;
}

.quiz-section {
  padding: 0 42px 86px;
  background: #141414;
}

.quiz-card {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr);
  gap: 54px;
  padding: 36px 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 208, 0, .08), transparent 28%),
    linear-gradient(180deg, #1d1d1d 0%, #181818 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.quiz-intro {
  display: flex;
  flex-direction: column;
}

.quiz-intro .section-kicker {
  margin-bottom: 16px;
  font-size: 11px;
}

.quiz-intro h2 {
  max-width: 450px;
  margin: 0 0 16px;
  font-size: 34px;
  line-height: 1.08;
}

.quiz-intro > p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.65;
}

.quiz-progress {
  margin-top: auto;
  padding-top: 44px;
}

.quiz-progress-meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.quiz-topic {
  color: rgba(255, 255, 255, .5);
}

.quiz-progress-track {
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, .16);
}

.quiz-progress-track span {
  width: 25%;
  height: 100%;
  display: block;
  background: var(--gold-bright);
  transition: width .25s ease;
}

.team-section {
  position: relative;
  padding: 78px 42px 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 208, 0, .05), transparent 27%),
    #111;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.team-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .24);
}

.team-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.team-heading h2 {
  max-width: 780px;
  margin: 0 0 16px;
}

.team-heading > p:not(.section-kicker) {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

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

.person-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 208, 0, .04), transparent 36%),
    #1a1a1a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.person-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 208, 0, .32);
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 208, 0, .065), transparent 38%),
    #1d1d1d;
}

.person-photo {
  position: relative;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: #090909;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.person-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .45) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .08), transparent 34%, transparent 70%, rgba(0, 0, 0, .1));
}

.person-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04) brightness(.84);
  transition: transform .32s ease, filter .32s ease;
}

.person-photo-admin {
  object-position: center 34%;
}

.person-card:hover .person-photo img {
  transform: scale(1.018);
  filter: saturate(.94) contrast(1.05) brightness(.9);
}

.person-copy {
  min-height: 194px;
  padding: 24px 24px 26px;
}

.person-copy > span {
  margin-bottom: 15px;
  display: inline-flex;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.person-copy h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 27px;
  line-height: 1.16;
}

.person-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.62;
}

.aftercare-section {
  position: relative;
  padding: 0 42px 82px;
  background: #141414;
}

.aftercare-section::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, .1);
}

.aftercare-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
  gap: 36px;
  align-items: stretch;
}

.aftercare-copy {
  min-width: 0;
  padding: 40px 0 0;
}

.aftercare-copy h2 {
  max-width: 640px;
  margin: 0 0 16px;
}

.aftercare-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

.aftercare-points {
  max-width: 820px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aftercare-points article {
  min-height: 118px;
  padding: 18px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 208, 0, .045), transparent 36%),
    #1a1a1a;
}

.aftercare-points i {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 208, 0, .52);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 11px;
}

.aftercare-points h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.18;
}

.aftercare-points p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  line-height: 1.46;
}

.aftercare-visual {
  position: relative;
  min-height: 430px;
  margin: 40px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: #080808;
}

.aftercare-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, .66) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .16), transparent 38%);
  pointer-events: none;
}

.aftercare-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 46% center;
}

.aftercare-visual figcaption {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
}

.aftercare-visual span {
  margin-bottom: 7px;
  display: block;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aftercare-visual strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
}

.reviews-section {
  position: relative;
  padding: 78px 42px 88px;
  background: #141414;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .24);
}

.reviews-head {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: end;
}

.reviews-heading h2 {
  max-width: 720px;
  margin: 0 0 16px;
}

.reviews-heading > p:not(.section-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

.yandex-rating {
  min-height: 76px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 208, 0, .36);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 208, 0, .1), transparent 36%),
    rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.yandex-rating:hover,
.yandex-rating:focus-visible {
  border-color: rgba(255, 208, 0, .58);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 208, 0, .14), transparent 36%),
    rgba(255, 255, 255, .045);
  transform: translateY(-1px);
}

.yandex-logo {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.yandex-pin {
  width: 31px;
  height: 31px;
  display: inline-grid;
  place-items: center;
  border-radius: 50% 50% 50% 8px;
  background: #f43;
  transform: rotate(-45deg);
}

.yandex-pin span {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #e21b1b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(45deg);
}

.yandex-name {
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.rating-score {
  color: var(--gold-bright);
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
}

.rating-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.rating-copy strong {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.rating-copy span {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.24;
}

.yandex-rating i {
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
}

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

.review-card {
  min-height: 226px;
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 208, 0, .045), transparent 36%),
    #1a1a1a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.review-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 208, 0, .3);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 208, 0, .065), transparent 38%),
    #1d1d1d;
}

.review-meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.stars {
  color: var(--gold-bright);
  font-size: 13px;
  line-height: 1;
  letter-spacing: .08em;
}

.review-meta time {
  color: rgba(255, 255, 255, .36);
  font-size: 10px;
  line-height: 1;
}

.review-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.62;
}

.review-footer {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.review-footer strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-footer a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .54);
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease;
}

.review-footer a:hover,
.review-footer a:focus-visible {
  color: var(--gold-bright);
}

.review-footer i {
  font-size: 9px;
}

.faq-section {
  position: relative;
  padding: 82px 42px 90px;
  background:
    radial-gradient(circle at 11% 12%, rgba(255, 208, 0, .045), transparent 28%),
    #111;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .24);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
  gap: 74px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 26px;
  min-width: 0;
}

.faq-heading h2 {
  max-width: 430px;
  margin: 0 0 18px;
}

.faq-heading > p:not(.section-kicker) {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.68;
}

.faq-count {
  max-width: 390px;
  margin-top: 34px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 208, 0, .24);
}

.faq-count strong {
  color: var(--gold-bright);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
}

.faq-count span {
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.faq-item summary {
  min-height: 78px;
  padding: 23px 2px 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.32;
  list-style: none;
  cursor: pointer;
  transition: color .2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover,
.faq-item summary:focus-visible {
  color: var(--gold-bright);
}

.faq-item summary:focus-visible {
  outline: 1px solid rgba(255, 208, 0, .55);
  outline-offset: 6px;
}

.faq-item summary i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 208, 0, .38);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 11px;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.faq-item[open] summary {
  color: #fff;
}

.faq-item[open] summary i {
  transform: rotate(45deg);
  border-color: rgba(255, 208, 0, .56);
  background: rgba(255, 208, 0, .08);
}

.faq-answer {
  max-width: 790px;
  padding: 0 68px 26px 0;
}

.faq-answer p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.72;
}

.contact-section {
  position: relative;
  padding: 82px 42px 88px;
  background:
    radial-gradient(circle at 91% 12%, rgba(255, 208, 0, .05), transparent 28%),
    #151515;
  border-top: 1px solid rgba(255, 208, 0, .22);
}

.contact-heading {
  max-width: 1000px;
  margin-bottom: 38px;
}

.contact-heading h2 {
  max-width: 820px;
  margin: 0 0 18px;
}

.contact-heading > p:not(.section-kicker) {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.72;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.estimate-form {
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .045), transparent 55%),
    #191919;
}

.estimate-form-heading {
  margin-bottom: 28px;
}

.estimate-form-heading > span,
.footer-nav > span,
.footer-docs > span {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.estimate-form-heading h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
}

.estimate-form-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  line-height: 1.65;
}

.estimate-form > label:not(.estimate-consent) {
  margin: 18px 0 8px;
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 600;
}

.estimate-form input[type="text"],
.estimate-form input[type="tel"] {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px;
  outline: 0;
  background: rgba(5, 5, 5, .45);
  color: #fff;
  font: inherit;
  font-size: 17px;
  transition: border-color .2s ease, background .2s ease;
}

.estimate-form input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.estimate-form input:focus {
  border-color: rgba(255, 208, 0, .72);
  background: rgba(5, 5, 5, .68);
}

.estimate-submit,
.lead-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #f7c42a, #e9a912);
  color: #111;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}

.estimate-submit:hover,
.lead-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.estimate-submit:focus-visible,
.lead-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.estimate-submit.is-disabled,
.lead-submit.is-disabled {
  opacity: .52;
  filter: grayscale(.35);
  cursor: not-allowed;
}

.estimate-submit.is-disabled:hover,
.lead-submit.is-disabled:hover {
  transform: none;
  filter: grayscale(.35);
}

.estimate-consent,
.lead-consent {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  line-height: 1.55;
}

.estimate-consent input,
.lead-consent input {
  margin: 2px 0 0;
  accent-color: var(--gold);
}

.estimate-consent a,
.lead-consent a {
  color: rgba(255, 255, 255, .72);
}

.consent {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: border-color .18s ease, background .18s ease;
}

.consent.is-error {
  border-color: rgba(255, 208, 0, .74);
  background: rgba(255, 208, 0, .08);
}

.form-error {
  margin: 8px 0 0;
  color: var(--gold-bright);
  font-size: 11px;
  line-height: 1.45;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(8px);
}

.lead-modal-dialog {
  position: relative;
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 0%, rgba(255, 208, 0, .12), transparent 34%),
    #171717;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .58);
}

.lead-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  color: #fff;
  cursor: pointer;
}

.lead-modal-dialog h2 {
  margin: 16px 42px 12px 0;
  font-size: 34px;
  line-height: 1.08;
}

.lead-modal-dialog > p:not(.section-kicker) {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.62;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 9100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.legal-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(8px);
}

.legal-modal-dialog {
  position: relative;
  width: min(100%, 980px);
  height: min(88vh, 820px);
  padding: 30px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 208, 0, .1), transparent 32%),
    #171717;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .62);
}

.legal-modal-heading h2 {
  margin: 14px 52px 0 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.legal-modal-dialog iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: #111;
}

.lead-form > label:not(.lead-consent) {
  margin: 16px 0 8px;
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 600;
}

.lead-form input[type="text"],
.lead-form input[type="tel"] {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px;
  outline: 0;
  background: rgba(5, 5, 5, .45);
  color: #fff;
  font: inherit;
  font-size: 17px;
  transition: border-color .2s ease, background .2s ease;
}

.lead-form input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.lead-form input:focus {
  border-color: rgba(255, 208, 0, .72);
  background: rgba(5, 5, 5, .68);
}

.cookie {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 8990;
  width: min(100% - 36px, 560px);
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #191919;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .45);
}

.cookie[hidden] {
  display: none;
}

.cookie-text {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.5;
}

.cookie-text a {
  color: rgba(255, 255, 255, .9);
}

.cookie-actions {
  min-width: max-content;
}

.cookie-accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #f7c42a, #e9a912);
  color: #111;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.contact-map-column {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  gap: 14px;
}

.contact-map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: #0b0b0b;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(.84) invert(.9) hue-rotate(170deg) brightness(.72) contrast(1.08);
  opacity: .88;
  transition: filter .25s ease, opacity .25s ease;
}

.contact-map:hover iframe,
.contact-map:focus-within iframe {
  filter: grayscale(.35) brightness(.86) contrast(1.04);
  opacity: 1;
}

.map-route {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 46px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 208, 0, .5);
  border-radius: 5px;
  background: rgba(9, 9, 9, .9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.map-route i {
  color: var(--gold-bright);
}

.contact-facts {
  display: grid;
  grid-template-columns: 1.16fr 1fr 1fr;
  gap: 10px;
}

.contact-facts article {
  min-width: 0;
  min-height: 92px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
}

.contact-facts article > i {
  margin-top: 2px;
  color: var(--gold-bright);
  font-size: 15px;
}

.contact-facts article div {
  min-width: 0;
}

.contact-facts span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .4);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-facts strong,
.contact-facts a {
  color: rgba(255, 255, 255, .83);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer {
  padding: 58px 42px 22px;
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-main {
  padding-bottom: 46px;
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(320px, 1fr) minmax(260px, .85fr);
  gap: clamp(40px, 7cqw, 96px);
}

.footer-brand .logo {
  width: max-content;
}

.footer-brand .logo-main {
  font-size: 32px;
}

.footer-brand .logo-sub {
  font-size: 9px;
}

.footer-brand p {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  line-height: 1.7;
}

.footer-nav > div {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

.footer-nav a,
.footer-docs a {
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-docs a:hover,
.footer-docs a:focus-visible {
  color: var(--gold-bright);
}

.footer-docs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.footer-docs > span {
  margin-bottom: 20px;
}

.footer-docs a + a {
  margin-top: 11px;
}

.footer-bottom {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .35);
  font-size: 10px;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  transition: color .2s ease;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--gold-bright);
}

.quiz-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.quiz-question h3,
.quiz-result h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
}

.quiz-question p,
.quiz-result p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.55;
}

.quiz-options {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quiz-option {
  min-height: 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  background: rgba(255, 255, 255, .025);
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.quiz-option:hover,
.quiz-option:focus-visible {
  border-color: rgba(255, 208, 0, .52);
  background: rgba(255, 208, 0, .08);
  transform: translateY(-1px);
}

.quiz-option span {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #1b1b1b;
}

.quiz-option:hover span,
.quiz-option:focus-visible span {
  border-color: var(--gold-bright);
  background: var(--gold-bright);
}

.quiz-result {
  margin-top: 8px;
  padding: 24px;
  border: 1px solid rgba(255, 208, 0, .32);
  border-radius: 6px;
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 208, 0, .12), transparent 40%),
    rgba(255, 255, 255, .035);
}

.quiz-result-label {
  margin-bottom: 10px;
  display: inline-flex;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.quiz-lead-form {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.quiz-lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quiz-lead-fields label {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  line-height: 1.2;
}

.quiz-lead-fields input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  font: 500 16px/1 "Manrope", Arial, sans-serif;
  outline: none;
}

.quiz-lead-fields input::placeholder {
  color: rgba(255, 255, 255, .32);
}

.quiz-lead-fields input:focus {
  border-color: var(--gold-bright);
  background: rgba(0, 0, 0, .42);
}

.quiz-consent {
  margin-top: 2px;
}

.quiz-submit {
  width: min(100%, 280px);
  min-height: 54px;
  margin-top: 2px;
  font-size: 15px;
}

.quiz-controls {
  min-height: 38px;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.quiz-back,
.quiz-reset {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.quiz-back:hover:not(:disabled),
.quiz-reset:hover {
  border-color: rgba(255, 208, 0, .44);
  color: #fff;
}

.quiz-back:disabled {
  opacity: .38;
  cursor: default;
}

.risk-section {
  padding: 78px 42px 88px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 208, 0, .055), transparent 34%),
    #101010;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.risk-heading {
  margin-bottom: 34px;
}

.risk-heading h2 {
  max-width: 720px;
  margin: 0 0 16px;
}

.risk-heading p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

.risk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 28px;
  align-items: stretch;
}

.risk-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #0c0c0c;
}

.risk-visual::before,
.risk-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.risk-visual::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .28)),
    radial-gradient(circle at 50% 56%, rgba(34, 230, 130, .13), transparent 32%);
}

.risk-visual::after {
  z-index: 3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 -80px 90px rgba(0, 0, 0, .32);
}

.risk-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.risk-mark {
  position: absolute;
  z-index: 4;
  transform: translate(-50%, -50%);
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 208, 0, .48);
  border-radius: 6px;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 0 24px rgba(0, 0, 0, .28);
}

.risk-mark::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #27e681;
  box-shadow: 0 0 14px rgba(39, 230, 129, .72);
}

.risk-mark-hood { left: 50%; top: 51%; }
.risk-mark-bumper { left: 81%; top: 65%; }
.risk-mark-headlights { left: 20%; top: 53%; }
.risk-mark-mirrors { left: 88%; top: 37%; }
.risk-mark-pillars { left: 34%; top: 24%; }

.risk-list {
  display: grid;
  gap: 12px;
}

.risk-item {
  min-height: 94px;
  padding: 20px 20px 20px 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    #171717;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.risk-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 208, 0, .34);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 208, 0, .08), transparent 38%),
    #1b1b1b;
}

.risk-item > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 208, 0, .34);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
}

.risk-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.18;
}

.risk-item p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.55;
}

.films-section {
  position: relative;
  padding: 76px 42px 82px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 208, 0, .06), transparent 28%),
    #141414;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.films-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .32);
}

.films-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.films-heading h2 {
  max-width: 720px;
  margin: 0 0 16px;
}

.films-subtitle {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

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

.film-card {
  position: relative;
  --film-logo-top: 24px;
  --film-logo-size: 178px auto;
  --film-logo-tone: rgba(255, 255, 255, .072);
  min-height: 328px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 208, 0, .055), transparent 34%),
    linear-gradient(180deg, #202020 0%, #181818 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.film-card::before {
  content: attr(data-brand);
  position: absolute;
  z-index: 0;
  top: 72px;
  right: 24px;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(48px, 5.8cqw, 82px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
  pointer-events: none;
}

.film-card-stek::before {
  top: 64px;
}

.film-card-quantum::before {
  top: 68px;
  font-size: clamp(42px, 5.2cqw, 72px);
}

.film-card-urban::before {
  top: 66px;
}

.film-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 208, 0, .34);
}

.film-brand {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}

.film-card > p {
  position: relative;
  z-index: 1;
  min-height: 70px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.58;
}

.film-card ul {
  position: relative;
  z-index: 1;
  margin: auto 0 0;
  padding: 18px 0 0;
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  list-style: none;
}

.film-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1.42;
}

.film-card li i {
  margin-top: 2px;
  color: var(--gold-bright);
  font-size: 12px;
}

.portfolio-section {
  position: relative;
  padding: 78px 42px 88px;
  background: #141414;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .32);
}

.portfolio-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.portfolio-heading h2 {
  margin: 0 0 16px;
}

.portfolio-heading > p:not(.section-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

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

.project-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 208, 0, .055), transparent 34%),
    #1a1a1a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.project-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 208, 0, .36);
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 208, 0, .08), transparent 36%),
    #1d1d1d;
}

.project-main {
  position: relative;
  height: 286px;
  overflow: hidden;
  background: #0a0a0a;
}

.project-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, .26) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .12), transparent 28%, transparent 72%, rgba(0, 0, 0, .12));
  pointer-events: none;
}

.project-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .32s ease;
}

.project-card:hover .project-main img {
  transform: scale(1.018);
}

.project-thumbs {
  min-height: 61px;
  padding: 10px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 208, 0, .44) rgba(255, 255, 255, .08);
}

.project-thumbs button {
  flex: 0 0 58px;
  height: 41px;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: #080808;
  opacity: .72;
  cursor: pointer;
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.project-thumbs button:hover,
.project-thumbs button:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.project-thumbs button.is-active {
  opacity: 1;
  border-color: var(--gold-bright);
}

.project-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.project-copy {
  min-height: 136px;
  padding: 18px 18px 20px;
}

.project-copy h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.project-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.55;
}

.process-section {
  position: relative;
  padding: 78px 42px 86px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 208, 0, .045), transparent 30%),
    #161616;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: rgba(255, 208, 0, .32);
}

.process-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.process-heading h2 {
  max-width: 720px;
  margin: 0 0 16px;
}

.process-heading p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.65;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(360px, .92fr);
  gap: 34px;
  align-items: start;
}

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

.process-photo {
  position: relative;
  min-width: 0;
  height: 214px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  background: #0a0a0a;
}

.process-photo-main {
  grid-column: 1 / -1;
  height: 396px;
}

.process-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .5) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .14), transparent 35%, rgba(0, 0, 0, .1));
  pointer-events: none;
}

.process-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.process-photo-main img { object-position: center 54%; }

.process-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .6);
}

.process-steps {
  padding-top: 4px;
}

.process-step {
  min-height: 92px;
  padding: 0 0 22px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.process-step + .process-step {
  padding-top: 22px;
}

.process-step > span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 208, 0, .42);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.process-step h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 20px;
  line-height: 1.18;
}

.process-step p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.46;
}

@media (max-width: 1440px) {
  .site-header { padding-inline: 42px; }
  .logo-main { font-size: clamp(32px, 2.27vw, 36px); }
  .nav { gap: clamp(22px, 2.1vw, 34px); }
  .nav a,
  .phone,
  .header-cta { font-size: clamp(14px, 1.08vw, 17px); }
  .header-cta { width: clamp(150px, 11.7vw, 168px); }
}

@media (max-width: 1260px) {
  .site-header { height: 92px; }
  .nav { gap: 22px; }
  .header-right { gap: 20px; }
  .header-cta { display: none; }
  .hero-content { padding-top: 95px; }
  h1 { font-size: clamp(42px, 4.6vw, 52px); }
  .situations-section { padding: 70px 32px 72px; }
  .situations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .packages-section { padding: 68px 32px 70px; }
  .packages-heading { grid-template-columns: 1fr; gap: 18px; }
  .packages-heading > p { max-width: 720px; }
  .packages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quiz-section { padding: 0 32px 76px; }
  .quiz-card { gap: 34px; padding: 32px; }
  .quiz-intro h2 { font-size: 32px; }
  .team-section { padding: 70px 32px 78px; }
  .team-grid { grid-template-columns: 1fr; }
  .person-card {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1fr);
  }
  .person-photo {
    aspect-ratio: auto;
    min-height: 260px;
    border-right: 1px solid rgba(255, 255, 255, .09);
    border-bottom: 0;
  }
  .person-copy {
    min-height: 0;
    align-self: center;
  }
  .aftercare-section { padding: 0 32px 76px; }
  .aftercare-section::before { left: 32px; right: 32px; }
  .aftercare-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .aftercare-copy { padding-top: 46px; }
  .aftercare-visual {
    min-height: 420px;
    margin-top: 0;
  }
  .reviews-section { padding: 70px 32px 78px; }
  .reviews-head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }
  .yandex-rating { width: min(360px, 100%); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-section { padding: 70px 32px 78px; }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faq-heading {
    position: static;
  }
  .faq-heading h2,
  .faq-heading > p:not(.section-kicker),
  .faq-count {
    max-width: 720px;
  }
  .faq-count { margin-top: 24px; }
  .contact-section { padding: 70px 32px 78px; }
  .contact-layout {
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
  }
  .estimate-form { padding: 28px; }
  .contact-facts { grid-template-columns: 1fr; }
  .contact-facts article { min-height: 0; }
  .site-footer { padding-inline: 32px; }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 46px 72px;
  }
  .footer-docs { grid-column: 2; }
  .risk-section { padding: 70px 32px 78px; }
  .risk-heading p:not(.section-kicker) { max-width: 720px; }
  .risk-layout { grid-template-columns: 1fr; }
  .risk-visual { min-height: 470px; }
  .films-section { padding: 70px 32px 76px; }
  .films-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-section { padding: 70px 32px 78px; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-main { height: 300px; }
  .process-section { padding: 70px 32px 76px; }
  .process-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .process-photo-main { height: 430px; }
  .process-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }
  .process-step:nth-child(7) { border-bottom: 0; }
}

@media (max-width: 980px) {
  .site-header {
    height: 78px;
    padding-inline: 24px;
  }

  .site-header > * { transform: none; }

  .logo-main { font-size: 30px; }
  .logo-sub { font-size: 9px; }

  .nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 16px 24px 20px;
    display: none;
    gap: 0;
    background: rgba(5, 5, 5, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .menu-open .nav { display: grid; }
  .nav a { padding: 12px 0; font-size: 16px; }

  .header-right { margin-left: auto; }
  .phone span { display: none; }
  .phone {
    width: 42px;
    height: 42px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    margin-left: 12px;
    padding: 10px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 1px solid rgba(227, 173, 0, .8);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
  }

  .hero {
    min-height: 100svh;
    background: #050505;
  }

  .hero-bg {
    height: 48vh;
    min-height: 360px;
    background-size: cover;
    background-position: 62% top;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .55) 82%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .55) 82%, transparent 100%);
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, #050505 48vh);
  }

  .hero-content {
    width: 100%;
    padding: calc(48vh - 18px) 24px 42px;
  }

  .eyebrow { margin-bottom: 20px; font-size: 12px; }
  h1 {
    width: min(820px, calc(100vw - 64px));
    font-size: clamp(42px, 4.6vw, 52px);
    line-height: 1.18;
  }

  .lead {
    width: min(610px, 100%);
    font-size: 15px;
    line-height: 1.62;
  }

  .lead br { display: none; }
  .bullets {
    width: min(650px, 100%);
    gap: 13px;
  }

  .bullets li {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.42;
  }

  .bullets i { margin-top: 1px; font-size: 19px; }
  .actions { max-width: 560px; display: grid; gap: 12px; }
  .btn { width: 100% !important; height: 58px; font-size: 15px; }
  .situations-section { padding: 62px 24px 64px; }
  .packages-section { padding: 58px 24px 62px; }
  .packages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-card {
    min-height: 0;
    padding: 18px;
  }
  .package-visual { height: 250px; }
  .package-copy { min-height: 0; }
  .package-copy > p:not(.package-price) { min-height: 0; }
  .quiz-section { padding: 0 24px 66px; }
  .quiz-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }
  .quiz-progress { padding-top: 28px; }
  .quiz-intro h2,
  .quiz-intro > p { max-width: 680px; }
  .risk-section { padding: 62px 24px 68px; }
  .risk-visual { min-height: 390px; }
  .risk-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .risk-item { min-height: 0; }
  .films-section { padding: 62px 24px 68px; }
  .film-card { min-height: 0; }
  .film-card > p { min-height: 0; }
  .portfolio-section { padding: 62px 24px 68px; }
  .project-main { height: 270px; }
  .project-copy { min-height: 0; }
  .process-section { padding: 62px 24px 68px; }
  .process-photo-main { height: 360px; }
  .process-photo { height: 188px; }
}

@media (max-width: 760px) {
  .situations-grid,
  .packages-grid { grid-template-columns: 1fr; }
  .package-note { min-height: 0; }
  .quiz-options { grid-template-columns: 1fr; }
  .risk-list { grid-template-columns: 1fr; }
  .risk-visual { min-height: 330px; }
  .films-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .project-main { height: 260px; }
  .process-media { grid-template-columns: 1fr; }
  .process-photo-main,
  .process-photo { height: 260px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step:nth-child(5) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .process-step:nth-child(6) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .process-step:nth-child(7) { border-bottom: 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .faq-item summary {
    min-height: 70px;
    font-size: 18px;
  }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-map-column { grid-template-rows: auto auto; }
  .contact-map { min-height: 380px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-docs { grid-column: auto; }
  .person-card {
    display: block;
  }
  .person-photo {
    aspect-ratio: 3 / 2;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }
  .risk-mark { min-height: 30px; padding-inline: 10px; font-size: 10px; }
  .risk-mark-hood { left: 50%; top: 51%; }
  .risk-mark-bumper { left: 80%; top: 65%; }
  .risk-mark-headlights { left: 21%; top: 53%; }
  .risk-mark-mirrors { left: 88%; top: 38%; }
  .risk-mark-pillars { left: 36%; top: 25%; }
}

@media (max-width: 620px) {
  .lead-modal {
    padding: 14px;
    align-items: end;
  }

  .lead-modal-dialog {
    padding: 26px 18px 20px;
  }

  .lead-modal-dialog h2 {
    margin-right: 48px;
    font-size: 28px;
  }

  .legal-modal {
    padding: 14px;
    align-items: end;
  }

  .legal-modal-dialog {
    width: 100%;
    height: calc(100vh - 28px);
    padding: 24px 14px 14px;
    gap: 14px;
  }

  .legal-modal-heading h2 {
    margin-top: 10px;
    font-size: 25px;
  }

  .cookie {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .cookie-accept {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 18px; }
  .hero-bg {
    height: 365px;
    min-height: 0;
    background-size: auto 365px;
    background-position: 72% top;
  }
  .hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(5, 5, 5, .18) 230px, #050505 330px);
  }
  .hero-content { padding: 286px 18px 34px; }
  .eyebrow { font-size: 10px; }
  .hero-rating-badge {
    width: 100%;
    margin-top: 20px;
  }
  .hero-rating-details { font-size: 11px; }
  h1.hero-title {
    width: 100%;
    font-size: 34px;
  }
  h1.hero-title span { display: inline; }
  .situations-section { padding: 52px 18px 54px; }
  .situations-heading { margin-bottom: 26px; }
  .situation-card {
    min-height: 0;
    padding: 20px;
    border-radius: 7px;
  }
  .situation-quote { font-size: 14px; }
  .situation-card p:not(.situation-quote) { font-size: 13px; }
  .packages-section { padding: 50px 18px 54px; }
  .packages-heading { margin-bottom: 26px; }
  .packages-heading > p { font-size: 14px; }
  .package-card { padding: 14px; border-radius: 7px; }
  .package-visual {
    height: 224px;
    margin-bottom: 18px;
  }
  .package-badge {
    top: 10px;
    right: 10px;
    font-size: 10px;
  }
  .package-car-photo { object-position: center; }
  .package-copy h3 { font-size: 24px; }
  .package-price { font-size: 29px; }
  .package-note { padding-top: 16px; }
  .quiz-section { padding: 0 18px 58px; }
  .quiz-card {
    padding: 20px;
    border-radius: 7px;
  }
  .quiz-intro .section-kicker { font-size: 10px; }
  .quiz-intro h2 { font-size: 27px; }
  .quiz-intro > p,
  .quiz-question p,
  .quiz-result p { font-size: 12px; }
  .quiz-progress { padding-top: 24px; }
  .quiz-question h3,
  .quiz-result h3 { font-size: 20px; }
  .quiz-option {
    min-height: 54px;
    padding-inline: 14px;
  }
  .quiz-result { padding: 18px; }
  .quiz-lead-fields { grid-template-columns: 1fr; }
  .quiz-submit { width: 100%; }
  .team-section { padding: 54px 18px 60px; }
  .team-heading { margin-bottom: 26px; }
  .team-heading > p:not(.section-kicker) { font-size: 14px; }
  .team-grid { gap: 12px; }
  .person-card { border-radius: 7px; }
  .person-copy {
    padding: 20px;
  }
  .person-copy h3 { font-size: 24px; }
  .person-copy p { font-size: 12px; }
  .aftercare-section { padding: 0 18px 58px; }
  .aftercare-section::before { left: 18px; right: 18px; }
  .aftercare-copy { padding-top: 38px; }
  .aftercare-copy > p:not(.section-kicker) { font-size: 14px; }
  .aftercare-points {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .aftercare-points article {
    min-height: 0;
    padding: 16px;
    border-radius: 7px;
  }
  .aftercare-points h3 { font-size: 17px; }
  .aftercare-points p { font-size: 12px; }
  .aftercare-visual {
    min-height: 286px;
    border-radius: 7px;
  }
  .aftercare-visual figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .aftercare-visual strong { font-size: 19px; }
  .reviews-section { padding: 54px 18px 60px; }
  .reviews-head { margin-bottom: 26px; }
  .reviews-heading > p:not(.section-kicker) { font-size: 14px; }
  .yandex-rating {
    width: 100%;
    min-height: 0;
    padding: 14px;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 11px;
  }
  .yandex-rating i { display: none; }
  .yandex-pin {
    width: 28px;
    height: 28px;
  }
  .yandex-pin span {
    width: 17px;
    height: 17px;
    font-size: 12px;
  }
  .rating-score { font-size: 29px; }
  .rating-copy strong,
  .rating-copy span { font-size: 10px; }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .review-card {
    min-height: 0;
    padding: 18px;
    border-radius: 7px;
  }
  .review-meta { margin-bottom: 18px; }
  .review-card p { font-size: 13px; }
  .review-footer { padding-top: 18px; }
  .faq-section { padding: 54px 18px 60px; }
  .faq-layout { gap: 28px; }
  .faq-heading > p:not(.section-kicker) { font-size: 14px; }
  .faq-count {
    margin-top: 22px;
    padding-top: 18px;
  }
  .faq-count strong { font-size: 31px; }
  .faq-count span { font-size: 9px; }
  .faq-item summary {
    min-height: 66px;
    padding: 19px 0;
    gap: 16px;
    font-size: 16px;
  }
  .faq-item summary i {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 10px;
  }
  .faq-answer {
    padding: 0 0 20px;
  }
  .faq-answer p {
    font-size: 13px;
    line-height: 1.62;
  }
  .contact-section { padding: 54px 18px 60px; }
  .contact-heading { margin-bottom: 30px; }
  .contact-heading > p:not(.section-kicker) { font-size: 14px; }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .estimate-form {
    padding: 24px 20px;
    border-radius: 7px;
  }
  .estimate-form-heading h3 { font-size: 27px; }
  .contact-map-column { grid-template-rows: auto auto; }
  .contact-map {
    min-height: 360px;
    border-radius: 7px;
  }
  .map-route {
    right: 12px;
    bottom: 12px;
  }
  .contact-facts { grid-template-columns: 1fr; }
  .site-footer {
    padding: 44px 18px 22px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-docs { grid-column: auto; }
  .footer-bottom {
    align-items: flex-start;
  }
  .risk-section { padding: 54px 18px 60px; }
  .risk-heading { margin-bottom: 26px; }
  .risk-heading p:not(.section-kicker) { font-size: 14px; }
  .risk-visual {
    min-height: 260px;
    border-radius: 7px;
  }
  .risk-visual img {
    object-position: center center;
  }
  .risk-mark::before {
    width: 7px;
    height: 7px;
    margin-right: 6px;
  }
  .risk-mark-hood { left: 50%; top: 52%; }
  .risk-mark-bumper { left: 74%; top: 65%; }
  .risk-mark-headlights { left: 23%; top: 53%; }
  .risk-mark-mirrors { left: 84%; top: 40%; }
  .risk-mark-pillars { left: 44%; top: 26%; }
  .risk-item {
    padding: 16px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }
  .risk-item > span {
    width: 30px;
    height: 30px;
  }
  .risk-item h3 { font-size: 18px; }
  .risk-item p { font-size: 12px; }
  .films-section { padding: 54px 18px 60px; }
  .films-heading { margin-bottom: 26px; }
  .films-subtitle { font-size: 14px; }
  .film-card {
    padding: 20px;
    border-radius: 7px;
  }
  .film-card::before {
    top: 48px;
    right: 18px;
    font-size: 46px;
    opacity: .088;
  }
  .film-brand { font-size: 30px; }
  .film-card > p,
  .film-card li { font-size: 12px; }
  .portfolio-section { padding: 54px 18px 60px; }
  .portfolio-heading { margin-bottom: 26px; }
  .portfolio-heading > p:not(.section-kicker) { font-size: 14px; }
  .project-card { border-radius: 7px; }
  .project-main { height: 232px; }
  .project-thumbs button {
    flex-basis: 64px;
    height: 44px;
  }
  .project-copy {
    padding: 16px;
  }
  .project-copy h3 { font-size: 21px; }
  .project-copy p { font-size: 12px; }
  .process-section { padding: 54px 18px 60px; }
  .process-heading { margin-bottom: 26px; }
  .process-heading p:not(.section-kicker) { font-size: 14px; }
  .process-layout { gap: 26px; }
  .process-photo-main,
  .process-photo {
    height: 224px;
    border-radius: 7px;
  }
  .process-photo figcaption {
    left: 12px;
    bottom: 10px;
    font-size: 9px;
  }
  .process-step {
    min-height: 0;
    padding-bottom: 18px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }
  .process-step + .process-step { padding-top: 18px; }
  .process-step > span {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .process-step h3 { font-size: 18px; }
  .process-step p { font-size: 12px; }
}

.packages-heading h2,
.situations-heading h2,
.risk-heading h2,
.films-heading h2,
.pricing-heading h2,
.portfolio-heading h2,
.studio-heading h2,
.process-heading h2,
.aftercare-copy h2,
.equipment-heading h2,
.team-heading h2,
.trust-heading h2,
.reviews-heading h2,
.faq-heading h2,
.contact-heading h2 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(36px, 2.75cqw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.034em;
}

section h3,
.price,
.gallery-modal-heading h2 {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -.02em;
}

@media (min-width: 561px) and (max-width: 1120px) {
  .pricing-heading h2,
  .packages-heading h2,
  .situations-heading h2,
  .risk-heading h2,
  .films-heading h2,
  .portfolio-heading h2,
  .studio-heading h2,
  .process-heading h2,
  .aftercare-copy h2,
  .equipment-heading h2,
  .team-heading h2,
  .trust-heading h2,
  .reviews-heading h2,
  .faq-heading h2,
  .contact-heading h2 { font-size: clamp(35px, 5vw, 43px); }
}

@media (max-width: 560px) {
  .pricing-heading h2,
  .packages-heading h2,
  .situations-heading h2,
  .risk-heading h2,
  .films-heading h2,
  .portfolio-heading h2,
  .studio-heading h2,
  .process-heading h2,
  .aftercare-copy h2,
  .equipment-heading h2,
  .team-heading h2,
  .trust-heading h2,
  .reviews-heading h2,
  .faq-heading h2,
  .contact-heading h2 { font-size: 32px; }
}
