.home-page {
  background: linear-gradient(180deg, #f7f9fb 0, #f2f5f8 100%)
}

.home-main {
  overflow: hidden
}

.home-hero {
  padding: 30px 0 18px;
  background: radial-gradient(circle at 88% 5%, rgba(234, 13, 13, .08), transparent 24%), linear-gradient(180deg, #fff 0, #f5f7fa 100%)
}

.home-hero__shell {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(330px, .62fr);
  gap: 34px;
  overflow: hidden;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  background: radial-gradient(circle at 79% 18%, rgba(255, 207, 36, .22), transparent 27%), radial-gradient(circle at 12% 110%, rgba(30, 106, 166, .38), transparent 39%), linear-gradient(135deg, #061a2e 0%, #0a2b4d 52%, #103f6d 100%);
  box-shadow: 0 28px 70px rgba(7, 29, 52, .19);
  color: #fff
}

.home-hero__shell:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(110deg, #000, transparent 70%)
}

.home-hero__content,
.home-hero__workflow {
  position: relative;
  z-index: 1
}

.home-hero__content {
  align-self: center;
  max-width: 840px
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #ffeb9d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px)
}

.home-hero__eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffcf24;
  box-shadow: 0 0 0 5px rgba(255, 207, 36, .12)
}

.home-hero h1 {
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(27px, 4vw, 40px);
  font-weight: 600;
  line-height: .99;
  letter-spacing: -.055em
}

.home-hero__lead {
  max-width: 740px;
  margin: 0;
  color: #d8e6f3;
  font-size: 18px;
  line-height: 1.62
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}

.home-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease
}

.home-button:hover {
  transform: translateY(-2px)
}

.home-button--primary {
  background: #ea0d0d;
  color: #fff;
  box-shadow: 0 12px 28px rgba(234, 13, 13, .24)
}

.home-button--primary:hover {
  background: #cb0909;
  color: #fff;
  box-shadow: 0 15px 34px rgba(234, 13, 13, .3)
}

.home-button--ghost {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  backdrop-filter: blur(12px)
}

.home-button--ghost:hover {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .14);
  color: #fff
}

.home-button--light {
  border-color: #d8e2ec;
  background: #fff;
  color: #0b3158
}

.home-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 790px;
  margin-top: 36px
}

.home-hero__facts>div {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: rgba(255, 255, 255, .065)
}

.home-hero__facts strong,
.home-hero__facts span {
  display: block
}

.home-hero__facts strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.home-hero__facts span {
  margin-top: 4px;
  color: #b9cee1;
  font-size: 11px;
  line-height: 1.35
}

.home-hero__workflow {
  align-self: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 23px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .075));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 24px 48px rgba(0, 0, 0, .12);
  backdrop-filter: blur(20px)
}

.home-hero__workflow-head {
  display: grid;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .14)
}

.home-hero__workflow-head span {
  color: #ffdf67;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase
}

.home-hero__workflow-head strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.1
}

.home-hero__steps {
  display: grid;
  gap: 0;
  margin: 5px 0 19px;
  padding: 0;
  list-style: none
}

.home-hero__steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11)
}

.home-hero__steps li>span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.home-hero__steps strong {
  display: block;
  color: #fff;
  font-size: 14px
}

.home-hero__steps p {
  margin: 4px 0 0;
  color: #bed0e0;
  font-size: 12px;
  line-height: 1.45
}

.home-hero__workflow>a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600
}

.home-trust {
  padding: 8px 0 22px
}

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

.home-trust article {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 17px;
  border: 1px solid #e0e7ef;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 39, 67, .045)
}

.home-trust article>span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #edf3f8;
  color: #0b3158;
  font-size: 11px;
  font-weight: 1000
}

.home-trust strong {
  color: #102a46;
  font-size: 13px
}

.home-trust p {
  margin: 4px 0 0;
  color: #718096;
  font-size: 11px;
  line-height: 1.45
}

.home-showcases {
  padding: 4px 0 12px
}

.home-showcase {
  padding: 14px 0;
  scroll-margin-top: 145px
}

.home-showcase__panel {
  overflow: hidden;
  padding: 25px;
  border: 1px solid #dce5ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 39, 67, .055)
}

.home-showcase__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px
}

.home-showcase__copy {
  max-width: 760px
}

.home-showcase__copy>span,
.home-dealer__panel>div>span,
.home-final-cta__panel>div>span {
  display: inline-flex;
  color: #b07100;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase
}

.home-showcase__copy h2 {
  margin: 6px 0 7px;
  color: #071f39;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.08;
  letter-spacing: -.035em
}

.home-showcase__copy p {
  max-width: 700px;
  margin: 0;
  color: #718096;
  font-size: 13px;
  line-height: 1.55
}

.home-showcase__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto
}

.home-showcase__actions>a {
  color: #0b3158;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap
}

.home-showcase__actions>a:hover {
  color: #ea0d0d
}

.home-carousel {
  min-width: 0;
  overflow: hidden
}

.home-carousel__track {
  --home-carousel-gap: 14px;
  width: 100%;
  min-width: 0;
  display: flex;
  gap: var(--home-carousel-gap);
  overflow: auto hidden;
  padding: 2px 2px 7px;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch
}

.home-carousel__track::-webkit-scrollbar {
  display: none
}

.home-carousel__controls {
  display: flex;
  gap: 7px
}

.home-carousel__controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #d4dee8;
  border-radius: 12px;
  background: #fff;
  color: #0b3158;
  font-size: 18px;
  font-weight: 1000;
  cursor: pointer
}

.home-carousel__controls button:hover:not(:disabled) {
  border-color: #0b3158;
  background: #edf4fa
}

.home-carousel__controls button:disabled {
  cursor: default;
  opacity: .34
}

.home-carousel__track .pd-tile {
  width: auto;
  min-width: 0;
  flex: 0 0 calc((100% - (var(--home-carousel-gap) * 4))/5);
  scroll-snap-align: start;
  border-radius: 18px;
  box-shadow: none
}

.home-carousel__track .pd-tile:hover {
  box-shadow: 0 16px 34px rgba(15, 39, 67, .1)
}

.home-carousel__track .pd-tile__image {
  height: 210px;
  padding: 16px
}

.home-carousel__track .pd-tile__body {
  min-height: 205px;
  padding: 14px
}

.home-carousel__track .pd-tile h3 {
  min-height: 57px;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.home-carousel__track .pd-tile__sku {
  overflow: hidden;
  margin-top: 8px;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.home-carousel__track .pd-tile__bottom {
  align-items: flex-end;
  padding-top: 16px
}

.home-carousel__track .pd-tile__price {
  font-size: 17px
}

.home-carousel__track .pd-tile__quote {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #ea0d0d;
  color: #fff;
  box-shadow: 0 7px 16px rgba(234, 13, 13, .18)
}

.home-carousel__track .pd-tile__quote:hover {
  background: #cb0909;
  color: #fff
}

.home-dealer {
  padding: 16px 0
}

.home-dealer__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid #dce5ee;
  border-radius: 25px;
  background: radial-gradient(circle at 91% 20%, rgba(255, 207, 36, .2), transparent 24%), #fff;
  box-shadow: 0 18px 45px rgba(15, 39, 67, .055)
}

.home-dealer h2,
.home-final-cta h2 {
  max-width: 850px;
  margin: 7px 0 9px;
  color: #071f39;
  font-size: clamp(27px, 2.7vw, 39px);
  line-height: 1.08;
  letter-spacing: -.04em
}

.home-dealer p,
.home-final-cta p {
  max-width: 760px;
  margin: 0;
  color: #718096;
  font-size: 13px;
  line-height: 1.6
}

.home-dealer__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.home-final-cta {
  padding: 16px 0 34px
}

.home-final-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 36px;
  border-radius: 25px;
  background: radial-gradient(circle at 85% 10%, rgba(255, 207, 36, .2), transparent 24%), linear-gradient(135deg, #061b30, #0b3158);
  box-shadow: 0 24px 55px rgba(7, 29, 52, .16)
}

.home-final-cta__panel>div>span {
  color: #ffdf67
}

.home-final-cta h2 {
  color: #fff
}

.home-final-cta p {
  color: #c4d5e5
}

@media(max-width:1180px) {
  .home-hero__shell {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    padding: 38px
  }

  .home-carousel__track .pd-tile {
    flex-basis: calc((100% - (var(--home-carousel-gap) * 3))/4)
  }

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

@media(max-width:900px) {
  .home-hero__shell {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 26px
  }

  .home-showcase__head {
    align-items: flex-start
  }

  .home-showcase__actions {
    align-items: flex-end;
    flex-direction: column
  }

  .home-carousel__track .pd-tile {
    flex-basis: calc((100% - (var(--home-carousel-gap) * 2))/3)
  }

  .home-dealer__panel,
  .home-final-cta__panel {
    grid-template-columns: 1fr
  }

  .home-dealer__actions {
    justify-content: flex-start
  }
}

@media(max-width: 768px) {
  .home-trust__grid {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 12px;
    }
}

@media(max-width:680px) {
  .home-hero {
    padding-top: 12px
  }

  .home-hero__shell {
    margin-right: -4px;
    margin-left: -4px;
    padding: 25px 20px 20px;
    border-radius: 22px
  }

  .home-hero__eyebrow {
    font-size: 9px
  }

  .home-hero__lead {
    font-size: 15px
  }

  .home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px
  }

  .home-button {
    width: 100%
  }

  .home-hero__facts {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px
  }

  .home-hero__facts>div:last-child {
    grid-column: 1/-1
  }

  .home-trust article {
    min-width: 82vw;
    scroll-snap-align: start
  }

  .home-showcase {
    padding: 8px 0
  }

  .home-showcase__panel {
    margin-right: -4px;
    margin-left: -4px;
    padding: 18px 14px;
    border-radius: 20px
  }

  .home-showcase__head {
    display: grid;
    gap: 14px;
    margin-bottom: 15px
  }

  .home-showcase__actions {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
  }

  .home-carousel__controls button {
    width: 38px;
    height: 38px
  }

  .home-carousel__track {
    --home-carousel-gap: 10px;
    margin-right: -14px;
    padding-right: 14px
  }

  .home-carousel__track .pd-tile {
    min-width: min(74vw, 275px);
    flex-basis: min(74vw, 275px)
  }

  .home-carousel__track .pd-tile__image {
    height: 190px
  }

  .home-dealer__panel,
  .home-final-cta__panel {
    margin-right: -4px;
    margin-left: -4px;
    gap: 22px;
    padding: 24px 20px;
    border-radius: 21px
  }

  .home-dealer__actions {
    display: grid;
    grid-template-columns: 1fr
  }
}