:root {
  color-scheme: dark;
  --bg: #0d0e11;
  --bg-soft: #14161b;
  --bg-lift: #1b1d23;
  --ink: #f6f2ee;
  --muted: #a8a8ad;
  --muted-strong: #c9c9ce;
  --line: rgba(255, 255, 255, 0.12);
  --red: #e1182b;
  --red-dark: #a50e1d;
  --red-soft: rgba(225, 24, 43, 0.15);
  --paper: #efede9;
  --paper-ink: #16171b;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

/* Pricing page placement correction */
.pricing-page-body .price-guide-first-section {
  padding: 86px 0 94px;
  background:
    linear-gradient(116deg, rgba(246, 242, 235, 0.98) 0%, rgba(231, 228, 221, 0.96) 56%, rgba(247, 244, 238, 0.98) 100%),
    #f4efe7;
  color: #111318;
}

.pricing-page-body .price-guide-first-head {
  grid-template-columns: minmax(0, 0.74fr) minmax(300px, 0.38fr);
  margin-bottom: 28px;
}

.pricing-page-body .price-guide-direct {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.pricing-page-body .price-guide-embed-card {
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.pricing-page-body .price-guide-embed-card .tuning-guide-frame {
  background: transparent !important;
}

.pricing-page-body .price-packages-inline {
  margin-top: clamp(54px, 7vw, 92px);
}

.pricing-page-body .price-packages-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 24px;
}

.pricing-page-body .price-packages-head h2 {
  margin: 0;
  color: #111318;
  font-size: clamp(2rem, 4.3vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.pricing-page-body .price-packages-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(17, 19, 24, 0.66);
  font-size: clamp(0.98rem, 1.12vw, 1.1rem);
  line-height: 1.72;
}

.pricing-page-body .price-bundle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-page-body .price-bundle-card {
  min-height: 420px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.5)),
    rgba(255, 255, 255, 0.5);
  color: #111318;
  box-shadow:
    0 24px 68px rgba(31, 28, 25, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pricing-page-body .price-bundle-card::before {
  height: 4px;
  inset: 0 0 auto 0;
  background: linear-gradient(90deg, #e1182b, transparent 72%);
}

.pricing-page-body .price-bundle-card:hover {
  border-color: rgba(225, 24, 43, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.58);
}

.pricing-page-body .price-bundle-card--featured {
  border-color: rgba(225, 24, 43, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 238, 238, 0.56)),
    rgba(255, 255, 255, 0.56);
}

.pricing-page-body .price-bundle-card h3,
.pricing-page-body .price-bundle-card > strong,
.pricing-page-body .price-package-footer h3 {
  color: #111318;
}

.pricing-page-body .price-bundle-card p,
.pricing-page-body .price-package-footer p:not(.eyebrow) {
  color: rgba(17, 19, 24, 0.66);
}

.pricing-page-body .price-bundle-card li {
  border-color: rgba(17, 19, 24, 0.1);
  background: rgba(17, 19, 24, 0.055);
  color: rgba(17, 19, 24, 0.72);
}

.pricing-page-body .price-bundle-ribbon {
  background: #e1182b;
  color: #fff;
}

.pricing-page-body .price-package-footer {
  grid-template-columns: minmax(0, 0.54fr) minmax(260px, 0.34fr) auto;
  margin-top: 16px;
  border: 1px solid rgba(17, 19, 24, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.44);
  color: #111318;
  box-shadow: 0 18px 52px rgba(31, 28, 25, 0.1);
}

@media (max-width: 1120px) {
  .pricing-page-body .price-guide-first-head,
  .pricing-page-body .price-packages-head,
  .pricing-page-body .price-package-footer {
    grid-template-columns: 1fr;
  }

  .pricing-page-body .price-bundle-grid {
    grid-template-columns: 1fr;
  }

  .pricing-page-body .price-bundle-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .pricing-page-body .price-guide-first-section {
    padding: 58px 0 66px;
  }

  .pricing-page-body .price-guide-first-head,
  .pricing-page-body .price-packages-head {
    gap: 16px;
    margin-bottom: 22px;
  }

  .pricing-page-body .price-guide-first-head h2,
  .pricing-page-body .price-packages-head h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .pricing-page-body .price-packages-inline {
    margin-top: 46px;
  }

  .pricing-page-body .price-bundle-card,
  .pricing-page-body .price-package-footer {
    border-radius: 20px;
  }

  .pricing-page-body .price-package-footer .price-cockpit-button {
    width: 100%;
  }
}

/* Pricing page guide-first rebuild */
.price-guide-first-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 98px;
  background:
    linear-gradient(116deg, rgba(248, 244, 237, 0.96) 0%, rgba(235, 232, 226, 0.96) 54%, rgba(249, 246, 240, 0.98) 100%),
    radial-gradient(circle at 100% 4%, rgba(225, 24, 43, 0.08), transparent 30%);
  color: #111318;
}

.price-guide-first-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(114deg, transparent 0 64%, rgba(18, 20, 25, 0.07) 64.08% 64.2%, transparent 64.32%),
    linear-gradient(114deg, transparent 0 19%, rgba(18, 20, 25, 0.045) 19.08% 19.18%, transparent 19.3%);
  pointer-events: none;
}

.price-guide-first-section .container,
.price-packages-showcase-section .container {
  position: relative;
  z-index: 1;
}

.price-guide-first-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 30px;
}

.price-guide-first-head h2 {
  max-width: 860px;
  margin: 0;
  color: #111318;
  font-size: clamp(2rem, 4.9vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.price-guide-first-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(17, 19, 24, 0.66);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.72;
}

.price-guide-first-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.38fr);
  gap: 20px;
  align-items: start;
}

.price-guide-panel {
  position: relative;
  min-width: 0;
  padding: clamp(14px, 1.8vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.44);
  box-shadow:
    0 28px 78px rgba(31, 28, 25, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.price-guide-panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -70px;
  width: 260px;
  height: 190px;
  background: linear-gradient(135deg, rgba(225, 24, 43, 0.1), transparent 70%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  pointer-events: none;
}

.price-guide-embed-card {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.86) !important;
}

.price-guide-embed-card .tuning-guide-frame {
  background: transparent !important;
}

.price-start-panel {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.6vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(21, 24, 30, 0.96), rgba(10, 12, 17, 0.94)),
    #111318;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.price-start-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, transparent 0 72%, rgba(255, 255, 255, 0.055) 72.08% 72.2%, transparent 72.32%),
    radial-gradient(circle at 14% 2%, rgba(225, 24, 43, 0.16), transparent 30%);
  pointer-events: none;
}

.price-start-panel > * {
  position: relative;
  z-index: 1;
}

.price-start-panel h3 {
  margin: -4px 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.price-start-list {
  display: grid;
  gap: 10px;
}

.price-start-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease;
}

.price-start-list article:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.065);
}

.price-start-list svg,
.price-bundle-card-head svg {
  width: 32px;
  height: 32px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-start-list span,
.price-bundle-card-head span {
  display: block;
  color: #e1182b;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.price-start-list strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.2;
}

.price-start-list p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.48;
}

.price-start-list b {
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}

.price-packages-showcase-section {
  padding: 88px 0 92px;
  background:
    linear-gradient(90deg, rgba(10, 12, 17, 0.96), rgba(10, 12, 17, 0.86)),
    url("assets/hero-ferrari.jpg") center 48% / cover no-repeat,
    #111318;
}

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

.price-bundle-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 22px;
  min-height: 500px;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(18, 20, 25, 0.78);
  color: #fff;
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.price-bundle-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background:
    linear-gradient(0deg, rgba(225, 24, 43, 0.09), transparent),
    linear-gradient(112deg, transparent 0 54%, rgba(255, 255, 255, 0.05) 54.08% 54.2%, transparent 54.32%);
  pointer-events: none;
}

.price-bundle-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(18, 20, 25, 0.84);
}

.price-bundle-card--featured {
  border-color: rgba(225, 24, 43, 0.42);
  background:
    linear-gradient(150deg, rgba(225, 24, 43, 0.2), rgba(255, 255, 255, 0.04)),
    rgba(21, 18, 22, 0.86);
}

.price-bundle-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price-bundle-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.price-bundle-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.price-bundle-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: clamp(2.3rem, 4.4vw, 4.15rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.price-bundle-card ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-bundle-card li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
}

.price-bundle-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(225, 24, 43, 0.92);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-package-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(260px, 0.34fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(12, 14, 19, 0.72);
  color: #fff;
  backdrop-filter: blur(16px);
}

.price-package-footer h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.price-package-footer p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

@media (max-width: 1120px) {
  .price-guide-first-head,
  .price-guide-first-layout,
  .price-package-footer {
    grid-template-columns: 1fr;
  }

  .price-start-panel {
    position: relative;
    top: auto;
  }

  .price-bundle-grid {
    grid-template-columns: 1fr;
  }

  .price-bundle-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .price-guide-first-section,
  .price-packages-showcase-section {
    padding: 62px 0 70px;
  }

  .price-guide-first-head {
    gap: 18px;
    margin-bottom: 22px;
  }

  .price-guide-first-head h2,
  .price-packages-head h2 {
    font-size: clamp(2rem, 10.5vw, 3.1rem);
    line-height: 1.02;
  }

  .price-guide-panel,
  .price-start-panel,
  .price-bundle-card,
  .price-package-footer {
    border-radius: 20px;
  }

  .price-guide-panel {
    padding: 10px;
  }

  .price-start-list article {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .price-start-list b {
    grid-column: 2;
    white-space: normal;
  }

  .price-bundle-card {
    gap: 18px;
  }

  .price-bundle-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-bundle-ribbon {
    position: static;
    justify-self: start;
    margin-bottom: -6px;
  }

  .price-package-footer .price-cockpit-button {
    width: 100%;
  }
}

/* Booking page */
.booking-page-body {
  background: #f4efe7 !important;
  color: #111318;
  overflow-x: hidden;
}

.inner-hero--booking {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.94) 0%, rgba(8, 10, 15, 0.74) 46%, rgba(8, 10, 15, 0.32) 100%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.08), rgba(8, 10, 15, 0.76)),
    url("assets/hero-ferrari.jpg") center 53% / cover no-repeat,
    #080a0f !important;
}

.booking-page-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 96px;
  background:
    linear-gradient(116deg, transparent 0 68%, rgba(18, 20, 25, 0.055) 68.08% 68.24%, transparent 68.34%),
    linear-gradient(180deg, #f4efe7 0%, #fbf7ef 100%);
}

.booking-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(225, 24, 43, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(18, 20, 25, 0.035) 0 1px, transparent 1px 100%) 0 0 / 92px 92px;
  pointer-events: none;
}

.booking-page-section .container {
  position: relative;
  z-index: 1;
}

.booking-page-head {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 30px;
}

.booking-page-head h2 {
  margin: 0;
  color: #111318;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.booking-page-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(18, 20, 25, 0.66);
  line-height: 1.68;
}

.nms-booking-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  overflow: hidden;
  scroll-margin-top: 132px;
}

.booking-step-screen {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(340px, 0.38fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.booking-step-screen--details {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
  opacity: 0;
  pointer-events: none;
  transform: translateX(34px);
  visibility: hidden;
  transition:
    opacity 300ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 420ms;
}

.nms-booking-form.is-details-step .booking-step-screen--setup {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-34px);
  visibility: hidden;
  transition:
    opacity 300ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 420ms;
}

.nms-booking-form.is-details-step .booking-step-screen--details {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.booking-flow {
  display: grid;
  gap: 14px;
}

.booking-panel,
.booking-summary-panel {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 246, 240, 0.86)),
    #fffaf3;
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.11);
}

.booking-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.8vw, 34px);
}

.booking-step-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.booking-step-heading > span {
  color: #e1182b;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.booking-step-heading h3 {
  margin: 0;
  color: #111318;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.booking-step-heading p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(18, 20, 25, 0.62);
  font-weight: 500;
  line-height: 1.58;
}

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

.booking-field-grid--single {
  grid-template-columns: minmax(220px, 0.48fr);
}

.booking-field-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-field {
  display: grid;
  gap: 8px;
  color: rgba(18, 20, 25, 0.72);
  font-size: 0.82rem;
  font-weight: 720;
}

.booking-field input,
.booking-field select,
.booking-field textarea,
.booking-dealer-panel input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(18, 20, 25, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: #111318;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 560;
  outline: none;
  padding: 0 14px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.booking-field textarea {
  min-height: 128px;
  padding-top: 14px;
  resize: vertical;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus,
.booking-dealer-panel input:focus {
  border-color: rgba(225, 24, 43, 0.42);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(225, 24, 43, 0.08);
}

.booking-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-service-card,
.booking-addon-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.booking-service-card:hover,
.booking-addon-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(18, 20, 25, 0.18);
}

.booking-service-card.is-active,
.booking-addon-card.is-selected {
  border-color: rgba(225, 24, 43, 0.34);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(225, 24, 43, 0.08);
}

.booking-service-card input,
.booking-addon-card input {
  width: 18px;
  height: 18px;
  accent-color: #e1182b;
}

.booking-service-card strong,
.booking-addon-card strong {
  display: block;
  color: #111318;
  font-size: 0.98rem;
  line-height: 1.2;
}

.booking-service-card > span,
.booking-addon-card > span {
  min-width: 0;
}

.booking-service-card small,
.booking-addon-card small {
  display: block;
  margin-top: 5px;
  color: rgba(18, 20, 25, 0.56);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.booking-service-card b,
.booking-addon-card b {
  color: #111318;
  font-size: 0.92rem;
  font-weight: 950;
  white-space: nowrap;
}

.booking-toggle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-toggle-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(18, 20, 25, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(18, 20, 25, 0.7);
  font-size: 0.84rem;
  font-weight: 760;
  cursor: pointer;
}

.booking-toggle-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-toggle-pill.is-active {
  border-color: rgba(225, 24, 43, 0.35);
  background: rgba(255, 255, 255, 0.9);
  color: #9e1320;
}

.booking-toggle-pill:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.7;
}

.booking-addons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-addons.is-addons-off {
  display: none;
}

.booking-addon-card {
  min-height: 104px;
}

.booking-addon-card.is-disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.booking-addon-card.is-disabled:hover {
  transform: none;
}

.booking-addon-card.is-included b {
  color: #e1182b;
}

.booking-dealer-select {
  position: relative;
}

.booking-dealer-button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(18, 20, 25, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #111318;
  text-align: left;
  cursor: pointer;
}

.booking-dealer-button strong {
  display: block;
  font-size: 1rem;
  font-weight: 760;
}

.booking-dealer-button small {
  display: block;
  margin-top: 4px;
  color: rgba(18, 20, 25, 0.58);
  font-size: 0.82rem;
  font-weight: 500;
}

.booking-dealer-button i {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.booking-dealer-select.is-open .booking-dealer-button i {
  transform: rotate(225deg) translateY(-2px);
}

.booking-dealer-panel {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  max-height: 420px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(18, 20, 25, 0.12);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.98);
  box-shadow: 0 26px 70px rgba(31, 28, 25, 0.18);
}

.booking-dealer-select.is-open .booking-dealer-panel {
  display: grid;
  gap: 10px;
}

.booking-dealer-panel label {
  display: grid;
  gap: 7px;
  color: rgba(18, 20, 25, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-dealer-list {
  display: grid;
  gap: 6px;
  max-height: 300px;
  overflow: auto;
  padding-right: 4px;
}

.booking-dealer-option {
  position: relative;
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: rgba(18, 20, 25, 0.035);
  color: #111318;
  text-align: left;
  cursor: pointer;
}

.booking-dealer-option:hover,
.booking-dealer-option.is-selected {
  border-color: rgba(225, 24, 43, 0.24);
  background: rgba(225, 24, 43, 0.06);
}

.booking-dealer-option strong {
  font-size: 0.92rem;
}

.booking-dealer-option small {
  color: rgba(18, 20, 25, 0.55);
  font-weight: 500;
  line-height: 1.42;
}

.booking-dealer-option > span {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #e1182b;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-dealer-empty {
  margin: 0;
  padding: 14px;
  color: rgba(18, 20, 25, 0.58);
}

.booking-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(18, 20, 25, 0.62);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.5;
}

.booking-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #e1182b;
}

.booking-summary-panel {
  display: grid;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #111318;
}

.booking-sidebar-flow {
  display: grid;
  gap: 14px;
}

.booking-panel--sidebar {
  gap: 14px;
  padding: clamp(18px, 2vw, 24px);
}

.booking-panel--sidebar .booking-step-heading h3 {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
}

.booking-panel--sidebar .booking-step-heading p {
  font-size: 0.88rem;
}

.booking-panel--customer .booking-field-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-panel--customer .booking-field textarea {
  min-height: 104px;
}

.booking-details-top {
  display: flex;
  justify-content: flex-start;
}

.booking-back-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(18, 20, 25, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(18, 20, 25, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.booking-back-button:hover,
.booking-back-button:focus-visible {
  border-color: rgba(225, 24, 43, 0.24);
  background: rgba(255, 255, 255, 0.95);
  color: #111318;
}

.booking-final-submit {
  justify-self: start;
  min-width: min(100%, 240px);
}

.booking-details-note {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(17, 19, 24, 0.94), rgba(27, 29, 35, 0.88)),
    #111318;
  color: #fff;
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.14);
}

.booking-details-note span {
  color: #e1182b;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-details-note h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.55rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.booking-details-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.68;
}

.booking-panel--sidebar .booking-addons {
  grid-template-columns: 1fr;
  max-height: 420px;
  overflow: auto;
  padding-right: 4px;
}

.booking-panel--sidebar .booking-addon-card {
  min-height: auto;
  padding: 12px;
  border-radius: 15px;
  gap: 10px;
}

.booking-summary-sticky {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 246, 240, 0.86)),
    #fffaf3;
  color: #111318;
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.11);
}

.booking-summary-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e1182b;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-summary-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-summary-row,
.booking-summary-addons li,
.booking-summary-surcharge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  justify-content: space-between;
  gap: 4px 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(18, 20, 25, 0.12);
}

.booking-summary-row span,
.booking-summary-addons > span {
  color: rgba(18, 20, 25, 0.66);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-summary-row strong,
.booking-summary-addons li strong,
.booking-summary-surcharge strong {
  color: #111318;
  font-size: 0.98rem;
  font-weight: 850;
  white-space: nowrap;
}

.booking-summary-line {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.booking-summary-row small {
  grid-column: 1;
  color: rgba(18, 20, 25, 0.56);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.35;
}

.booking-summary-line small {
  grid-column: auto;
  color: rgba(18, 20, 25, 0.66);
  font-size: 0.92rem;
}

.booking-summary-dealer {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-top: 1px solid rgba(18, 20, 25, 0.12);
}

.booking-summary-dealer span {
  color: #111318;
  font-weight: 500;
}

.booking-summary-dealer small {
  color: rgba(18, 20, 25, 0.58);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.booking-summary-dealer em {
  color: rgba(18, 20, 25, 0.58);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 500;
}

.booking-summary-addons {
  display: grid;
  gap: 6px;
  padding: 10px 0;
  border-top: 1px solid rgba(18, 20, 25, 0.12);
}

.booking-summary-addons ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-summary-addons li:first-child {
  border-top: 0;
}

.booking-summary-addons li span {
  color: rgba(18, 20, 25, 0.66);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.booking-summary-surcharge {
  color: #9e1320;
}

.booking-summary-total {
  display: grid;
  gap: 4px;
  padding: 0 0 4px;
}

.booking-summary-total span {
  color: rgba(18, 20, 25, 0.6);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-summary-total strong {
  color: #111318;
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.booking-submit-button {
  width: 100%;
  justify-content: center;
  border: 0;
  gap: 8px;
}

.booking-status {
  min-height: 22px;
  margin: 0;
  color: rgba(18, 20, 25, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.booking-status[data-status="error"] {
  color: #9e1320;
}

.booking-status[data-status="success"] {
  color: #111318;
}

@media (max-width: 1120px) {
  .booking-step-screen,
  .booking-page-head {
    grid-template-columns: 1fr;
  }

  .booking-flow {
    display: contents;
  }

  .booking-panel--main {
    order: 1;
  }

  .booking-panel--addons {
    order: 2;
  }

  .booking-summary-panel {
    order: 3;
  }

  .booking-panel--customer {
    order: 4;
  }

  .booking-details-note {
    min-height: auto;
  }

  .booking-summary-sticky {
    position: static;
  }
}

@media (max-width: 760px) {
  .booking-page-body .inner-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 15vw, 3.9rem);
    line-height: 0.95;
    overflow-wrap: anywhere;
  }

  .booking-page-body .inner-hero-signals {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 300px);
  }

  .booking-page-body .inner-hero-signals span {
    width: 100%;
  }

  .booking-page-section {
    padding: 62px 0 74px;
  }

  .nms-booking-form,
  .booking-step-screen,
  .booking-details-note,
  .booking-panel,
  .booking-summary-panel,
  .booking-summary-sticky {
    min-width: 0;
  }

  .booking-services,
  .booking-addons,
  .booking-field-grid {
    grid-template-columns: 1fr;
  }

  .booking-panel,
  .booking-summary-panel {
    border-radius: 18px;
  }

  .booking-service-card,
  .booking-addon-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .booking-service-card b,
  .booking-addon-card b {
    grid-column: 2;
    justify-self: start;
  }

  .booking-dealer-panel {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 112px;
    max-height: min(72vh, 540px);
  }

  .booking-dealer-list {
    max-height: calc(72vh - 116px);
  }
}

@media (max-width: 520px) {
  .booking-page-body .container {
    width: min(100% - 28px, var(--container));
  }

  .booking-page-head h2 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .booking-page-head p:not(.eyebrow),
  .booking-step-heading p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .booking-panel,
  .booking-summary-sticky {
    padding: 22px;
  }

  .booking-service-card,
  .booking-addon-card {
    padding: 14px;
  }
}

.booking-confirmation-page-body {
  background: #f4efe7;
  color: #111318;
  overflow-x: hidden;
}

.booking-confirmation-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(138px, 12vw, 180px) 0 92px;
  background:
    linear-gradient(116deg, transparent 0 62%, rgba(18, 20, 25, 0.06) 62.08% 62.22%, transparent 62.32%),
    radial-gradient(circle at 12% 20%, rgba(225, 24, 43, 0.1), transparent 28%),
    linear-gradient(180deg, #f4efe7 0%, #fffaf2 100%);
}

.booking-confirmation-section::before {
  content: "";
  position: absolute;
  inset: auto -12% -32% 38%;
  height: 58%;
  background: radial-gradient(circle, rgba(18, 20, 25, 0.11), transparent 62%);
  pointer-events: none;
}

.booking-confirmation-section .container {
  position: relative;
  z-index: 1;
}

.booking-confirmation-card {
  width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 239, 0.9)),
    #fffaf3;
  box-shadow: 0 34px 90px rgba(31, 28, 25, 0.14);
  text-align: center;
}

.booking-confirmation-animation {
  width: clamp(126px, 17vw, 174px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.98), transparent 38%),
    linear-gradient(145deg, rgba(225, 24, 43, 0.1), rgba(18, 20, 25, 0.04));
}

.booking-confirmation-animation lottie-player {
  width: 100%;
  height: 100%;
}

.booking-confirmation-copy {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.booking-confirmation-copy h1 {
  max-width: 780px;
  margin: 0;
  color: #111318;
  font-size: clamp(2.3rem, 5vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.booking-confirmation-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(18, 20, 25, 0.66);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.72;
}

.booking-confirmation-number {
  width: min(100%, 520px);
  display: grid;
  gap: 8px;
  padding: 18px 22px;
  border: 1px solid rgba(225, 24, 43, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.booking-confirmation-number span,
.booking-confirmation-details dt {
  color: rgba(18, 20, 25, 0.58);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-confirmation-number strong {
  color: #b70f20;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.booking-confirmation-details {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 0;
}

.booking-confirmation-details div {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(18, 20, 25, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  text-align: left;
}

.booking-confirmation-details dd {
  margin: 0;
  color: #111318;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.booking-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.btn-secondary {
  border-color: rgba(18, 20, 25, 0.13);
  background: rgba(255, 255, 255, 0.7);
  color: #111318;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #fff;
  border-color: rgba(225, 24, 43, 0.26);
}

.nms-booking-form .custom-select {
  z-index: 8;
}

.nms-booking-form .custom-select__button {
  min-height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: #111318;
  font-size: 0.95rem;
  font-weight: 650;
}

.nms-booking-form .custom-select__list {
  z-index: 60;
  border-radius: 14px;
}

.nms-booking-form .custom-select.is-open {
  z-index: 60;
}

@media (max-width: 860px) {
  .booking-confirmation-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .booking-confirmation-section {
    padding: 122px 0 68px;
  }

  .booking-confirmation-card {
    border-radius: 22px;
  }

  .booking-confirmation-copy h1 {
    font-size: clamp(2rem, 11vw, 3.15rem);
  }

  .booking-confirmation-details {
    grid-template-columns: 1fr;
  }

  .booking-confirmation-actions .btn {
    width: 100%;
  }
}

/* Final pricing package polish: keep this at the end so older pricing rules do not win. */
.pricing-page-body .price-guide-first-section {
  padding: clamp(36px, 3.8vw, 54px) 0 clamp(76px, 7vw, 94px);
}

.pricing-page-body .price-packages-inline {
  margin-top: 0;
}

.pricing-page-body .price-packages-head {
  grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.34fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
  margin-bottom: 22px;
}

.pricing-page-body .price-packages-head h2 {
  max-width: 690px;
  font-size: clamp(1.8rem, 3.15vw, 3.05rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.pricing-page-body .price-packages-head p:not(.eyebrow) {
  max-width: 430px;
  font-size: 0.96rem;
  line-height: 1.58;
}

.pricing-page-body .price-bundle-grid {
  gap: 16px;
}

.pricing-page-body .price-bundle-card {
  grid-template-rows: auto auto auto 1fr;
  min-height: 330px;
  padding: clamp(20px, 2vw, 26px);
  gap: 13px;
  border-radius: 18px;
}

.pricing-page-body .price-bundle-card-head {
  justify-content: flex-start;
  gap: 11px;
  min-height: 28px;
  padding-right: 0;
}

.pricing-page-body .price-bundle-card-head svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.pricing-page-body .price-bundle-card-head span {
  max-width: calc(100% - 34px);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  white-space: normal;
}

.pricing-page-body .price-bundle-card--featured .price-bundle-card-head {
  padding-right: 112px;
}

.pricing-page-body .price-bundle-card h3 {
  font-size: clamp(1.2rem, 1.75vw, 1.65rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.pricing-page-body .price-bundle-card p {
  margin-top: 7px;
  max-width: 31ch;
  font-size: 0.88rem;
  line-height: 1.48;
}

.pricing-page-body .price-bundle-card > strong {
  font-size: clamp(1.85rem, 2.9vw, 2.65rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.pricing-page-body .price-bundle-card ul {
  gap: 7px;
}

.pricing-page-body .price-bundle-card li {
  min-height: 26px;
  padding: 0 9px;
  font-size: 0.7rem;
  line-height: 1;
}

.pricing-page-body .price-bundle-ribbon {
  top: 15px;
  right: 15px;
  padding: 6px 9px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.pricing-page-body .price-package-footer h3 {
  font-size: clamp(1.28rem, 2.1vw, 1.95rem);
}

@media (max-width: 1120px) {
  .pricing-page-body .price-packages-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-page-body .price-packages-head p:not(.eyebrow) {
    max-width: 700px;
  }

  .pricing-page-body .price-bundle-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .pricing-page-body .price-guide-first-section {
    padding: 34px 0 64px;
  }

  .pricing-page-body .price-packages-head {
    margin-bottom: 18px;
  }

  .pricing-page-body .price-packages-head h2 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .pricing-page-body .price-bundle-card {
    padding: 20px;
    gap: 12px;
    border-radius: 16px;
  }

  .pricing-page-body .price-bundle-card h3 {
    font-size: clamp(1.22rem, 6vw, 1.55rem);
  }

  .pricing-page-body .price-bundle-card > strong {
    font-size: clamp(1.85rem, 10vw, 2.45rem);
  }

  .pricing-page-body .price-bundle-ribbon {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
  }

  .pricing-page-body .price-bundle-card--featured .price-bundle-card-head {
    padding-right: 104px;
  }
}

/* Final premium package card pass */
.pricing-page-body .price-guide-first-section {
  padding-top: clamp(52px, 5.6vw, 72px);
}

.pricing-page-body .price-packages-head {
  margin-bottom: 18px;
}

.pricing-page-body .price-packages-head h2 {
  max-width: 760px;
  font-size: clamp(1.85rem, 3.55vw, 3.45rem);
  line-height: 1;
}

.pricing-page-body .price-bundle-grid {
  gap: 18px;
}

.pricing-page-body .price-bundle-card {
  min-height: 360px;
  padding: clamp(22px, 2.45vw, 30px);
  gap: 17px;
  border-radius: 20px;
  box-shadow:
    0 22px 62px rgba(31, 28, 25, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.pricing-page-body .price-bundle-card:nth-child(1) {
  border-color: rgba(150, 91, 43, 0.3);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(246, 232, 218, 0.72)),
    linear-gradient(135deg, rgba(150, 91, 43, 0.16), transparent 62%);
}

.pricing-page-body .price-bundle-card:nth-child(2) {
  border-color: rgba(152, 157, 166, 0.36);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 239, 243, 0.8)),
    linear-gradient(135deg, rgba(152, 157, 166, 0.18), transparent 62%);
}

.pricing-page-body .price-bundle-card:nth-child(3) {
  border-color: rgba(185, 141, 47, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(252, 241, 211, 0.76)),
    linear-gradient(135deg, rgba(185, 141, 47, 0.18), transparent 62%);
}

.pricing-page-body .price-bundle-card::before {
  height: 100%;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, rgba(225, 24, 43, 0.88), transparent);
}

.pricing-page-body .price-bundle-card:nth-child(1)::before {
  background: linear-gradient(180deg, #a76534, rgba(167, 101, 52, 0.08));
}

.pricing-page-body .price-bundle-card:nth-child(2)::before {
  background: linear-gradient(180deg, #aeb4bd, rgba(174, 180, 189, 0.12));
}

.pricing-page-body .price-bundle-card:nth-child(3)::before {
  background: linear-gradient(180deg, #d1a93e, rgba(209, 169, 62, 0.12));
}

.pricing-page-body .price-bundle-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  opacity: 0.2;
  pointer-events: none;
}

.pricing-page-body .price-bundle-card:nth-child(1)::after {
  background: radial-gradient(circle, #a76534 0 34%, transparent 70%);
}

.pricing-page-body .price-bundle-card:nth-child(2)::after {
  background: radial-gradient(circle, #aeb4bd 0 34%, transparent 70%);
}

.pricing-page-body .price-bundle-card:nth-child(3)::after {
  background: radial-gradient(circle, #d1a93e 0 34%, transparent 70%);
}

.pricing-page-body .price-bundle-card h3 {
  font-size: clamp(1.4rem, 2.35vw, 2.12rem);
  line-height: 1.04;
}

.pricing-page-body .price-bundle-card p {
  margin-top: 8px;
  font-size: 0.97rem;
  line-height: 1.55;
}

.pricing-page-body .price-bundle-card > strong {
  font-size: clamp(2.15rem, 3.55vw, 3.35rem);
  letter-spacing: -0.045em;
}

.pricing-page-body .price-bundle-card-head {
  min-height: 34px;
}

.pricing-page-body .price-bundle-card-head svg {
  width: 29px;
  height: 29px;
}

.pricing-page-body .price-bundle-card:nth-child(1) .price-bundle-card-head svg,
.pricing-page-body .price-bundle-card:nth-child(1) .price-bundle-card-head span {
  color: #9b5c2f;
}

.pricing-page-body .price-bundle-card:nth-child(2) .price-bundle-card-head svg,
.pricing-page-body .price-bundle-card:nth-child(2) .price-bundle-card-head span {
  color: #8f96a1;
}

.pricing-page-body .price-bundle-card:nth-child(3) .price-bundle-card-head svg,
.pricing-page-body .price-bundle-card:nth-child(3) .price-bundle-card-head span {
  color: #b88922;
}

.pricing-page-body .price-bundle-card li {
  min-height: 30px;
  padding: 0 10px;
  font-size: 0.77rem;
  background: rgba(255, 255, 255, 0.54);
}

.pricing-page-body .price-bundle-ribbon {
  top: 16px;
  right: 16px;
  padding: 7px 11px;
  background: linear-gradient(135deg, #e1182b, #a50e1d);
  box-shadow: 0 12px 26px rgba(145, 16, 28, 0.2);
}

.pricing-page-body .price-package-footer {
  margin-top: 18px;
  padding: clamp(20px, 2.35vw, 30px);
}

.pricing-page-body .price-package-footer h3 {
  font-size: clamp(1.4rem, 2.55vw, 2.35rem);
}

@media (max-width: 760px) {
  .pricing-page-body .price-guide-first-section {
    padding-top: 46px;
  }

  .pricing-page-body .price-bundle-card {
    min-height: 0;
    padding: 24px;
  }

  .pricing-page-body .price-bundle-card h3 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .pricing-page-body .price-bundle-card > strong {
    font-size: clamp(2.4rem, 12vw, 3.1rem);
  }
}

/* Final package-first pricing order */
.pricing-page-body .price-packages-inline {
  margin-top: 0;
}

.pricing-page-body .price-guide-lower {
  margin-top: clamp(54px, 7vw, 92px);
  scroll-margin-top: 120px;
}

@media (max-width: 760px) {
  .pricing-page-body .price-guide-lower {
    margin-top: 46px;
    scroll-margin-top: 96px;
  }
}

/* Final pricing placement correction */
.pricing-page-body .price-guide-first-section {
  padding: 86px 0 94px;
  background:
    linear-gradient(116deg, rgba(246, 242, 235, 0.98) 0%, rgba(231, 228, 221, 0.96) 56%, rgba(247, 244, 238, 0.98) 100%),
    #f4efe7;
  color: #111318;
}

.pricing-page-body .price-guide-first-head {
  grid-template-columns: minmax(0, 0.74fr) minmax(300px, 0.38fr);
  margin-bottom: 28px;
}

.pricing-page-body .price-guide-direct {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.pricing-page-body .price-guide-embed-card {
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.pricing-page-body .price-guide-embed-card .tuning-guide-frame {
  background: transparent !important;
}

.pricing-page-body .price-packages-inline {
  margin-top: clamp(54px, 7vw, 92px);
}

.pricing-page-body .price-packages-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 24px;
}

.pricing-page-body .price-packages-head h2 {
  margin: 0;
  color: #111318;
  font-size: clamp(2rem, 4.3vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.pricing-page-body .price-packages-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(17, 19, 24, 0.66);
  font-size: clamp(0.98rem, 1.12vw, 1.1rem);
  line-height: 1.72;
}

.pricing-page-body .price-bundle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-page-body .price-bundle-card {
  min-height: 420px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.5)),
    rgba(255, 255, 255, 0.5);
  color: #111318;
  box-shadow:
    0 24px 68px rgba(31, 28, 25, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pricing-page-body .price-bundle-card::before {
  height: 4px;
  inset: 0 0 auto 0;
  background: linear-gradient(90deg, #e1182b, transparent 72%);
}

.pricing-page-body .price-bundle-card:hover {
  border-color: rgba(225, 24, 43, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.58);
}

.pricing-page-body .price-bundle-card--featured {
  border-color: rgba(225, 24, 43, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 238, 238, 0.56)),
    rgba(255, 255, 255, 0.56);
}

.pricing-page-body .price-bundle-card h3,
.pricing-page-body .price-bundle-card > strong,
.pricing-page-body .price-package-footer h3 {
  color: #111318;
}

.pricing-page-body .price-bundle-card p,
.pricing-page-body .price-package-footer p:not(.eyebrow) {
  color: rgba(17, 19, 24, 0.66);
}

.pricing-page-body .price-bundle-card li {
  border-color: rgba(17, 19, 24, 0.1);
  background: rgba(17, 19, 24, 0.055);
  color: rgba(17, 19, 24, 0.72);
}

.pricing-page-body .price-bundle-ribbon {
  background: #e1182b;
  color: #fff;
}

.pricing-page-body .price-package-footer {
  grid-template-columns: minmax(0, 0.54fr) minmax(260px, 0.34fr) auto;
  margin-top: 16px;
  border: 1px solid rgba(17, 19, 24, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.44);
  color: #111318;
  box-shadow: 0 18px 52px rgba(31, 28, 25, 0.1);
}

@media (max-width: 1120px) {
  .pricing-page-body .price-guide-first-head,
  .pricing-page-body .price-packages-head,
  .pricing-page-body .price-package-footer {
    grid-template-columns: 1fr;
  }

  .pricing-page-body .price-bundle-grid {
    grid-template-columns: 1fr;
  }

  .pricing-page-body .price-bundle-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .pricing-page-body .price-guide-first-section {
    padding: 58px 0 66px;
  }

  .pricing-page-body .price-guide-first-head,
  .pricing-page-body .price-packages-head {
    gap: 16px;
    margin-bottom: 22px;
  }

  .pricing-page-body .price-guide-first-head h2,
  .pricing-page-body .price-packages-head h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .pricing-page-body .price-packages-inline {
    margin-top: 46px;
  }

  .pricing-page-body .price-bundle-card,
  .pricing-page-body .price-package-footer {
    border-radius: 20px;
  }

  .pricing-page-body .price-package-footer .price-cockpit-button {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

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

button {
  cursor: pointer;
}

::selection {
  background: var(--red);
  color: white;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 34px;
  background: rgba(13, 14, 17, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition:
    top 180ms ease,
    background 180ms ease,
    padding 180ms ease,
    border-color 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(13, 14, 17, 0.94);
  border-color: rgba(255, 255, 255, 0.14);
}

.brand img {
  width: 128px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.main-nav a {
  color: var(--muted-strong);
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 0.92rem;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--red);
  color: white;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(225, 24, 43, 0.28);
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: white;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 142px 0 136px;
}

.hero-slider,
.hero-slide,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-slider {
  overflow: hidden;
  background: #0b0c10;
}

.hero-slide {
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 900ms ease,
    transform 1100ms ease;
  will-change: opacity, transform;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-slide.is-leaving {
  opacity: 0;
  z-index: 0;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-slide span {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(170px, 19vh, 230px);
  z-index: 2;
  color: rgba(255, 255, 255, 0.28);
  font-size: clamp(2.4rem, 7vw, 7.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  pointer-events: none;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 14, 17, 0.88) 0%, rgba(13, 14, 17, 0.62) 42%, rgba(13, 14, 17, 0.14) 100%),
    linear-gradient(0deg, rgba(13, 14, 17, 0.84) 0%, rgba(13, 14, 17, 0) 48%);
}

.hero-content {
  position: relative;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.red {
  color: var(--red);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 5.25rem;
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #dedee2;
  font-size: 1.32rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-slider-controls {
  display: grid;
  grid-template-columns: 46px minmax(120px, 260px) 46px;
  align-items: center;
  gap: 12px;
  width: min(100%, 390px);
  margin-top: 22px;
}

.hero-arrow {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  backdrop-filter: blur(14px);
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.hero-arrow::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 11px;
  height: 11px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.hero-arrow--next::before {
  left: 15px;
  transform: rotate(225deg);
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(225, 24, 43, 0.78);
}

.hero-progress {
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--red), #ff6875);
  transform-origin: left center;
  transform: scaleX(0);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.btn-primary {
  background: var(--red);
  color: white;
  box-shadow: 0 18px 44px rgba(225, 24, 43, 0.26);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #f32639;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: white;
}

.hero-strip {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: min(calc(100% - 40px), var(--max));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(18, 19, 24, 0.78);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
  overflow: hidden;
}

.hero-strip div {
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-strip div:last-child {
  border-right: 0;
}

.hero-strip strong {
  display: block;
  color: white;
  font-size: 1.65rem;
  line-height: 1.1;
}

.hero-strip span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.intro-band {
  background: var(--paper);
  color: var(--paper-ink);
  padding: 40px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: center;
}

.intro-copy h2,
.section-head h2,
.split-copy h2,
.contact-copy h2,
.dealer-cta-card h2 {
  margin: 0;
  font-size: 3.1rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.intro-text {
  margin: 0;
  color: #4a4d55;
  font-size: 1.08rem;
}

.section {
  padding: 104px 0;
}

section[id] {
  scroll-margin-top: 138px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head p,
.split-copy p,
.contact-copy p,
.dealer-cta-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-head h2 {
  margin-bottom: 16px;
}

.guide-section {
  background:
    linear-gradient(180deg, #0d0e11 0%, #15161b 100%);
}

.guide-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-lift);
  box-shadow: var(--shadow);
}

.guide-controls,
.guide-result {
  padding: 28px;
}

.guide-controls {
  display: grid;
  align-content: start;
  gap: 18px;
  background: #101115;
  border-right: 1px solid var(--line);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  padding: 13px 14px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

select {
  color: white;
}

option {
  background: #17191f;
  color: white;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(225, 24, 43, 0.72);
  box-shadow: 0 0 0 4px rgba(225, 24, 43, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.guide-result {
  display: grid;
  gap: 24px;
}

.result-label,
.power-card span,
.contact-cards span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-result h3 {
  margin: 4px 0 0;
  font-size: 2.25rem;
}

.guide-result p,
.power-card small {
  color: var(--muted);
}

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

.power-card {
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.power-card-hot {
  background: var(--red-soft);
  border-color: rgba(225, 24, 43, 0.35);
}

.power-card strong {
  display: block;
  margin-top: 16px;
  font-size: 2.25rem;
  line-height: 1;
}

.gain-bars {
  display: grid;
  gap: 12px;
}

.gain-bars div {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 14px;
  color: var(--muted-strong);
  font-weight: 800;
}

.gain-bars b {
  height: 10px;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  transition: width 420ms ease;
}

.dark-section {
  background: #101115;
}

.service-shell {
  position: relative;
  padding: 0 54px;
}

.service-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 6px 2px 24px;
}

.service-slider::-webkit-scrollbar {
  display: none;
}

.service-card {
  min-height: 390px;
  scroll-snap-align: start;
  padding: 16px 16px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    var(--bg-lift);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 24, 43, 0.38);
}

.service-image {
  position: relative;
  height: 150px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: calc(var(--radius) - 1px);
  background: #17191f;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  transform: scale(1.04);
  transition:
    transform 450ms ease,
    opacity 220ms ease;
}

.service-card:hover .service-image img {
  opacity: 0.92;
  transform: scale(1.1);
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 20%, rgba(13, 14, 17, 0.78)),
    linear-gradient(115deg, rgba(225, 24, 43, 0.18), transparent 52%);
}

.service-image svg {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--red);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.service-number,
.package-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(225, 24, 43, 0.14);
  color: #ff6b76;
  font-size: 0.76rem;
  font-weight: 950;
}

.service-card h3,
.price-card h3,
.addons h3,
.conditions-card h3,
.booking-form h3,
.timeline h3 {
  margin: 18px 0 10px;
  font-size: 1.45rem;
}

.service-card p,
.service-card li,
.price-card p,
.price-card li,
.conditions-card li,
.timeline p {
  color: var(--muted);
}

.service-card ul,
.price-card ul,
.conditions-card ul {
  padding-left: 18px;
  margin: 20px 0 0;
}

.service-card li + li,
.price-card li + li,
.conditions-card li + li {
  margin-top: 8px;
}

.slider-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(17, 18, 22, 0.86);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
}

.slider-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid white;
  border-left: 2px solid white;
}

.slider-btn.prev {
  left: 0;
}

.slider-btn.prev::before {
  transform: rotate(-45deg);
}

.slider-btn.next {
  right: 0;
}

.slider-btn.next::before {
  transform: rotate(135deg);
}

.visual-section {
  background: #16181e;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 64px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.image-stack {
  position: relative;
  min-height: 520px;
}

.image-main,
.image-card {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.image-main {
  height: 440px;
}

.image-card {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 44%;
  height: 210px;
}

.timeline {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.timeline div {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.timeline span {
  grid-row: span 2;
  color: var(--red);
  font-weight: 950;
}

.timeline h3,
.timeline p {
  margin: 0;
}

.timeline p {
  margin-top: 4px;
}

.pricing-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(225, 24, 43, 0.16), transparent 32%),
    linear-gradient(180deg, #111217 0%, #17191f 100%);
}

.pricing-section .section-head p {
  color: var(--muted);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.pricing-plan,
.pricing-table-card,
.standalone-card,
.addons-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #16181e;
  box-shadow: var(--shadow);
}

.pricing-plan {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 560px;
  padding: 24px;
  overflow: hidden;
}

.pricing-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%);
}

.pricing-plan.featured {
  border-color: rgba(225, 24, 43, 0.55);
  background:
    linear-gradient(180deg, rgba(225, 24, 43, 0.16), rgba(255, 255, 255, 0.025)),
    #181a20;
}

.best-value {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--red);
  color: white;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-top {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.plan-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(225, 24, 43, 0.32);
  border-radius: var(--radius);
  background: rgba(225, 24, 43, 0.12);
  color: #ff5b68;
}

.plan-icon svg,
.package-table svg,
.standalone-list svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-plan h3 {
  margin: 8px 0 0;
  font-size: 2.35rem;
  line-height: 1;
}

.pricing-plan p {
  position: relative;
  margin: 22px 0 0;
  color: var(--muted);
}

.plan-list {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  display: grid;
  gap: 3px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.plan-list strong {
  color: white;
  font-size: 0.98rem;
}

.plan-list span {
  color: var(--muted);
  font-size: 0.92rem;
}

.pricing-plan .btn {
  position: relative;
  align-self: end;
  margin-top: auto;
}

.pricing-table-card,
.pricing-details {
  margin-top: 24px;
}

.pricing-table-card {
  overflow: hidden;
}

.table-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.table-heading.compact {
  padding-bottom: 18px;
}

.table-heading h3 {
  margin: 0;
  font-size: 1.65rem;
}

.table-heading p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

.table-scroll {
  overflow-x: auto;
}

.package-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.package-table th,
.package-table td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.package-table th {
  color: var(--muted-strong);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-table td:not(:first-child) {
  width: 15%;
  font-weight: 950;
}

.package-table td:first-child span,
.standalone-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 950;
}

.package-table td:first-child small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.package-table .yes {
  color: #b9f2f7;
}

.package-table .no {
  color: rgba(255, 255, 255, 0.32);
}

.pricing-details {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.standalone-list,
.addon-table {
  display: grid;
  gap: 0;
}

.standalone-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 20px;
  padding: 18px 24px;
  border-top: 1px solid var(--line);
}

.standalone-list strong {
  color: white;
  font-size: 1.16rem;
}

.standalone-list p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

.addon-table div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 24px;
  border-top: 1px solid var(--line);
}

.addon-table span {
  color: white;
  font-weight: 950;
}

.addon-table p {
  margin: 0;
  color: var(--muted);
}

.addon-table strong {
  color: #b9f2f7;
  white-space: nowrap;
}

.dealer-section {
  background: #0f1014;
}

.dealer-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
  min-height: 590px;
}

.dealer-panel,
.map-card,
.conditions-card,
.booking-form,
.dealer-cta-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-lift);
  box-shadow: var(--shadow);
}

.dealer-panel {
  padding: 22px;
}

.dealer-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 16px 0;
}

.dealer-tabs button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  font-weight: 850;
}

.dealer-tabs button.active {
  background: var(--red);
  color: white;
  border-color: var(--red);
}

.dealer-list {
  display: grid;
  gap: 10px;
  max-height: 412px;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.dealer-list li {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.dealer-list strong {
  display: block;
}

.dealer-list span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    #171920;
}

.map-card::before {
  content: "NMS Dealer Network";
  position: absolute;
  left: 32px;
  top: 28px;
  color: rgba(255, 255, 255, 0.06);
  font-size: 4rem;
  font-weight: 950;
  line-height: 0.9;
  width: 460px;
}

.map-surface {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 28%, rgba(255, 255, 255, 0.05) 28% 29%, transparent 29% 100%),
    radial-gradient(circle at 58% 38%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 42% 52%, rgba(255, 255, 255, 0.06), transparent 30%);
}

.dealer-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 10px rgba(225, 24, 43, 0.12);
  transform: translate(-50%, -50%);
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

.dealer-pin::after {
  content: attr(data-city);
  position: absolute;
  left: 18px;
  top: -7px;
  white-space: nowrap;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(13, 14, 17, 0.86);
  color: white;
  font-size: 0.74rem;
  font-weight: 800;
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.dealer-pin:hover,
.dealer-pin.is-active {
  transform: translate(-50%, -50%) scale(1.35);
  z-index: 3;
}

.dealer-pin:hover::after,
.dealer-pin.is-active::after {
  opacity: 1;
  transform: translateX(0);
}

.guarantees {
  background: #16181e;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.guarantee-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.guarantee-grid strong,
.guarantee-grid span {
  display: block;
}

.guarantee-grid span {
  color: var(--muted);
  margin-top: 4px;
}

.conditions-card {
  padding: 28px;
}

.contact-section {
  background: #0f1014;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.contact-cards a,
.contact-cards div {
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.contact-cards strong {
  display: block;
  margin-top: 12px;
}

.booking-form {
  padding: 28px;
}

.booking-form h3 {
  margin-top: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.booking-form label + label,
.booking-form .form-grid + label {
  margin-top: 16px;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: #ffb3b9;
  font-weight: 800;
}

.dealer-cta {
  padding-top: 0;
  background: #0f1014;
}

.dealer-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  overflow: hidden;
}

.dealer-cta-card p {
  max-width: 720px;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: #090a0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.footer-grid img {
  width: 105px;
}

.footer-grid strong,
.footer-grid span {
  display: block;
}

.footer-grid span {
  color: var(--muted);
}

.footer-grid nav {
  display: flex;
  gap: 14px;
  color: var(--muted-strong);
  font-size: 0.92rem;
}

.site-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.topline {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
  background: rgba(49, 43, 38, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  backdrop-filter: blur(16px);
}

.topline-inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.topline a,
.topline span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topline svg,
.hero-mini-panel svg,
.intro-proof svg,
.service-image svg,
.custom-select__button svg,
.contact-cards svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  top: 30px;
}

.site-header.is-scrolled {
  top: 30px;
}

.hero {
  padding-top: 172px;
}

.hero-motion {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-motion span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  opacity: 0.42;
  animation: slowOrbit 18s linear infinite;
}

.hero-motion span:nth-child(1) {
  width: 390px;
  height: 390px;
  left: 7%;
  bottom: 9%;
}

.hero-motion span:nth-child(2) {
  width: 180px;
  height: 180px;
  right: 19%;
  top: 19%;
  animation-duration: 12s;
  animation-direction: reverse;
}

.hero-motion span:nth-child(3) {
  width: 620px;
  height: 620px;
  right: -180px;
  bottom: -210px;
  opacity: 0.18;
  animation-duration: 28s;
}

.hero-mini-panel {
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  margin-top: 26px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(13, 14, 17, 0.46);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  animation: floatPanel 5.5s ease-in-out infinite;
}

.hero-mini-panel span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.09);
  color: white;
  font-size: 0.88rem;
  font-weight: 900;
}

.intro-content {
  display: grid;
  gap: 22px;
}

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

.intro-proof article {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(23, 25, 31, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(238, 234, 226, 0.72)),
    #f7f5f1;
  box-shadow: 0 14px 34px rgba(31, 28, 25, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.intro-proof article:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 24, 43, 0.22);
  box-shadow: 0 20px 48px rgba(31, 28, 25, 0.12);
}

.intro-proof svg {
  width: 28px;
  height: 28px;
  color: var(--red);
}

.intro-proof strong,
.intro-proof span {
  display: block;
}

.intro-proof span {
  color: #5d6068;
  font-size: 0.9rem;
}

.brand-rail {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid rgba(23, 25, 31, 0.08);
  border-bottom: 1px solid rgba(23, 25, 31, 0.08);
  background:
    linear-gradient(90deg, #f7f5f1, #ebe7df 45%, #f7f5f1),
    #f3f0ea;
}

.brand-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: brandMarquee 34s linear infinite;
}

.brand-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 52px;
  border: 1px solid rgba(23, 25, 31, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: #2b2d33;
  font-size: 0.98rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(31, 28, 25, 0.07);
}

.brand-rail:hover .brand-track {
  animation-play-state: paused;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.reveal.is-pending {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal.is-pending.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-strip.reveal.is-pending {
  transform: translateX(-50%) translateY(22px);
}

.hero-strip.reveal.is-pending.is-visible {
  transform: translateX(-50%) translateY(0);
}

/* Balanced theme pass: keep the performance identity, but give content room to breathe. */
.guide-section,
.dark-section,
.visual-section,
.pricing-section,
.dealer-section,
.guarantees,
.contact-section,
.dealer-cta {
  color: var(--paper-ink);
}

.guide-section,
.pricing-section,
.guarantees,
.contact-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(225, 24, 43, 0.08), transparent 30%),
    linear-gradient(180deg, #f4f2ee 0%, #ebe8e2 100%);
}

.dark-section,
.visual-section,
.dealer-section,
.dealer-cta {
  background: #f7f5f1;
}

.guide-section .section-head p,
.pricing-section .section-head p,
.dealer-section .section-head p,
.guarantees .split-copy p,
.contact-section .contact-copy p,
.dealer-cta-card p,
.visual-section .split-copy p,
.dark-section .section-head p {
  color: #555861;
}

.guide-section .eyebrow.red,
.dark-section .eyebrow.red,
.visual-section .eyebrow.red,
.pricing-section .eyebrow.red,
.dealer-section .eyebrow.red,
.guarantees .eyebrow.red,
.contact-section .eyebrow.red,
.dealer-cta .eyebrow.red {
  color: var(--red);
}

.guide-panel,
.service-card,
.pricing-plan,
.pricing-table-card,
.standalone-card,
.addons-card,
.dealer-panel,
.conditions-card,
.booking-form,
.dealer-cta-card {
  border-color: rgba(20, 22, 27, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 246, 241, 0.92)),
    #f8f6f1;
  color: var(--paper-ink);
  box-shadow: 0 22px 58px rgba(31, 28, 25, 0.11);
}

.guide-controls {
  background: #ece9e3;
  border-color: rgba(20, 22, 27, 0.12);
}

.guide-result {
  background: #fbfaf7;
}

.guide-section label,
.contact-section label,
.dealer-section label {
  color: #4f5158;
}

.guide-section input,
.guide-section select,
.contact-section input,
.contact-section select,
.contact-section textarea,
.dealer-section input {
  border-color: rgba(20, 22, 27, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: #17191f;
}

.guide-section option,
.contact-section option {
  background: white;
  color: #17191f;
}

.guide-section input:focus,
.guide-section select:focus,
.contact-section input:focus,
.contact-section select:focus,
.contact-section textarea:focus,
.dealer-section input:focus {
  background: white;
}

.result-label,
.guide-result p,
.power-card span,
.power-card small,
.service-card p,
.service-card li,
.pricing-plan p,
.plan-list span,
.package-table td:first-child small,
.standalone-list p,
.addon-table p,
.dealer-list span,
.guarantee-grid span,
.conditions-card li,
.timeline p {
  color: #5d6068;
}

.power-card {
  border-color: rgba(20, 22, 27, 0.12);
  background: white;
}

.power-card-hot {
  background: #fff0f2;
  border-color: rgba(225, 24, 43, 0.3);
}

.gain-bars div {
  color: #4f5158;
}

.service-card:hover {
  background: white;
}

.plan-list li,
.standalone-list div,
.addon-table div,
.package-table th,
.package-table td,
.table-heading,
.timeline div {
  border-color: rgba(20, 22, 27, 0.11);
}

.pricing-plan::before {
  background: linear-gradient(135deg, rgba(225, 24, 43, 0.07), transparent 42%);
}

.pricing-plan.featured {
  border-color: rgba(225, 24, 43, 0.42);
  background:
    radial-gradient(circle at 18% 8%, rgba(225, 24, 43, 0.12), transparent 34%),
    linear-gradient(180deg, #292b31 0%, #17191f 100%);
  color: white;
}

.pricing-plan.featured p,
.pricing-plan.featured .plan-list span {
  color: var(--muted-strong);
}

.plan-list strong,
.package-table td:first-child span,
.standalone-list span,
.standalone-list strong,
.addon-table span,
.guide-result h3,
.service-card h3,
.timeline h3,
.table-heading h3,
.conditions-card h3,
.booking-form h3 {
  color: #17191f;
}

.pricing-plan.featured .plan-list strong,
.pricing-plan.featured h3 {
  color: white;
}

.package-table th {
  color: #6a6d75;
}

.package-table .yes,
.addon-table strong {
  color: var(--red-dark);
}

.package-table .no {
  color: rgba(23, 25, 31, 0.28);
}

.standalone-card,
.addons-card,
.pricing-table-card {
  background: white;
}

.addon-table strong,
.standalone-list strong {
  white-space: nowrap;
}

.dealer-list li,
.guarantee-grid div,
.contact-cards a,
.contact-cards div {
  border-color: rgba(20, 22, 27, 0.1);
  background: rgba(255, 255, 255, 0.68);
}

.dealer-tabs button {
  border-color: rgba(20, 22, 27, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #4f5158;
}

.map-card {
  border-color: rgba(20, 22, 27, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    #25272e;
  box-shadow: 0 22px 58px rgba(31, 28, 25, 0.14);
}

.map-card::before {
  color: rgba(255, 255, 255, 0.08);
}

.dealer-cta-card {
  background:
    linear-gradient(100deg, #ffffff 0%, #f4f1eb 64%, #ffe7ea 100%);
}

.pricing-plan:not(.featured) .btn-ghost,
.dealer-cta-card .btn-ghost {
  border-color: rgba(23, 25, 31, 0.24);
  background: rgba(23, 25, 31, 0.04);
  color: #17191f;
}

.pricing-plan:not(.featured) .btn-ghost:hover,
.pricing-plan:not(.featured) .btn-ghost:focus-visible,
.dealer-cta-card .btn-ghost:hover,
.dealer-cta-card .btn-ghost:focus-visible {
  border-color: rgba(225, 24, 43, 0.42);
  background: rgba(225, 24, 43, 0.08);
}

.form-status {
  color: var(--red-dark);
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(1.2%, -1%, 0);
  }
}

@keyframes slowOrbit {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}

@keyframes floatPanel {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes brandMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes pinPulse {
  0%,
  100% {
    box-shadow: 0 0 0 9px rgba(225, 24, 43, 0.12);
  }
  50% {
    box-shadow: 0 0 0 16px rgba(225, 24, 43, 0);
  }
}

@keyframes meterFlow {
  0%,
  100% {
    transform: translateX(-5%);
  }
  50% {
    transform: translateX(5%);
  }
}

/* Requested refinement pass */
.hero-slider-controls {
  position: relative;
  display: inline-flex;
  width: auto;
  gap: 10px;
  margin-top: 22px;
  padding-bottom: 14px;
}

.hero-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102px;
  height: 3px;
}

.hero-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(12, 13, 16, 0.82);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.hero-strip div {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 18px 20px;
}

.hero-strip div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(225, 24, 43, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.hero-strip div:hover::before {
  opacity: 1;
}

.hero-strip .stat-icon {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(225, 24, 43, 0.36);
  border-radius: var(--radius);
  background: rgba(225, 24, 43, 0.14);
  color: #ff6875;
}

.hero-strip .stat-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-strip strong,
.hero-strip span:not(.stat-icon) {
  position: relative;
  z-index: 1;
}

.hero-strip strong {
  font-size: 1.5rem;
}

.guide-embed-card {
  background: rgba(10, 11, 14, 0.38);
  backdrop-filter: blur(12px);
}

.tuning-guide-frame {
  background: transparent;
}

.service-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.service-stack {
  display: grid;
  gap: 16px;
}

.service-tile {
  position: relative;
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025) 54%, rgba(225, 24, 43, 0.08)),
    rgba(19, 20, 25, 0.88);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.service-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 24, 43, 0.42);
  box-shadow: 0 32px 76px rgba(0, 0, 0, 0.32);
}

.service-tile--featured {
  min-height: 604px;
  grid-template-columns: 1fr;
}

.service-tile-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.service-tile-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 13, 16, 0.08), rgba(12, 13, 16, 0.72)),
    linear-gradient(135deg, rgba(225, 24, 43, 0.24), transparent 46%);
}

.service-tile--featured .service-tile-media::after {
  background:
    linear-gradient(180deg, transparent 18%, rgba(12, 13, 16, 0.92)),
    linear-gradient(135deg, rgba(225, 24, 43, 0.24), transparent 46%);
}

.service-tile-media img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 520ms ease;
}

.service-tile--featured .service-tile-media img {
  object-position: center bottom;
}

.service-tile:hover .service-tile-media img {
  transform: scale(1.1);
}

.service-tile-content {
  position: relative;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  color: white;
}

.service-tile--featured .service-tile-content {
  position: absolute;
  inset: auto 0 0;
  padding: 32px;
}

.service-orb {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: #ff6571;
}

.service-orb svg,
.timeline svg,
.guarantee-grid svg,
.contact-cards svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-tile h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.05;
}

.service-tile p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.service-tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
}

.visual-section {
  background:
    linear-gradient(180deg, #f7f5f1, #ebe7df);
}

.timeline {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.timeline div {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(20, 22, 27, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(31, 28, 25, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.timeline div:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 24, 43, 0.26);
  box-shadow: 0 24px 54px rgba(31, 28, 25, 0.14);
}

.timeline svg {
  grid-row: span 3;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(225, 24, 43, 0.24);
  border-radius: var(--radius);
  background: rgba(225, 24, 43, 0.08);
  color: var(--red);
}

.timeline span {
  color: var(--red);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(225, 24, 43, 0.15), transparent 34%),
    linear-gradient(180deg, #111217 0%, #17191f 100%);
  color: white;
}

.pricing-showcase {
  align-items: stretch;
}

.pricing-plan,
.pricing-table-card,
.standalone-card,
.addons-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035) 52%, rgba(225, 24, 43, 0.07)),
    #17191f;
  border-color: rgba(255, 255, 255, 0.14);
}

.pricing-plan {
  min-height: 0;
  padding: 28px;
  opacity: 1 !important;
  visibility: visible !important;
}

.pricing-plan.featured {
  transform: translateY(-14px);
  box-shadow:
    0 34px 90px rgba(225, 24, 43, 0.16),
    0 28px 70px rgba(0, 0, 0, 0.34);
}

.pricing-plan:not(.featured) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055) 50%, rgba(225, 24, 43, 0.1)),
    #202228;
  border-color: rgba(255, 255, 255, 0.23);
  color: white;
}

.pricing-plan:not(.featured)::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(225, 24, 43, 0.16), transparent 36%);
}

.pricing-plan:not(.featured) h3,
.pricing-plan:not(.featured) .plan-list strong,
.pricing-plan:not(.featured) .package-label {
  color: white;
}

.pricing-plan:not(.featured) p,
.pricing-plan:not(.featured) .plan-list span {
  color: rgba(255, 255, 255, 0.76);
}

.pricing-plan:not(.featured) .btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.plan-icon {
  border-radius: 50%;
}

.pricing-table-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045) 58%, rgba(225, 24, 43, 0.08)),
    #1b1d23;
  border-color: rgba(225, 24, 43, 0.24);
  color: white;
}

.table-heading {
  background: rgba(255, 255, 255, 0.035);
}

.pricing-table-card .table-heading h3,
.pricing-table-card .package-table td:first-child span,
.pricing-table-card .package-table th {
  color: white;
}

.pricing-table-card .table-heading p,
.pricing-table-card .package-table td:first-child small {
  color: rgba(255, 255, 255, 0.68);
}

.pricing-table-card .package-table th,
.pricing-table-card .package-table td {
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-table-card .package-table svg {
  color: #ff6571;
}

.guarantees {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(13, 14, 17, 0.92), rgba(19, 20, 25, 0.94)),
    url("assets/bench-tool.jpg") center / cover;
  color: white;
}

.guarantees .split {
  align-items: stretch;
}

.guarantees .split-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.guarantee-grid div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.guarantee-grid svg {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(225, 24, 43, 0.35);
  border-radius: var(--radius);
  color: #ff6571;
}

.guarantee-grid strong {
  color: white;
}

.conditions-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  color: white;
  backdrop-filter: blur(14px);
}

.conditions-card h3 {
  color: white;
}

.conditions-card li {
  color: rgba(255, 255, 255, 0.72);
}

.premium-faq {
  background:
    linear-gradient(180deg, #f4f2ee, #ebe8e2);
  color: #17191f;
}

.premium-faq::before {
  display: none;
}

.faq-intro p {
  color: #555861;
}

.faq-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.faq-assurance span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(225, 24, 43, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--red-dark);
  font-weight: 950;
}

.faq-meter {
  display: none;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(20, 22, 27, 0.1);
  color: #17191f;
}

.faq-list summary {
  color: #17191f;
}

.faq-list p {
  color: #555861;
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(244, 242, 238, 0.96), rgba(235, 232, 226, 0.98)),
    url("assets/hero-ferrari.jpg") center / cover;
  color: #17191f;
}

.contact-section::before {
  display: none;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
}

.contact-copy,
.booking-form {
  border: 1px solid rgba(20, 22, 27, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.12);
  backdrop-filter: blur(14px);
}

.contact-copy {
  padding: 30px;
}

.contact-cards a,
.contact-cards div {
  display: grid;
  gap: 10px;
  min-height: 132px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(244, 241, 235, 0.72));
  border-color: rgba(20, 22, 27, 0.1);
}

.contact-cards svg {
  width: 30px;
  height: 30px;
  color: var(--red);
}

.contact-cards span {
  color: #8f939c;
}

.contact-cards strong {
  margin: 0;
}

.booking-form {
  padding: 34px;
}

.dealer-cta {
  padding: 94px 0 110px;
  background:
    linear-gradient(135deg, #0d0e11, #181a20 62%, #270b11);
}

.dealer-cta-card {
  min-height: 300px;
  align-items: center;
  padding: 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 236, 238, 0.94)),
    #f5f1eb;
}

.dealer-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.dealer-cta-points span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(225, 24, 43, 0.2);
  border-radius: 999px;
  color: var(--red-dark);
  font-weight: 950;
}

.nms-map-status {
  display: none;
}

.nms-panel {
  background: rgba(255, 255, 255, 0.92);
}

.nms-list--edge {
  border-top: 1px solid rgba(23, 25, 31, 0.1);
}

.nms-item {
  padding: 14px 18px;
}

@media (max-width: 1040px) {
  .topline {
    display: none;
  }

  .site-header {
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
  }

  .site-header.is-scrolled {
    top: 0;
  }

  .nav-toggle {
    display: grid !important;
    place-items: center;
    flex: 0 0 44px;
    position: fixed;
    top: 18px;
    right: auto;
    left: calc(min(100%, 390px) - 62px);
    z-index: 70;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 14px 20px 20px;
    background: rgba(13, 14, 17, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-header.nav-open .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-header.nav-open .nav-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-mini-panel,
  .intro-proof {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip div:nth-child(2) {
    border-right: 0;
  }

  .hero-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .intro-grid,
  .guide-panel,
  .split,
  .split.reverse,
  .dealer-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .guide-controls {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-slider {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .pricing-grid,
  .pricing-showcase,
  .pricing-details,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .price-card,
  .price-card.featured,
  .pricing-plan {
    min-height: auto;
    transform: none;
  }

  .table-heading {
    display: grid;
  }

  .dealer-layout {
    min-height: auto;
  }

  .dealer-panel {
    order: 2;
  }

  .map-card {
    min-height: 440px;
  }

  .brand-track span {
    min-width: 130px;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand img {
    width: 108px;
  }

  .hero {
    min-height: 940px;
    padding: 118px 0 330px;
    align-items: start;
  }

  .hero-mini-panel {
    width: 100%;
  }

  .hero h1 {
    font-size: 2.85rem;
  }

  .hero .eyebrow {
    max-width: 310px;
    line-height: 1.65;
  }

  .hero-lead {
    font-size: 1rem;
    max-width: 310px;
  }

  .hero-actions,
  .dealer-cta-card {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-strip {
    bottom: 18px;
    grid-template-columns: 1fr;
  }

  .hero-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
  }

  .hero-strip div:last-child {
    border-bottom: 0;
  }

  .intro-copy h2,
  .section-head h2,
  .split-copy h2,
  .contact-copy h2,
  .dealer-cta-card h2 {
    font-size: 2.15rem;
  }

  .section {
    padding: 74px 0;
  }

  .guide-controls,
  .guide-result,
  .service-card,
  .price-card,
  .pricing-plan,
  .table-heading,
  .conditions-card,
  .booking-form,
  .dealer-cta-card {
    padding: 20px;
  }

  .pricing-plan h3 {
    font-size: 2.05rem;
  }

  .plan-top {
    padding-right: 90px;
  }

  .pricing-table-card {
    margin-left: -4px;
    margin-right: -4px;
  }

  .package-table th,
  .package-table td {
    padding: 15px 16px;
  }

  .standalone-list div,
  .addon-table div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 20px;
  }

  .standalone-list strong,
  .addon-table strong {
    justify-self: start;
  }

  .power-grid,
  .guarantee-grid,
  .contact-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-slider {
    grid-auto-columns: 88%;
    gap: 14px;
  }

  .service-image {
    height: 128px;
  }

  .slider-btn {
    display: none;
  }

  .image-stack {
    min-height: auto;
  }

  .image-main {
    height: 280px;
  }

  .image-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 72%;
    height: 160px;
    margin: -50px 18px 0 auto;
  }

  .dealer-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-card::before {
    font-size: 2.25rem;
    width: 260px;
  }

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

  .footer-grid nav {
    flex-wrap: wrap;
  }

  .faq-intro h2 {
    font-size: 2.15rem;
  }

  .map-premium-badge {
    top: 12px;
    left: 12px;
    min-width: 160px;
  }
}

/* GT showroom redesign pass */
:root {
  color-scheme: light;
  --gt-bg: #f1eee8;
  --gt-panel: rgba(255, 255, 255, 0.86);
  --gt-panel-solid: #fffaf4;
  --gt-ink: #15161a;
  --gt-muted: #555963;
  --gt-line: rgba(21, 22, 26, 0.12);
  --gt-red: #e1182b;
  --gt-shadow: 0 24px 70px rgba(32, 28, 24, 0.12);
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 24, 43, 0.08), transparent 30%),
    linear-gradient(180deg, #f7f3ec 0%, #ebe7df 52%, #f7f3ec 100%);
  color: var(--gt-ink);
}

.topline {
  background: #29231f;
}

.site-header {
  background: rgba(17, 18, 22, 0.88);
}

.section,
.intro-band,
.guide-section,
.dark-section,
.visual-section,
.pricing-section,
.dealer-section,
.guarantees,
.premium-faq,
.contact-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(225, 24, 43, 0.035) 0 1px, transparent 1px 100%) 0 0 / 96px 96px,
    linear-gradient(180deg, #f6f2eb 0%, #ede8df 100%);
  color: var(--gt-ink);
}

.section::after,
.intro-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 24, 43, 0.25), transparent);
  pointer-events: none;
}

.hero {
  min-height: 92vh;
  background: #17191f;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 13, 15, 0.78), rgba(12, 13, 15, 0.2) 52%, rgba(12, 13, 15, 0.5)),
    linear-gradient(0deg, rgba(12, 13, 15, 0.58), transparent 42%);
}

.hero-content {
  max-width: 760px;
}

.hero-strip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(255, 247, 238, 0.88)),
    rgba(255, 255, 255, 0.86);
  border-color: rgba(21, 22, 26, 0.12);
  color: var(--gt-ink);
  box-shadow: 0 26px 70px rgba(18, 18, 18, 0.18);
}

.hero-strip div {
  border-color: rgba(21, 22, 26, 0.1);
}

.hero-strip .stat-icon,
.plan-icon,
.service-orb,
.guarantee-grid svg,
.contact-cards svg,
.timeline svg {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gt-red);
  box-shadow: none;
}

.hero-strip .stat-icon svg,
.plan-icon svg,
.service-orb svg,
.guarantee-grid svg,
.contact-cards svg,
.timeline svg {
  width: 34px;
  height: 34px;
}

.hero-strip span:not(.stat-icon) {
  color: var(--gt-muted);
}

.intro-band {
  padding-top: 92px;
}

.intro-grid {
  align-items: start;
}

.intro-proof {
  gap: 14px;
}

.intro-proof article,
.contact-cards a,
.contact-cards div,
.guarantee-grid div,
.timeline div,
.pricing-plan,
.pricing-table-card,
.standalone-card,
.addons-card,
.booking-form,
.contact-copy,
.dealer-cta-card,
.conditions-card {
  border: 1px solid rgba(21, 22, 26, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 239, 0.74)),
    #fffaf4;
  color: var(--gt-ink);
  box-shadow: var(--gt-shadow);
}

.intro-proof article {
  grid-template-columns: 42px 1fr;
  min-height: 126px;
}

.intro-proof article::before,
.pricing-plan::before,
.service-tile::before,
.conditions-card::before,
.booking-form::before,
.dealer-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gt-red), rgba(225, 24, 43, 0));
  pointer-events: none;
}

.intro-proof svg {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  color: var(--gt-red);
}

.intro-proof span,
.section-head p,
.guide-section .section-head p,
.dark-section .section-head p,
.pricing-section .section-head p,
.dealer-section .section-head p,
.guarantees .split-copy p,
.contact-section .contact-copy p,
.dealer-cta-card p,
.visual-section .split-copy p,
.premium-faq .faq-intro p {
  color: var(--gt-muted);
}

.guide-section,
.dark-section {
  padding-top: 96px;
}

.guide-embed-card {
  background:
    linear-gradient(135deg, rgba(20, 22, 27, 0.92), rgba(33, 34, 39, 0.86)),
    #17191f;
  border-color: rgba(21, 22, 26, 0.18);
  box-shadow: 0 32px 90px rgba(31, 28, 25, 0.18);
}

.service-lab {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.service-tile {
  isolation: isolate;
  border: 1px solid rgba(21, 22, 26, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 236, 0.78)),
    #fffaf4;
  color: var(--gt-ink);
  box-shadow: var(--gt-shadow);
}

.service-tile--featured {
  min-height: 570px;
}

.service-tile:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 24, 43, 0.28);
  box-shadow: 0 34px 90px rgba(32, 28, 24, 0.18);
}

.service-tile-media::after {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.05), rgba(255, 250, 244, 0.9)),
    linear-gradient(135deg, rgba(225, 24, 43, 0.15), transparent 48%);
}

.service-tile--featured .service-tile-media::after {
  background:
    linear-gradient(180deg, transparent 24%, rgba(18, 19, 23, 0.12) 48%, rgba(255, 250, 244, 0.95) 88%),
    linear-gradient(135deg, rgba(225, 24, 43, 0.18), transparent 48%);
}

.service-tile-content {
  color: var(--gt-ink);
}

.service-tile h3,
.timeline h3,
.pricing-plan h3,
.pricing-table-card h3,
.standalone-card h3,
.addons-card h3,
.guarantee-grid strong,
.conditions-card h3,
.contact-copy h2,
.booking-form h3,
.dealer-cta-card h2 {
  color: var(--gt-ink);
}

.service-tile p,
.timeline p,
.pricing-plan p,
.pricing-plan .plan-list span,
.standalone-list p,
.addon-table p,
.conditions-card li,
.contact-copy p,
.dealer-cta-card p {
  color: var(--gt-muted);
}

.service-number {
  background: transparent;
  color: var(--gt-red);
  letter-spacing: 0.18em;
  border-bottom: 1px solid rgba(225, 24, 43, 0.25);
}

.service-tags span,
.dealer-cta-points span,
.faq-assurance span {
  border-color: rgba(225, 24, 43, 0.22);
  background: rgba(225, 24, 43, 0.07);
  color: #9f0d1b;
}

.visual-section .split {
  align-items: center;
}

.image-stack {
  filter: drop-shadow(0 30px 70px rgba(32, 28, 24, 0.17));
}

.timeline {
  gap: 12px;
}

.timeline div {
  position: relative;
  grid-template-columns: 38px auto;
  gap: 6px 16px;
  overflow: hidden;
}

.timeline div:hover,
.intro-proof article:hover,
.contact-cards a:hover,
.contact-cards div:hover,
.guarantee-grid div:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 24, 43, 0.22);
  box-shadow: 0 30px 82px rgba(32, 28, 24, 0.16);
}

.timeline svg {
  grid-row: span 3;
}

.timeline span {
  color: var(--gt-red);
  letter-spacing: 0.18em;
}

.pricing-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(225, 24, 43, 0.1), transparent 34%),
    linear-gradient(180deg, #f6f2eb 0%, #eee8df 100%);
}

.pricing-showcase {
  gap: 22px;
}

.pricing-plan {
  min-height: 520px;
  overflow: hidden;
}

.pricing-plan.featured,
.pricing-plan:not(.featured),
.pricing-table-card,
.standalone-card,
.addons-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 237, 0.78)),
    #fffaf4;
  border-color: rgba(21, 22, 26, 0.1);
  color: var(--gt-ink);
}

.pricing-plan.featured {
  transform: translateY(-12px);
  border-color: rgba(225, 24, 43, 0.32);
  box-shadow: 0 36px 90px rgba(225, 24, 43, 0.13), var(--gt-shadow);
}

.pricing-plan.featured h3,
.pricing-plan.featured .plan-list strong,
.pricing-plan:not(.featured) h3,
.pricing-plan:not(.featured) .plan-list strong,
.pricing-plan:not(.featured) .package-label,
.pricing-table-card .table-heading h3,
.pricing-table-card .package-table td:first-child span,
.pricing-table-card .package-table th {
  color: var(--gt-ink);
}

.pricing-plan.featured p,
.pricing-plan.featured .plan-list span,
.pricing-plan:not(.featured) p,
.pricing-plan:not(.featured) .plan-list span,
.pricing-table-card .table-heading p,
.pricing-table-card .package-table td:first-child small {
  color: var(--gt-muted);
}

.plan-icon {
  flex-basis: 44px;
}

.package-label,
.best-value {
  background: var(--gt-red);
  color: white;
}

.plan-list li,
.pricing-table-card .package-table th,
.pricing-table-card .package-table td,
.standalone-list div,
.addon-table div {
  border-color: rgba(21, 22, 26, 0.1);
}

.pricing-plan:not(.featured) .btn-ghost {
  border-color: rgba(21, 22, 26, 0.14);
  background: white;
  color: var(--gt-ink);
}

.pricing-table-card .package-table svg,
.standalone-list svg,
.package-table svg {
  color: var(--gt-red);
}

.dealer-section {
  background:
    linear-gradient(90deg, rgba(21, 22, 26, 0.04) 0 1px, transparent 1px 100%) 0 0 / 90px 90px,
    linear-gradient(180deg, #f8f4ed, #eee8df);
}

.nms-panel {
  border-color: rgba(21, 22, 26, 0.1);
  background: rgba(255, 250, 244, 0.94);
  box-shadow: var(--gt-shadow);
}

.nms-item {
  padding: 13px 16px;
  background: transparent;
}

.nms-item:hover,
.nms-item.active {
  background: rgba(225, 24, 43, 0.06);
  box-shadow: inset 3px 0 0 var(--gt-red);
}

.nms-item--premium {
  background: linear-gradient(90deg, rgba(225, 24, 43, 0.055), transparent);
}

.nms-map-card {
  box-shadow: var(--gt-shadow);
}

.map-premium-badge {
  background: rgba(255, 250, 244, 0.92);
  color: var(--gt-ink);
}

.guarantees {
  background:
    linear-gradient(115deg, rgba(247, 243, 236, 0.96) 0%, rgba(247, 243, 236, 0.92) 52%, rgba(247, 243, 236, 0.72) 100%),
    url("assets/bench-tool.jpg") center / cover;
}

.guarantee-grid {
  gap: 14px;
}

.guarantee-grid div {
  grid-template-columns: 38px 1fr;
}

.conditions-card {
  position: relative;
  overflow: hidden;
}

.premium-faq {
  background:
    radial-gradient(circle at 18% 20%, rgba(225, 24, 43, 0.08), transparent 30%),
    linear-gradient(180deg, #fbf7ef, #eee8df);
}

.faq-list details {
  border-color: rgba(21, 22, 26, 0.1);
  background: rgba(255, 250, 244, 0.9);
  box-shadow: 0 14px 40px rgba(32, 28, 24, 0.08);
}

.faq-list summary::after {
  color: var(--gt-red);
}

.faq-assurance span {
  position: relative;
  padding-left: 28px;
}

.faq-assurance span::before,
.plan-list li::before,
.addon-table div::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid var(--gt-red);
  border-radius: 999px;
  background: white;
}

.faq-assurance span::before {
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.plan-list li,
.addon-table div {
  position: relative;
  padding-left: 22px;
}

.plan-list li::before,
.addon-table div::before {
  left: 0;
  top: 18px;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(225, 24, 43, 0.055)),
    linear-gradient(180deg, #f8f4ed, #eee8df);
}

.contact-grid {
  align-items: stretch;
}

.contact-copy,
.booking-form {
  position: relative;
  overflow: hidden;
}

.contact-cards {
  gap: 12px;
}

.contact-cards a,
.contact-cards div {
  grid-template-columns: 36px 1fr;
  min-height: 118px;
}

.contact-cards svg {
  grid-row: span 2;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.contact-section input,
.contact-section select,
.contact-section textarea {
  background: white;
  border-color: rgba(21, 22, 26, 0.14);
  color: var(--gt-ink);
}

.dealer-cta {
  background:
    linear-gradient(180deg, #f8f4ed 0%, #15161a 100%);
}

.dealer-cta-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 240, 0.94) 58%, rgba(255, 228, 232, 0.98) 100%),
    #fffaf4;
}

.site-footer {
  background: #15161a;
}

@media (max-width: 1040px) {
  .service-lab {
    grid-template-columns: 1fr;
  }

  .service-tile--featured {
    min-height: 480px;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 980px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(13, 14, 17, 0.45), rgba(13, 14, 17, 0.82) 72%),
      linear-gradient(90deg, rgba(13, 14, 17, 0.58), rgba(13, 14, 17, 0.1));
  }

  .hero-strip {
    background: rgba(255, 250, 244, 0.92);
  }

  .intro-proof article,
  .contact-cards a,
  .contact-cards div,
  .guarantee-grid div,
  .timeline div {
    grid-template-columns: 34px 1fr;
  }

  .hero-strip .stat-icon,
  .plan-icon,
  .service-orb,
  .guarantee-grid svg,
  .contact-cards svg,
  .timeline svg {
    width: 32px;
    height: 32px;
  }

  .pricing-plan.featured {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Effektguide + live dealer map pass */
.guide-section,
.dealer-section,
.pricing-section,
.dark-section {
  position: relative;
  overflow: hidden;
}

.guide-section::before,
.dealer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 62%, rgba(225, 24, 43, 0.08) 62% 63%, transparent 63% 100%),
    linear-gradient(90deg, rgba(23, 25, 31, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 25, 31, 0.035) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  opacity: 0.7;
}

.guide-section .container,
.dealer-section .container {
  position: relative;
  z-index: 1;
}

.guide-shell {
  display: grid;
  gap: 18px;
}

.guide-embed-card {
  overflow: hidden;
  border: 1px solid rgba(23, 25, 31, 0.12);
  border-radius: var(--radius);
  background: #f5f5f5;
  box-shadow: 0 22px 58px rgba(31, 28, 25, 0.11);
}

.tuning-guide-frame {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
  background: #f5f5f5;
}

.vehicle-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.vehicle-tab {
  min-height: 68px;
  border: 1px solid rgba(23, 25, 31, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 242, 236, 0.92)),
    #f8f6f1;
  color: #272a31;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(31, 28, 25, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.vehicle-tab:hover,
.vehicle-tab:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(225, 24, 43, 0.28);
  box-shadow: 0 18px 42px rgba(31, 28, 25, 0.12);
}

.vehicle-tab.active {
  background:
    linear-gradient(135deg, rgba(225, 24, 43, 0.12), rgba(255, 255, 255, 0.92)),
    #fff;
  border-color: rgba(225, 24, 43, 0.38);
  color: var(--red-dark);
}

.tab-icon {
  position: relative;
  width: 28px;
  height: 22px;
  display: inline-block;
  color: currentColor;
}

.tab-icon::before,
.tab-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.tab-icon-car::before {
  left: 2px;
  right: 2px;
  top: 8px;
  height: 8px;
  border-radius: 7px 7px 4px 4px;
}

.tab-icon-car::after {
  left: 7px;
  right: 7px;
  top: 2px;
  height: 8px;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.tab-icon-truck::before {
  left: 1px;
  top: 5px;
  width: 16px;
  height: 11px;
  border-radius: 3px;
}

.tab-icon-truck::after {
  right: 2px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.tab-icon-boat::before {
  left: 2px;
  right: 2px;
  top: 10px;
  height: 7px;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  transform: skewX(-12deg);
}

.tab-icon-boat::after {
  left: 12px;
  top: 1px;
  height: 12px;
  border-width: 0 0 0 2px;
}

.tab-icon-bike::before {
  left: 1px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tab-icon-bike::after {
  right: 1px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tab-icon-tractor::before {
  left: 1px;
  top: 7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.tab-icon-tractor::after {
  right: 1px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.guide-panel-advanced {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 238, 0.94)),
    #f8f6f1;
}

.guide-controls-advanced {
  position: relative;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(235, 232, 225, 0.94)),
    #ece9e3;
}

.guide-controls-advanced::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 54%, rgba(225, 24, 43, 0.12) 54% 55%, transparent 55% 100%);
}

.guide-controls-advanced > * {
  position: relative;
  z-index: 1;
}

.guide-control-intro {
  padding: 18px;
  border: 1px solid rgba(23, 25, 31, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.mini-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-control-intro strong {
  display: block;
  color: #17191f;
  font-size: 1.4rem;
  line-height: 1.05;
}

.guide-control-intro p,
.guide-status {
  margin: 8px 0 0;
  color: #5d6068;
  font-size: 0.92rem;
  line-height: 1.5;
}

.guide-submit {
  width: 100%;
  margin-top: 2px;
}

.guide-status {
  min-height: 44px;
}

.guide-result-advanced {
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 251, 248, 0.96)),
    #fbfaf7;
}

.guide-result-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.stage-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(23, 25, 31, 0.1);
  border-radius: 999px;
  background: rgba(23, 25, 31, 0.045);
}

.stage-toggle button {
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5d6068;
  font-weight: 950;
}

.stage-toggle button.active {
  background: #17191f;
  color: white;
  box-shadow: 0 10px 22px rgba(23, 25, 31, 0.18);
}

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

.gain-card {
  background:
    linear-gradient(145deg, rgba(23, 25, 31, 0.94), rgba(50, 51, 57, 0.96)),
    #17191f;
  color: white;
}

.gain-card span,
.gain-card small {
  color: rgba(255, 255, 255, 0.66);
}

.gain-card strong {
  color: white;
}

.dyno-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 31, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(23, 25, 31, 0.92), rgba(33, 35, 42, 0.96)),
    #17191f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.dyno-grid {
  position: absolute;
  inset: 20px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  pointer-events: none;
}

.dyno-grid span {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.dyno-line {
  position: absolute;
  left: 42px;
  bottom: var(--dyno-bottom, 34%);
  width: var(--dyno-width, 64%);
  height: 4px;
  border-radius: 999px;
  transform: rotate(-9deg);
  transform-origin: left center;
  transition:
    width 420ms ease,
    bottom 420ms ease;
}

.dyno-line::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.dyno-line-original {
  background: rgba(255, 255, 255, 0.38);
}

.dyno-line-original::after {
  background: #d4d8df;
}

.dyno-line-tuned {
  background: linear-gradient(90deg, var(--red), #ff6b77);
  box-shadow: 0 0 26px rgba(225, 24, 43, 0.36);
}

.dyno-line-tuned::after {
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(225, 24, 43, 0.14);
}

.dyno-legend {
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
}

.dyno-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dyno-legend b {
  width: 22px;
  height: 4px;
  border-radius: 999px;
}

.legend-original {
  background: rgba(255, 255, 255, 0.38);
}

.legend-tuned {
  background: var(--red);
}

.gain-bars-advanced {
  padding: 18px;
  border: 1px solid rgba(23, 25, 31, 0.1);
  border-radius: 18px;
  background: white;
}

.guide-notes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.guide-notes div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.note-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(225, 24, 43, 0.16), rgba(225, 24, 43, 0.04)),
    white;
  border: 1px solid rgba(225, 24, 43, 0.2);
  position: relative;
}

.note-icon::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 3px solid var(--red);
  border-top-color: transparent;
  border-radius: 50%;
}

.note-icon::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-top: 3px solid var(--red);
  border-right: 3px solid var(--red);
  transform: rotate(45deg);
}

.guide-notes p {
  margin: 0;
}

.service-card,
.pricing-plan,
.standalone-card,
.addons-card,
.conditions-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-card:hover,
.pricing-plan:not(.featured):hover,
.standalone-card:hover,
.addons-card:hover,
.conditions-card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 24, 43, 0.24);
  box-shadow: 0 28px 70px rgba(31, 28, 25, 0.14);
}

.dealer-map-shell {
  display: grid;
  grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
  gap: 22px;
  min-height: 650px;
}

.nms-panel {
  display: flex;
  flex-direction: column;
  height: 620px;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 31, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 246, 241, 0.94)),
    #f8f6f1;
  box-shadow: 0 22px 58px rgba(31, 28, 25, 0.11);
}

.nms-header {
  display: grid;
  gap: 14px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(23, 25, 31, 0.1);
}

.nms-title-lg {
  margin: 0;
  color: #17191f;
  font-size: 1.42rem;
  line-height: 1.1;
}

.nms-subtle {
  margin: 5px 0 0;
  color: #5d6068;
  font-size: 0.92rem;
  line-height: 1.45;
}

.nms-btn {
  min-height: 42px;
  border: 1px solid rgba(23, 25, 31, 0.14);
  border-radius: 14px;
  background: white;
  color: #272a31;
  padding: 0 14px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.nms-btn:hover,
.nms-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(225, 24, 43, 0.28);
  box-shadow: 0 12px 28px rgba(31, 28, 25, 0.11);
}

.nms-btn--primary {
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.nms-btn--ghost {
  min-height: 30px;
  padding: 0 8px;
  border-color: transparent;
  background: transparent;
  color: #6a6d75;
  box-shadow: none;
}

.nms-search {
  display: grid;
  gap: 10px;
  padding: 18px 22px 12px;
}

.nms-search__field {
  position: relative;
}

.nms-search__field input {
  width: 100%;
  height: 50px;
  padding: 14px 70px 14px 44px;
  border: 1px solid rgba(23, 25, 31, 0.14);
  border-radius: 16px;
  background: white;
  color: #17191f;
}

.nms-search__field input:focus {
  border-color: rgba(225, 24, 43, 0.48);
  box-shadow: 0 0 0 4px rgba(225, 24, 43, 0.12);
}

.nms-search__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #6a6d75;
  border-radius: 50%;
  transform: translateY(-50%);
}

.nms-search__icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: #6a6d75;
  transform: rotate(45deg);
}

.nms-search__clear {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 34px;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 11px;
  font-size: 0.78rem;
  transform: translateY(-50%) !important;
}

.nms-geo-btn {
  width: 100%;
}

.nms-map-status {
  min-height: 38px;
  margin: 0;
  padding: 0 22px 12px;
  color: #5d6068;
  font-size: 0.88rem;
  line-height: 1.4;
}

.nms-list {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.nms-list--edge {
  border-top: 1px solid rgba(23, 25, 31, 0.1);
}

.nms-item {
  display: grid;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(23, 25, 31, 0.08);
  background: rgba(255, 255, 255, 0.42);
  transition:
    background 150ms ease,
    box-shadow 150ms ease;
}

.nms-item:hover,
.nms-item.active {
  background: white;
  box-shadow: inset 4px 0 0 var(--red);
}

.nms-item--premium {
  background:
    linear-gradient(90deg, rgba(244, 182, 63, 0.06), rgba(255, 255, 255, 0.42) 34%),
    rgba(255, 255, 255, 0.48);
}

.nms-item__button {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.nms-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #17191f;
  font-weight: 950;
}

.nms-star {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.08);
  color: rgba(17, 19, 24, 0.64);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nms-meta {
  color: #666a73;
  font-size: 0.86rem;
  line-height: 1.35;
}

.nms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nms-actions a {
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.nms-actions a:hover {
  text-decoration: underline;
}

.nms-empty {
  padding: 20px 22px;
  color: #5d6068;
}

.nms-map-card {
  position: relative;
  height: 620px;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 31, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, rgba(23, 25, 31, 0.92), rgba(43, 45, 52, 0.92)),
    #17191f;
  box-shadow: 0 22px 58px rgba(31, 28, 25, 0.14);
}

.map-premium-badge {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 18px;
  display: grid;
  gap: 2px;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(17, 18, 22, 0.76);
  color: white;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.map-premium-badge span {
  color: #ffb4bc;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-premium-badge strong {
  font-size: 1.05rem;
}

.nms-map {
  width: 100%;
  height: 100%;
  min-height: 620px;
}

.nms-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.nms-iw {
  position: relative;
  max-width: 320px;
  margin: 0;
  padding: 16px 18px 16px;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(11, 13, 18, 0.18) !important;
}

.gm-style .gm-style-iw-chr {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.gm-style .gm-style-iw-ch {
  display: none !important;
  padding: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gm-style .gm-style-iw-tc {
  filter: drop-shadow(0 7px 10px rgba(11, 13, 18, 0.14));
}

.gm-style .gm-ui-hover-effect {
  display: none !important;
}

.nms-iw-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.nms-iw-close::before,
.nms-iw-close::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.58);
  transition: background 160ms ease;
}

.nms-iw-close::before {
  transform: rotate(45deg);
}

.nms-iw-close::after {
  transform: rotate(-45deg);
}

.nms-iw-close:hover::before,
.nms-iw-close:hover::after,
.nms-iw-close:focus-visible::before,
.nms-iw-close:focus-visible::after {
  background: var(--red-dark);
}

.nms-iw h3 {
  margin: 0 28px 6px 0;
  color: #17191f;
  font-size: 1.05rem;
}

.nms-iw p {
  margin: 3px 0;
  color: #4f5158;
  font-size: 0.9rem;
}

.nms-iw a {
  color: var(--red-dark);
  font-weight: 850;
  text-decoration: none;
}

.nms-map--fallback {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 27%, rgba(255, 255, 255, 0.08) 27% 28%, transparent 28% 100%),
    radial-gradient(circle at 58% 38%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 42% 52%, rgba(255, 255, 255, 0.06), transparent 30%),
    #202229;
}

.fallback-map-label {
  position: absolute;
  left: 32px;
  top: 28px;
  width: min(440px, 70%);
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 950;
  line-height: 0.9;
}

.fallback-pin {
  position: absolute;
  width: 32px;
  height: 40px;
  border: 0;
  background: transparent;
  --fallback-pin-color: var(--red);
  --fallback-pin-dark: #a31420;
  --fallback-pin-light: #ef2b39;
  transform: translate(-50%, -92%);
  pointer-events: auto;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.fallback-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--fallback-pin-color);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}

.fallback-pin::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50% 50% 50% 7px;
  background: linear-gradient(145deg, var(--fallback-pin-light), var(--fallback-pin-color) 62%, var(--fallback-pin-dark));
  box-shadow: 0 6px 14px rgba(11, 13, 18, 0.16);
  transform: rotate(-45deg);
}

.fallback-pin--premium {
  --fallback-pin-color: #c79a38;
  --fallback-pin-dark: #9c771f;
  --fallback-pin-light: #d9aa46;
}

.fallback-pin span {
  position: absolute;
  left: 20px;
  top: -8px;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(23, 25, 31, 0.82);
  color: white;
  font-size: 0.72rem;
  font-weight: 850;
  opacity: 0;
  transform: translateX(-5px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.fallback-pin:hover span,
.fallback-pin:focus-visible span,
.fallback-pin.active span {
  opacity: 1;
  transform: translateX(0);
}

.fallback-pin:hover,
.fallback-pin:focus-visible,
.fallback-pin.active {
  transform: translate(-50%, -92%) scale(1.08);
  z-index: 5;
}

.premium-faq {
  background:
    linear-gradient(135deg, #111217, #1a1c22),
    #111217;
  color: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: start;
}

.faq-intro h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.05;
}

.faq-intro p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
}

.faq-meter {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.faq-meter span {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.faq-meter span::before {
  content: "";
  display: block;
  height: 100%;
  width: 78%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), #ff6b77);
  animation: meterFlow 3.8s ease-in-out infinite;
}

.faq-meter span:nth-child(2)::before {
  width: 92%;
  animation-delay: 260ms;
}

.faq-meter span:nth-child(3)::before {
  width: 64%;
  animation-delay: 520ms;
}

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

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #17191f;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 0 22px;
  color: white;
  font-size: 1.1rem;
  font-weight: 950;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(225deg);
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(255, 255, 255, 0.66);
}

.custom-select {
  position: relative;
}

.custom-select select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-select__button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
  border: 1px solid rgba(20, 22, 27, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: #17191f;
  font-weight: 850;
  text-align: left;
}

.custom-select__button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.custom-select.is-open .custom-select__button::after {
  transform: translateY(3px) rotate(225deg);
}

.custom-select__list {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  display: grid;
  max-height: 250px;
  margin: 0;
  padding: 8px;
  overflow: auto;
  list-style: none;
  border: 1px solid rgba(20, 22, 27, 0.14);
  border-radius: var(--radius);
  background: #fff;
  color: #17191f;
  box-shadow: 0 20px 48px rgba(31, 28, 25, 0.18);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.custom-select.is-open .custom-select__list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.custom-select__list button {
  width: 100%;
  min-height: 40px;
  padding: 0 11px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: inherit;
  text-align: left;
  font-weight: 850;
}

.custom-select__list button:hover,
.custom-select__list button:focus-visible,
.custom-select__list button.is-selected {
  background: rgba(225, 24, 43, 0.1);
  color: var(--red-dark);
}

/* Premium interaction pass */
.hero::before {
  content: "";
  position: absolute;
  inset: auto -8vw 0 auto;
  z-index: 2;
  width: min(54vw, 760px);
  height: 42vh;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(225, 24, 43, 0.22) 42% 43%, transparent 43% 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 52%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero-content,
.hero-strip {
  z-index: 3;
}

.dark-section,
.pricing-section,
.premium-faq,
.contact-section,
.dealer-cta {
  position: relative;
  overflow: hidden;
}

.dark-section::after,
.pricing-section::after,
.premium-faq::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(225, 24, 43, 0.08) 58% 59%, transparent 59% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 76px);
  opacity: 0.58;
}

.dark-section .container,
.pricing-section .container,
.premium-faq .container,
.contact-section .container,
.dealer-cta .container {
  position: relative;
  z-index: 1;
}

.service-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035) 54%, rgba(225, 24, 43, 0.07)),
    #181a20;
  color: white;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--red));
}

.dark-section {
  background:
    linear-gradient(180deg, rgba(13, 14, 17, 0.94), rgba(19, 20, 25, 0.96)),
    url("assets/audi-rs5.jpg") center / cover;
  color: white;
}

.dark-section .section-head p,
.service-card p,
.service-card li {
  color: rgba(255, 255, 255, 0.7);
}

.service-card h3 {
  color: white;
}

.service-image svg {
  width: 48px;
  height: 48px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--red);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.guide-section {
  background:
    linear-gradient(180deg, rgba(12, 13, 16, 0.94), rgba(18, 19, 24, 0.92)),
    linear-gradient(115deg, rgba(225, 24, 43, 0.2), transparent 44%),
    url("assets/bench-tool.jpg") center / cover;
  color: white;
}

.guide-section .section-head {
  max-width: 860px;
}

.guide-section .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.guide-embed-card {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(10, 11, 14, 0.76);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.guide-embed-card::before {
  content: "";
  display: block;
  height: 8px;
  margin: 0 0 12px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--red) 0 19%, rgba(255, 255, 255, 0.18) 19% 100%),
    rgba(255, 255, 255, 0.1);
}

.tuning-guide-frame {
  min-height: 430px;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.dealer-section {
  background:
    linear-gradient(180deg, rgba(239, 237, 233, 0.96), rgba(225, 222, 215, 0.98)),
    url("assets/audi-rs5.jpg") center / cover;
}

.dealer-map-shell {
  grid-template-columns: minmax(430px, 475px) minmax(0, 1fr);
  gap: 18px;
  min-height: 660px;
}

.nms-panel,
.nms-map-card {
  height: 660px;
  min-height: 660px;
}

.nms-panel {
  width: 100%;
}

.nms-list {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.nms-list::-webkit-scrollbar {
  width: 10px;
}

.nms-list::-webkit-scrollbar-track {
  background: rgba(23, 25, 31, 0.06);
}

.nms-list::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(225, 24, 43, 0.62);
}

.nms-map {
  min-height: 660px;
}

.premium-faq {
  background:
    linear-gradient(180deg, rgba(14, 15, 19, 0.92), rgba(18, 19, 24, 0.96)),
    url("assets/hero-ferrari.jpg") center / cover;
}

.dealer-cta {
  padding: 84px 0 110px;
  background:
    linear-gradient(180deg, #101115, #15161b);
}

.dealer-cta-card {
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 243, 237, 0.96) 58%, rgba(255, 231, 234, 0.98) 100%),
    #f5f1eb;
  color: #17191f;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

@keyframes heroProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1040px) {
  .vehicle-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-panel-advanced,
  .dealer-map-shell {
    grid-template-columns: 1fr;
  }

  .service-lab,
  .contact-grid,
  .pricing-details {
    grid-template-columns: 1fr;
  }

  .service-tile--featured {
    min-height: 460px;
  }

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

  .hero-slide span {
    right: 20px;
    bottom: 220px;
  }

  .guide-controls-advanced {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 25, 31, 0.12);
  }

  .nms-panel,
  .nms-map-card,
  .nms-map {
    min-height: 560px;
  }

  .nms-panel,
  .nms-map-card {
    height: 560px;
  }
}

@media (max-width: 700px) {
  .vehicle-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-slider-controls {
    width: auto;
  }

  .hero-arrow {
    width: 42px;
    height: 42px;
  }

  .hero-slide span {
    right: 14px;
    bottom: 270px;
    max-width: 320px;
    text-align: right;
    font-size: 3.1rem;
  }

  .tuning-guide-frame {
    min-height: 610px;
  }

  .vehicle-tab {
    min-height: 58px;
    border-radius: 15px;
  }

  .guide-result-top,
  .guide-notes {
    align-items: stretch;
    flex-direction: column;
  }

  .stage-toggle {
    width: 100%;
  }

  .stage-toggle button {
    flex: 1;
    padding: 0 8px;
  }

  .power-grid-advanced {
    grid-template-columns: 1fr;
  }

  .dyno-card {
    min-height: 190px;
  }

  .nms-header,
  .nms-search,
  .nms-map-status,
  .nms-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nms-map-card,
  .nms-map {
    min-height: 430px;
  }

  .nms-panel,
  .nms-map-card {
    height: 460px;
  }

  .service-lab,
  .service-stack,
  .pricing-showcase,
  .guarantee-grid {
    grid-template-columns: 1fr;
  }

  .service-tile,
  .service-tile--featured {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-tile--featured .service-tile-content {
    position: relative;
  }

  .service-tile-media img {
    min-height: 190px;
  }

  .pricing-plan.featured {
    transform: none;
  }

  .contact-copy,
  .booking-form,
  .dealer-cta-card {
    padding: 22px;
  }
}

/* Final light GT theme lock */
body {
  background:
    radial-gradient(circle at 15% 6%, rgba(225, 24, 43, 0.08), transparent 30%),
    linear-gradient(180deg, #f8f4ed 0%, #ece7de 55%, #f8f4ed 100%) !important;
  color: var(--gt-ink);
}

.hero h1,
.hero .hero-lead,
.hero .eyebrow {
  color: white;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.42);
}

.hero h1 {
  color: #fffaf4 !important;
}

.hero-strip strong {
  color: var(--gt-ink) !important;
}

.hero-strip span:not(.stat-icon) {
  color: var(--gt-muted) !important;
}

.guide-section,
.dark-section,
.visual-section,
.pricing-section,
.dealer-section,
.guarantees,
.premium-faq,
.contact-section {
  background:
    linear-gradient(90deg, rgba(225, 24, 43, 0.035) 0 1px, transparent 1px 100%) 0 0 / 96px 96px,
    linear-gradient(180deg, #f8f4ed 0%, #eee8df 100%) !important;
  color: var(--gt-ink) !important;
}

.guide-section::before,
.guide-section::after,
.dark-section::before,
.dark-section::after,
.visual-section::before,
.visual-section::after,
.pricing-section::before,
.pricing-section::after,
.premium-faq::before,
.premium-faq::after,
.contact-section::before,
.contact-section::after {
  opacity: 0.1 !important;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(225, 24, 43, 0.08) 58% 59%, transparent 59% 100%) !important;
}

.guide-section .section-head h2,
.dark-section .section-head h2,
.visual-section .split-copy h2,
.pricing-section .section-head h2,
.dealer-section .section-head h2,
.guarantees h2,
.premium-faq h2,
.contact-section h2 {
  color: var(--gt-ink) !important;
}

.guide-section .section-head p,
.dark-section .section-head p,
.visual-section .split-copy p,
.pricing-section .section-head p,
.dealer-section .section-head p,
.guarantees .split-copy p,
.premium-faq .faq-intro p,
.contact-section .contact-copy p {
  color: var(--gt-muted) !important;
}

.guide-embed-card {
  background:
    linear-gradient(135deg, rgba(20, 22, 27, 0.92), rgba(33, 34, 39, 0.86)),
    #17191f !important;
}

.service-tile,
.pricing-plan,
.pricing-table-card,
.standalone-card,
.addons-card,
.timeline div,
.guarantee-grid div,
.conditions-card,
.contact-copy,
.booking-form,
.contact-cards a,
.contact-cards div,
.dealer-cta-card,
.faq-list details {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 239, 0.78)),
    #fffaf4 !important;
  border-color: rgba(21, 22, 26, 0.1) !important;
  color: var(--gt-ink) !important;
  box-shadow: var(--gt-shadow) !important;
}

.service-tile h3,
.pricing-plan h3,
.pricing-plan .plan-list strong,
.pricing-table-card h3,
.pricing-table-card .package-table td:first-child span,
.pricing-table-card .package-table th,
.standalone-card h3,
.addons-card h3,
.timeline h3,
.guarantee-grid strong,
.conditions-card h3,
.booking-form h3,
.contact-cards strong,
.dealer-cta-card h2 {
  color: var(--gt-ink) !important;
}

.service-tile p,
.pricing-plan p,
.pricing-plan .plan-list span,
.pricing-table-card .table-heading p,
.pricing-table-card .package-table td:first-child small,
.standalone-list p,
.addon-table p,
.timeline p,
.guarantee-grid span,
.conditions-card li,
.contact-cards span,
.dealer-cta-card p {
  color: var(--gt-muted) !important;
}

.hero-strip .stat-icon,
.plan-icon,
.service-orb,
.guarantee-grid svg,
.contact-cards svg,
.timeline svg,
.intro-proof svg {
  display: inline-grid;
  place-items: center;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--gt-red) !important;
  box-shadow: none !important;
}

.hero-strip .stat-icon svg,
.plan-icon svg,
.service-orb svg,
.guarantee-grid svg,
.contact-cards svg,
.timeline svg,
.intro-proof svg {
  width: 34px !important;
  height: 34px !important;
}

.service-tile-media::after {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.08), rgba(255, 250, 244, 0.9)),
    linear-gradient(135deg, rgba(225, 24, 43, 0.15), transparent 48%) !important;
}

.service-tile--featured .service-tile-media::after {
  background:
    linear-gradient(180deg, transparent 24%, rgba(18, 19, 23, 0.08) 48%, rgba(255, 250, 244, 0.94) 88%),
    linear-gradient(135deg, rgba(225, 24, 43, 0.18), transparent 48%) !important;
}

.pricing-plan.featured {
  transform: translateY(-12px);
  border-color: rgba(225, 24, 43, 0.32) !important;
  box-shadow: 0 36px 90px rgba(225, 24, 43, 0.13), var(--gt-shadow) !important;
}

.nms-panel {
  background: rgba(255, 250, 244, 0.95) !important;
}

.dealer-cta {
  background:
    linear-gradient(180deg, #f8f4ed 0%, #15161a 100%) !important;
}

@media (max-width: 700px) {
  .hero h1 {
    color: #fffaf4 !important;
  }

  .pricing-plan.featured {
    transform: none;
  }
}

/* ThemeForest-inspired GT rebuild: structure, motion and custom modules */
:root {
  --gt-ink: #141419;
  --gt-muted: #686a72;
  --gt-soft: #f4f1eb;
  --gt-card: rgba(255, 255, 255, 0.88);
  --gt-card-solid: #fffaf3;
  --gt-red: #e1182b;
  --gt-red-dark: #a70f1f;
  --gt-line: rgba(20, 20, 25, 0.13);
  --gt-shadow: 0 28px 70px rgba(24, 23, 20, 0.13);
  --gt-hard-shadow: 0 38px 100px rgba(24, 23, 20, 0.2);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gt-red), #ff6674, #111318);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

body {
  background:
    radial-gradient(circle at 12% 4%, rgba(225, 24, 43, 0.1), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(30, 31, 38, 0.08), transparent 28%),
    linear-gradient(180deg, #fbf7ef 0%, #f0ebe2 44%, #fffaf3 100%) !important;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.16);
}

.btn,
.header-cta,
.nms-btn,
.hero-arrow {
  transform: translate(var(--magnet-x, 0), var(--magnet-y, 0));
}

[data-tilt-card] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
}

[data-tilt-card]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, 0.34), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

[data-tilt-card]:hover::after {
  opacity: 1;
}

.hero {
  min-height: 94vh;
  padding: 142px 0 170px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 170px;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(225, 24, 43, 0.5) 42% 43%, transparent 43% 100%),
    linear-gradient(180deg, transparent, #fbf7ef 72%);
  pointer-events: none;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 13, 16, 0.84) 0%, rgba(12, 13, 16, 0.48) 42%, rgba(12, 13, 16, 0.08) 100%),
    radial-gradient(circle at 76% 36%, rgba(225, 24, 43, 0.2), transparent 32%),
    linear-gradient(0deg, rgba(10, 11, 14, 0.78) 0%, transparent 52%) !important;
}

.hero-content {
  z-index: 4;
  margin-left: max(20px, calc((100vw - var(--max)) / 2));
  margin-right: auto;
  width: min(640px, calc(100% - 40px));
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(3rem, 4.8vw, 5.25rem);
  letter-spacing: -0.02em;
}

.hero-slide span {
  right: clamp(18px, 4vw, 58px);
  bottom: clamp(148px, 17vh, 205px);
  max-width: min(820px, 60vw);
  color: rgba(255, 255, 255, 0.16) !important;
  font-size: clamp(2.15rem, 5.2vw, 5.4rem) !important;
  text-align: right;
}

.hero-lead {
  max-width: 560px;
}

.hero-slider-controls {
  position: relative;
  grid-template-columns: 42px 42px;
  gap: 10px;
  width: auto;
  margin-top: 22px;
  opacity: 0.76;
}

.hero-progress {
  display: none;
}

.hero-arrow {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(12, 13, 16, 0.18) !important;
  box-shadow: none;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  opacity: 1;
}

.hero-telemetry {
  --float-x: 0px;
  --float-y: 0px;
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  top: 50%;
  z-index: 5;
  width: min(360px, 28vw);
  min-height: 420px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05)),
    rgba(10, 11, 15, 0.64);
  color: white;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
  translate: var(--float-x) calc(-48% + var(--float-y));
  animation: telemetryFloat 5.8s ease-in-out infinite;
  overflow: hidden;
}

.hero-telemetry::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(180deg, rgba(225, 24, 43, 0.42), transparent 28%);
  opacity: 0.48;
}

.hero-telemetry > * {
  position: relative;
  z-index: 1;
}

.telemetry-top,
.telemetry-grid {
  display: grid;
  gap: 4px;
}

.telemetry-top span,
.telemetry-grid small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.telemetry-top strong {
  font-size: 1.28rem;
}

.telemetry-gauge {
  position: relative;
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  margin: 30px auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(10, 11, 15, 0.9) 0 56%, transparent 57%),
    conic-gradient(from -70deg, var(--gt-red) 0deg 244deg, rgba(255, 255, 255, 0.15) 244deg 360deg);
  box-shadow: 0 0 42px rgba(225, 24, 43, 0.22);
}

.telemetry-gauge span {
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  animation: ringSpin 12s linear infinite;
}

.telemetry-gauge b {
  font-size: 2.55rem;
  line-height: 1;
}

.telemetry-gauge small {
  position: absolute;
  bottom: 44px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.telemetry-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.telemetry-grid div {
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.telemetry-grid strong {
  display: block;
  margin-top: 3px;
  font-size: 0.82rem;
}

.telemetry-wave {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: end;
  gap: 7px;
  height: 36px;
}

.telemetry-wave span {
  flex: 1;
  height: 12px;
  background: linear-gradient(180deg, rgba(225, 24, 43, 0.9), rgba(255, 255, 255, 0.16));
  animation: wavePulse 1.8s ease-in-out infinite;
}

.telemetry-wave span:nth-child(2) {
  animation-delay: 0.24s;
}

.telemetry-wave span:nth-child(3) {
  animation-delay: 0.48s;
}

.hero-strip {
  z-index: 5;
  bottom: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(20, 20, 25, 0.1);
  background: rgba(255, 250, 243, 0.9) !important;
  box-shadow: var(--gt-hard-shadow);
  backdrop-filter: blur(22px);
}

.hero-strip div {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 20px 22px;
  border-right: 1px solid rgba(20, 20, 25, 0.08);
}

.hero-strip div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 3px;
  background: linear-gradient(90deg, var(--gt-red), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.hero-strip div:hover::after {
  transform: scaleX(1);
}

.hero-strip .stat-icon,
.service-orb,
.plan-icon,
.intro-proof svg,
.contact-cards svg,
.timeline svg,
.race-step svg,
.guarantee-grid svg {
  width: 38px !important;
  height: 38px !important;
  color: var(--gt-red) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hero-strip .stat-icon svg,
.service-orb svg,
.plan-icon svg,
.intro-proof svg,
.contact-cards svg,
.timeline svg,
.race-step svg,
.guarantee-grid svg {
  width: 34px !important;
  height: 34px !important;
  stroke-width: 1.75;
}

.intro-band {
  position: relative;
  padding: 72px 0;
  background:
    linear-gradient(120deg, rgba(225, 24, 43, 0.08) 0 18%, transparent 18% 100%),
    #fffaf3;
}

.intro-band::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: min(42vw, 520px);
  height: 100%;
  background: linear-gradient(135deg, transparent 0 30%, rgba(20, 20, 25, 0.05) 30% 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.intro-grid {
  position: relative;
  z-index: 1;
}

.intro-proof {
  gap: 18px;
}

.intro-proof article {
  position: relative;
  padding: 0 0 0 14px;
  border-left: 2px solid rgba(225, 24, 43, 0.42);
  background: transparent !important;
  box-shadow: none !important;
}

.intro-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--gt-line);
  background: var(--gt-line);
  box-shadow: var(--gt-shadow);
}

.intro-dashboard div {
  position: relative;
  z-index: 1;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.82)),
    #fffaf3;
}

.intro-dashboard small {
  color: var(--gt-red);
  font-weight: 950;
  letter-spacing: 0.14em;
}

.intro-dashboard strong,
.intro-dashboard span {
  display: block;
}

.intro-dashboard strong {
  margin-top: 6px;
  color: var(--gt-ink);
  font-size: 1rem;
}

.intro-dashboard span {
  margin-top: 4px;
  color: var(--gt-muted);
  font-size: 0.9rem;
}

.guide-section,
.dark-section,
.visual-section,
.pricing-section,
.dealer-section,
.guarantees,
.premium-faq,
.contact-section {
  position: relative;
  background:
    radial-gradient(circle at 15% 8%, rgba(225, 24, 43, 0.09), transparent 26%),
    linear-gradient(180deg, #fbf7ef 0%, #f0ebe2 100%) !important;
}

.guide-section::before,
.dark-section::before,
.visual-section::before,
.pricing-section::before,
.dealer-section::before,
.guarantees::before,
.premium-faq::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 28px auto auto 0;
  width: min(28vw, 360px);
  height: 120px;
  background: linear-gradient(135deg, rgba(225, 24, 43, 0.18), transparent);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  pointer-events: none;
}

.guide-embed-card {
  position: relative;
  border: 1px solid rgba(20, 20, 25, 0.1);
  background: rgba(255, 250, 243, 0.72) !important;
  box-shadow: var(--gt-hard-shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.guide-embed-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(225, 24, 43, 0.09), transparent 42%),
    linear-gradient(90deg, rgba(20, 20, 25, 0.04) 1px, transparent 1px) 0 0 / 72px 72px;
  pointer-events: none;
}

.tuning-guide-frame {
  position: relative;
  z-index: 1;
}

.service-console {
  position: relative;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--gt-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.72)),
    #fffaf3;
  box-shadow: var(--gt-shadow);
}

.service-console::before,
.price-cockpit::before,
.dealer-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 54%, rgba(225, 24, 43, 0.1) 54% 58%, transparent 58% 100%),
    radial-gradient(circle at 12% 20%, rgba(225, 24, 43, 0.13), transparent 26%);
}

.service-console > *,
.price-cockpit > *,
.dealer-cta-card > * {
  position: relative;
  z-index: 1;
}

.service-dial,
.price-orbit,
.warranty-ring,
.contact-radar {
  position: relative;
  display: grid;
  place-items: center;
}

.service-dial {
  width: 112px;
  height: 112px;
}

.service-dial span,
.price-orbit span,
.warranty-ring span,
.contact-radar span {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(225, 24, 43, 0.22);
  border-top-color: var(--gt-red);
  border-radius: 50%;
}

.service-dial::before,
.price-orbit::before,
.warranty-ring::before,
.contact-radar::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 24, 43, 0.16), transparent 66%);
}

.service-dial strong,
.service-dial small {
  position: relative;
  display: block;
  line-height: 1;
}

.service-dial strong {
  color: var(--gt-ink);
  font-size: 1.35rem;
}

.service-dial small {
  margin-top: 5px;
  color: var(--gt-red);
  font-weight: 950;
}

.service-console h3,
.price-cockpit h3 {
  margin: 0;
  color: var(--gt-ink);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1;
}

.service-console p,
.price-cockpit p {
  margin: 8px 0 0;
  color: var(--gt-muted);
}

.service-switches {
  display: grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  gap: 8px;
}

.service-switches span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 20, 25, 0.12);
  color: var(--gt-ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.52);
}

.service-lab {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 22px;
}

.service-tile {
  position: relative;
  border: 1px solid rgba(20, 20, 25, 0.1) !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.76)),
    #fffaf3 !important;
  box-shadow: var(--gt-shadow) !important;
  overflow: hidden;
}

.service-tile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--gt-red), transparent);
}

.service-tile:hover {
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px);
}

.service-tile--featured {
  min-height: 540px;
}

.service-tile-content {
  z-index: 2;
  padding: 22px 24px;
}

.service-tile--featured .service-tile-content {
  padding: 30px;
  background: linear-gradient(180deg, transparent, rgba(255, 250, 243, 0.94) 22%, rgba(255, 250, 243, 0.98));
}

.service-tile h3,
.service-tile p,
.service-tags span {
  color: var(--gt-ink) !important;
}

.service-tile p {
  color: var(--gt-muted) !important;
}

.service-number {
  color: var(--gt-red) !important;
}

.service-tags span {
  border-color: rgba(20, 20, 25, 0.12) !important;
  background: rgba(255, 255, 255, 0.55) !important;
}

.service-tile-media::after {
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.08), rgba(255, 250, 243, 0.92)),
    linear-gradient(135deg, rgba(225, 24, 43, 0.18), transparent 54%) !important;
}

.service-tile--featured .service-tile-media::after {
  background:
    linear-gradient(180deg, transparent 18%, rgba(255, 250, 243, 0.98) 84%),
    linear-gradient(135deg, rgba(225, 24, 43, 0.22), transparent 52%) !important;
}

.image-stack {
  position: relative;
}

.image-stack::before {
  content: "NMS";
  position: absolute;
  left: -18px;
  bottom: 34px;
  z-index: 4;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.race-process {
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding-left: 24px;
}

.race-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  overflow: hidden;
  background: rgba(20, 20, 25, 0.1);
}

.race-line span {
  position: absolute;
  left: -4px;
  top: 0;
  width: 11px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--gt-red), transparent);
}

.race-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--gt-line);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.7)),
    #fffaf3;
  box-shadow: 0 18px 44px rgba(24, 23, 20, 0.08);
}

.race-step:nth-child(odd) {
  margin-left: 22px;
}

.race-step span {
  color: var(--gt-red);
  font-weight: 950;
  letter-spacing: 0.14em;
}

.race-step h3,
.race-step p {
  grid-column: 3;
}

.race-step h3 {
  margin: 0;
  color: var(--gt-ink);
}

.race-step p {
  margin: 2px 0 0;
  color: var(--gt-muted);
}

.price-cockpit {
  position: relative;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) minmax(250px, 0.6fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 26px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--gt-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.76)),
    #fffaf3;
  box-shadow: var(--gt-shadow);
}

.price-orbit {
  width: 98px;
  height: 98px;
}

.price-orbit i,
.price-orbit b {
  position: absolute;
  border-radius: 50%;
  background: var(--gt-red);
}

.price-orbit i {
  width: 14px;
  height: 14px;
  right: 8px;
  top: 18px;
  box-shadow: -34px 52px 0 rgba(225, 24, 43, 0.42);
}

.price-orbit b {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gt-red), #191a20);
}

.pricing-showcase {
  gap: 18px;
}

.pricing-plan,
.pricing-table-card,
.standalone-card,
.addons-card {
  position: relative;
  border-radius: 0 !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.76)),
    #fffaf3 !important;
  border-color: rgba(20, 20, 25, 0.1) !important;
  box-shadow: var(--gt-shadow) !important;
  overflow: hidden;
}

.pricing-plan {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.pricing-plan.featured {
  background:
    linear-gradient(145deg, rgba(32, 33, 39, 0.98), rgba(18, 19, 24, 0.94)),
    #15161a !important;
  color: white !important;
  box-shadow: 0 36px 92px rgba(225, 24, 43, 0.2), var(--gt-shadow) !important;
}

.pricing-plan.featured h3,
.pricing-plan.featured .plan-list strong,
.pricing-plan.featured .package-label {
  color: white !important;
}

.pricing-plan.featured p,
.pricing-plan.featured .plan-list span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.pricing-plan::before,
.pricing-table-card::before,
.standalone-card::before,
.addons-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gt-red), transparent);
}

.package-table tr:hover td,
.addon-table div:hover,
.standalone-list div:hover {
  background: rgba(225, 24, 43, 0.045);
}

.dealer-map-shell {
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  min-height: 680px;
}

.nms-panel {
  border-radius: 0 !important;
  box-shadow: var(--gt-shadow);
}

.nms-map-card {
  min-height: 680px;
  border-radius: 0 !important;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.nms-map {
  min-height: 680px;
}

.map-premium-badge {
  border-radius: 0 !important;
}

.guarantee-grid {
  gap: 18px;
}

.guarantee-grid div {
  position: relative;
  padding: 18px 0 18px 18px !important;
  border: 0 !important;
  border-left: 2px solid rgba(225, 24, 43, 0.42) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.conditions-card {
  position: relative;
  overflow: hidden;
  padding-top: 128px !important;
}

.warranty-ring {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 88px;
  height: 88px;
}

.warranty-ring strong {
  position: relative;
  color: var(--gt-red);
  font-size: 1rem;
  font-weight: 950;
}

.faq-orbit {
  position: relative;
  min-height: 126px;
  margin-top: 28px;
}

.faq-orbit::before {
  content: "";
  position: absolute;
  inset: 8px auto auto 18px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(225, 24, 43, 0.24);
  border-radius: 50%;
  animation: ringSpin 18s linear infinite;
}

.faq-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: var(--gt-ink);
  color: white;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-orbit span:nth-child(1) {
  left: 58px;
  top: 0;
}

.faq-orbit span:nth-child(2) {
  left: 8px;
  top: 68px;
}

.faq-orbit span:nth-child(3) {
  left: 126px;
  top: 76px;
  background: var(--gt-red);
}

.contact-grid {
  align-items: stretch;
}

.contact-copy,
.booking-form,
.dealer-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.76)),
    #fffaf3 !important;
  box-shadow: var(--gt-shadow) !important;
}

.contact-cards {
  grid-template-columns: repeat(2, 1fr);
}

.contact-cards a,
.contact-cards div {
  padding: 16px 0 16px 16px !important;
  border: 0 !important;
  border-left: 2px solid rgba(225, 24, 43, 0.4) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.contact-radar {
  position: absolute;
  right: -36px;
  bottom: -46px;
  width: 180px;
  height: 180px;
  opacity: 0.38;
}

.contact-radar b,
.contact-radar i {
  position: absolute;
  border-radius: 50%;
}

.contact-radar b {
  width: 12px;
  height: 12px;
  background: var(--gt-red);
}

.contact-radar i {
  inset: 38px;
  border: 1px dashed rgba(225, 24, 43, 0.5);
}

.booking-form label {
  position: relative;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.dealer-cta {
  background:
    linear-gradient(180deg, #fffaf3 0%, #191a20 100%) !important;
}

.dealer-cta-card {
  min-height: 250px;
  color: var(--gt-ink) !important;
}

.dealer-stripes {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(38vw, 460px);
  background:
    repeating-linear-gradient(135deg, rgba(225, 24, 43, 0.16) 0 18px, transparent 18px 36px),
    linear-gradient(135deg, rgba(20, 20, 25, 0.08), transparent);
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.site-footer {
  background: #141419 !important;
}

@keyframes telemetryFloat {
  0%,
  100% {
    translate: var(--float-x, 0px) calc(-48% + var(--float-y, 0px));
  }
  50% {
    translate: var(--float-x, 0px) calc(-52% + var(--float-y, 0px));
  }
}

@keyframes ringSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wavePulse {
  0%,
  100% {
    height: 12px;
    opacity: 0.52;
  }
  50% {
    height: 34px;
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .hero-telemetry {
    right: 24px;
    width: 310px;
  }

  .service-console,
  .price-cockpit {
    grid-template-columns: 110px 1fr;
  }

  .service-switches,
  .price-cockpit > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 240px;
  }

  .hero-content {
    width: min(calc(100% - 40px), var(--max));
    margin: 0 auto;
  }

  .hero-telemetry {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 118px;
    width: auto;
    min-height: 0;
    padding: 18px;
    translate: 0;
    animation: none;
    display: grid;
    grid-template-columns: 1fr 124px;
    gap: 14px;
  }

  .telemetry-gauge {
    width: 124px;
    height: 124px;
    grid-row: span 2;
    margin: 0;
  }

  .telemetry-gauge b {
    font-size: 1.65rem;
  }

  .telemetry-gauge small {
    bottom: 26px;
    font-size: 0.56rem;
  }

  .telemetry-grid,
  .telemetry-wave {
    display: none;
  }

  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip div:nth-child(2) {
    border-right: 0;
  }

  .intro-grid,
  .service-lab,
  .pricing-details,
  .dealer-map-shell {
    grid-template-columns: 1fr !important;
  }

  .service-tile,
  .service-tile--featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-tile--featured .service-tile-content {
    position: relative;
  }

  .dealer-map-shell,
  .nms-panel,
  .nms-map-card,
  .nms-map {
    min-height: 520px;
    height: auto;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 880px;
    padding-top: 118px;
    padding-bottom: 320px;
  }

  .hero-telemetry {
    bottom: 178px;
  }

  .hero-strip {
    left: 20px;
    right: 20px;
    width: auto;
    transform: none;
    bottom: 18px;
  }

  .hero-strip div {
    grid-template-columns: 34px 1fr;
    column-gap: 9px;
    padding: 14px 12px;
  }

  .hero-strip .stat-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .hero-strip .stat-icon svg {
    width: 28px !important;
    height: 28px !important;
  }

  .hero-strip strong {
    font-size: 1.25rem !important;
  }

  .hero-strip span:not(.stat-icon) {
    font-size: 0.78rem;
  }

  .intro-dashboard,
  .service-console,
  .price-cockpit,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .service-console,
  .price-cockpit,
  .contact-copy,
  .booking-form,
  .dealer-cta-card {
    padding: 20px !important;
  }

  .race-step {
    grid-template-columns: 36px 44px 1fr;
    padding: 16px;
  }

  .race-step:nth-child(odd) {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-telemetry,
  .telemetry-gauge span,
  .telemetry-wave span,
  .faq-orbit::before {
    animation: none !important;
  }
}

/* Hero control and telemetry refinements */
@property --gauge-fill {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.hero::before {
  height: 0 !important;
  background: transparent !important;
}

.hero-slider-controls {
  position: absolute !important;
  right: max(26px, calc((100vw - var(--max)) / 2)) !important;
  bottom: 118px !important;
  z-index: 7 !important;
  grid-template-columns: 42px minmax(96px, 140px) 42px !important;
  gap: 10px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 11, 15, 0.34);
  backdrop-filter: blur(14px);
  opacity: 0.82;
}

.hero-slider-controls:hover,
.hero-slider-controls:focus-within {
  opacity: 1;
}

.hero-progress {
  display: block !important;
  align-self: center;
  height: 3px !important;
  width: 120px;
  background: rgba(255, 255, 255, 0.2) !important;
}

.hero-arrow {
  width: 42px !important;
  height: 42px !important;
}

.hero-telemetry::after {
  display: none !important;
}

.telemetry-gauge {
  --gauge-fill: 0deg;
  background:
    radial-gradient(circle, rgba(10, 11, 15, 0.9) 0 56%, transparent 57%),
    conic-gradient(from -70deg, var(--gt-red) 0deg var(--gauge-fill), rgba(255, 255, 255, 0.15) var(--gauge-fill) 360deg) !important;
  animation: gaugeCharge 3.8s ease-in-out infinite;
}

.telemetry-wave {
  display: none !important;
}

@keyframes gaugeCharge {
  0%,
  12% {
    --gauge-fill: 0deg;
  }
  64%,
  100% {
    --gauge-fill: 244deg;
  }
}

@media (max-width: 900px) {
  .hero-slider-controls {
    left: 20px !important;
    right: auto !important;
    bottom: 318px !important;
    grid-template-columns: 42px minmax(74px, 100px) 42px !important;
  }

  .hero-progress {
    width: 92px;
  }
}

@media (max-width: 700px) {
  .hero-slider-controls {
    bottom: 380px !important;
  }
}

/* Final hero polish */
.hero {
  min-height: 100vh !important;
}

.hero-slider-controls {
  top: calc(50% + 238px) !important;
  bottom: auto !important;
  right: max(28px, calc((100vw - var(--max)) / 2)) !important;
  width: min(360px, 28vw) !important;
  padding: 12px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.hero-progress {
  width: 100%;
}

.telemetry-gauge {
  --gauge-fill: 54deg;
}

@keyframes gaugeCharge {
  0%,
  12% {
    --gauge-fill: 54deg;
  }
  64%,
  100% {
    --gauge-fill: 244deg;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hero-slider-controls {
    width: 310px !important;
    right: 24px !important;
  }
}

@media (max-width: 900px) {
  .hero-slider-controls {
    top: auto !important;
    left: 20px !important;
    right: auto !important;
    bottom: 318px !important;
    width: min(214px, calc(100% - 40px)) !important;
    padding: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: rgba(10, 11, 15, 0.26) !important;
    backdrop-filter: blur(12px) !important;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 930px !important;
  }

  .hero-slider-controls {
    bottom: 390px !important;
  }
}

/* Header merge, hero buttons, edge carousel and gauge counter pass */
.topline {
  display: none !important;
}

.site-header {
  top: 0 !important;
  grid-template-columns: auto 1fr auto !important;
  grid-template-areas:
    "info info info"
    "brand nav cta" !important;
  row-gap: 9px !important;
  padding: 7px 34px 14px !important;
  background: rgba(13, 14, 17, 0.82) !important;
}

.site-header.is-scrolled {
  top: 0 !important;
  padding: 6px 34px 10px !important;
}

.header-info {
  grid-area: info;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 750;
}

.header-info a,
.header-info span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.header-info svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand {
  grid-area: brand;
}

.main-nav {
  grid-area: nav;
}

.header-cta {
  grid-area: cta;
}

.hero {
  padding-top: 164px !important;
}

.hero-actions {
  gap: 14px !important;
  align-items: stretch;
}

.hero-actions .btn {
  position: relative;
  min-height: 58px;
  min-width: 204px;
  justify-content: flex-start;
  padding: 0 66px 0 24px;
  overflow: hidden;
  border-radius: 999px !important;
  clip-path: none;
  letter-spacing: 0.02em;
  text-transform: none;
  isolation: isolate;
}

.hero-actions .btn::before,
.hero-actions .btn::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-actions .btn::before {
  inset: auto 66px 12px 24px;
  height: 2px;
  background: linear-gradient(90deg, currentColor, transparent);
  opacity: 0.5;
  transform: scaleX(0.44);
  transform-origin: left;
  transition: transform 260ms ease, opacity 260ms ease;
}

.hero-actions .btn::after {
  content: "→";
  right: 28px;
  top: 50%;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  animation: heroButtonArrowNudge 1.8s ease-in-out infinite;
  transition: transform 200ms ease, color 200ms ease;
}

.hero-actions .btn:hover::before,
.hero-actions .btn:focus-visible::before {
  opacity: 0.85;
  transform: scaleX(1);
}

.hero-actions .btn:hover::after,
.hero-actions .btn:focus-visible::after {
  transform: translate(6px, -50%);
}

.hero-actions .btn-primary {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.13), transparent 32%),
    linear-gradient(135deg, #c91628, #87131b),
    var(--gt-red) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 12px 28px rgba(130, 16, 27, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.hero-actions .btn-primary::after {
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions .btn-ghost {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(10, 11, 15, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  backdrop-filter: blur(12px);
}

.hero-actions .btn-ghost:hover::after,
.hero-actions .btn-ghost:focus-visible::after {
  color: white;
}

@keyframes heroButtonArrowNudge {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 4px 0;
  }
}

.hero-slider-controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 7 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
  pointer-events: none;
}

.hero-arrow {
  position: absolute !important;
  top: 50% !important;
  width: 72px !important;
  height: 72px !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.5));
  pointer-events: auto;
  transform: none !important;
  translate: 0 -50% !important;
}

.hero-arrow::before {
  left: 50% !important;
  top: 50% !important;
  width: 20px !important;
  height: 20px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
  transform: translate(-38%, -50%) rotate(45deg) !important;
}

.hero-arrow--next::before {
  left: 50% !important;
  transform: translate(-62%, -50%) rotate(225deg) !important;
}

.hero-arrow:first-child {
  left: clamp(18px, 3vw, 48px) !important;
}

.hero-arrow--next {
  right: clamp(18px, 3vw, 48px) !important;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--gt-red);
  transform: none !important;
}

.hero-progress {
  position: absolute !important;
  left: 50% !important;
  bottom: 154px !important;
  display: block !important;
  width: min(420px, 42vw) !important;
  height: 3px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateX(-50%);
  pointer-events: none;
}

.telemetry-gauge {
  --gauge-fill: 0deg;
  animation: gaugeCharge 5.6s ease-in-out infinite !important;
  box-shadow: none !important;
}

.hero-telemetry::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), transparent 30%) !important;
  opacity: 0.34 !important;
}

.hero-strip {
  bottom: 46px !important;
}

@keyframes gaugeCharge {
  0%,
  8% {
    --gauge-fill: 0deg;
  }
  50% {
    --gauge-fill: 244deg;
  }
  92%,
  100% {
    --gauge-fill: 0deg;
  }
}

@media (max-width: 900px) {
  .site-header {
    display: grid !important;
    grid-template-areas:
      "brand toggle"
      "info info"
      "nav nav" !important;
    grid-template-columns: 1fr auto !important;
    padding: 12px 20px !important;
  }

  .header-info {
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    font-size: 0.72rem;
  }

  .header-info::-webkit-scrollbar {
    display: none;
  }

  .header-info span {
    display: none;
  }

  .nav-toggle {
    grid-area: toggle;
    display: block !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-left: auto;
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
      rgba(12, 13, 16, 0.36) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 12px 30px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(16px);
    transition:
      border-color 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .nav-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    transform-origin: center;
  }

  .nav-toggle span:first-child {
    transform: translate(-50%, -5px) !important;
  }

  .nav-toggle span:last-child {
    transform: translate(-50%, 5px) !important;
  }

  .site-header.nav-open .nav-toggle {
    border-color: rgba(255, 255, 255, 0.32) !important;
    background:
      linear-gradient(135deg, rgba(44, 45, 50, 0.94), rgba(20, 21, 25, 0.94)),
      rgba(12, 13, 16, 0.54) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 16px 34px rgba(0, 0, 0, 0.28);
  }

  .site-header.nav-open .nav-toggle span:first-child {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .site-header.nav-open .nav-toggle span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  .site-header.nav-open .main-nav {
    grid-area: nav;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
    justify-content: stretch !important;
    margin-top: 12px;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 20px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
      rgba(15, 16, 20, 0.9) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 24px 58px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(20px);
  }

  .site-header.nav-open .main-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 850;
  }

  .site-header.nav-open .main-nav a::after {
    content: "→";
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.96rem;
    transition:
      color 160ms ease,
      transform 160ms ease;
  }

  .site-header.nav-open .main-nav a:hover,
  .site-header.nav-open .main-nav a:focus-visible {
    border-color: rgba(255, 255, 255, 0.16) !important;
    background: rgba(190, 18, 32, 0.18);
    color: white;
  }

  .site-header.nav-open .main-nav a:hover::after,
  .site-header.nav-open .main-nav a:focus-visible::after {
    color: white;
    transform: translateX(3px);
  }

  .header-cta {
    display: none !important;
  }

  .hero {
    padding-top: 144px !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-arrow {
    display: none !important;
  }

  .hero-arrow:first-child {
    left: 12px !important;
  }

  .hero-arrow--next {
    right: 12px !important;
  }

  .hero-progress {
    display: none !important;
  }

  .hero-telemetry {
    bottom: 300px !important;
    left: 24px !important;
    right: 24px !important;
    padding: 16px !important;
    grid-template-columns: 1fr 112px !important;
    gap: 12px !important;
  }

  .telemetry-gauge {
    width: 112px !important;
    height: 112px !important;
  }

  .telemetry-gauge b {
    font-size: 1.48rem !important;
  }

  .telemetry-gauge small {
    bottom: 24px !important;
  }

  .hero-strip,
  .hero-strip.reveal,
  .hero-strip.reveal.is-pending,
  .hero-strip.reveal.is-pending.is-visible {
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    bottom: 120px !important;
    transform: none !important;
  }

  .hero-strip div {
    grid-template-columns: 30px 1fr !important;
    column-gap: 8px !important;
    padding: 12px 10px !important;
  }

  .hero-strip strong {
    font-size: 1.16rem !important;
  }

  .hero-strip span:not(.stat-icon) {
    font-size: 0.72rem !important;
  }

  .hero-arrow {
    top: 54% !important;
  }
}

/* Final integrated header pass */
.site-header {
  top: 0 !important;
  display: grid !important;
  grid-template-columns: auto minmax(420px, 1fr) auto !important;
  grid-template-areas:
    "brand info cta"
    "brand nav cta" !important;
  align-items: center !important;
  column-gap: clamp(24px, 3.4vw, 54px) !important;
  row-gap: 7px !important;
  padding: 12px clamp(22px, 3vw, 46px) 13px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(13, 14, 18, 0.86) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(22px) saturate(1.15);
}

.site-header.is-scrolled {
  padding: 9px clamp(22px, 3vw, 46px) 10px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(10, 11, 14, 0.94) !important;
}

.brand {
  grid-area: brand !important;
  align-self: center;
}

.brand img {
  width: clamp(112px, 8vw, 138px) !important;
}

.main-nav {
  grid-area: nav !important;
  justify-content: center !important;
  gap: clamp(5px, 0.8vw, 12px) !important;
  width: max-content;
  max-width: 100%;
  justify-self: center;
  counter-reset: header-nav;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.main-nav a {
  counter-increment: header-nav;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.95rem !important;
  font-weight: 820;
  padding: 8px 9px !important;
  isolation: isolate;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.main-nav a::before {
  content: counter(header-nav, decimal-leading-zero);
  color: rgba(242, 18, 39, 0.78);
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  transform: translateY(-1px);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(242, 18, 39, 0.95), rgba(255, 255, 255, 0.18)),
    rgba(242, 18, 39, 0.9);
  opacity: 0;
  transform: scaleX(0.34);
  transform-origin: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: white !important;
  background: transparent !important;
  transform: translateY(-1px);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(0.82);
}

.header-info {
  grid-area: info !important;
  justify-self: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px !important;
  width: max-content;
  max-width: 100%;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.68rem !important;
  font-weight: 800;
  line-height: 1;
}

.header-info a,
.header-info span {
  min-height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  color: inherit;
}

.header-info a:hover,
.header-info a:focus-visible {
  color: white;
  background: rgba(255, 255, 255, 0.065);
}

.header-info svg {
  width: 12px !important;
  height: 12px !important;
  color: rgba(255, 255, 255, 0.64);
}

.header-cta {
  grid-area: cta !important;
  position: relative;
  align-self: center;
  min-height: 50px !important;
  padding: 0 48px 0 19px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, #b81725, #761018) !important;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  overflow: hidden;
}

.header-cta::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  font-weight: 950;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background:
    linear-gradient(135deg, #c91b2b, #85131d) !important;
}

.header-cta:hover::after,
.header-cta:focus-visible::after {
  transform: translate(4px, -50%);
}

.hero {
  padding-top: 150px !important;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    column-gap: 18px !important;
  }

  .main-nav a {
    font-size: 0.9rem !important;
  }

  .header-info span {
    display: none !important;
  }

  .header-cta {
    padding-left: 16px !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-areas:
      "brand toggle"
      "info info"
      "nav nav" !important;
    grid-template-columns: 1fr auto !important;
    column-gap: 14px !important;
    row-gap: 10px !important;
    padding: 13px 20px 12px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
      rgba(14, 15, 18, 0.9) !important;
  }

  .brand img {
    width: 134px !important;
  }

  .header-info {
    justify-self: stretch;
    width: 100%;
    justify-content: flex-start;
    gap: 4px !important;
    padding: 5px !important;
    overflow-x: auto;
    border-radius: 16px;
    scrollbar-width: none;
  }

  .header-info::-webkit-scrollbar {
    display: none;
  }

  .header-info a,
  .header-info span {
    min-height: 28px;
    padding: 0 6px;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.04);
  }

  .header-info span {
    display: none !important;
  }

  .nav-toggle {
    border-radius: 10px !important;
  }

  .site-header.nav-open .main-nav {
    margin-top: 0 !important;
    justify-self: stretch !important;
    width: 100% !important;
    counter-reset: mobile-nav;
    padding: 8px 0 2px !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 78%),
      transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .site-header.nav-open .main-nav a {
    counter-increment: mobile-nav;
    min-height: 46px;
    width: 100%;
    padding: 0 2px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.86) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    letter-spacing: 0.01em;
  }

  .site-header.nav-open .main-nav a::before {
    content: counter(mobile-nav, decimal-leading-zero);
    min-width: 25px;
    margin-right: 10px;
    color: rgba(242, 18, 39, 0.82);
    font-size: 0.64rem;
    font-weight: 950;
    letter-spacing: 0.13em;
  }

  .site-header.nav-open .main-nav a:last-child {
    border-bottom: 0 !important;
  }

  .site-header.nav-open .main-nav a::after {
    content: "→";
    position: static !important;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    transform: none;
    color: rgba(242, 18, 39, 0.82);
    font-size: 0.96rem;
    margin-left: auto;
    transition:
      color 160ms ease,
      transform 160ms ease;
  }

  .site-header.nav-open .main-nav a:hover,
  .site-header.nav-open .main-nav a:focus-visible,
  .site-header.nav-open .main-nav a[aria-current="page"] {
    background: transparent !important;
    color: white !important;
  }

  .site-header.nav-open .main-nav a:hover::after,
  .site-header.nav-open .main-nav a:focus-visible::after,
  .site-header.nav-open .main-nav a[aria-current="page"]::after {
    color: white;
    transform: translateX(4px);
  }

  .hero {
    padding-top: 150px !important;
  }
}

/* Final hero stats tone */
.hero-strip,
.hero-strip.reveal,
.hero-strip.reveal.is-pending,
.hero-strip.reveal.is-pending.is-visible {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(10, 11, 15, 0.42) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(24px) saturate(1.12);
}

.hero-strip div {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

.hero-strip strong {
  color: rgba(255, 255, 255, 0.96) !important;
}

.hero-strip span:not(.stat-icon) {
  color: rgba(255, 255, 255, 0.66) !important;
}

.hero-strip .stat-icon {
  color: #ff2438 !important;
  filter: drop-shadow(0 0 14px rgba(242, 18, 39, 0.22));
}

.hero-strip.reveal,
.hero-strip.reveal.is-pending.is-visible {
  transform: translateX(-50%) translateY(0) !important;
}

.hero-strip.reveal.is-pending {
  opacity: 0;
  transform: translateX(-50%) translateY(46px) !important;
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-strip.reveal.is-pending.is-visible {
  opacity: 1;
}

@media (max-width: 900px) {
  .hero-strip.reveal,
  .hero-strip.reveal.is-pending.is-visible {
    transform: translateY(0) !important;
  }

  .hero-strip.reveal.is-pending {
    transform: translateY(42px) !important;
  }
}

/* Final intro solution section */
.intro-band {
  position: relative;
  overflow: hidden;
  padding: 118px 0 112px !important;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.82) 0 36%, rgba(255, 255, 255, 0) 36% 100%),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.74), transparent 28%),
    linear-gradient(135deg, #eee9df 0%, #ddd6cb 48%, #f3eee6 100%);
  background-size: 180% 180%, 170% 170%, 160% 160% !important;
  animation: introBackgroundSway 28s ease-in-out infinite alternate;
  will-change: background-position;
}

.intro-band::before {
  content: "" !important;
  position: absolute;
  inset: auto auto 0 -7%;
  display: block !important;
  width: min(42vw, 560px);
  height: 74%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.03)),
    rgba(15, 16, 20, 0.035) !important;
  clip-path: polygon(0 0, 86% 0, 56% 100%, 0 100%);
  opacity: 0.72;
  pointer-events: none;
}

.intro-band::after {
  content: "" !important;
  position: absolute;
  right: 4%;
  top: 18%;
  display: block !important;
  width: min(24vw, 330px);
  height: min(24vw, 330px);
  border: 1px solid rgba(18, 19, 24, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 48%, rgba(255, 255, 255, 0.26) 49% 51%, transparent 52%),
    rgba(255, 255, 255, 0.08);
  opacity: 0.68;
  pointer-events: none;
  animation: introSoftOrbit 18s linear infinite;
}

.intro-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: 58px !important;
  align-items: center !important;
}

.intro-copy {
  display: grid;
  gap: 20px;
}

.intro-copy h2 {
  max-width: 620px;
  color: #15161b !important;
}

.intro-text {
  max-width: 640px;
  color: rgba(25, 27, 34, 0.72) !important;
  font-size: 1.08rem;
  line-height: 1.75;
}

.intro-proof {
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 4px;
}

.intro-proof article {
  position: relative;
  grid-template-columns: 42px 1fr !important;
  min-height: 0 !important;
  padding: 17px 18px !important;
  overflow: hidden;
  border: 1px solid rgba(20, 21, 26, 0.11) !important;
  border-left: 1px solid rgba(20, 21, 26, 0.11) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.22) !important;
  box-shadow:
    0 18px 44px rgba(31, 28, 25, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(18px) saturate(1.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
  animation: introCardFloat 7s ease-in-out infinite;
}

.intro-proof article:nth-child(2) {
  animation-delay: 0.55s;
}

.intro-proof article:nth-child(3) {
  animation-delay: 1.1s;
}

.intro-proof article::before {
  width: 3px !important;
  background: rgba(242, 18, 39, 0.82) !important;
}

.intro-proof article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.32) 46%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-42%);
  transition:
    opacity 240ms ease,
    transform 640ms ease;
  pointer-events: none;
}

.intro-proof article:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 18, 39, 0.2) !important;
  box-shadow:
    0 24px 58px rgba(31, 28, 25, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.66) !important;
}

.intro-proof article:hover::after {
  opacity: 1;
  transform: translateX(42%);
}

.intro-proof svg {
  grid-row: 1 / span 2;
  align-self: center;
  width: 34px !important;
  height: 34px !important;
  color: var(--gt-red) !important;
  filter: none !important;
}

.intro-proof strong {
  color: #15161b !important;
  font-size: 1.02rem;
}

.intro-proof span {
  color: rgba(34, 36, 44, 0.64) !important;
}

.intro-visual {
  position: relative;
  min-height: 570px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.intro-visual::before,
.intro-visual::after {
  display: none !important;
}

.intro-visual::before {
  left: -26px;
  top: 68px;
  width: 88px;
  height: 180px;
  background: linear-gradient(180deg, var(--gt-red), rgba(242, 18, 39, 0.08));
  clip-path: polygon(44% 0, 100% 0, 56% 100%, 0 100%);
  opacity: 0.82;
}

.intro-visual::after {
  right: 22px;
  bottom: 20px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 42%, rgba(242, 18, 39, 0.18) 43% 45%, transparent 46%),
    radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 64%);
  animation: introRadar 8s linear infinite;
}

.intro-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 22px;
  background: #101116;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.intro-image::before {
  display: none !important;
}

.intro-image::after {
  display: none !important;
}

.intro-image > img:not(.intro-image-logo) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
  animation: introImageDrift 14s ease-in-out infinite alternate;
}

.intro-image-logo {
  display: none !important;
}

.intro-image-meta {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 3;
  min-width: 190px;
  padding: 14px 15px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045)),
    rgba(13, 14, 18, 0.46);
  color: white;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.intro-image-meta span,
.intro-image-meta strong {
  display: block;
}

.intro-image-meta span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.intro-image-meta strong {
  margin-top: 5px;
  font-size: 1.32rem;
  line-height: 1;
}

.intro-image-meta i {
  display: none !important;
}

.intro-image-meta i::after {
  display: none !important;
}

.intro-dashboard {
  position: relative !important;
  z-index: 4;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  width: min(520px, calc(100% - 28px));
  margin: -64px 0 0 auto !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.24) !important;
  color: #15161b;
  box-shadow:
    0 22px 56px rgba(31, 28, 25, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
  backdrop-filter: blur(22px) saturate(1.1);
  transform: none !important;
  transform-style: flat !important;
}

.intro-visual::after,
.intro-dashboard::after {
  display: none !important;
  content: none !important;
}

.intro-dashboard div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  padding: 18px 20px !important;
  border-bottom: 1px solid rgba(20, 21, 26, 0.1);
  background: transparent !important;
  transition: color 180ms ease;
}

.intro-dashboard div:last-child {
  border-bottom: 0;
}

.intro-dashboard div:hover {
  background: transparent !important;
  transform: none;
}

.intro-dashboard small {
  grid-row: 1 / span 2;
  align-self: center;
  color: #ff2438 !important;
  font-size: 0.72rem;
}

.intro-dashboard strong {
  margin-top: 0 !important;
  color: #15161b !important;
  font-size: 1rem;
}

.intro-dashboard span {
  color: rgba(34, 36, 44, 0.64) !important;
}

@keyframes introScan {
  0%,
  24% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  72%,
  100% {
    transform: translateX(320%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes introImageDrift {
  from {
    transform: scale(1.04) translate3d(-1%, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(1%, -1%, 0);
  }
}

@keyframes introRadar {
  to {
    transform: rotate(360deg);
  }
}

@keyframes introSoftOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes introCardFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

@keyframes introMetaPulse {
  0%,
  100% {
    transform: translateX(0);
    width: 38%;
  }
  50% {
    transform: translateX(118%);
    width: 54%;
  }
}

@keyframes introBackgroundSway {
  from {
    background-position:
      0% 50%,
      100% 14%,
      0% 50%;
  }
  to {
    background-position:
      8% 50%,
      94% 20%,
      6% 50%;
  }
}

@media (max-width: 1100px) {
  .intro-grid {
    grid-template-columns: 1fr !important;
  }

  .intro-copy h2,
  .intro-text {
    max-width: 760px;
  }

  .intro-visual {
    min-height: 500px;
  }
}

@media (max-width: 700px) {
  .intro-band {
    padding: 74px 0 72px !important;
  }

  .intro-grid {
    gap: 30px !important;
  }

  .intro-copy h2 {
    font-size: 2.35rem;
  }

  .intro-proof article {
    padding: 15px !important;
  }

  .intro-visual {
    min-height: 0;
    padding: 0;
    border-radius: 0;
  }

  .intro-image {
    min-height: 260px;
    border-radius: 18px;
  }

  .intro-image-logo {
    width: 110px;
  }

  .intro-image-meta {
    left: 14px;
    top: 14px;
    min-width: 158px;
    padding: 11px 12px;
  }

  .intro-image-meta strong {
    font-size: 1.08rem;
  }

  .intro-dashboard {
    width: calc(100% - 12px);
    margin: -38px auto 0 !important;
    border-radius: 18px;
  }

  .intro-dashboard div {
    grid-template-columns: 42px 1fr;
    padding: 15px !important;
  }
}

/* Final effect guide section */
.guide-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 70px !important;
  background:
    linear-gradient(90deg, rgba(11, 13, 17, 0.94) 0%, rgba(23, 26, 31, 0.82) 48%, rgba(47, 16, 21, 0.72) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%, rgba(0, 0, 0, 0.42)),
    url("assets/audi-rs5.jpg") center 56% / cover no-repeat !important;
  background-size: cover !important;
  color: #ffffff !important;
}

.guide-section::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  display: block !important;
  width: auto;
  height: auto;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.13), transparent 20%),
    linear-gradient(118deg, transparent 0 55%, rgba(255, 255, 255, 0.08) 55% 55.35%, transparent 55.35%),
    linear-gradient(180deg, transparent 0%, rgba(8, 10, 14, 0.54) 100%) !important;
  border-radius: 0;
  mask: none;
  opacity: 1 !important;
  pointer-events: none;
}

.guide-section::after {
  content: "" !important;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block !important;
  width: 100%;
  height: 28%;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), transparent),
    linear-gradient(90deg, rgba(8, 10, 14, 0.16), transparent 42%, rgba(255, 255, 255, 0.06)) !important;
  opacity: 0.72 !important;
  pointer-events: none;
}

.guide-section .container {
  position: relative;
  z-index: 1;
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  gap: 54px;
  align-items: center;
  margin-bottom: 26px;
}

.guide-intro {
  max-width: 760px;
}

.guide-visual {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border-radius: 0 34px 0 34px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  box-shadow: 0 28px 70px rgba(25, 24, 22, 0.18);
}

.guide-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 11, 15, 0.1), transparent 44%),
    linear-gradient(0deg, rgba(10, 11, 15, 0.28), transparent 44%);
  pointer-events: none;
}

.guide-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.guide-visual span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  width: 44%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), #e1182b);
}

.guide-intro h2 {
  max-width: 680px;
  color: #ffffff !important;
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.guide-intro p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 1.08rem;
  line-height: 1.75;
}

.guide-embed-card {
  position: relative;
  display: block;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: none !important;
  animation: none !important;
  margin-top: 0 !important;
}

.guide-embed-card::before,
.guide-embed-card::after {
  display: none !important;
  content: none !important;
}

.tuning-guide-frame {
  display: block;
  width: 100%;
  min-height: 385px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
}

@media (max-width: 900px) {
  .guide-section {
    padding: 64px 0 58px !important;
  }

  .guide-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 24px;
  }

  .guide-visual {
    min-height: 190px;
  }
}

@media (max-width: 560px) {
  .guide-visual {
    display: none;
  }

  .tuning-guide-frame {
    min-height: 560px !important;
  }
}

/* Final services rebuild */
.service-rebuild-section.dark-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 82px !important;
  background:
    linear-gradient(115deg, rgba(246, 243, 238, 0.97) 0%, rgba(230, 230, 228, 0.95) 52%, rgba(239, 235, 230, 0.97) 100%),
    radial-gradient(circle at 86% 12%, rgba(225, 24, 43, 0.1), transparent 28%),
    url("assets/bench-tool.jpg") right 10% / 720px auto no-repeat !important;
  color: #15171b !important;
}

.service-rebuild-section::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  display: block !important;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(118deg, transparent 0 24%, rgba(12, 14, 18, 0.055) 24% 24.15%, transparent 24.15% 100%),
    linear-gradient(118deg, transparent 0 68%, rgba(12, 14, 18, 0.04) 68% 68.12%, transparent 68.12% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 48%) !important;
  opacity: 1 !important;
  pointer-events: none;
}

.service-rebuild-section::after {
  content: "" !important;
  position: absolute;
  left: -12%;
  top: 12%;
  display: block !important;
  width: 72%;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(21, 23, 27, 0.22), rgba(225, 24, 43, 0.36), transparent) !important;
  opacity: 0.52 !important;
  animation: serviceLineDrift 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.service-rebuild-section .container {
  position: relative;
  z-index: 1;
}

.service-rebuild-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.service-rebuild-head h2 {
  max-width: 720px;
  color: #111318 !important;
  font-size: clamp(1.95rem, 3.35vw, 3.28rem);
  line-height: 1;
  letter-spacing: -0.01em;
}

.service-rebuild-head p:not(.eyebrow) {
  color: rgba(21, 23, 27, 0.66) !important;
  font-size: 1.04rem;
  line-height: 1.75;
}

.service-rebuild-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: stretch;
}

.service-workflow {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(21, 23, 27, 0.12);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  box-shadow: 0 22px 62px rgba(30, 27, 25, 0.14);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.service-workflow-media {
  position: relative;
  min-height: 455px;
  overflow: hidden;
}

.service-workflow-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(9, 10, 13, 0.74), transparent 58%),
    linear-gradient(118deg, rgba(9, 10, 13, 0.18), transparent 50%);
  pointer-events: none;
}

.service-workflow-media img {
  width: 100%;
  height: 100%;
  min-height: 455px;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.06);
  transform: scale(1.06);
  animation: serviceImageSway 16s ease-in-out infinite alternate;
}

.service-workflow-panel {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 22px 24px;
  border-left: 3px solid #e1182b;
  background: rgba(11, 12, 15, 0.68);
  backdrop-filter: blur(18px);
}

.service-workflow-panel span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-workflow-panel strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.28rem, 2vw, 1.85rem);
  line-height: 1.12;
}

.service-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(21, 23, 27, 0.1);
}

.service-proof-row span {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(21, 23, 27, 0.72);
  font-weight: 900;
  letter-spacing: 0.02em;
}

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

.service-program {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(21, 23, 27, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 237, 240, 0.86)),
    linear-gradient(120deg, rgba(225, 24, 43, 0.09), transparent 44%);
  color: #15171b;
  box-shadow: 0 18px 44px rgba(30, 27, 25, 0.12);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.service-program::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #e1182b;
  transform: scaleY(0.28);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.service-program::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(21, 23, 27, 0.09);
  transform: rotate(24deg);
  transition: transform 0.45s ease;
}

.service-program:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 24, 43, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(244, 245, 247, 0.92)),
    linear-gradient(120deg, rgba(225, 24, 43, 0.1), transparent 44%);
  box-shadow: 0 24px 58px rgba(30, 27, 25, 0.18);
}

.service-program:hover::before {
  transform: scaleY(1);
}

.service-program:hover::after {
  transform: rotate(24deg) translate(-12px, 12px);
}

.service-program--primary {
  min-height: 340px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 241, 244, 0.88)),
    url("assets/audi-rs5.jpg") right bottom / 58% auto no-repeat;
}

.service-program-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.service-program-top svg {
  width: 38px;
  height: 38px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-program-top span {
  color: rgba(21, 23, 27, 0.22);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 950;
  line-height: 0.78;
}

.service-program h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #111318;
  font-size: clamp(1.38rem, 2vw, 1.9rem);
  line-height: 1.06;
}

.service-program p {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin-bottom: 24px;
  color: rgba(21, 23, 27, 0.68) !important;
  font-size: 0.99rem;
  line-height: 1.62;
}

.service-program-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.service-program-meta span,
.service-program-meta strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(21, 23, 27, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(21, 23, 27, 0.66);
  font-size: 0.79rem;
  font-weight: 900;
  line-height: 1;
}

.service-program-meta strong {
  border-color: rgba(225, 24, 43, 0.2);
  color: #111318;
}

.service-rebuild-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.15);
}

.service-rebuild-flow div {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 14px;
  padding: 22px;
  background: rgba(12, 13, 16, 0.72);
  color: rgba(255, 255, 255, 0.86);
}

.service-rebuild-flow div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e1182b, rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(-100%);
  animation: serviceFlowSweep 7s ease-in-out infinite;
}

.service-rebuild-flow div:nth-child(2)::after {
  animation-delay: 0.45s;
}

.service-rebuild-flow div:nth-child(3)::after {
  animation-delay: 0.9s;
}

.service-rebuild-flow div:nth-child(4)::after {
  animation-delay: 1.35s;
}

.service-rebuild-flow svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-rebuild-flow span {
  font-weight: 900;
  line-height: 1.24;
}

.service-faq-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(21, 23, 27, 0.11);
  border-radius: 22px;
  background: rgba(21, 23, 27, 0.1);
  box-shadow: 0 18px 52px rgba(30, 27, 25, 0.12);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.service-faq-intro {
  position: relative;
  min-height: 100%;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(13, 14, 17, 0.9), rgba(29, 31, 36, 0.72)),
    linear-gradient(118deg, transparent 0 72%, rgba(255, 255, 255, 0.08) 72% 72.4%, transparent 72.4%);
}

.service-faq-intro h3 {
  max-width: 280px;
  color: #ffffff;
  font-size: clamp(1.4rem, 2vw, 2.15rem);
  line-height: 1.02;
}

.service-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.service-faq-list details {
  position: relative;
  min-height: 142px;
  padding: 22px 24px;
  background: rgba(14, 15, 18, 0.76);
  color: #ffffff;
  transition: background 0.25s ease, transform 0.25s ease;
}

.service-faq-list details:hover {
  background: rgba(22, 24, 29, 0.82);
}

.service-faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.18;
  cursor: pointer;
  list-style: none;
}

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

.service-faq-list summary::after {
  content: "+";
  color: #e1182b;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.25s ease;
}

.service-faq-list details[open] summary::after {
  content: "-";
  transform: none;
}

.service-faq-list p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.94rem;
  line-height: 1.58;
}

.faq-rebuild-section.dark-section {
  padding: 84px 0 80px !important;
}

.faq-rebuild-head {
  margin-bottom: 32px;
}

.faq-rebuild-head h2 {
  max-width: 620px;
}

.faq-main-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(21, 23, 27, 0.11);
  border-radius: 24px;
  background: rgba(21, 23, 27, 0.12);
  box-shadow: 0 20px 58px rgba(30, 27, 25, 0.13);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.faq-feature {
  position: relative;
  min-height: 465px;
  overflow: hidden;
  background: #15171b;
}

.faq-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
  transform: scale(1.06);
  animation: serviceImageSway 18s ease-in-out infinite alternate;
}

.faq-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(13, 14, 17, 0.78), transparent 62%),
    linear-gradient(118deg, rgba(13, 14, 17, 0.1), rgba(13, 14, 17, 0.44));
  pointer-events: none;
}

.faq-feature > div {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 24px;
  border-left: 3px solid #e1182b;
  background: rgba(13, 14, 17, 0.72);
  backdrop-filter: blur(16px);
}

.faq-feature svg {
  width: 32px;
  height: 32px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-feature span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.faq-feature strong {
  max-width: 360px;
  color: #ffffff;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.08;
}

.faq-main-panel .service-faq-list {
  min-height: 465px;
}

.faq-main-panel .service-faq-list details {
  min-height: 232px;
  padding: 30px;
}

/* Compact FAQ redesign */
.faq-rebuild-section.dark-section {
  padding: 54px 0 68px !important;
  background:
    linear-gradient(180deg, rgba(249, 247, 243, 0.98), rgba(238, 234, 228, 0.98)),
    radial-gradient(circle at 86% 12%, rgba(225, 24, 43, 0.07), transparent 30%) !important;
  color: #121419 !important;
}

.faq-rebuild-section::before {
  background:
    linear-gradient(118deg, transparent 0 30%, rgba(18, 20, 25, 0.045) 30% 30.12%, transparent 30.12%),
    linear-gradient(118deg, transparent 0 74%, rgba(18, 20, 25, 0.035) 74% 74.12%, transparent 74.12%) !important;
  opacity: 1 !important;
}

.faq-rebuild-section::after {
  display: none !important;
}

.faq-rebuild-head {
  grid-template-columns: minmax(0, 980px);
  gap: 4px;
  align-items: start;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}

.faq-rebuild-head h2 {
  margin-inline: auto;
  max-width: 980px;
  color: #111318 !important;
  font-size: clamp(1.8rem, 2.3vw, 2.55rem);
  line-height: 1.03;
}

.faq-rebuild-head p:not(.eyebrow) {
  margin-inline: auto;
  max-width: 640px;
  color: rgba(18, 20, 25, 0.66) !important;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.65;
}

.faq-rebuild-head .eyebrow {
  margin-bottom: 8px;
}

.faq-clean-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.faq-note {
  position: relative;
  align-self: start;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 42px rgba(40, 35, 31, 0.08);
}

.faq-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-radius: 999px;
  background: #e1182b;
}

.faq-note svg {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-note h3 {
  max-width: 320px;
  margin-bottom: 12px;
  color: #111318;
  font-size: clamp(1.26rem, 2vw, 1.72rem);
  line-height: 1.08;
}

.faq-note p {
  color: rgba(18, 20, 25, 0.64) !important;
  font-size: 0.96rem;
  line-height: 1.62;
}

.faq-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.faq-note span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(18, 20, 25, 0.1);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(18, 20, 25, 0.68);
  font-size: 0.75rem;
  font-weight: 900;
}

.faq-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-height: 0 !important;
  background: transparent;
}

.faq-accordion details,
.faq-main-panel .faq-accordion details {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: #111318;
  box-shadow: 0 12px 28px rgba(40, 35, 31, 0.07);
  transition: background 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.faq-accordion details:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 24, 43, 0.22);
  background: rgba(255, 255, 255, 0.92);
}

.faq-accordion summary {
  min-height: 66px;
  padding: 18px 22px;
  color: #111318;
  font-size: 1rem;
  font-weight: 950;
}

.faq-accordion p {
  max-width: 780px;
  margin: -4px 0 0;
  padding: 0 22px 20px;
  color: rgba(18, 20, 25, 0.63) !important;
  font-size: 0.96rem;
  line-height: 1.64;
}

.faq-accordion summary::after {
  color: #e1182b;
}

.faq-visual-strip {
  position: relative;
  overflow: hidden;
  height: 176px;
  margin: 0 0 24px;
  border-radius: 22px;
  background: #15171b;
  box-shadow: 0 18px 42px rgba(40, 35, 31, 0.12);
}

.faq-visual-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 15, 19, 0.74), rgba(14, 15, 19, 0.18) 45%, rgba(14, 15, 19, 0.08)),
    linear-gradient(0deg, rgba(14, 15, 19, 0.38), transparent 64%);
  pointer-events: none;
}

.faq-visual-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  filter: saturate(1.02) contrast(1.04);
  transform: scale(1.05);
  animation: serviceImageSway 20s ease-in-out infinite alternate;
}

.faq-visual-strip span {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 1;
  width: min(340px, 40%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e1182b, rgba(255, 255, 255, 0.8), transparent);
}

@keyframes serviceLineDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(42%);
  }
}

@keyframes serviceImageSway {
  from {
    transform: scale(1.06) translateX(-1.8%);
  }
  to {
    transform: scale(1.1) translateX(2.2%);
  }
}

@keyframes serviceFlowSweep {
  0%,
  28% {
    transform: translateX(-100%);
  }
  52%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1120px) {
  .service-rebuild-head,
  .service-rebuild-grid {
    grid-template-columns: 1fr;
  }

  .service-workflow {
    min-height: 0;
  }

  .service-workflow-media,
  .service-workflow-media img {
    min-height: 390px;
  }
}

@media (max-width: 780px) {
  .service-rebuild-section.dark-section {
    padding: 74px 0 70px !important;
  }

  .service-rebuild-head {
    gap: 20px;
    margin-bottom: 28px;
  }

  .service-rebuild-head h2 {
    font-size: 2.05rem;
  }

  .service-programs,
  .service-rebuild-flow,
  .service-faq-strip,
  .service-faq-list,
  .faq-main-panel {
    grid-template-columns: 1fr;
  }

  .service-program,
  .service-program--primary {
    min-height: 0;
    padding: 23px;
  }

  .service-program-top {
    margin-bottom: 24px;
  }

  .service-workflow {
    clip-path: none;
  }

  .service-workflow-media,
  .service-workflow-media img {
    min-height: 310px;
  }

  .service-workflow-panel {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 17px;
  }

  .service-proof-row {
    grid-template-columns: 1fr;
  }

  .service-proof-row span,
  .service-rebuild-flow div {
    min-height: 68px;
  }

  .service-faq-intro,
  .service-faq-list details {
    padding: 20px;
  }

  .service-faq-list details {
    min-height: 0;
  }

  .faq-main-panel {
    clip-path: none;
    border-radius: 22px;
  }

  .faq-feature,
  .faq-main-panel .service-faq-list {
    min-height: 0;
  }

  .faq-feature {
    min-height: 280px;
  }

  .faq-feature > div {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }

  .faq-main-panel .service-faq-list details {
    min-height: 0;
    padding: 20px;
  }

  .faq-visual-strip {
    height: 122px;
    margin: -2px 0 20px;
    border-radius: 18px;
  }

  .faq-visual-strip span {
    left: 18px;
    bottom: 16px;
    width: 52%;
  }
}

/* Final contact, map and footer pass */
.section-anchor {
  position: absolute;
  top: 0;
}

.map-contact-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 96px;
  background:
    linear-gradient(180deg, rgba(249, 247, 243, 0.98), rgba(238, 234, 228, 0.98)),
    radial-gradient(circle at 86% 12%, rgba(225, 24, 43, 0.07), transparent 30%);
  color: #111318;
}

.map-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 30%, rgba(18, 20, 25, 0.045) 30% 30.12%, transparent 30.12%),
    linear-gradient(118deg, transparent 0 74%, rgba(18, 20, 25, 0.035) 74% 74.12%, transparent 74.12%);
  pointer-events: none;
}

.map-contact-section .container {
  position: relative;
  z-index: 1;
}

.map-contact-section.faq-contact-block {
  margin-top: 44px;
  padding: 54px 0 0;
  background: transparent;
  overflow: visible;
}

.map-contact-section.faq-contact-block::before {
  display: none;
}

.map-contact-section.faq-contact-block .map-contact-head {
  margin-bottom: 28px;
}

.map-contact-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.map-contact-head .eyebrow {
  margin-bottom: 10px;
}

.map-contact-head h2 {
  margin: 0;
  color: #121419;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.map-contact-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(18, 20, 25, 0.68);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.7;
}

.map-contact-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
  gap: 24px;
  align-items: stretch;
}

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

.contact-us-card,
.contact-dealer-panel,
.contact-map-card,
.dealer-join-card {
  border: 1px solid rgba(18, 20, 25, 0.1);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 55px rgba(30, 28, 25, 0.12);
  backdrop-filter: blur(18px);
}

.contact-us-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 28px;
}

.contact-us-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -44px;
  width: 170px;
  height: 170px;
  border: 28px solid rgba(225, 24, 43, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.contact-card-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: #e1182b;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-us-card h3 {
  margin: 0 0 12px;
  color: #111318;
  font-size: clamp(1.65rem, 2.1vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.contact-us-card p {
  max-width: 430px;
  margin: 0 0 24px;
  color: rgba(18, 20, 25, 0.64);
  line-height: 1.62;
}

.contact-us-list {
  display: grid;
  gap: 13px;
  margin-bottom: 26px;
}

.contact-us-list a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #17191f;
  font-weight: 850;
  text-decoration: none;
}

.contact-us-list svg,
.dealer-join-points svg {
  width: 20px;
  height: 20px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-us-button,
.dealer-join-button,
.footer-contact-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #15171b;
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(17, 19, 24, 0.18);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.contact-us-button span,
.dealer-join-button span,
.footer-contact-button span {
  color: #e1182b;
  transform: translateX(0);
  transition: transform 0.22s ease;
}

.contact-us-button:hover,
.dealer-join-button:hover,
.footer-contact-button:hover {
  transform: translateY(-2px);
  background: #0d0f13;
  box-shadow: 0 20px 42px rgba(17, 19, 24, 0.24);
}

.contact-us-button:hover span,
.dealer-join-button:hover span,
.footer-contact-button:hover span {
  transform: translateX(4px);
}

.footer-contact-button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, #b81725, #761018);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.footer-contact-button span {
  color: #fff;
}

.footer-contact-button:hover,
.footer-contact-button:focus-visible {
  background:
    linear-gradient(135deg, #c91b2b, #85131d);
}

.contact-us-button--light {
  background: rgba(255, 255, 255, 0.9);
  color: #111318;
}

.contact-us-button--light:hover {
  background: #fff;
}

.contact-dealer-panel {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  min-height: 0;
  padding: 24px;
  border-radius: 28px;
  color: #111318;
}

.contact-dealer-panel .nms-header {
  gap: 16px;
  padding-bottom: 18px;
}

.contact-dealer-panel .nms-title-lg {
  color: #111318;
}

.contact-dealer-panel .nms-subtle,
.contact-dealer-panel .nms-map-status {
  color: rgba(18, 20, 25, 0.62);
}

.contact-dealer-panel .nms-list {
  max-height: 390px;
  overflow: auto;
  padding-right: 4px;
}

.contact-dealer-panel .nms-item {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(18, 20, 25, 0.09);
}

.contact-dealer-panel .nms-item__button {
  color: #111318;
}

.contact-dealer-panel .nms-title,
.contact-dealer-panel .nms-meta {
  color: inherit;
}

.contact-dealer-panel .nms-meta {
  color: rgba(18, 20, 25, 0.56);
}

.contact-dealer-panel .nms-search__field input {
  color: #111318;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(18, 20, 25, 0.12);
}

.contact-dealer-panel .nms-btn--ghost,
.contact-dealer-panel .nms-btn--toggle {
  color: #111318;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(18, 20, 25, 0.1);
}

.contact-map-card {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  border-radius: 30px;
  padding: 0;
}

.contact-map-card .nms-map {
  width: 100%;
  height: 720px;
  min-height: 720px;
}

.contact-map-card .nms-map-overlay {
  inset: 0;
}

.contact-map-card .map-premium-badge {
  top: 22px;
  right: 22px;
  left: auto;
  z-index: 4;
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(18, 20, 25, 0.1);
  color: #111318;
  backdrop-filter: blur(16px);
}

.dealer-join-section {
  position: relative;
  overflow: hidden;
  padding: 62px 0 76px;
  background:
    linear-gradient(135deg, rgba(18, 20, 25, 0.035) 0 1px, transparent 1px 100%) 0 0 / 88px 88px,
    linear-gradient(180deg, #fbf7ef, #ede7dd);
  color: #111318;
}

.dealer-join-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 54%, rgba(18, 20, 25, 0.045) 54.1% 54.35%, transparent 54.45%);
  pointer-events: none;
}

.dealer-join-section .container {
  position: relative;
  z-index: 1;
}

.dealer-join-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 214px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(18, 20, 25, 0.11);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.64);
  color: #111318;
  box-shadow: 0 24px 70px rgba(31, 28, 25, 0.12);
  backdrop-filter: blur(16px);
}

.dealer-join-copy h2 {
  max-width: 620px;
  margin: 0 0 12px;
  color: #111318;
  font-size: clamp(1.55rem, 2.7vw, 2.75rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.dealer-join-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(18, 20, 25, 0.64);
  font-size: 0.98rem;
  line-height: 1.62;
}

.dealer-join-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.dealer-join-points span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 999px;
  background: rgba(18, 20, 25, 0.04);
  color: rgba(18, 20, 25, 0.76);
  font-weight: 850;
}

.dealer-join-button {
  white-space: nowrap;
  background: #15171b;
  color: #fff;
}

.dealer-join-button:hover {
  background: #0d0f13;
}

.dealers-page-body {
  background:
    linear-gradient(135deg, rgba(18, 20, 25, 0.045) 0 1px, transparent 1px 100%) 0 0 / 84px 84px,
    linear-gradient(180deg, #111318 0%, #f4efe7 31%, #fbf7ef 100%) !important;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: 162px 0 82px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.92) 0%, rgba(8, 10, 15, 0.74) 42%, rgba(8, 10, 15, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.18), rgba(8, 10, 15, 0.8)),
    url("assets/audi-rs5.jpg") center 48% / cover no-repeat,
    #080a0f;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 64%, rgba(255, 255, 255, 0.085) 64.08% 64.22%, transparent 64.32%);
  opacity: 0.58;
  pointer-events: none;
}

.inner-hero::after {
  content: "";
  position: absolute;
  right: max(-28px, calc((100vw - var(--max)) / 2 - 86px));
  bottom: 54px;
  width: clamp(260px, 33vw, 620px);
  aspect-ratio: 2.9 / 1;
  background: url("assets/nms-logo-white.png") center / contain no-repeat;
  opacity: 0.055;
  pointer-events: none;
}

.inner-hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.inner-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.75rem, 5.6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.inner-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.15vw, 1.15rem);
  line-height: 1.72;
}

.inner-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inner-hero-signals span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  font-weight: 850;
}

.inner-hero-signals strong {
  margin-right: 7px;
  color: #fff;
  font-weight: 950;
}

.dealers-directory-section {
  position: relative;
  padding: 74px 0 92px;
  background:
    linear-gradient(135deg, rgba(18, 20, 25, 0.045) 0 1px, transparent 1px 100%) 0 0 / 90px 90px,
    linear-gradient(180deg, #f4efe7, #fbf7ef);
  color: #111318;
}

.dealers-directory-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 68%, rgba(18, 20, 25, 0.055) 68.1% 68.28%, transparent 68.38%);
  pointer-events: none;
}

.dealers-directory-section .container {
  position: relative;
  z-index: 1;
}

.dealers-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.52fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}

.dealers-directory-head h2 {
  max-width: 640px;
  margin: 0;
  color: #111318;
  font-size: clamp(1.85rem, 3.2vw, 3.25rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.dealers-directory-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(18, 20, 25, 0.64);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.65;
}

.dealers-directory-shell {
  grid-template-columns: minmax(330px, 410px) minmax(0, 1fr);
  min-height: 720px;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.12);
}

.dealers-list-panel,
.dealers-map-card,
.dealers-map-card .nms-map {
  height: 720px;
  min-height: 720px;
}

.dealers-list-panel {
  overflow: hidden;
  border: 0 !important;
  border-right: 1px solid rgba(18, 20, 25, 0.1) !important;
  border-radius: 0 !important;
  clip-path: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 246, 240, 0.9)),
    #fffaf3;
  box-shadow: none !important;
}

.dealers-map-card {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.4);
  box-shadow: none !important;
}

.dealers-map-card .nms-map {
  overflow: hidden;
  border-radius: 0 !important;
  clip-path: none !important;
}

.dealers-map-card .nms-map-overlay {
  inset: 0;
}

.dealers-list-panel .nms-btn--toggle {
  justify-self: start;
  width: auto;
  min-height: 34px;
  margin: 12px 22px 20px;
  padding: 0 13px;
  border-color: rgba(18, 20, 25, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(18, 20, 25, 0.68);
  font-size: 0.8rem;
  box-shadow: none;
}

.premium-footer {
  padding: 58px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, #0d0f13, #15171b 55%, #0b0c10);
  color: #fff;
}

.footer-premium-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(250px, 0.68fr) minmax(220px, 0.7fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

.footer-brand-block img {
  width: 142px;
  height: auto;
  margin-bottom: 22px;
}

.footer-brand-block p {
  max-width: 480px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.footer-link-block,
.footer-contact-block {
  display: grid;
  gap: 11px;
}

.footer-link-block {
  grid-template-columns: repeat(2, minmax(0, max-content));
  column-gap: 28px;
  row-gap: 11px;
}

.footer-link-block strong,
.footer-contact-block strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-link-block strong {
  grid-column: 1 / -1;
}

.footer-link-block a,
.footer-contact-block a,
.footer-contact-block span {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link-block a:hover,
.footer-contact-block a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.9rem;
}

@media (max-width: 1120px) {
  .map-contact-head,
  .map-contact-layout,
  .dealer-join-card,
  .footer-premium-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-card,
  .contact-map-card .nms-map {
    min-height: 560px;
    height: 560px;
  }

  .contact-dealer-panel .nms-list {
    max-height: 360px;
  }

  .dealer-join-button {
    justify-self: start;
  }
}

@media (max-width: 780px) {
  .map-contact-section {
    padding: 76px 0 70px;
  }

  .map-contact-section.faq-contact-block {
    margin-top: 32px;
    padding: 38px 0 0;
  }

  .map-contact-head {
    gap: 16px;
    margin-bottom: 24px;
  }

  .map-contact-head h2 {
    font-size: clamp(2.15rem, 13vw, 3.5rem);
  }

  .map-contact-layout {
    gap: 16px;
  }

  .contact-us-card,
  .contact-dealer-panel,
  .dealer-join-card {
    border-radius: 22px;
  }

  .contact-us-card,
  .contact-dealer-panel {
    padding: 22px;
  }

  .contact-dealer-panel .nms-header,
  .contact-dealer-panel .nms-search {
    grid-template-columns: 1fr;
  }

  .contact-dealer-panel .nms-list {
    max-height: 320px;
  }

  .contact-map-card {
    border-radius: 22px;
  }

  .contact-map-card,
  .contact-map-card .nms-map {
    min-height: 430px;
    height: 430px;
  }

  .contact-map-card .map-premium-badge {
    top: 14px;
    right: 14px;
  }

  .dealer-join-section {
    padding: 54px 0 62px;
  }

  .dealer-join-copy h2 {
    font-size: clamp(1.65rem, 9vw, 2.45rem);
  }

  .dealer-join-points {
    display: grid;
  }

  .footer-bottom-row {
    display: grid;
  }
}

/* Single-location contact map */
.location-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.62fr);
  gap: 24px;
  align-items: stretch;
}

.location-map-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 55px rgba(30, 28, 25, 0.12);
}

.location-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.map-open-link {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #111318;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(18, 20, 25, 0.1);
  backdrop-filter: blur(14px);
}

.location-details-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
}

@media (max-width: 1120px) {
  .location-contact-layout {
    grid-template-columns: 1fr;
  }

  .location-map-card,
  .location-map-card iframe,
  .location-details-card {
    min-height: 460px;
  }
}

@media (max-width: 780px) {
  .location-contact-layout {
    gap: 16px;
  }

  .location-map-card {
    min-height: 360px;
    border-radius: 22px;
  }

  .location-map-card iframe {
    min-height: 360px;
  }

  .location-details-card {
    min-height: 0;
  }

  .map-open-link {
    left: 16px;
    bottom: 16px;
  }
}

/* Contact page */
.contact-page-body {
  min-height: 100vh;
  background: #111318;
}

.contact-page-header {
  position: sticky;
}

.contact-page-main {
  min-height: calc(100vh - 220px);
}

.contact-page-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 110px;
  background:
    linear-gradient(110deg, rgba(17, 19, 24, 0.88), rgba(17, 19, 24, 0.62)),
    url("assets/audi-rs5.jpg") center / cover;
  color: #fff;
}

.contact-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, #111318, transparent);
  pointer-events: none;
}

.contact-page-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 42px;
  align-items: center;
}

.contact-page-copy h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.contact-page-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.65;
}

.contact-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.contact-page-panel {
  display: grid;
  gap: 14px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.contact-page-panel h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.6rem;
}

.contact-page-panel a {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}

.contact-page-panel span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-page-panel strong {
  font-size: 1.08rem;
}

.contact-page-footer .footer-bottom-row a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

@media (max-width: 860px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-hero {
    padding: 138px 0 74px;
  }

  .contact-page-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.7rem);
  }

  .contact-page-panel {
    border-radius: 22px;
    padding: 22px;
  }

  .inner-hero {
    min-height: 500px;
    padding: 138px 0 72px;
  }

  .inner-hero-grid,
  .dealers-directory-head,
  .dealers-directory-shell {
    grid-template-columns: 1fr;
  }

  .inner-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.45rem);
  }

  .inner-hero-signals {
    gap: 8px;
  }

  .inner-hero-signals span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 0.82rem;
  }

  .dealers-directory-section {
    padding: 62px 0 70px;
  }

  .dealers-directory-head {
    gap: 18px;
  }

  .dealers-list-panel,
  .dealers-map-card,
  .dealers-map-card .nms-map {
    height: 520px;
    min-height: 520px;
  }

  .dealers-list-panel,
  .dealers-map-card {
    border-radius: 0 !important;
  }

  .dealers-map-card .nms-map {
    border-radius: 0 !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-areas:
      "brand toggle"
      "nav nav" !important;
  }

  .header-info {
    display: none !important;
  }

  .site-header.nav-open .main-nav {
    margin-top: 4px !important;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 16px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
      rgba(13, 14, 17, 0.88) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 16px 36px rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(18px) !important;
  }

  .site-header.nav-open .main-nav a {
    min-height: 44px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  .site-header.nav-open .main-nav a + a {
    margin-top: 6px !important;
  }

  .site-header.nav-open .main-nav a:last-child {
    border-bottom: 0 !important;
  }
}

/* Dealer CTA final shared treatment */
.dealer-cta {
  position: relative !important;
  overflow: hidden !important;
  padding: 66px 0 74px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background:
    linear-gradient(112deg, transparent 0 63%, rgba(255, 255, 255, 0.075) 63.08% 63.26%, transparent 63.38%),
    radial-gradient(ellipse at 24% 26%, rgba(225, 24, 43, 0.14), rgba(225, 24, 43, 0.055) 30%, transparent 58%),
    radial-gradient(ellipse at 78% 6%, rgba(255, 255, 255, 0.055), transparent 40%),
    linear-gradient(180deg, #080a0f 0%, #15181e 56%, #090b10 100%) !important;
  color: #fff !important;
}

.dealer-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: 6% auto auto max(-40px, calc((100vw - var(--max)) / 2 - 120px)) !important;
  width: 620px !important;
  height: 410px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(225, 24, 43, 0.13), rgba(225, 24, 43, 0.05) 42%, transparent 76%) !important;
  filter: blur(42px) !important;
  pointer-events: none !important;
}

.dealer-cta::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(112deg, transparent 0 63%, rgba(255, 255, 255, 0.07) 63.08% 63.26%, transparent 63.38%) !important;
  opacity: 0.95 !important;
  pointer-events: none !important;
}

.dealer-cta .container {
  position: relative !important;
  z-index: 1 !important;
  width: min(calc(100% - 40px), var(--max)) !important;
}

.dealer-cta-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  align-items: center !important;
  min-height: 220px !important;
  padding: clamp(24px, 3vw, 38px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.008)) !important;
  color: #fff !important;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(12px) !important;
}

.dealer-cta-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: auto !important;
  background: transparent !important;
  pointer-events: none !important;
}

.dealer-cta-card > * {
  position: relative !important;
  z-index: 1 !important;
}

.dealer-cta-copy .eyebrow.red {
  margin: 0 0 10px !important;
  color: #e1182b !important;
  font-size: 0.82rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.2em !important;
}

.dealer-cta-card h2 {
  max-width: 620px !important;
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: clamp(1.65rem, 3.1vw, 3rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase !important;
}

.dealer-cta-card p:not(.eyebrow) {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.98rem !important;
  line-height: 1.62 !important;
}

.dealer-cta-points {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

.dealer-cta-points span {
  display: inline-flex !important;
  gap: 8px !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.93rem !important;
  font-weight: 900 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.dealer-cta-points svg {
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  color: #e1182b !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.dealer-cta-card .btn-primary {
  justify-self: end !important;
  min-width: 0 !important;
  min-height: 56px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #b81725, #761018) !important;
  color: #fff !important;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.dealer-cta-card .btn-primary span {
  color: #fff !important;
}

.dealer-cta-card .btn-primary:hover,
.dealer-cta-card .btn-primary:focus-visible {
  background: linear-gradient(135deg, #c91b2b, #85131d) !important;
}

@media (max-width: 1120px) {
  .dealer-cta-card {
    grid-template-columns: 1fr !important;
  }

  .dealer-cta-card .btn-primary {
    justify-self: start !important;
  }
}

@media (max-width: 780px) {
  .dealer-cta {
    padding: 54px 0 62px !important;
  }

  .dealer-cta-card {
    min-height: 0 !important;
    border-radius: 22px !important;
  }

  .dealer-cta-card h2 {
    font-size: clamp(1.65rem, 9vw, 2.45rem) !important;
  }

  .dealer-cta-points {
    display: grid !important;
  }
}

/* Contact page final treatment */
.contact-page-body {
  background: #f4efe7 !important;
}

.dealer-application-page-body {
  background: #f4efe7 !important;
  overflow-x: hidden;
}

.inner-hero--contact {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.92) 0%, rgba(8, 10, 15, 0.72) 42%, rgba(8, 10, 15, 0.3) 100%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.12), rgba(8, 10, 15, 0.76)),
    url("assets/hero-ferrari.jpg") center 54% / cover no-repeat,
    #080a0f !important;
}

.inner-hero--dealer-application {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.94) 0%, rgba(8, 10, 15, 0.74) 43%, rgba(8, 10, 15, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.1), rgba(8, 10, 15, 0.78)),
    url("assets/audi-rs5.jpg") center 46% / cover no-repeat,
    #080a0f !important;
}

.contact-form-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 96px;
  background:
    linear-gradient(118deg, transparent 0 70%, rgba(18, 20, 25, 0.05) 70.08% 70.24%, transparent 70.34%),
    linear-gradient(180deg, #f4efe7, #fbf7ef);
  color: #111318;
}

.dealer-application-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 96px;
  background:
    linear-gradient(118deg, transparent 0 70%, rgba(18, 20, 25, 0.05) 70.08% 70.24%, transparent 70.34%),
    linear-gradient(180deg, #f4efe7, #fbf7ef);
  color: #111318;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
  gap: 18px;
  align-items: stretch;
}

.contact-info-card,
.contact-form.booking-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(249, 246, 240, 0.86)),
    #fffaf3 !important;
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.12) !important;
}

.contact-info-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
  padding: clamp(26px, 3vw, 40px);
}

.contact-info-card h2,
.contact-form-head h2 {
  max-width: 560px;
  margin: 0 0 12px;
  color: #111318;
  font-size: clamp(1.75rem, 3vw, 3.15rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.contact-info-card p:not(.eyebrow),
.contact-form-head p {
  max-width: 560px;
  margin: 0;
  color: rgba(18, 20, 25, 0.64);
  line-height: 1.68;
}

.contact-info-list {
  display: grid;
  gap: 10px;
}

.contact-info-list a,
.contact-info-static {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid rgba(18, 20, 25, 0.1);
  color: #111318;
  text-decoration: none;
}

.contact-info-list a > span,
.contact-info-static > span {
  color: #e1182b;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-info-list strong,
.contact-info-static strong {
  font-size: 1rem;
}

.dealer-application-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.dealer-application-points article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(18, 20, 25, 0.1);
}

.dealer-application-points article > span {
  grid-row: span 2;
  color: #e1182b;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.dealer-application-points strong {
  color: #111318;
  font-size: 1rem;
  line-height: 1.2;
}

.dealer-application-points p {
  margin: 0;
  color: rgba(18, 20, 25, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.dealer-application-page-body .inner-hero-copy,
.dealer-application-page-body .contact-info-card,
.dealer-application-page-body .contact-form.booking-form {
  min-width: 0;
}

.dealer-application-flow {
  display: grid;
  gap: 18px;
}

.dealer-application-page-body .contact-form-layout {
  align-items: start;
}

.dealer-application-form-layout {
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
  justify-content: stretch;
}

.dealer-application-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
  padding-block: clamp(18px, 2.2vw, 24px) !important;
}

.dealer-application-intro-title {
  display: grid;
  gap: 10px;
}

.dealer-application-intro-title h2 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(1.55rem, 2.75vw, 2.65rem);
}

.dealer-application-intro-title .eyebrow {
  margin: 0;
}

.dealer-application-intro-text {
  display: grid;
  gap: 12px;
}

.dealer-application-intro-text p {
  max-width: 660px;
  margin: 0;
  line-height: 1.48;
}

.dealer-application-benefits {
  gap: 18px;
}

.dealer-application-benefits h2 {
  max-width: 380px;
  font-size: clamp(1.35rem, 2.1vw, 2.05rem);
  line-height: 1.04;
}

.dealer-application-benefits .dealer-application-points {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 2px;
}

.dealer-application-benefits .dealer-application-points article {
  padding: 11px 0;
}

.dealer-application-benefits .dealer-application-points p {
  font-size: 0.82rem;
  line-height: 1.42;
}

.contact-form.booking-form {
  display: grid;
  gap: 22px;
  overflow: visible;
  padding: clamp(26px, 3vw, 40px) !important;
}

.contact-form-head {
  margin-bottom: 4px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form.booking-form label {
  display: grid;
  gap: 8px;
  color: rgba(18, 20, 25, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
}

.contact-form.booking-form .contact-dealer-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: rgba(18, 20, 25, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
}

.contact-form.booking-form .contact-dealer-select {
  position: relative;
  z-index: 50;
  min-width: 0;
}

.contact-form.booking-form .contact-dealer-select .booking-dealer-button {
  min-height: 50px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.contact-form.booking-form .contact-dealer-select .booking-dealer-button strong {
  font-size: 0.92rem;
}

.contact-form.booking-form .contact-dealer-select .booking-dealer-button small {
  display: none;
}

.contact-form.booking-form .contact-dealer-select .booking-dealer-panel {
  left: auto;
  right: 0;
  z-index: 120;
  width: min(540px, calc(100vw - 32px));
  max-height: min(360px, calc(100vh - 150px));
}

.contact-form.booking-form .contact-dealer-select .booking-dealer-list {
  max-height: min(240px, calc(100vh - 260px));
}

.contact-form.booking-form input,
.contact-form.booking-form select,
.contact-form.booking-form textarea {
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(18, 20, 25, 0.11) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #111318 !important;
  box-shadow: none !important;
}

.contact-form.booking-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form.booking-form .custom-select__button {
  min-height: 50px;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.contact-form.booking-form .custom-select__list {
  border-radius: 12px !important;
}

.contact-checkbox {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: center;
  gap: 10px !important;
}

.contact-checkbox input {
  width: 18px !important;
  min-height: 18px !important;
  height: 18px !important;
  accent-color: #e1182b;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}

.contact-form-actions .btn-primary {
  border: 0;
  background: linear-gradient(135deg, #b81725, #761018);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.contact-form-actions .btn-primary span {
  color: #fff;
}

.contact-form-actions .form-status {
  min-height: 0;
  margin: 0;
  color: rgba(18, 20, 25, 0.62);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .contact-form-layout,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-section {
    padding: 62px 0 72px;
  }

  .dealer-application-section {
    padding: 62px 0 72px;
  }

  .dealer-application-intro,
  .dealer-application-form-layout {
    grid-template-columns: 1fr;
  }

  .dealer-application-intro .eyebrow,
  .dealer-application-intro h2,
  .dealer-application-intro p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  .dealer-application-benefits .dealer-application-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .dealer-application-page-body .container,
  .dealer-application-page-body .contact-form-layout {
    width: min(calc(100vw - 28px), var(--max)) !important;
    max-width: calc(100vw - 28px);
  }

  .dealer-application-page-body .contact-info-card,
  .dealer-application-page-body .contact-form.booking-form {
    width: 100%;
    max-width: 100%;
    padding: 22px !important;
  }

  .dealer-application-page-body .inner-hero-copy h1 {
    max-width: 340px;
    font-size: clamp(2.25rem, 11vw, 3.15rem);
    line-height: 0.95;
    overflow-wrap: break-word;
  }

  .dealer-application-page-body .inner-hero-copy > p:not(.eyebrow) {
    max-width: 340px;
    overflow-wrap: break-word;
  }

  .dealer-application-page-body .inner-hero-signals span {
    max-width: 100%;
  }

  .dealer-application-card h2,
  .dealer-application-form h2 {
    max-width: 300px;
    font-size: clamp(1.55rem, 8.5vw, 2.25rem);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .dealer-application-page-body .contact-info-card p,
  .dealer-application-page-body .dealer-application-points p,
  .dealer-application-page-body .contact-form-head p {
    overflow-wrap: break-word;
  }

  .dealer-application-page-body .contact-form.booking-form input,
  .dealer-application-page-body .contact-form.booking-form select,
  .dealer-application-page-body .contact-form.booking-form textarea,
  .dealer-application-page-body .contact-form.booking-form .custom-select,
  .dealer-application-page-body .contact-form.booking-form .custom-select__button {
    max-width: 100%;
    min-width: 0;
  }

  .dealer-application-form .btn-primary {
    width: 100%;
    max-width: 100%;
    padding-inline: 18px;
  }
}

/* Guarantees page */
.guarantee-page-body {
  min-height: 100vh;
  overflow-x: hidden;
  background: #f4efe7 !important;
  color: #111318;
}

.inner-hero--guarantees {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.94) 0%, rgba(8, 10, 15, 0.72) 44%, rgba(8, 10, 15, 0.24) 100%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.08), rgba(8, 10, 15, 0.78)),
    url("assets/bench-tool.jpg") center 48% / cover no-repeat,
    #080a0f !important;
}

.guarantee-terms-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 96px;
  background:
    linear-gradient(118deg, transparent 0 69%, rgba(18, 20, 25, 0.052) 69.08% 69.24%, transparent 69.34%),
    radial-gradient(ellipse at 92% 8%, rgba(255, 255, 255, 0.64), transparent 34%),
    linear-gradient(180deg, #f4efe7, #fbf7ef);
  color: #111318;
}

.guarantee-terms-section::before {
  content: "";
  position: absolute;
  left: max(-170px, calc((100vw - var(--max)) / 2 - 230px));
  top: 78px;
  width: 440px;
  height: 150px;
  background: linear-gradient(135deg, rgba(18, 20, 25, 0.04), transparent 72%);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  pointer-events: none;
}

.guarantee-terms-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.guarantee-lead-card,
.guarantee-feature-card,
.guarantee-term-card,
.guarantee-exclusion-card,
.guarantee-contact-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 246, 240, 0.86)),
    #fffaf3;
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.1);
}

.guarantee-lead-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: start;
  padding: clamp(28px, 4vw, 50px);
}

.guarantee-lead-card h2,
.guarantee-term-card h2,
.guarantee-contact-strip h2 {
  max-width: 680px;
  margin: 0;
  color: #111318;
  font-size: clamp(1.9rem, 4.2vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.guarantee-lead-copy {
  display: grid;
  gap: 14px;
}

.guarantee-lead-copy p,
.guarantee-feature-card p,
.guarantee-term-card p,
.guarantee-contact-strip p {
  margin: 0;
  color: rgba(18, 20, 25, 0.64);
  line-height: 1.7;
}

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

.guarantee-feature-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 280px;
  padding: clamp(22px, 2.7vw, 34px);
}

.guarantee-feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e1182b, transparent);
}

.guarantee-feature-card svg,
.guarantee-exclusion-card svg {
  width: 34px;
  height: 34px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guarantee-feature-card span {
  display: inline-flex;
  color: #e1182b;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.guarantee-feature-card h3,
.guarantee-exclusion-card h3 {
  margin: 0;
  color: #111318;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.guarantee-responsibility-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(300px, 0.38fr);
  gap: 14px;
  align-items: stretch;
}

.guarantee-term-card,
.guarantee-exclusion-card {
  padding: clamp(26px, 3.2vw, 42px);
}

.guarantee-term-card {
  display: grid;
  gap: 16px;
}

.guarantee-exclusion-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(24, 26, 32, 0.97), rgba(13, 15, 20, 0.95)),
    #111318;
  color: #fff;
}

.guarantee-exclusion-card h3 {
  margin-top: 18px;
  color: #fff;
}

.guarantee-exclusion-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guarantee-exclusion-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.guarantee-exclusion-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e1182b;
  transform: translateY(-50%);
}

.guarantee-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 3.2vw, 42px);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 250, 243, 0.88) 56%, rgba(255, 245, 240, 0.92) 100%),
    #fffaf3;
}

.guarantee-contact-strip h2 {
  font-size: clamp(1.55rem, 3vw, 2.65rem);
}

.guarantee-contact-strip p {
  max-width: 760px;
  margin-top: 10px;
}

.guarantee-contact-strip .btn-primary {
  justify-self: end;
  gap: 10px;
  min-width: 0;
  border: 0;
  background: linear-gradient(135deg, #b81725, #761018);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.guarantee-contact-strip .btn-primary span {
  color: #fff;
}

@media (max-width: 980px) {
  .guarantee-lead-card,
  .guarantee-feature-grid,
  .guarantee-responsibility-layout,
  .guarantee-contact-strip {
    grid-template-columns: 1fr;
  }

  .guarantee-feature-card {
    min-height: 0;
  }

  .guarantee-contact-strip .btn-primary {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .guarantee-terms-section {
    padding: 62px 0 72px;
  }

  .guarantee-page-body .nav-toggle {
    display: grid !important;
    place-items: center !important;
    justify-self: end !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 10px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
      rgba(12, 13, 16, 0.42) !important;
    color: #fff !important;
  }

  .guarantee-page-body .container {
    width: min(calc(100vw - 28px), var(--max)) !important;
    max-width: calc(100vw - 28px);
  }

  .guarantee-page-body .inner-hero-grid,
  .guarantee-page-body .inner-hero-copy,
  .guarantee-lead-copy,
  .guarantee-lead-card,
  .guarantee-feature-card,
  .guarantee-term-card,
  .guarantee-exclusion-card,
  .guarantee-contact-strip {
    min-width: 0;
    max-width: 100%;
  }

  .guarantee-page-body .inner-hero-copy h1 {
    font-size: clamp(2.3rem, 10.6vw, 2.82rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .guarantee-page-body .inner-hero-copy > p:not(.eyebrow),
  .guarantee-lead-copy p,
  .guarantee-feature-card p,
  .guarantee-term-card p,
  .guarantee-exclusion-card li,
  .guarantee-contact-strip p {
    max-width: calc(100vw - 70px);
  }

  .guarantee-page-body h2,
  .guarantee-page-body h3,
  .guarantee-page-body p,
  .guarantee-page-body li {
    overflow-wrap: anywhere;
  }

  .guarantee-lead-card,
  .guarantee-feature-card,
  .guarantee-term-card,
  .guarantee-exclusion-card,
  .guarantee-contact-strip {
    border-radius: 16px;
  }

  .guarantee-lead-card h2,
  .guarantee-term-card h2 {
    font-size: clamp(1.75rem, 9vw, 2.65rem);
    line-height: 1.02;
  }

  .guarantee-contact-strip .btn-primary {
    width: 100%;
  }
}

/* Pricing and services page */
.pricing-page-body {
  background: #f4efe7 !important;
  color: #111318;
}

.inner-hero--pricing {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.92) 0%, rgba(8, 10, 15, 0.72) 44%, rgba(8, 10, 15, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.08), rgba(8, 10, 15, 0.76)),
    url("assets/audi-rs5.jpg") center 46% / cover no-repeat,
    #080a0f !important;
}

.prices-packages-section,
.prices-services-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, transparent 0 72%, rgba(18, 20, 25, 0.055) 72.08% 72.22%, transparent 72.34%),
    linear-gradient(180deg, #f4efe7, #fbf7ef);
  color: #111318;
}

.prices-packages-section {
  padding: 86px 0 92px;
}

.prices-services-section {
  padding: 24px 0 96px;
}

.prices-section-head {
  display: grid;
  max-width: 860px;
  gap: 14px;
  margin: 0 0 34px;
}

.prices-section-head h2 {
  max-width: 820px;
  margin: 0;
  color: #111318;
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.prices-section-head p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(18, 20, 25, 0.64);
  font-size: 1.02rem;
  line-height: 1.72;
}

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

.pricing-package-card,
.service-price-card,
.addon-table-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 246, 240, 0.86)),
    #fffaf3;
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.11);
}

.pricing-package-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
  min-height: 100%;
}

.pricing-package-card--featured {
  border-color: rgba(225, 24, 43, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 245, 238, 0.9)),
    #fffaf3;
}

.pricing-package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pricing-package-top svg,
.service-price-card svg {
  width: 28px;
  height: 28px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-package-top span,
.service-price-card > span {
  color: #e1182b;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pricing-package-card h3,
.service-price-card h3,
.addon-table-head h3 {
  margin: 0;
  color: #111318;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-package-card p,
.service-price-card p,
.addon-table-head p,
.addon-note {
  margin: 0;
  color: rgba(18, 20, 25, 0.64);
  line-height: 1.64;
}

.price-number,
.service-price-card strong {
  display: block;
  color: #111318;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.pricing-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(18, 20, 25, 0.1);
  list-style: none;
}

.pricing-package-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(18, 20, 25, 0.74);
  font-weight: 800;
}

.pricing-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e1182b;
  transform: translateY(-50%);
}

.pricing-package-card .btn {
  align-self: end;
  justify-self: start;
}

.service-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-price-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 2.5vw, 30px);
}

.service-price-card p {
  font-size: 0.96rem;
}

.service-price-card strong {
  margin-top: 6px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
}

.prices-addon-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
  gap: 14px;
  margin-top: 14px;
}

.service-price-card--wide {
  min-height: 100%;
}

.addon-table-card {
  padding: clamp(22px, 2.5vw, 30px);
}

.addon-table-head {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(240px, 0.38fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 20px;
}

.addon-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 20, 25, 0.1);
}

.addon-table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(18, 20, 25, 0.1);
}

.addon-table div::before {
  display: none !important;
}

.addon-table div:nth-child(odd) {
  padding-right: 18px;
}

.addon-table div:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid rgba(18, 20, 25, 0.1);
}

.addon-table span {
  color: rgba(18, 20, 25, 0.78);
  font-weight: 850;
}

.addon-table strong {
  color: #111318;
  font-weight: 950;
  white-space: nowrap;
}

.addon-note {
  margin-top: 16px;
  color: rgba(18, 20, 25, 0.58);
  font-size: 0.92rem;
}

.pricing-page-body .price-guide-section {
  padding-top: 86px;
}

@media (max-width: 1120px) {
  .pricing-package-grid,
  .service-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prices-addon-layout,
  .addon-table-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .prices-packages-section {
    padding: 62px 0 72px;
  }

  .prices-services-section {
    padding: 8px 0 72px;
  }

  .pricing-package-grid,
  .service-price-grid,
  .addon-table {
    grid-template-columns: 1fr;
  }

  .addon-table div:nth-child(odd),
  .addon-table div:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }

  .prices-section-head h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
}

/* Pricing page rebuild aligned with the homepage */
.pricing-page-body {
  background: #0f1116 !important;
}

.pricing-page-body .inner-hero--pricing {
  min-height: 620px;
  padding-bottom: 96px;
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.94) 0%, rgba(8, 10, 15, 0.74) 45%, rgba(8, 10, 15, 0.34) 100%),
    linear-gradient(180deg, rgba(8, 10, 15, 0.08), rgba(8, 10, 15, 0.72)),
    url("assets/audi-rs5.jpg") center 44% / cover no-repeat,
    #080a0f !important;
}

.price-cockpit-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 96px;
  background:
    linear-gradient(112deg, transparent 0 66%, rgba(255, 255, 255, 0.07) 66.08% 66.24%, transparent 66.34%),
    linear-gradient(180deg, #0d0f14 0%, #171a20 58%, #101218 100%);
  color: #fff;
}

.price-cockpit-section::before,
.price-booking-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 36%, rgba(255, 255, 255, 0.045) 36.08% 36.18%, transparent 36.3%),
    linear-gradient(112deg, transparent 0 78%, rgba(255, 255, 255, 0.04) 78.08% 78.18%, transparent 78.3%);
  pointer-events: none;
}

.price-cockpit-section .container,
.price-services-section .container,
.price-booking-strip .container {
  position: relative;
  z-index: 1;
}

.price-cockpit-head,
.price-services-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.price-cockpit-head h2,
.price-services-head h2,
.price-booking-card h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.price-cockpit-head p:not(.eyebrow),
.price-services-head p:not(.eyebrow),
.price-booking-card p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.98rem, 1.2vw, 1.14rem);
  line-height: 1.72;
}

.price-cockpit-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
  gap: 22px;
  align-items: stretch;
}

.price-cockpit-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: #111318;
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.24);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.price-cockpit-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.05);
  transform: scale(1.05);
  animation: serviceImageSway 22s ease-in-out infinite alternate;
}

.price-cockpit-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 10, 15, 0.86), rgba(8, 10, 15, 0.12) 56%, rgba(8, 10, 15, 0.42)),
    linear-gradient(118deg, rgba(8, 10, 15, 0.3), transparent 55%);
  pointer-events: none;
}

.price-cockpit-overlay,
.price-cockpit-stats {
  position: absolute;
  z-index: 1;
}

.price-cockpit-overlay {
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(14, 16, 20, 0.66);
  backdrop-filter: blur(16px);
}

.price-cockpit-overlay span,
.price-cockpit-overlay small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-cockpit-overlay span {
  color: #e1182b;
  font-size: 0.74rem;
}

.price-cockpit-overlay strong {
  display: block;
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
}

.price-cockpit-overlay small {
  font-size: 0.76rem;
}

.price-cockpit-stats {
  left: 24px;
  top: 24px;
  display: grid;
  gap: 8px;
}

.price-cockpit-stats span {
  display: grid;
  gap: 2px;
  min-width: 154px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(14, 16, 20, 0.58);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.price-cockpit-stats b {
  color: #fff;
  font-size: 1.15rem;
}

.price-package-stack {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.price-package-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  min-height: 0;
  padding: clamp(22px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.price-package-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e1182b, transparent);
}

.price-package-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

.price-package-card--featured {
  background:
    linear-gradient(135deg, rgba(225, 24, 43, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

.price-package-icon svg,
.price-service-card svg {
  width: 34px;
  height: 34px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-package-card span,
.price-service-card span {
  display: inline-flex;
  margin-bottom: 7px;
  color: #e1182b;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-package-card h3,
.price-service-card h3,
.price-addon-intro h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.42rem, 2.2vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.price-package-card p,
.price-service-card p,
.price-addon-intro p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.58;
}

.price-package-card > strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
  line-height: 1;
  white-space: nowrap;
}

.price-package-card ul {
  grid-column: 2 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.price-package-card li,
.price-addon-list div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}

.price-package-card li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 900;
}

.price-cockpit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b81725, #761018);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition:
    transform 200ms ease,
    background 200ms ease;
}

.price-cockpit-button:hover,
.price-cockpit-button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #c91b2b, #85131d);
}

.price-cockpit-button span {
  color: #fff;
}

.price-services-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 98px;
  background:
    linear-gradient(118deg, transparent 0 70%, rgba(18, 20, 25, 0.055) 70.08% 70.22%, transparent 70.34%),
    linear-gradient(180deg, #f4efe7, #fbf7ef);
  color: #111318;
}

.price-services-section::before {
  content: "";
  position: absolute;
  left: max(-120px, calc((100vw - var(--max)) / 2 - 210px));
  top: 72px;
  width: 440px;
  height: 150px;
  background: linear-gradient(135deg, rgba(225, 24, 43, 0.11), transparent);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  pointer-events: none;
}

.price-services-head p:not(.eyebrow),
.price-service-card p,
.price-addon-intro p {
  color: rgba(18, 20, 25, 0.64);
}

.price-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.price-service-card {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 310px;
  padding: clamp(22px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 240, 0.86)),
    #fffaf3;
  box-shadow: 0 22px 60px rgba(31, 28, 25, 0.1);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.price-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e1182b, transparent);
}

.price-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 24, 43, 0.2);
}

.price-service-card--wide {
  grid-column: span 2;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.96) 0%, rgba(255, 250, 243, 0.82) 58%, rgba(255, 250, 243, 0.18) 100%),
    url("assets/audi-rs5.jpg") right center / auto 112% no-repeat,
    #fffaf3;
}

.price-service-card strong {
  display: block;
  margin-top: auto;
  color: #111318;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  font-weight: 950;
  line-height: 1;
}

.price-addon-board {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 20px;
  background: rgba(18, 20, 25, 0.12);
  box-shadow: 0 24px 64px rgba(31, 28, 25, 0.12);
}

.price-addon-intro {
  padding: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(135deg, rgba(24, 26, 32, 0.96), rgba(13, 15, 20, 0.94)),
    #111318;
  color: #fff;
}

.price-addon-intro p {
  color: rgba(255, 255, 255, 0.64);
}

.price-addon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(18, 20, 25, 0.1);
}

.price-addon-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 16px 18px;
  border: 0;
  background: rgba(255, 250, 243, 0.92);
}

.price-addon-list span {
  color: rgba(18, 20, 25, 0.76);
  font-weight: 900;
}

.price-addon-list strong {
  color: #111318;
  font-weight: 950;
  white-space: nowrap;
}

.price-booking-strip {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  background:
    linear-gradient(180deg, #101218 0%, #15171d 46%, #111318 100%);
}

.price-booking-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 190px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(15, 17, 22, 0.76);
  color: #fff;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.price-booking-card p:not(.eyebrow) {
  max-width: 620px;
}

.pricing-page-body .price-guide-section {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.9), rgba(8, 10, 15, 0.7)),
    url("assets/audi-rs5.jpg") center 46% / cover no-repeat,
    #111318 !important;
  color: #fff;
}

.pricing-page-body .price-guide-section .guide-intro h2,
.pricing-page-body .price-guide-section .guide-intro p {
  color: #fff;
}

.pricing-page-body .price-guide-section .guide-intro p {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1120px) {
  .price-cockpit-head,
  .price-services-head,
  .price-cockpit-layout,
  .price-addon-board {
    grid-template-columns: 1fr;
  }

  .price-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-cockpit-media {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .pricing-page-body .inner-hero--pricing {
    min-height: 520px;
    padding-bottom: 72px;
  }

  .price-cockpit-section,
  .price-services-section {
    padding: 62px 0 70px;
  }

  .price-cockpit-head,
  .price-services-head {
    gap: 18px;
    margin-bottom: 24px;
  }

  .price-cockpit-head h2,
  .price-services-head h2,
  .price-booking-card h2 {
    font-size: clamp(2rem, 11vw, 3.05rem);
    line-height: 1.02;
  }

  .price-cockpit-media {
    min-height: 380px;
    border-radius: 22px;
    clip-path: none;
  }

  .price-cockpit-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }

  .price-cockpit-stats {
    left: 16px;
    top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    right: 16px;
  }

  .price-cockpit-stats span {
    min-width: 0;
  }

  .price-package-card,
  .price-booking-card {
    grid-template-columns: 1fr;
  }

  .price-package-card > strong {
    white-space: normal;
  }

  .price-package-card ul {
    grid-column: auto;
  }

  .price-service-grid,
  .price-addon-list {
    grid-template-columns: 1fr;
  }

  .price-service-card--wide {
    grid-column: span 1;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 240, 0.86)),
      #fffaf3;
  }

  .price-addon-board,
  .price-booking-card {
    border-radius: 22px;
  }

  .price-booking-strip {
    padding: 50px 0 58px;
  }
}

/* Pricing page guide-first rebuild */
.price-guide-first-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 98px;
  background:
    linear-gradient(116deg, rgba(248, 244, 237, 0.96) 0%, rgba(235, 232, 226, 0.96) 54%, rgba(249, 246, 240, 0.98) 100%),
    radial-gradient(circle at 100% 4%, rgba(225, 24, 43, 0.08), transparent 30%);
  color: #111318;
}

.price-guide-first-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(114deg, transparent 0 64%, rgba(18, 20, 25, 0.07) 64.08% 64.2%, transparent 64.32%),
    linear-gradient(114deg, transparent 0 19%, rgba(18, 20, 25, 0.045) 19.08% 19.18%, transparent 19.3%);
  pointer-events: none;
}

.price-guide-first-section .container,
.price-packages-showcase-section .container {
  position: relative;
  z-index: 1;
}

.price-guide-first-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 30px;
}

.price-guide-first-head h2 {
  max-width: 860px;
  margin: 0;
  color: #111318;
  font-size: clamp(2rem, 4.9vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.price-guide-first-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(17, 19, 24, 0.66);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.72;
}

.price-guide-first-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.38fr);
  gap: 20px;
  align-items: start;
}

.price-guide-panel {
  position: relative;
  min-width: 0;
  padding: clamp(14px, 1.8vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(18, 20, 25, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.44);
  box-shadow:
    0 28px 78px rgba(31, 28, 25, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.price-guide-panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -70px;
  width: 260px;
  height: 190px;
  background: linear-gradient(135deg, rgba(225, 24, 43, 0.1), transparent 70%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  pointer-events: none;
}

.price-guide-embed-card {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.86) !important;
}

.price-guide-embed-card .tuning-guide-frame {
  background: transparent !important;
}

.price-start-panel {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.6vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(21, 24, 30, 0.96), rgba(10, 12, 17, 0.94)),
    #111318;
  color: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.price-start-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, transparent 0 72%, rgba(255, 255, 255, 0.055) 72.08% 72.2%, transparent 72.32%),
    radial-gradient(circle at 14% 2%, rgba(225, 24, 43, 0.16), transparent 30%);
  pointer-events: none;
}

.price-start-panel > * {
  position: relative;
  z-index: 1;
}

.price-start-panel h3 {
  margin: -4px 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.price-start-list {
  display: grid;
  gap: 10px;
}

.price-start-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease;
}

.price-start-list article:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.065);
}

.price-start-list svg,
.price-bundle-card-head svg {
  width: 32px;
  height: 32px;
  color: #e1182b;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-start-list span,
.price-bundle-card-head span {
  display: block;
  color: #e1182b;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.price-start-list strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.2;
}

.price-start-list p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.48;
}

.price-start-list b {
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}

.price-packages-showcase-section {
  padding: 88px 0 92px;
  background:
    linear-gradient(90deg, rgba(10, 12, 17, 0.96), rgba(10, 12, 17, 0.86)),
    url("assets/hero-ferrari.jpg") center 48% / cover no-repeat,
    #111318;
}

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

.price-bundle-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 22px;
  min-height: 500px;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(18, 20, 25, 0.78);
  color: #fff;
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.price-bundle-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background:
    linear-gradient(0deg, rgba(225, 24, 43, 0.09), transparent),
    linear-gradient(112deg, transparent 0 54%, rgba(255, 255, 255, 0.05) 54.08% 54.2%, transparent 54.32%);
  pointer-events: none;
}

.price-bundle-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(18, 20, 25, 0.84);
}

.price-bundle-card--featured {
  border-color: rgba(225, 24, 43, 0.42);
  background:
    linear-gradient(150deg, rgba(225, 24, 43, 0.2), rgba(255, 255, 255, 0.04)),
    rgba(21, 18, 22, 0.86);
}

.price-bundle-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price-bundle-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.price-bundle-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.price-bundle-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: clamp(2.3rem, 4.4vw, 4.15rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.price-bundle-card ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-bundle-card li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
}

.price-bundle-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(225, 24, 43, 0.92);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-package-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(260px, 0.34fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(12, 14, 19, 0.72);
  color: #fff;
  backdrop-filter: blur(16px);
}

.price-package-footer h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.price-package-footer p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

@media (max-width: 1120px) {
  .price-guide-first-head,
  .price-guide-first-layout,
  .price-package-footer {
    grid-template-columns: 1fr;
  }

  .price-start-panel {
    position: relative;
    top: auto;
  }

  .price-bundle-grid {
    grid-template-columns: 1fr;
  }

  .price-bundle-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .price-guide-first-section,
  .price-packages-showcase-section {
    padding: 62px 0 70px;
  }

  .price-guide-first-head {
    gap: 18px;
    margin-bottom: 22px;
  }

  .price-guide-first-head h2,
  .price-packages-head h2 {
    font-size: clamp(2rem, 10.5vw, 3.1rem);
    line-height: 1.02;
  }

  .price-guide-panel,
  .price-start-panel,
  .price-bundle-card,
  .price-package-footer {
    border-radius: 20px;
  }

  .price-guide-panel {
    padding: 10px;
  }

  .price-start-list article {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .price-start-list b {
    grid-column: 2;
    white-space: normal;
  }

  .price-bundle-card {
    gap: 18px;
  }

  .price-bundle-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-bundle-ribbon {
    position: static;
    justify-self: start;
    margin-bottom: -6px;
  }

  .price-package-footer .price-cockpit-button {
    width: 100%;
  }
}
