@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-cyrillic-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-cyrillic-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-cyrillic-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-latin-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-cyrillic-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-cyrillic-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-latin-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-cyrillic-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
  --navy: #0f3a60;
  --blue: #165184;
  --bright-blue: #1d67a6;
  --gold: #c9934a;
  --sand: #f8f6ec;
  --mist: #edece8;
  --white: #fff;
  --ink: #242526;
  --muted: #60656a;
  --radius: 28px;
  --shadow: 0 14px 36px rgba(15, 58, 96, .12);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font: 400 16px/1.55 Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased
}

body.menu-open {
  overflow: hidden
}

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

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

button,
input,
textarea {
  font: inherit
}

button {
  cursor: pointer
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1,
h2,
h3 {
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.15
}

h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  letter-spacing: -.035em;
  margin-bottom: 20px
}

h3 {
  font-size: 22px;
  letter-spacing: -.02em
}

p {
  color: var(--muted)
}

.container {
  width: min(1350px, calc(100% - 48px));
  margin-inline: auto
}

.section-pad {
  padding: 62px 0
}

.mobile-copy {
  display: none
}

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

.skip-link {
  position: fixed;
  left: 20px;
  top: -60px;
  z-index: 999;
  padding: 10px 16px;
  background: #fff;
  border-radius: 8px;
  color: var(--navy);
  box-shadow: var(--shadow)
}

.skip-link:focus {
  top: 16px
}

.mobile-callbar {
  display: none
}

.site-header {
  position: relative;
  z-index: 50;
  padding: 28px 0 8px;
  background: var(--sand)
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 56px
}

.logo {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}

.logo-header {
  width: 170px
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-left: auto;
  padding: 0 8px;
  border: 1px solid #e5e2d9;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 58, 96, .07)
}

.main-nav a,
.footer-nav a {
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease, transform .2s ease
}

.main-nav a {
  padding: 11px 18px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--bright-blue)
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto
}

.social-circle {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: transform .2s ease
}

.social-circle:hover {
  transform: translateY(-2px)
}

.social-circle img {
  width: 35px;
  height: 35px;
  object-fit: contain
}

.phone-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap
}

.phone-pill img {
  width: 17px;
  height: 17px;
  object-fit: contain
}

.phone-pill span {
  font-weight: 500;
  opacity: .75
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: var(--navy);
  border-radius: 50%
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #fff;
  border-radius: 3px
}

.hero {
  position: relative;
  z-index: 2;
  padding-top: 20px
}

.hero-shell {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--navy)
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.hero-image {
  object-fit: cover
}

.hero-shade {
  background: linear-gradient(90deg, rgba(6, 28, 48, .78) 0%, rgba(6, 28, 48, .34) 45%, rgba(6, 28, 48, .04) 67%)
}

.hero-copy {
  position: absolute;
  left: 56px;
  top: 70px;
  z-index: 2;
  width: min(640px, 48%);
  color: #fff
}

.hero-copy h1 {
  font-size: clamp(42px, 4.6vw, 66px);
  letter-spacing: -.045em;
  margin-bottom: 22px
}

.hero-copy p {
  max-width: 580px;
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 34px
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 24px rgba(15, 58, 96, .2)
}

.button-light {
  background: #fff;
  color: var(--navy)
}

.button-primary {
  background: var(--navy);
  color: #fff
}

.button-accent {
  background: var(--gold);
  color: #fff
}

.button-full {
  width: 100%
}

.hero-form {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 44px;
  width: 430px;
  padding: 28px;
  background: rgba(255, 255, 255, .96);
  border-radius: 22px;
  box-shadow: var(--shadow);
  transform: translateY(-50%)
}

.form-heading {
  display: flex;
  gap: 14px;
  margin-bottom: 18px
}

.service-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--mist);
  color: var(--blue);
  font-size: 20px
}

.service-icon img {
  width: 27px;
  height: 25px;
  object-fit: contain
}

.form-heading h2 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  letter-spacing: -.02em;
  margin: 0 0 7px
}

.form-heading p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0
}

.lead-form label {
  display: block;
  margin-bottom: 10px
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid #dfe2e3;
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  outline: 0;
  padding: 13px 14px;
  transition: border-color .2s, box-shadow .2s
}

.lead-form input {
  height: 48px
}

.lead-form textarea {
  resize: vertical;
  min-height: 82px
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--bright-blue);
  box-shadow: 0 0 0 3px rgba(29, 103, 166, .12)
}

.lead-form input[aria-invalid="true"] {
  border-color: #bc3b39
}

.form-privacy {
  font-size: 10px;
  line-height: 1.4;
  margin: 3px 0 13px;
  color: #777
}

.form-privacy a {
  text-decoration: underline
}

.form-status {
  min-height: 0;
  margin: 9px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--navy)
}

.form-status:not(:empty) {
  min-height: 18px
}

.form-status.error {
  color: #a52d2b
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important
}

.section-heading {
  max-width: 850px;
  margin: 0 0 46px
}

.section-heading.centered {
  text-align: center;
  margin-inline: auto
}

.section-heading.narrow {
  max-width: 720px
}

.section-heading p {
  font-size: 18px;
  margin-bottom: 0
}

.trust {
  position: relative;
  z-index: 1;
  margin-top: -175px;
  padding-top: 0
}

.trust .container {
  padding: 185px 70px 86px;
  background: var(--mist);
  border-radius: 30px
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1190px;
  margin: auto
}

.trust-card {
  position: relative;
  aspect-ratio: 388/404;
  min-height: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--navy);
  box-shadow: var(--shadow)
}

.trust-card:nth-child(2) {
  margin-top: 70px
}

.trust-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.trust-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5, 33, 57, .92))
}

.trust-card>div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  padding: 20px;
  border-radius: 15px;
  background: rgba(15, 58, 96, .92);
  color: #fff;
  backdrop-filter: blur(8px)
}

.trust-card:nth-child(2)>div {
  background: rgba(22, 81, 132, .94)
}

.trust-card:nth-child(3)>div {
  background: rgba(29, 103, 166, .94)
}

.trust-card h3 {
  font-size: 18px;
  margin-bottom: 9px
}

.trust-card p {
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  margin: 0
}

.process {
  position: relative;
  overflow: hidden;
  padding-block: 110px
}

.process-container {
  position: relative;
  z-index: 2
}

.process-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none
}

.process-orb-right {
  width: 1785px;
  height: 1785px;
  right: -1650px;
  top: -400px;
  background: var(--blue)
}

.process-orb-left {
  width: 1785px;
  height: 1785px;
  left: -1650px;
  bottom: -400px;
  background: var(--gold)
}

.process-list {
  max-width: 1050px;
  margin: 65px auto 0;
  display: grid;
  gap: 78px
}

.process-item {
  --process-image-radius: 50px;
  display: grid;
  grid-template-columns: 100px 320px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 260px
}

.process-item:nth-child(even) {
  margin-left: 170px
}

.process-item img {
  width: 320px;
  height: 262px;
  object-fit: cover;
  box-shadow: var(--shadow)
}

.process-item:nth-child(1) img {
  border-radius: 0 var(--process-image-radius) 0 0
}

.process-item:nth-child(2) img {
  border-radius: 0 var(--process-image-radius) 0 var(--process-image-radius)
}

.process-item:nth-child(3) img {
  border-radius: 0 var(--process-image-radius) var(--process-image-radius) var(--process-image-radius)
}

.process-item:nth-child(4) img {
  border-radius: var(--process-image-radius)
}

.step-number {
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1
}

.step-number.gold {
  color: var(--gold)
}

.step-number.blue {
  color: var(--blue)
}

.process-item h3 {
  font-size: 24px;
  margin-bottom: 13px
}

.process-item p {
  margin: 0;
  max-width: 460px
}

.support-card {
  display: grid;
  grid-template-columns: 54% 46%;
  aspect-ratio: 1350/461;
  min-height: 0;
  overflow: hidden;
  border-radius: 30px;
  background: var(--navy);
  box-shadow: var(--shadow)
}

.support-card>img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover
}

.support-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 55px) clamp(32px, 4.5vw, 62px);
  color: #fff;
  overflow: hidden
}

.support-copy::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -130px;
  bottom: -130px;
  background: var(--gold);
  z-index: 0;
}

.support-copy::before {
  content: "";
  position: absolute;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  right: -100px;
  bottom: -100px;
  background: var(--white);
  z-index: 1;
}

.support-copy h2 {
  font-size: clamp(30px, 3.1vw, 44px);
  margin-bottom: 18px;
  position: relative;
  z-index: 1
}

.support-copy p {
  color: #fff;
  position: relative;
  z-index: 1
}

.support-copy>.button {
  align-self: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 10px
}

.messenger-links {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 1;
  margin: 12px 0
}

.messenger-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700
}

.messenger-links img {
  width: 26px;
  height: 26px;
  object-fit: contain
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px
}

.section-title-row h2 {
  margin: 0
}

.slider-controls {
  display: flex;
  gap: 10px
}

.slider-button {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transition: opacity .2s ease
}

.slider-button img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.slider-button:hover {
  opacity: .82
}

.slider-button:disabled,
.slider-button:disabled:hover {
  opacity: .5;
  transform: none;
  cursor: default
}

.cards-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 24px;
  scrollbar-width: none;
  padding: 24px 24px 56px;
  margin: -24px -24px -28px
}

.cards-slider::-webkit-scrollbar {
  display: none
}

.cards-slider .car-photo img,
.cards-slider>.review-card>.review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.car-card {
  flex: 0 0 calc((100% - 48px)/3);
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  scroll-snap-align: start
}

.car-photo {
  position: relative;
  height: 278px;
  overflow: hidden
}

.car-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.car-photo span {
  position: absolute;
  right: 15px;
  top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  font-size: 10px;
  font-weight: 700;
  color: var(--navy)
}

.car-body {
  padding: 20px 22px 12px
}

.car-body h3 {
  font-size: 21px;
  margin-bottom: 4px
}

.car-body strong {
  display: block;
  color: var(--gold);
  font-size: 16px;
  margin-bottom: 12px
}

.car-body p {
  font-size: 13px;
  margin-bottom: 0
}

.car-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 12px 22px 20px
}

.car-footer a {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy)
}

.mini-socials {
  display: flex;
  align-items: center;
  gap: 7px
}

.mini-socials a {
  display: block;
  line-height: 0
}

.mini-socials img {
  width: 25px;
  height: 25px;
  object-fit: contain
}

.reviews {
  background: linear-gradient(180deg, transparent, var(--mist) 42%, transparent)
}

.review-slider {
  gap: 26px
}

.review-card {
  flex: 0 0 calc((100% - 52px)/3);
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  scroll-snap-align: start
}

.review-photo {
  position: relative;
  width: 100%;
  height: 278px;
  overflow: hidden;
  background: var(--mist)
}

.review-body {
  padding: 25px
}

.review-body header {
  display: flex;
  align-items: center;
  gap: 12px
}

.review-body header img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover
}

.review-body h3 {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  margin: 0 0 3px
}

.review-body time {
  font-size: 12px;
  color: #777
}

.rating {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 18px 0 14px;
  padding: 5px 20px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
}

.rating img {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.review-body p {
  font-size: 14px;
  margin-bottom: 0
}

.contact-card {
  display: grid;
  grid-template-columns: 54% 46%;
  aspect-ratio: 1350/580;
  min-height: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow)
}

.contact-image {
  height: 100%;
  overflow: hidden
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.contact-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 42px;
  background: #fff;
  overflow: hidden
}

.contact-panel::before,
.contact-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none
}

.contact-panel::before {
  width: 250px;
  height: 250px;
  background: var(--navy);
  right: -170px;
  top: -80px
}

.contact-panel::after {
  width: 180px;
  height: 180px;
  background: var(--gold);
  left: -110px;
  bottom: -115px
}

.contact-content {
  position: relative;
  z-index: 1
}

.contact-heading,
.contact-form,
.contact-messengers {
  position: relative;
  z-index: 1
}

.contact-heading h2 {
  font-size: clamp(30px, 2.8vw, 38px);
  max-width: 650px
}

.contact-heading p {
  font-size: 15px;
  max-width: 650px
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.contact-form input,
.contact-form textarea {
  background: var(--sand)
}

.contact-messengers {
  color: var(--navy);
  margin-top: 18px
}

.faq-container {
  max-width: 1200px
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.faq-column {
  display: grid;
  align-content: start;
  gap: 14px
}

.faq details {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 58, 96, .09);
  overflow: hidden
}

.faq summary {
  position: relative;
  list-style: none;
  padding: 22px 24px 22px 58px;
  font-weight: 700;
  cursor: pointer;
  color: var(--navy)
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
  color: var(--gold);
  transform: translateY(-50%);
  transition: transform .2s
}

.faq details[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg)
}

.faq details p {
  padding: 0 24px 22px 58px;
  font-size: 14px;
  margin: 0
}

.button-split {
  display: flex;
  width: max-content;
  min-width: 205px;
  margin: 38px auto 0;
  padding: 12px 24px;
  overflow: hidden;
  background: linear-gradient(100deg, var(--gold) 0%, #d5a04d 38%, var(--navy) 100%);
  color: #fff
}

.site-footer {
  padding: 42px 0 26px;
  background: var(--sand)
}

.footer-shell {
  padding: 48px 50px 20px;
  border-radius: 28px;
  background: var(--navy);
  color: #fff
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 55px;
  padding-bottom: 42px
}

.logo-light {
  width: 190px
}

.footer-about p {
  max-width: 460px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  margin: 20px 0 0
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 16px 28px
}

.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
  font-size: 14px
}

.footer-contact .messenger-links {
  margin: 0 0 8px
}

.footer-contact p {
  color: #fff;
  margin: 0
}

.icon-line {
  display: flex;
  align-items: center;
  gap: 9px
}

.icon-line img {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  object-fit: contain
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  font-size: 11px;
  color: rgba(255, 255, 255, .7)
}

.footer-bottom p {
  color: inherit;
  margin: 0
}

.footer-bottom>div {
  display: flex;
  gap: 25px
}

.simple-page {
  min-height: 100vh;
  padding: 80px 0;
  background: var(--sand)
}

.simple-page article {
  max-width: 900px;
  margin: auto;
  padding: 50px;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow)
}

.simple-page h1 {
  font-size: 42px;
  color: var(--navy)
}

.simple-page h2 {
  font-size: 24px;
  margin-top: 34px
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--navy);
  font-weight: 700
}

@media (max-width:1180px) {
  .main-nav {
    gap: 0;
    padding-inline: 5px
  }

  .main-nav a {
    padding: 10px;
    font-size: 12px
  }

  .phone-pill span {
    display: none
  }

  .hero-copy {
    width: 48%;
    left: 38px
  }

  .hero-form {
    right: 30px;
    width: 390px
  }

  .process-item:nth-child(even) {
    margin-left: 80px
  }

  .car-card,
  .review-card {
    flex-basis: 44%
  }
}

@media (max-width:960px) {
  .container {
    width: min(100% - 32px, 760px)
  }

  .section-pad {
    padding: 42px 0
  }

  .site-header {
    padding-top: 18px
  }

  .header-inner {
    position: relative
  }

  .menu-toggle {
    display: block;
    margin-left: auto
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(15, 58, 96, .98);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s
  }

  .main-nav a {
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 24px
  }

  .menu-open .main-nav {
    z-index: 49;
    opacity: 1;
    visibility: visible
  }

  .menu-open .menu-toggle {
    position: relative;
    z-index: 50;
    background: #fff
  }

  .menu-open .menu-toggle span {
    background: var(--navy)
  }

  .header-actions {
    display: none
  }

  .hero-shell {
    min-height: auto;
    padding: 440px 18px 18px
  }

  .hero-image {
    height: 430px
  }

  .hero-shade {
    height: 430px;
    background: linear-gradient(180deg, rgba(6, 28, 48, .25), rgba(6, 28, 48, .72))
  }

  .hero-copy {
    top: 52px;
    left: 28px;
    right: 28px;
    width: auto
  }

  .hero-copy h1 {
    font-size: 44px
  }

  .hero-copy p {
    font-size: 17px;
    max-width: 520px
  }

  .hero-copy .button {
    display: none
  }

  .hero-form {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 24px;
    transform: none
  }

  .trust {
    margin-top: 20px;
    padding-top: 42px
  }

  .trust .container {
    padding: 55px 28px
  }

  .trust-grid {
    grid-template-columns: 1fr
  }

  .trust-card {
    aspect-ratio: 388/404;
    min-height: 0
  }

  .trust-card:nth-child(2),
  .trust-card:nth-child(3) {
    margin-top: 0
  }

  .trust-card img {
    position: absolute;
    inset: 0
  }

  .process-orb {
    display: none
  }

  .process-list {
    gap: 45px
  }

  .process-item,
  .process-item:nth-child(even) {
    grid-template-columns: 70px 230px 1fr;
    margin-left: 0;
    gap: 18px
  }

  .process-item img {
    width: 230px;
    height: 210px
  }

  .support-card {
    grid-template-columns: 1fr;
    aspect-ratio: auto
  }

  .support-card>img {
    height: 360px;
    min-height: 0
  }

  .support-copy {
    padding: 45px
  }

  .car-card,
  .review-card {
    flex-basis: 72%
  }

  .contact-card {
    grid-template-columns: 1fr;
    aspect-ratio: auto
  }

  .contact-image {
    height: 380px
  }

  .contact-panel {
    padding: 48px
  }

  .footer-main {
    grid-template-columns: 1fr 1fr
  }

  .footer-about {
    grid-column: 1/-1
  }
}

@media (max-width:640px) {
  html {
    scroll-padding-top: 58px
  }

  body {
    font-size: 14px
  }

  h2 {
    font-size: 27px
  }

  .container {
    width: calc(100% - 32px)
  }

  .section-pad {
    padding: 32px 0
  }

  .mobile-callbar {
    display: block;
    height: 48px;
    background: var(--navy);
    color: #fff
  }

  .mobile-callbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 32px);
    height: 48px;
    margin: auto;
    font-size: 12px
  }

  .mobile-callbar span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    opacity: .8
  }

  .mobile-callbar span img {
    width: 16px;
    height: 16px
  }

  .mobile-callbar strong {
    font-size: 13px
  }

  .site-header {
    padding: 16px 0 4px
  }

  .logo-header {
    width: 145px
  }

  .logo-light {
    width: 180px
  }

  .hero {
    padding-top: 12px
  }

  .hero-shell {
    padding: 344px 0 0;
    border-radius: 20px;
    background: transparent;
    overflow: visible
  }

  .hero-image,
  .hero-shade {
    height: 450px;
    border-radius: 20px
  }

  .hero-image {
    object-position: 45% center
  }

  .hero-copy {
    top: 38px;
    left: 20px;
    right: 20px
  }

  .hero-copy h1 {
    font-size: 32px;
    margin-bottom: 15px
  }

  .hero-copy p {
    font-size: 14px;
    line-height: 1.45
  }

  .hero-form {
    border-radius: 18px;
    padding: 22px 18px;
    box-shadow: 0 10px 26px rgba(15, 58, 96, .15)
  }

  .hero-form .form-heading {
    margin-bottom: 15px
  }

  .form-heading p {
    font-size: 11px
  }

  .button {
    min-height: 46px
  }

  .section-heading {
    margin-bottom: 30px
  }

  .section-heading p {
    font-size: 14px
  }

  .trust {
    margin-top: 20px;
    padding-top: 42px
  }

  .trust .container {
    width: 100%;
    padding: 54px 16px;
    border-radius: 0
  }

  .trust-grid {
    gap: 20px
  }

  .trust-card {
    aspect-ratio: 388/404;
    min-height: 0;
    border-radius: 18px
  }

  .trust-card:nth-child(1),
  .trust-card:nth-child(3) {
    width: calc(100% - 28px)
  }

  .trust-card:nth-child(2) {
    width: calc(100% - 28px);
    margin-left: 28px
  }

  .trust-card>div {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px
  }

  .trust-card h3 {
    font-size: 16px
  }

  .process {
    padding-block: 55px
  }

  .process-list {
    margin-top: 42px;
    gap: 50px
  }

  .process-item,
  .process-item:nth-child(even) {
    --process-image-radius: 30px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    min-height: 0;
    margin-left: 0
  }

  .step-number {
    grid-column: 1;
    grid-row: auto;
    order: 1;
    position: static;
    font-size: 50px
  }

  .process-item img {
    grid-column: 1;
    order: 2;
    width: 100%;
    height: 236px
  }

  .process-item>div {
    grid-column: 1;
    order: 3
  }

  .process-item:nth-child(even)>div {
    order: 2
  }

  .process-item:nth-child(even)>img {
    order: 3
  }

  .process-item h3 {
    font-size: 19px
  }

  .process-item p {
    font-size: 13px
  }

  .support-card {
    border-radius: 20px
  }

  .support-card>img {
    height: 333px
  }

  .support-copy {
    padding: 30px 24px 44px
  }

  .support-copy h2 {
    font-size: 28px
  }

  .support-copy::after {
    width: 150px;
    height: 150px;
    right: -55px;
    bottom: -70px
  }

  .support-copy::before {
    display: none
  }

  .catalog>.container,
  .reviews>.container {
    display: flex;
    flex-direction: column
  }

  .catalog .section-title-row,
  .reviews .section-title-row {
    display: contents
  }

  .catalog .section-title-row h2,
  .reviews .section-title-row h2 {
    order: 1;
    margin: 0 0 24px
  }

  .catalog .cards-slider,
  .reviews .cards-slider {
    order: 2
  }

  .catalog .slider-controls,
  .reviews .slider-controls {
    order: 3;
    align-self: center;
    margin-top: 2px
  }

  .slider-button {
    width: 42px;
    height: 42px
  }

  .cards-slider {
    scroll-padding-inline: 16px;
    padding-inline: 16px;
    margin-inline: -16px
  }

  .car-card,
  .review-card {
    flex-basis: 88%;
    min-width: 285px
  }

  .car-photo {
    height: 190px
  }

  .car-body {
    padding: 17px 17px 8px
  }

  .car-footer {
    padding: 10px 17px 18px
  }

  .review-photo {
    height: 245px
  }

  .review-body {
    padding: 20px
  }

  .mobile-copy {
    display: block
  }

  .desktop-copy {
    display: none
  }

  .contact-card {
    border-radius: 20px
  }

  .contact-image {
    height: 260px
  }

  .contact-panel {
    padding: 30px 20px
  }

  .contact-heading h2 {
    font-size: 28px
  }

  .contact-panel::before {
    width: 180px;
    height: 180px;
    right: -145px;
  }

  .contact-panel::after {
    width: 180px;
    height: 180px;
    left: -105px;
    bottom: -125px
  }

  .field-row {
    grid-template-columns: 1fr
  }

  .faq-grid {
    display: flex;
    flex-direction: column;
    gap: 14px
  }

  .faq-column {
    display: contents
  }

  .faq-column:nth-child(1) details:nth-child(1) {order: 1}
  .faq-column:nth-child(2) details:nth-child(1) {order: 2}
  .faq-column:nth-child(1) details:nth-child(2) {order: 3}
  .faq-column:nth-child(2) details:nth-child(2) {order: 4}
  .faq-column:nth-child(1) details:nth-child(3) {order: 5}
  .faq-column:nth-child(2) details:nth-child(3) {order: 6}
  .faq-column:nth-child(1) details:nth-child(4) {order: 7}
  .faq-column:nth-child(2) details:nth-child(4) {order: 8}

  .faq summary {
    padding: 18px 18px 18px 50px;
    font-size: 13px
  }

  .faq summary::after {
    left: 18px
  }

  .faq details p {
    padding: 0 18px 18px 50px;
    font-size: 12px
  }

  .footer-shell {
    width: calc(100% - 32px);
    padding: 36px 24px 18px;
    border-radius: 22px
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .footer-about {
    grid-column: auto
  }

  .footer-nav {
    grid-template-columns: repeat(3, 1fr)
  }

  .footer-bottom {
    flex-direction: column
  }

  .footer-bottom>div {
    flex-direction: column;
    gap: 8px
  }

  .simple-page {
    padding: 35px 0
  }

  .simple-page article {
    padding: 28px 20px
  }

  .simple-page h1 {
    font-size: 32px
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important
  }
}
