:root {
  --bg: #050706;
  --panel: #0a0f0d;
  --panel-2: #101413;
  --line: #33433b;
  --line-strong: #5c6f62;
  --text: #f1eadc;
  --muted: #c2bdae;
  --soft: #a8aa9f;
  --green: #0f352b;
  --green-2: #17483a;
  --racing-green: #0f352b;
  --racing-green-2: #17483a;
  --green-bright: #c7ad78;
  --green-hot: #dec88d;
  --orange: #c7ad78;
  --champagne: #c7ad78;
  --champagne-hot: #dec88d;
  --steel: #9b9d98;
  --ivory: #f1eadc;
  --black: #0a0d0c;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --radius: 16px;
  --max: 1296px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  line-height: 1.2;
  overflow-x: clip;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
  cursor: pointer;
}

img,
svg {
  max-width: 100%;
}

.hero {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  background: #040605;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  background-image: url("./assets/hero-premium-workshop.jpg");
  background-position: center center;
  background-size: cover;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 7, 6, 0.9) 0%, rgba(4, 7, 6, 0.78) 25%, rgba(4, 7, 6, 0.38) 47%, rgba(4, 7, 6, 0.06) 72%),
    linear-gradient(180deg, rgba(4, 7, 6, 0.12), rgba(4, 7, 6, 0.02) 58%, rgba(5, 7, 6, 0.78));
}

.nav {
  position: fixed;
  top: 26px;
  left: 50%;
  z-index: 30;
  width: min(calc(100% - 112px), var(--max));
  height: 72px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  min-height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.42));
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
  filter: drop-shadow(0 18px 34px rgba(199, 173, 120, 0.2));
  outline: none;
}

.nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(20px, 2.25vw, 27px);
  font-weight: 650;
  line-height: 1.05;
  white-space: nowrap;
  color: #e4dfd2;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
}

.nav__phone-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 0;
  background: url("./assets/lr-ui-icons/phone.png") center / contain no-repeat;
  box-shadow: none;
}

.nav__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 44px;
  padding: 5px;
  border: 1px solid rgba(199, 173, 120, 0.22);
  border-radius: 999px;
  background: rgba(7, 11, 10, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.nav__menu a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(241, 234, 220, 0.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.nav__menu a:hover,
.nav__menu a:focus-visible {
  color: #070908;
  background: linear-gradient(180deg, #ead79f, #c7ad78 58%, #a88c54);
  transform: translateY(-1px);
  outline: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 112px), var(--max));
  min-height: 872px;
  margin: 0 auto;
}

.hero__copy {
  width: min(712px, 100%);
  padding-top: 148px;
}

.eyebrow,
.section-label {
  margin: 0;
  color: #b6a16f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #d7c99d;
  margin-bottom: 20px;
}

h1,
h2,
h3,
p {
  min-width: 0;
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(40px, 3.35vw, 56px);
  line-height: 1.14;
  letter-spacing: 0;
}

.lead {
  width: min(520px, 100%);
  color: #d3ccbd;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 24px;
}

.cta-row,
.actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button--primary {
  background:
    linear-gradient(180deg, rgba(32, 76, 62, 0.96), rgba(12, 42, 34, 0.98)),
    var(--green);
  border-color: rgba(199, 173, 120, 0.62);
  color: var(--ivory);
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.08),
    0 10px 26px rgba(0, 0, 0, 0.18);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: linear-gradient(180deg, var(--champagne-hot), #ad925b);
  border-color: var(--champagne-hot);
  color: #070908;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 0 4px rgba(199, 173, 120, 0.12);
}

.button--accent {
  background: linear-gradient(180deg, var(--champagne-hot), #b99c60);
  border-color: var(--champagne-hot);
  color: #070908;
  box-shadow: 0 14px 34px rgba(199, 173, 120, 0.16);
}

.button--accent:hover,
.button--accent:focus-visible {
  background: linear-gradient(180deg, #f0d99a, var(--champagne));
  border-color: #f0d99a;
  color: #050706;
  box-shadow: 0 18px 44px rgba(199, 173, 120, 0.22);
}

.button--ghost {
  background: rgba(7, 10, 9, 0.58);
  border-color: rgba(199, 173, 120, 0.5);
  color: #f1eadc;
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: linear-gradient(180deg, #ead79f, #c7ad78 58%, #a88c54);
  border-color: #ead79f;
  color: #070908;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 18px 42px rgba(0, 0, 0, 0.3),
    0 0 0 4px rgba(199, 173, 120, 0.12);
}

.hero__facts {
  position: absolute;
  left: 0;
  bottom: -8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
}

.hero__facts article,
.service-board__list article,
.pricing-table article,
.ai-section__layout article,
.seo-clusters__list article,
.steps__grid article,
.trust__list article,
.obsolete-cert article,
details,
.contact-card dl > div {
  border: 1px solid var(--line);
  background: rgba(13, 21, 18, 0.88);
}

.hero__facts article,
.service-board__list article,
.pricing-table article,
.ai-section__layout article,
.seo-clusters__list article,
.steps__grid article,
.trust__list article,
.obsolete-cert article,
details,
.contact-card,
.obsolete-seo-text,
.obsolete-trust-panel {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.hero__facts article:hover,
.service-board__list article:hover,
.pricing-table article:hover,
.ai-section__layout article:hover,
.seo-clusters__list article:hover,
.steps__grid article:hover,
.trust__list article:hover,
.obsolete-cert article:hover,
details:hover,
.contact-card:hover,
.obsolete-seo-text:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 173, 120, 0.7);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(199, 173, 120, 0.12),
    0 0 38px rgba(199, 173, 120, 0.1);
}

.hero__facts article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 128px;
  padding: 18px;
  border: 1px solid rgba(199, 173, 120, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(17, 28, 23, 0.86), rgba(6, 10, 9, 0.62)),
    rgba(9, 15, 13, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.07),
    0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  overflow: hidden;
  position: relative;
}

.hero__facts article::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(135deg, transparent, rgba(199, 173, 120, 0.12));
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.hero__facts article:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.hero__facts article:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 173, 120, 0.62);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(199, 173, 120, 0.1),
    0 0 34px rgba(199, 173, 120, 0.08);
}

.hero__facts article div > span,
.contact-card dt {
  display: block;
  margin-bottom: 8px;
  color: #b6a16f;
  font-size: 12px;
  font-weight: 800;
}

.hero__facts strong {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.fact-icon,
.service-icon,
.trust-icon,
.step-icon,
.price-icon,
.ai-section__big-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: var(--icon-url) center / contain no-repeat;
  box-shadow: none;
}

.fact-icon::before,
.service-icon::before,
.trust-icon::before,
.step-icon::before,
.price-icon::before,
.ai-section__big-icon::before {
  content: "";
  display: none;
}

.fact-icon--phone,
.nav__phone-icon {
  --icon-url: url("./assets/lr-ui-icons/phone.png");
}

.fact-icon--location {
  --icon-url: url("./assets/lr-ui-icons/location.png");
}

.fact-icon--clock {
  --icon-url: url("./assets/lr-ui-icons/clock.png");
}

.section {
  padding: 54px 0;
}

.section__head,
.service-board,
.repair-gallery__grid,
.service-board__list,
.pricing-table,
.pricing__note,
.ai-section__layout,
.seo-clusters__list,
.obsolete-trust-panel,
.trust__body,
.steps__grid,
.actions,
.faq__layout,
.contacts__grid,
.footer {
  width: min(calc(100% - 144px), var(--max));
  margin-inline: auto;
}

.section__head {
  margin-bottom: 28px;
}

.section__head h2 {
  width: min(720px, 100%);
  margin: 8px 0 12px;
  font-size: clamp(36px, 3.7vw, 48px);
  line-height: 1;
}

.section__head p {
  width: min(620px, 100%);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
}

.services {
  padding-top: 54px;
}

.repair-gallery {
  padding-top: 42px;
}

.repair-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.88fr) minmax(0, 0.88fr);
  grid-auto-rows: 220px;
  gap: 18px;
}

.repair-gallery__item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(199, 173, 120, 0.24);
  border-radius: 18px;
  background: #0b100e;
  box-shadow: inset 0 1px 0 rgba(241, 234, 220, 0.05);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.repair-gallery__item--lead {
  grid-row: span 2;
}

.repair-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.01);
  transition: transform 360ms ease, filter 360ms ease;
}

.repair-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 34%, rgba(5, 7, 6, 0.72) 100%),
    linear-gradient(90deg, rgba(5, 7, 6, 0.22), transparent 54%);
  pointer-events: none;
}

.repair-gallery__item figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 9px;
}

.repair-gallery__item span {
  color: var(--champagne-hot);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
}

.repair-gallery__item strong {
  color: var(--ivory);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.26;
}

.repair-gallery__item--lead strong {
  max-width: 460px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.22;
}

.repair-gallery__item:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 173, 120, 0.62);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(199, 173, 120, 0.1);
}

.repair-gallery__item:hover img {
  filter: saturate(1.05) contrast(1.08);
  transform: scale(1.045);
}

.service-board__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.service-board__list article {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 26px;
  border-radius: var(--radius);
  animation: cardRise 520ms ease both;
}

.service-board__list article:nth-child(2) {
  animation-delay: 60ms;
}

.service-board__list article:nth-child(3) {
  animation-delay: 120ms;
}

.service-board__list article:nth-child(4) {
  animation-delay: 180ms;
}

.service-board__list article:nth-child(5) {
  animation-delay: 240ms;
}

.service-board__list article:nth-child(6) {
  animation-delay: 300ms;
}

.service-board__list article:nth-child(7) {
  animation-delay: 360ms;
}

.service-board__list article:nth-child(8) {
  animation-delay: 420ms;
}

.service-board__list article::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(199, 173, 120, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(15, 53, 43, 0.22), transparent 48%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.service-board__list article:hover {
  transform: translateY(-7px) scale(1.015);
}

.service-board__list article:hover::after {
  opacity: 1;
}

.pricing {
  padding-top: 40px;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0), rgba(9, 18, 14, 0.44), rgba(5, 7, 6, 0));
}

.pricing-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.pricing-table article {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(16, 24, 21, 0.96), rgba(8, 12, 11, 0.96)),
    #0c1110;
}

.pricing-table article::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.pricing-table article:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.pricing-table span {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid rgba(199, 173, 120, 0.38);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--champagne-hot);
  font-size: 12px;
  font-weight: 800;
}

.pricing-table h3 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.12;
}

.pricing-table strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ivory);
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.1;
}

.pricing-table p,
.pricing__note {
  color: var(--muted);
  line-height: 1.45;
}

.pricing__note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(95, 143, 123, 0.52);
  border-radius: var(--radius);
  background: rgba(13, 21, 18, 0.78);
}

.service-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.service-icon::before {
  display: none;
}

.service-icon--scan,
.price-icon--diagnostics,
.trust-icon--diagnostic {
  --icon-url: url("./assets/lr-ui-icons/diagnostics.png");
}

.service-icon--check,
.trust-icon--approve {
  --icon-url: url("./assets/lr-ui-icons/shield.png");
}

.service-icon--engine,
.price-icon--engine {
  --icon-url: url("./assets/lr-ui-icons/engine.png");
}

.service-icon--wheel,
.price-icon--suspension {
  --icon-url: url("./assets/lr-ui-icons/suspension.png");
}

.service-icon--bolt,
.price-icon--electronics {
  --icon-url: url("./assets/lr-ui-icons/electronics.png");
}

.service-icon--gear,
.price-icon--gearbox {
  --icon-url: url("./assets/lr-ui-icons/gearbox.png");
}

.service-icon--chip {
  --icon-url: url("./assets/lr-ui-icons/electronics.png");
}

.service-icon--parts {
  --icon-url: url("./assets/lr-ui-icons/parts.png");
}

.price-icon--steering {
  --icon-url: url("./assets/lr-ui-icons/steering.png");
}

.pricing__note-icon {
  width: 64px;
  height: 64px;
}

.pricing__note-icon::before {
  display: none;
}

.service-board__list h3,
.steps__grid h3 {
  font-size: 22px;
  line-height: 1.08;
  margin-bottom: 12px;
}

.service-board__list p,
.steps__grid p,
.trust__list p,
.obsolete-cert p {
  color: var(--muted);
  line-height: 1.4;
}

.obsolete-trust-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #0b100e;
  margin-bottom: 24px;
}

.obsolete-trust-panel h2 {
  margin-bottom: 18px;
  font-size: 28px;
}

.obsolete-cert {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.obsolete-cert article {
  min-height: 164px;
  padding: 18px;
  border-radius: 14px;
  background: #0c1110;
}

.obsolete-cert span {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #395849, #16211d);
}

.obsolete-cert h3,
.trust__list h3 {
  font-size: 16px;
  line-height: 1.2;
}

.trust__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.trust__photo {
  min-height: 420px;
  border: 1px solid #34554a;
  border-radius: 30px;
  background-image:
    linear-gradient(180deg, rgba(5, 7, 6, 0.08), rgba(5, 7, 6, 0.28)),
    url("./assets/optimized/08-service-handoff.jpg");
  background-size: cover;
  background-position: center;
}

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

.trust__list article {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 210px;
  padding: 24px;
  border-radius: var(--radius);
  animation: slideFromRight 680ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.trust__list article:nth-child(2) {
  animation-delay: 120ms;
}

.trust__list article:nth-child(3) {
  animation-delay: 240ms;
}

.trust-icon {
  width: 64px;
  height: 64px;
  margin: 0;
}

.trust-icon::before {
  display: none;
}

.trust-icon--brand {
  --icon-url: url("./assets/lr-ui-icons/gearbox.png");
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.steps__grid article {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border-radius: var(--radius);
  background: #0c1110;
  animation: cardRise 560ms ease both;
}

.steps__grid article:nth-child(2) {
  animation-delay: 100ms;
}

.steps__grid article:nth-child(3) {
  animation-delay: 200ms;
}

.steps__grid article:nth-child(4) {
  animation-delay: 300ms;
}

.step-number {
  display: block;
  margin-bottom: 34px;
  color: var(--green-2);
  font-family: var(--font-mono);
  font-size: 44px;
  font-weight: 800;
}

.step-icon {
  position: absolute;
  right: 22px;
  top: 24px;
  margin: 0;
  width: 58px;
  height: 58px;
}

.step-icon--request {
  --icon-url: url("./assets/lr-ui-icons/ai.png");
}

.step-icon--call {
  --icon-url: url("./assets/lr-ui-icons/phone.png");
}

.step-icon--slot {
  --icon-url: url("./assets/lr-ui-icons/calendar.png");
}

.step-icon--repair {
  --icon-url: url("./assets/lr-ui-icons/diagnostics.png");
}

.actions {
  margin-top: 26px;
}

.ai-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0), rgba(18, 31, 25, 0.36) 48%, rgba(5, 7, 6, 0)),
    var(--bg);
}

.ai-section__layout,
.seo-clusters__list {
  display: grid;
  gap: 18px;
}

.ai-section__layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.seo-clusters__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-section__layout article,
.seo-clusters__list article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 0%, rgba(199, 173, 120, 0.1), transparent 32%),
    #0c1110;
}

.seo-clusters__list article {
  min-height: 210px;
}

.ai-section__layout article::after,
.seo-clusters__list article::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.ai-section__layout article:hover::after,
.seo-clusters__list article:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.ai-section__icon {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(199, 173, 120, 0.42);
  border-radius: 12px;
  background: rgba(199, 173, 120, 0.08);
  color: var(--champagne-hot);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 800;
}

.ai-section__layout h3,
.seo-clusters__list h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
}

.ai-section__layout p,
.seo-clusters__list p {
  color: var(--muted);
  line-height: 1.45;
}

.ai-section__layout .button {
  margin-top: 8px;
}

.faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.faq__items {
  display: grid;
  gap: 10px;
}

details {
  border-radius: 14px;
  background: #0c1110;
}

summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
}

summary:hover {
  color: var(--champagne-hot);
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--champagne);
  font-family: var(--font-mono);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: -4px 22px 20px;
  color: var(--muted);
  line-height: 1.45;
}

.obsolete-seo-text {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #101413, #070909);
}

.obsolete-seo-text p {
  color: var(--muted);
  line-height: 1.5;
}

.contacts__grid {
  display: grid;
  grid-template-columns: 452px 1fr;
  gap: 24px;
}

.contact-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #101413, #070909);
}

.contact-card h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.contact-card > p {
  color: #d1cab9;
  line-height: 1.45;
}

.contact-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.contact-card dl > div {
  padding: 12px 13px;
  border-radius: 14px;
  background: #0c1110;
}

.contact-card dd {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
}

.contact-card .button {
  width: 100%;
  text-align: center;
}

.ai-widget {
  position: fixed;
  right: 28px;
  bottom: 96px;
  z-index: 20;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 14px;
  pointer-events: none;
}

.ai-widget__fab,
.ai-widget__panel {
  pointer-events: auto;
}

.ai-widget__fab {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(199, 173, 120, 0.62);
  border-radius: 12px;
  padding: 14px 17px;
  background:
    linear-gradient(135deg, rgba(199, 173, 120, 0.22), rgba(11, 18, 16, 0.96) 52%),
    rgba(9, 14, 13, 0.96);
  color: var(--text);
  font-weight: 800;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 0 0 7px rgba(199, 173, 120, 0.07),
    0 0 30px rgba(199, 173, 120, 0.18);
  backdrop-filter: blur(18px);
  animation: widgetGlow 2.6s ease-in-out infinite;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ai-widget__fab:hover,
.ai-widget__fab:focus-visible {
  transform: translateY(-3px);
  border-color: var(--champagne-hot);
  background:
    linear-gradient(135deg, rgba(199, 173, 120, 0.34), rgba(15, 53, 43, 0.98) 55%),
    rgba(12, 18, 16, 0.98);
  outline: none;
}

.ai-widget__spark {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--champagne-hot);
  box-shadow: 0 0 0 7px rgba(199, 173, 120, 0.14);
}

.ai-widget__spark::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(199, 173, 120, 0.42);
  border-radius: 50%;
  animation: pulse 2.8s ease-out infinite;
}

.ai-widget__panel {
  width: min(420px, calc(100vw - 36px));
  max-height: min(720px, calc(100vh - 112px));
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(199, 173, 120, 0.38);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(17, 24, 22, 0.98), rgba(5, 7, 7, 0.98)),
    var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.ai-widget.is-open .ai-widget__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.ai-widget__top {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.ai-widget__label {
  display: block;
  margin-bottom: 8px;
  color: #b6a16f;
  font-size: 12px;
  font-weight: 800;
}

.ai-widget__top h2 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.08;
}

.ai-widget__close {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0c1110;
  color: #c8d3ce;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease;
}

.ai-widget__close:hover,
.ai-widget__close:focus-visible {
  background: #141d1a;
  border-color: var(--champagne);
  outline: none;
}

.ai-widget__progress {
  height: 4px;
  margin: 20px 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #171914;
}

.ai-widget__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-2), var(--champagne-hot));
  transition: width 220ms ease;
}

.ai-form__step {
  display: none;
  animation: stepIn 180ms ease;
}

.ai-form__step.is-active {
  display: block;
}

.ai-form label,
.ai-form__legend {
  display: block;
  margin-bottom: 10px;
  color: #dce7e2;
  font-size: 15px;
  font-weight: 800;
}

.ai-form input[type="text"],
.ai-form input[type="number"],
.ai-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px 14px;
  background: #0b100f;
  color: var(--text);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ai-form textarea {
  resize: vertical;
  min-height: 118px;
}

.ai-form input:focus,
.ai-form textarea:focus {
  border-color: var(--champagne);
  background: #0e1512;
  box-shadow: 0 0 0 4px rgba(199, 173, 120, 0.12);
}

.ai-model-suggestions {
  display: grid;
  gap: 7px;
  margin-top: 9px;
  padding: 8px;
  border: 1px solid rgba(199, 173, 120, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(18, 34, 29, 0.96), rgba(7, 11, 10, 0.98)),
    #0b100f;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.ai-model-suggestions[hidden] {
  display: none;
}

.ai-model-suggestions__item {
  width: 100%;
  border: 1px solid rgba(199, 173, 120, 0.18);
  border-radius: 11px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.ai-model-suggestions__item:hover,
.ai-model-suggestions__item:focus-visible {
  border-color: rgba(232, 206, 144, 0.72);
  background: rgba(199, 173, 120, 0.12);
  color: #fff8e4;
  outline: none;
  transform: translateY(-1px);
}

.ai-choice {
  display: grid;
  gap: 9px;
}

.ai-choice label {
  margin: 0;
}

.ai-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ai-choice span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: #0b100f;
  color: #dce7e2;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.ai-choice span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d3b35;
}

.ai-choice input:checked + span {
  border-color: var(--champagne);
  background: rgba(199, 173, 120, 0.08);
}

.ai-choice input:checked + span::after {
  background: var(--champagne-hot);
  box-shadow: 0 0 0 6px rgba(199, 173, 120, 0.12);
}

.ai-choice label:hover span {
  transform: translateY(-1px);
  border-color: rgba(199, 173, 120, 0.54);
}

.ai-choice input:focus-visible + span {
  border-color: var(--champagne);
  box-shadow: 0 0 0 4px rgba(199, 173, 120, 0.12);
}

.ai-consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  color: #dce7e2;
  line-height: 1.4;
}

.ai-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--champagne);
}

.ai-consent--result {
  margin: 12px 0 0;
  font-size: 11px;
  color: rgba(220, 231, 226, 0.78);
}

.ai-consent--result span {
  font-weight: 400;
}

.ai-consent--result a {
  color: var(--champagne);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ai-consent--result input {
  width: 16px;
  height: 16px;
}

.ai-form__hint {
  margin: 10px 0 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.4;
}

.ai-form__result output {
  display: block;
  white-space: pre-wrap;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #0b100f;
  color: #dce7e2;
  line-height: 1.42;
}

.ai-form__submit-row {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 10px;
  margin-top: 12px;
}

.ai-form__error {
  min-height: 19px;
  margin: 12px 0 0;
  color: #ffb366;
  font-size: 14px;
}

.ai-form__controls {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.ai-form__back,
.ai-form__next {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background: #0c1110;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.ai-form__next {
  border-color: var(--champagne);
  background: linear-gradient(180deg, var(--champagne-hot), #b99c60);
  color: #070908;
}

.ai-form__back:hover,
.ai-form__back:focus-visible,
.ai-form__next:hover,
.ai-form__next:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.ai-form__back:hover,
.ai-form__back:focus-visible {
  background: #121b18;
  border-color: rgba(199, 173, 120, 0.54);
}

.ai-form__next:hover,
.ai-form__next:focus-visible {
  background: linear-gradient(180deg, #f0d99a, var(--champagne));
  border-color: #f0d99a;
}

.ai-form__back:disabled {
  cursor: default;
  opacity: 0.42;
  transform: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ai-chat {
  display: grid;
  gap: 12px;
}

.ai-chat[hidden] {
  display: none;
}

.ai-chat__messages {
  display: grid;
  max-height: min(48vh, 420px);
  gap: 10px;
  overflow: auto;
  padding-right: 4px;
}

.ai-chat__message {
  max-width: 92%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 13px;
  background: #0b100f;
  color: #dce7e2;
  line-height: 1.45;
}

.ai-chat__message p {
  margin: 0;
}

.ai-chat__message--user {
  justify-self: end;
  border-color: rgba(199, 173, 120, 0.48);
  background: rgba(199, 173, 120, 0.09);
}

.ai-chat__message--assistant {
  justify-self: start;
}

.ai-chat__form {
  display: grid;
  gap: 10px;
}

.ai-chat__form textarea {
  width: 100%;
  min-height: 92px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #0b100f;
  color: var(--text);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ai-chat__form textarea:focus {
  border-color: var(--champagne);
  background: #0e1512;
  box-shadow: 0 0 0 4px rgba(199, 173, 120, 0.12);
}

.ai-chat__actions {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 10px;
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  from {
    opacity: 0.9;
    transform: scale(0.72);
  }
  to {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes widgetGlow {
  0%,
  100% {
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.34),
      0 0 0 7px rgba(199, 173, 120, 0.07),
      0 0 30px rgba(199, 173, 120, 0.18);
  }
  50% {
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.34),
      0 0 0 12px rgba(199, 173, 120, 0.11),
      0 0 46px rgba(199, 173, 120, 0.26);
  }
}

.map-card {
  min-height: 440px;
  border: 1px solid #34554a;
  border-radius: 30px;
  background: #0b100e;
  position: relative;
  overflow: hidden;
}

.map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(15, 53, 43, 0.24), rgba(15, 53, 43, 0.08) 46%, rgba(199, 173, 120, 0.12)),
    linear-gradient(180deg, transparent 42%, rgba(5, 7, 6, 0.28));
  mix-blend-mode: soft-light;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
  filter: saturate(0.78) contrast(1.04) sepia(0.08) hue-rotate(74deg) brightness(0.86);
}

.map-card__label {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: calc(100% - 56px);
  padding: 14px 16px;
  border: 1px solid rgba(199, 173, 120, 0.34);
  border-radius: 14px;
  background: rgba(5, 7, 6, 0.78);
  backdrop-filter: blur(12px);
}

.map-card strong {
  color: #dde7e1;
  font-size: 18px;
}

.map-card span {
  color: var(--soft);
}

.map-card__fallback {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(199, 173, 120, 0.48);
  border-radius: 999px;
  color: var(--ivory);
  background: rgba(5, 12, 10, 0.86);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.map-card__fallback:hover,
.map-card__fallback:focus-visible {
  color: #07100d;
  background: var(--champagne);
}

.footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr) auto;
  align-items: start;
  gap: 24px;
  padding: 18px 0 54px;
  color: #9bb1a7;
  font-size: 13px;
}

.footer__brand {
  display: grid;
  gap: 10px;
  color: #c7d5ce;
}

.footer__brand img {
  width: 190px;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer__brand span {
  color: #c7d5ce;
}

.trademark-note {
  margin: 0;
  color: #8fa79c;
  line-height: 1.45;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.legal-links a {
  color: #c7d5ce;
  transition: color 160ms ease;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--champagne-hot);
  outline: none;
}

.footer__credit {
  grid-column: 1 / -1;
  margin: -6px 0 0;
  color: #8fa79c;
  text-align: center;
}

.footer__credit a {
  color: #c7d5ce;
  text-decoration-color: rgba(199, 173, 120, 0.54);
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.footer__credit a:hover,
.footer__credit a:focus-visible {
  color: var(--champagne-hot);
  text-decoration-color: var(--champagne-hot);
  outline: none;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 19;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  width: min(620px, calc(100vw - 48px));
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(95, 143, 123, 0.62);
  border-radius: 16px;
  background: rgba(8, 13, 11, 0.94);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: #c9d5cc;
  font-size: 13px;
  line-height: 1.4;
}

.cookie-banner a {
  color: var(--champagne-hot);
}

.cookie-banner .button {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
}

body:has(.cookie-banner:not([hidden])) .ai-widget {
  bottom: 132px;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(199, 173, 120, 0.1), transparent 34%),
    var(--bg);
}

.legal-page .nav {
  height: auto;
  padding-bottom: 36px;
}

.legal-doc {
  width: min(calc(100% - 112px), 920px);
  margin: 0 auto;
  padding: 84px 0 96px;
}

.legal-doc h1 {
  font-size: clamp(38px, 5vw, 64px);
}

.legal-doc h2 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 26px;
}

.legal-doc p,
.legal-doc li {
  color: #c9d5cc;
  font-size: 17px;
  line-height: 1.55;
}

.legal-doc ul {
  padding-left: 22px;
}

.legal-note {
  padding: 18px;
  border: 1px solid rgba(199, 173, 120, 0.34);
  border-radius: 16px;
  background: rgba(199, 173, 120, 0.08);
}

.service-board {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.service-board__lead {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.96) 0%, rgba(8, 12, 11, 0.88) 48%, rgba(8, 12, 11, 0.42) 100%),
    url("./assets/optimized/01-engine-diagnostics.jpg") right center / cover no-repeat,
    linear-gradient(145deg, rgba(15, 27, 23, 0.96), rgba(8, 12, 11, 0.98)),
    var(--panel);
}

.service-board__lead > * {
  position: relative;
  z-index: 1;
}

.service-board__lead h3 {
  max-width: 560px;
  margin-bottom: 16px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.service-board__lead p {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.service-board__list {
  width: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 12px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 16, 14, 0.82);
}

.service-board__list article {
  min-height: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(95, 143, 123, 0.28);
  border-radius: 0;
  background: transparent;
  animation: none;
}

.service-board__list article:last-child {
  border-bottom: 0;
}

.service-board__list article::after {
  display: none;
}

.service-board__list article:hover {
  transform: none;
  border-color: rgba(95, 143, 123, 0.28);
  box-shadow: none;
}

.service-board__list h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.service-board__list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.42;
}

.pricing-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 16, 14, 0.84);
}

.pricing-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 180px minmax(220px, 0.8fr);
  gap: 20px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(95, 143, 123, 0.28);
}

.pricing-row:last-child {
  border-bottom: 0;
}

.pricing-row__label {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
}

.pricing-row__label > span:last-child {
  display: inline-block;
}

.pricing-row span {
  color: var(--champagne-hot);
}

.pricing-row__label,
.pricing-row__label span,
.pricing-row .price-icon {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.pricing-row .price-icon {
  display: inline-grid;
  width: 66px;
  height: 66px;
  border: 0;
  border-radius: 0;
}

.pricing-row h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.pricing-row strong {
  color: var(--ivory);
  font-family: var(--font-mono);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  white-space: nowrap;
}

.pricing-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.ai-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  align-items: stretch;
}

.ai-section__primary,
.ai-section__knowledge {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 16, 14, 0.88);
}

.ai-section__primary {
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.96), rgba(8, 12, 11, 0.84) 54%, rgba(8, 12, 11, 0.34)),
    url("./assets/optimized/08-service-handoff.jpg") right center / cover no-repeat,
    linear-gradient(145deg, rgba(17, 36, 29, 0.94), rgba(7, 11, 10, 0.98)),
    var(--panel);
}

.ai-section__knowledge {
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.94), rgba(8, 12, 11, 0.82) 56%, rgba(8, 12, 11, 0.36)),
    url("./assets/optimized/03-ecu-diagnostics.jpg") right center / cover no-repeat,
    rgba(10, 16, 14, 0.88);
}

.ai-section__primary > *,
.ai-section__knowledge > * {
  position: relative;
  z-index: 1;
}

.ai-section__primary h3,
.ai-section__knowledge h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1;
}

.ai-section__big-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
}

.ai-section__big-icon::before {
  display: none;
}

.ai-section__big-icon--calendar {
  --icon-url: url("./assets/lr-ui-icons/calendar.png");
}

.ai-section__big-icon--ai {
  --icon-url: url("./assets/lr-ui-icons/ai.png");
}

.ai-section__primary p,
.ai-section__knowledge p,
.ai-section__knowledge li {
  color: var(--muted);
  line-height: 1.45;
}

.ai-section__knowledge ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ai-section__knowledge li {
  padding-left: 18px;
  position: relative;
}

.ai-section__knowledge li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--champagne-hot);
}

.ai-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.seo-clusters__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-clusters__list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(95, 143, 123, 0.22);
  color: var(--muted);
  line-height: 1.45;
}

.seo-clusters__list p:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.seo-clusters__list strong {
  color: var(--text);
}

@media (max-width: 980px) {
  .nav,
  .hero__content,
  .section__head,
  .repair-gallery__grid,
  .service-board__list,
  .pricing-table,
  .pricing__note,
  .ai-section__layout,
  .seo-clusters__list,
  .obsolete-trust-panel,
  .trust__body,
  .steps__grid,
  .actions,
  .faq__layout,
  .contacts__grid,
  .footer {
    width: min(calc(100% - 48px), var(--max));
  }

  .service-board__list,
  .repair-gallery__grid,
  .pricing-table,
  .ai-section__layout,
  .seo-clusters__list,
  .steps__grid,
  .obsolete-cert {
    grid-template-columns: repeat(2, 1fr);
  }

  .repair-gallery__grid {
    grid-auto-rows: 240px;
  }

  .repair-gallery__item--lead {
    grid-column: span 2;
    grid-row: span 2;
  }

  .trust__body,
  .contacts__grid,
  .faq__layout {
    grid-template-columns: 1fr;
  }

  .trust__photo {
    min-height: 420px;
  }

  .hero__facts {
    width: 100%;
  }

  .ai-widget {
    right: 24px;
    bottom: 22px;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 1040px;
  }

  .hero__image {
    background-position: 72% top;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(4, 7, 6, 0.38), rgba(4, 7, 6, 0.52) 42%, var(--bg)),
      linear-gradient(90deg, rgba(4, 7, 6, 0.74), rgba(4, 7, 6, 0.26));
  }

  .nav,
  .hero__content,
  .section__head,
  .repair-gallery__grid,
  .service-board__list,
  .pricing-table,
  .pricing__note,
  .ai-section__layout,
  .seo-clusters__list,
  .obsolete-trust-panel,
  .trust__body,
  .steps__grid,
  .actions,
  .faq__layout,
  .contacts__grid,
  .footer {
    width: calc(100% - 36px);
  }

  .nav {
    height: auto;
    padding-top: 20px;
  }

  .brand {
    width: 180px;
    min-height: 50px;
    padding: 0;
  }

  .nav__phone {
    font-size: 0;
  }

  .nav__phone-icon {
    display: none;
  }

  .nav__phone::after {
    content: "Позвонить";
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    background: rgba(10, 15, 13, 0.72);
    font-size: 13px;
    font-weight: 800;
  }

  .nav__phone:hover::after,
  .nav__phone:focus-visible::after {
    border-color: var(--champagne-hot);
  }

  .hero__copy {
    padding-top: 120px;
  }

  .hero__content {
    min-height: auto;
    padding-bottom: 36px;
  }

  h1 {
    font-size: 36px;
  }

  .lead {
    font-size: 17px;
  }

  .hero__facts {
    position: static;
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero__facts article {
    min-height: 0;
    padding: 14px;
  }

  .section {
    padding: 44px 0;
  }

  .section__head h2 {
    font-size: 34px;
  }

  .section__head p {
    font-size: 16px;
  }

  .service-board__list,
  .repair-gallery__grid,
  .pricing-table,
  .ai-section__layout,
  .seo-clusters__list,
  .steps__grid,
  .obsolete-cert {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .repair-gallery__grid {
    grid-auto-rows: auto;
  }

  .repair-gallery__item,
  .repair-gallery__item--lead {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .repair-gallery__item figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .repair-gallery__item--lead strong,
  .repair-gallery__item strong {
    font-size: 18px;
    line-height: 1.08;
  }

  .service-board__list article,
  .pricing-table article,
  .ai-section__layout article,
  .seo-clusters__list article,
  .steps__grid article {
    min-height: auto;
    padding: 20px;
  }

  .step-number {
    margin-bottom: 32px;
    font-size: 38px;
  }

  .obsolete-trust-panel {
    padding: 16px;
  }

  .trust__photo {
    min-height: 236px;
    border-radius: 18px;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .ai-widget {
    right: 18px;
    bottom: 16px;
    left: 18px;
  }

  body:has(.cookie-banner:not([hidden])) .ai-widget {
    display: none;
  }

  .ai-widget__fab {
    align-self: flex-end;
    min-height: 52px;
    padding: 12px 14px;
  }

  .ai-widget__panel {
    width: 100%;
    max-height: calc(100vh - 96px);
    padding: 18px;
    border-radius: 16px;
  }

  .ai-widget__top h2 {
    font-size: 21px;
  }

  .ai-form__submit-row,
  .ai-form__controls {
    grid-template-columns: 1fr;
  }

  summary {
    padding: 18px 16px;
    font-size: 16px;
  }

  details p {
    margin-inline: 16px;
  }

  .contact-card,
  .obsolete-seo-text {
    padding: 16px;
  }

  .map-card {
    min-height: 320px;
    border-radius: 20px;
  }

  .map-card iframe {
    min-height: 320px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
  }

  .legal-links {
    justify-content: flex-start;
  }

  .footer__credit {
    grid-column: 1 / -1;
    margin-top: 0;
    text-align: center;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
  }

  .cookie-banner p {
    font-size: 11px;
    line-height: 1.3;
  }

  .cookie-banner .button {
    width: auto;
    min-height: 38px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  .legal-doc {
    width: calc(100% - 36px);
    padding-top: 54px;
  }
}

@media (max-width: 980px) {
  .service-board,
  .ai-section__layout {
    grid-template-columns: 1fr;
  }

  .pricing-table {
    grid-template-columns: 1fr;
  }

  .pricing-row {
    grid-template-columns: 190px minmax(0, 1fr) 150px;
  }

  .pricing-row p {
    grid-column: 2 / 4;
  }

  .seo-clusters__list {
    grid-template-columns: 1fr;
  }

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

  .seo-clusters__list p:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(95, 143, 123, 0.22);
  }

  .seo-clusters__list p:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .service-board__lead,
  .ai-section__primary,
  .ai-section__knowledge {
    min-height: 0;
    padding: 22px;
  }

  .service-board__list {
    padding: 8px 18px;
  }

  .pricing-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .pricing-row p {
    grid-column: auto;
  }

  .ai-section__actions {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Full-bleed service price map */
.pricing {
  padding: 72px 0 42px;
  scroll-margin-top: 24px;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0), rgba(5, 7, 6, 0.28) 18%, rgba(5, 7, 6, 0.12) 78%, rgba(5, 7, 6, 0));
}

.pricing .pricing__note {
  display: none;
}

.pricing-map {
  width: 100%;
  max-width: none;
  min-height: clamp(640px, 58vw, 820px);
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: #050706;
}

.pricing-map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.86) 0%, rgba(5, 7, 6, 0.5) 25%, rgba(5, 7, 6, 0.1) 55%, rgba(5, 7, 6, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.04) 0%, rgba(5, 7, 6, 0.12) 58%, rgba(5, 7, 6, 0.76) 100%);
}

.pricing-map::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: block;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #050706);
}

.pricing-map__target {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.pricing-map > .pricing-map__intro,
.pricing-map > .price-card,
.pricing-map > .pricing-map__actions {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}

.pricing-map > .pricing-map__intro {
  top: clamp(54px, 7vw, 86px);
  left: max(42px, calc((100vw - var(--max)) / 2));
  width: min(520px, 40vw);
  margin: 0;
}

.pricing-map > .pricing-map__intro .section-label {
  color: #d7c99d;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.74);
}

.pricing-map > .pricing-map__intro h2 {
  margin: 14px 0 0;
  color: var(--ivory);
  font-size: clamp(36px, 3.7vw, 48px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 16px 50px rgba(0, 0, 0, 0.84),
    0 2px 0 rgba(0, 0, 0, 0.24);
}

.pricing-map > .pricing-map__intro p:not(.section-label) {
  display: none;
}

.pricing-map > .price-card {
  display: block;
  min-height: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 0;
  background: radial-gradient(ellipse at 22% 50%, rgba(5, 7, 6, 0.62), rgba(5, 7, 6, 0.22) 54%, transparent 78%);
  box-shadow: none;
  backdrop-filter: none;
  color: var(--ivory);
  text-shadow:
    0 2px 2px rgba(0, 0, 0, 0.9),
    0 12px 32px rgba(0, 0, 0, 0.86);
}

.pricing-map > .price-card .price-card__icon {
  display: none;
}

.pricing-map > .price-card h3 {
  max-width: 255px;
  margin: 0 0 6px;
  color: var(--ivory);
  font-size: clamp(16px, 1.28vw, 20px);
  font-weight: 850;
  line-height: 1.06;
}

.pricing-map > .price-card h3::before {
  display: none;
}

.pricing-map > .price-card strong {
  display: block;
  color: var(--champagne-hot);
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 900;
  line-height: 1.02;
}

.pricing-map > .price-card .price-card__line,
.pricing-map > .price-card .price-card__dot {
  display: block;
  position: absolute;
  pointer-events: none;
}

.pricing-map > .price-card .price-card__line {
  height: 2px;
  background: linear-gradient(90deg, rgba(222, 200, 141, 0.08), rgba(222, 200, 141, 0.98));
  box-shadow: 0 0 18px rgba(199, 173, 120, 0.28);
}

.pricing-map > .price-card .price-card__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--champagne-hot);
  box-shadow:
    0 0 0 6px rgba(199, 173, 120, 0.13),
    0 0 24px rgba(199, 173, 120, 0.42);
}

.pricing-map > .price-card--diagnostics {
  left: max(50px, calc((100vw - var(--max)) / 2 + 22px));
  top: 58%;
  width: 260px;
}

.pricing-map > .price-card--diagnostics .price-card__line {
  left: 100%;
  top: 44%;
  width: 98px;
}

.pricing-map > .price-card--diagnostics .price-card__dot {
  left: calc(100% + 94px);
  top: calc(44% - 4px);
}

.pricing-map > .price-card--maintenance {
  left: 42%;
  top: 19%;
  width: 260px;
  transform: none;
}

.pricing-map > .price-card--maintenance .price-card__line {
  left: 32%;
  top: 94%;
  width: 42px;
  transform: rotate(90deg);
  transform-origin: left center;
}

.pricing-map > .price-card--maintenance .price-card__dot {
  left: calc(32% - 4px);
  top: calc(94% + 38px);
}

.pricing-map > .price-card--engine {
  right: max(48px, calc((100vw - var(--max)) / 2 + 36px));
  top: 34%;
  width: 250px;
}

.pricing-map > .price-card--engine .price-card__line {
  right: 100%;
  top: 62%;
  width: 124px;
  transform: rotate(202deg);
  transform-origin: right center;
}

.pricing-map > .price-card--engine .price-card__dot {
  right: calc(100% + 112px);
  top: calc(62% + 42px);
}

.pricing-map > .price-card--electronics {
  left: max(58px, calc((100vw - var(--max)) / 2 + 34px));
  top: 45%;
  width: 260px;
}

.pricing-map > .price-card--electronics .price-card__line {
  left: 96%;
  top: 48%;
  width: 148px;
  transform: rotate(0deg);
}

.pricing-map > .price-card--electronics .price-card__dot {
  left: calc(96% + 144px);
  top: calc(48% - 4px);
}

.pricing-map > .price-card--gearbox {
  left: 30%;
  top: 81%;
  width: 260px;
  transform: none;
}

.pricing-map > .price-card--gearbox .price-card__line {
  left: 64%;
  bottom: 105%;
  width: 112px;
  transform: rotate(-34deg);
  transform-origin: left center;
}

.pricing-map > .price-card--gearbox .price-card__dot {
  left: calc(64% + 89px);
  bottom: calc(105% + 63px);
}

.pricing-map > .price-card--suspension {
  right: 5%;
  top: 68%;
  width: 270px;
}

.pricing-map > .price-card--suspension .price-card__line {
  right: 100%;
  top: 26%;
  width: 210px;
  transform: rotate(180deg);
  transform-origin: right center;
}

.pricing-map > .price-card--suspension .price-card__dot {
  right: calc(100% + 201px);
  top: calc(26% - 4px);
}

.pricing-map > .pricing-map__actions {
  left: max(42px, calc((100vw - var(--max)) / 2));
  bottom: clamp(46px, 5vw, 72px);
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin: 0;
  inset-block-start: auto;
  transform: none;
}

.pricing-map > .pricing-map__actions .button {
  width: auto;
  min-width: 296px;
  min-height: 56px;
}

@media (min-width: 981px) {
  body:has(.cookie-banner:not([hidden])) .pricing-map > .pricing-map__actions {
    bottom: 118px;
  }
}

@media (max-width: 980px) {
  .pricing {
    padding-top: 54px;
  }

  .pricing-map {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 24px 0;
    overflow: visible;
  }

  .pricing-map::before,
  .pricing-map::after {
    display: none;
  }

  .pricing-map__target {
    position: relative;
    grid-column: 1 / -1;
    width: calc(100% + 48px);
    max-width: none;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-inline: -24px;
    object-fit: cover;
    border: 0;
    border-radius: 0;
  }

  .pricing-map > .pricing-map__intro,
  .pricing-map > .price-card,
  .pricing-map > .pricing-map__actions {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .pricing-map > .pricing-map__intro {
    grid-column: 1 / -1;
    margin: 24px 0 4px;
  }

  .pricing-map > .pricing-map__intro h2 {
    font-size: clamp(36px, 6vw, 54px);
    text-shadow: none;
  }

  .pricing-map > .price-card {
    padding: 16px 0 15px;
    border-bottom: 1px solid rgba(199, 173, 120, 0.24);
    background: transparent;
    text-shadow: none;
  }

  .pricing-map > .price-card h3::before {
    display: block;
    margin-bottom: 5px;
    color: #b6a16f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .pricing-map > .price-card--diagnostics h3::before {
    content: "Компьютерная проверка";
  }

  .pricing-map > .price-card--maintenance h3::before {
    content: "Регламент";
  }

  .pricing-map > .price-card--engine h3::before {
    content: "Капот / моторный отсек";
  }

  .pricing-map > .price-card--electronics h3::before {
    content: "ЭБУ / электрика";
  }

  .pricing-map > .price-card--gearbox h3::before {
    content: "Трансмиссия";
  }

  .pricing-map > .price-card--suspension h3::before {
    content: "Колёса / ходовая";
  }

  .pricing-map > .price-card h3 {
    max-width: none;
    font-size: 18px;
  }

  .pricing-map > .price-card strong {
    font-size: 22px;
  }

  .pricing-map > .price-card .price-card__line,
  .pricing-map > .price-card .price-card__dot {
    display: none;
  }

  .pricing-map > .pricing-map__actions {
    grid-column: 1 / -1;
    margin-top: 10px;
  }
}

@media (max-width: 680px) {
  .pricing {
    padding-top: 42px;
    padding-bottom: 72px;
  }

  .pricing-map {
    display: block;
    padding-inline: 18px;
  }

  .pricing-map__target {
    width: calc(100% + 36px);
    aspect-ratio: 16 / 10;
    margin-inline: -18px;
  }

  .pricing-map > .pricing-map__intro {
    margin-top: 22px;
  }

  .pricing-map > .pricing-map__intro h2 {
    font-size: 36px;
    line-height: 0.98;
  }

  .pricing-map > .price-card {
    display: block;
    margin: 0;
    padding-block: 14px;
  }

  .pricing-map > .price-card h3 {
    font-size: 17px;
  }

  .pricing-map > .price-card strong {
    font-size: 21px;
  }

  .pricing-map > .pricing-map__actions {
    margin-top: 18px;
  }

  .pricing-map > .pricing-map__actions .button {
    width: 100%;
    min-width: 0;
  }
}

/* Pricing cards section from selected image-to-code target */
.pricing {
  padding: 76px 0 52px;
}

.pricing-map {
  width: 100%;
  max-width: none;
  min-height: clamp(700px, 58vw, 850px);
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 270px)) minmax(0, 1fr);
  grid-template-rows: auto repeat(3, auto) auto;
  gap: 16px 14px;
  align-items: start;
  padding:
    clamp(54px, 6vw, 82px)
    max(42px, calc((100vw - var(--max)) / 2))
    clamp(54px, 6vw, 78px);
  border: 0;
  border-radius: 0;
  background: #050706;
  overflow: hidden;
}

.pricing-map::before {
  display: block;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.96) 0%, rgba(5, 7, 6, 0.88) 24%, rgba(5, 7, 6, 0.42) 52%, rgba(5, 7, 6, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.04), rgba(5, 7, 6, 0.74) 100%);
}

.pricing-map::after {
  display: block;
  inset: auto 0 0;
  z-index: 1;
  height: 32%;
  background: linear-gradient(180deg, transparent, #050706);
}

.pricing-map__target {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.pricing-map > .pricing-map__intro,
.pricing-map > .price-card,
.pricing-map > .pricing-map__actions {
  position: relative;
  z-index: 2;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  transform: none;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}

.pricing-map > .pricing-map__intro {
  grid-column: 1 / 3;
  grid-row: 1;
  width: min(560px, 100%);
  margin: 0;
}

.pricing-map > .pricing-map__intro .section-label {
  color: #d7c99d;
}

.pricing-map > .pricing-map__intro h2 {
  width: min(520px, 100%);
  margin: 14px 0 0;
  font-size: clamp(36px, 3.7vw, 48px);
  line-height: 1;
  text-wrap: balance;
}

.pricing-map > .pricing-map__intro p:not(.section-label) {
  display: block;
  width: min(430px, 100%);
  margin: 16px 0 0;
  color: #c7c1b2;
  font-size: 17px;
  line-height: 1.38;
}

.pricing-map > .price-card {
  grid-column: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  min-height: 0;
  width: 100%;
  padding: 17px 18px 16px;
  border: 1px solid rgba(199, 173, 120, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(19, 29, 25, 0.88), rgba(5, 8, 7, 0.72)),
    rgba(7, 12, 10, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.07),
    0 18px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  color: var(--ivory);
  text-shadow: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.pricing-map > .price-card:hover,
.pricing-map > .price-card:focus-within {
  transform: translateY(-3px) scale(1.025);
  border-color: rgba(222, 200, 141, 0.58);
  background:
    linear-gradient(135deg, rgba(24, 54, 43, 0.9), rgba(7, 12, 10, 0.78)),
    rgba(7, 12, 10, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.11),
    0 26px 64px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(199, 173, 120, 0.08);
}

.pricing-map > .price-card .price-card__line,
.pricing-map > .price-card .price-card__dot,
.pricing-map > .price-card .price-card__icon {
  display: none;
}

.pricing-map > .price-card h3 {
  max-width: none;
  margin: 0;
  color: var(--ivory);
  font-size: clamp(16px, 1.14vw, 19px);
  font-weight: 780;
  line-height: 1.12;
}

.pricing-map > .price-card strong {
  justify-self: start;
  color: var(--champagne-hot);
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.pricing-map > .price-card--diagnostics {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}

.pricing-map > .price-card--maintenance {
  grid-column: 2;
  grid-row: 2;
}

.pricing-map > .price-card--suspension {
  grid-column: 1;
  grid-row: 3;
}

.pricing-map > .price-card--electronics {
  grid-column: 2;
  grid-row: 3;
}

.pricing-map > .price-card--gearbox {
  grid-column: 1;
  grid-row: 4;
}

.pricing-map > .price-card--engine {
  grid-column: 2;
  grid-row: 4;
}

.pricing-map > .pricing-map__actions {
  grid-column: 1 / 3;
  grid-row: 5;
  display: flex;
  justify-content: flex-start;
  margin-top: 2px;
}

.pricing-map > .pricing-map__actions .button {
  width: auto;
  min-width: 304px;
  min-height: 56px;
}

@media (min-width: 981px) {
  body:has(.cookie-banner:not([hidden])) .pricing-map > .pricing-map__actions {
    margin-bottom: 0;
    bottom: auto;
  }
}

@media (max-width: 980px) {
  .nav {
    gap: 16px;
  }

  .nav__menu {
    display: none;
  }

  .pricing-map {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 24px 36px;
    background: #050706;
  }

  .pricing-map::before,
  .pricing-map::after {
    display: none;
  }

  .pricing-map__target {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: calc(100% + 48px);
    height: auto;
    aspect-ratio: 16 / 9;
    margin-inline: -24px;
    object-fit: cover;
    object-position: center;
  }

  .pricing-map > .pricing-map__intro {
    grid-column: 1;
    grid-row: 2;
    margin-top: 20px;
  }

  .pricing-map > .pricing-map__intro h2 {
    font-size: clamp(34px, 6vw, 48px);
    text-shadow: none;
  }

  .pricing-map > .price-card {
    grid-column: 1;
    width: 100%;
  }

  .pricing-map > .price-card--diagnostics {
    grid-row: 3;
  }

  .pricing-map > .price-card--maintenance {
    grid-row: 4;
  }

  .pricing-map > .price-card--suspension {
    grid-row: 5;
  }

  .pricing-map > .price-card--electronics {
    grid-row: 6;
  }

  .pricing-map > .price-card--gearbox {
    grid-row: 7;
  }

  .pricing-map > .price-card--engine {
    grid-row: 8;
  }

  .pricing-map > .pricing-map__actions {
    grid-column: 1;
    grid-row: 9;
    margin-top: 6px;
  }
}

@media (max-width: 680px) {
  .pricing-map {
    padding: 0 18px 34px;
  }

  body:has(.cookie-banner:not([hidden])) .pricing-map {
    padding-bottom: 132px;
  }

  .pricing-map__target {
    width: calc(100% + 36px);
    aspect-ratio: 16 / 10;
    margin-inline: -18px;
  }

  .pricing-map > .pricing-map__intro h2 {
    font-size: 36px;
  }

  .pricing-map > .price-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 15px 16px;
  }

  .pricing-map > .price-card strong {
    justify-self: start;
    font-size: 21px;
  }

  .pricing-map > .pricing-map__actions .button {
    width: 100%;
    min-width: 0;
  }
}

/* Final polish from browser comments */
.ai-section__layout .ai-section__primary {
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.96), rgba(8, 12, 11, 0.84) 48%, rgba(8, 12, 11, 0.42)),
    url("./assets/lr-ui-icons/calendar.png") right 34px top 28px / min(260px, 42%) auto no-repeat,
    url("./assets/optimized/08-service-handoff.jpg") right center / cover no-repeat,
    linear-gradient(145deg, rgba(17, 36, 29, 0.94), rgba(7, 11, 10, 0.98)),
    var(--panel);
}

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

.pricing-map > .price-card {
  height: 116px;
  min-height: 108px;
  align-content: space-between;
  gap: 16px;
}

.pricing-map > .price-card strong {
  margin-top: 4px;
}

@media (max-width: 680px) {
  .hero__facts article {
    min-height: 0;
    padding: 16px;
    border: 1px solid rgba(199, 173, 120, 0.2);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(17, 28, 23, 0.84), rgba(6, 10, 9, 0.66)),
      rgba(9, 15, 13, 0.82);
  }

  .trust__photo {
    min-height: 220px;
  }

  .trust__list {
    gap: 10px;
  }

  .trust__list article {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 18px;
  }

  .trust-icon {
    width: 48px;
    height: 48px;
  }

  .trust__list h3 {
    margin-bottom: 8px;
  }

  .trust__list p {
    font-size: 16px;
    line-height: 1.35;
  }

  .pricing-map > .price-card {
    height: auto;
    min-height: 96px;
  }

  .ai-section__layout .ai-section__primary {
    background:
      linear-gradient(180deg, rgba(8, 12, 11, 0.92), rgba(8, 12, 11, 0.84)),
      url("./assets/lr-ui-icons/calendar.png") right -18px top 14px / 160px auto no-repeat,
      url("./assets/optimized/08-service-handoff.jpg") center / cover no-repeat,
      var(--panel);
  }
}

/* Refero pass: restrained champagne states, clearer icons, tighter service sections */
.lead {
  margin-bottom: 22px;
}

.hero .cta-row {
  margin-top: 34px;
}

.button--ghost {
  background: rgba(7, 10, 9, 0.58);
  border-color: rgba(199, 173, 120, 0.5);
  color: #f1eadc;
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.06),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: linear-gradient(180deg, #ead79f, #c7ad78 58%, #a88c54);
  border-color: #ead79f;
  color: #070908;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 18px 42px rgba(0, 0, 0, 0.3),
    0 0 0 4px rgba(199, 173, 120, 0.12);
}

.fact-icon,
.service-icon,
.trust-icon,
.step-icon,
.price-icon,
.ai-section__big-icon,
.nav__phone-icon {
  background-size: 90% 90%;
  filter:
    brightness(1.16)
    contrast(1.18)
    saturate(1.08)
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

.service-icon,
.ai-section__big-icon {
  background-size: 88% 88%;
}

.price-card__icon,
.pricing__note-icon,
.trust-icon,
.step-icon {
  background-size: 92% 92%;
}

.service-board__list h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--champagne-hot);
  font-size: 19px;
  font-weight: 800;
}

.service-board__list h3::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--champagne-hot);
  box-shadow: 0 0 0 4px rgba(199, 173, 120, 0.12);
}

.service-board__list p {
  color: #f1eadc;
}

.repair-gallery__item::after {
  background:
    linear-gradient(180deg, transparent 26%, rgba(5, 7, 6, 0.5) 64%, rgba(5, 7, 6, 0.9) 100%),
    linear-gradient(90deg, rgba(5, 7, 6, 0.16), transparent 52%);
}

.repair-gallery__item span {
  font-size: clamp(17px, 1.14vw, 20px);
  line-height: 1.14;
}

.repair-gallery__item strong,
.repair-gallery__item--lead strong {
  font-size: clamp(14px, 0.96vw, 17px);
  font-weight: 400;
}

.repair-gallery__item--lead span {
  font-size: clamp(18px, 1.18vw, 21px);
}

.repair-gallery__item--lead strong {
  font-size: clamp(15px, 1.04vw, 18px);
}

.pricing-map > .pricing-map__intro h2 {
  margin-top: 0;
}

.pricing-map > .price-card {
  min-height: 112px;
  height: 116px;
  padding: 18px 18px 17px;
  border-color: rgba(199, 173, 120, 0.2);
  background:
    linear-gradient(145deg, rgba(13, 24, 20, 0.88), rgba(5, 8, 7, 0.68)),
    rgba(7, 12, 10, 0.76);
}

.pricing-map > .price-card h3 {
  color: #f1eadc;
  font-size: clamp(18px, 1.24vw, 21px);
  font-weight: 720;
  line-height: 1.18;
}

.pricing-map > .price-card strong {
  color: #d8c896;
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.04vw, 18px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.pricing-map > .price-card:hover,
.pricing-map > .price-card:focus-within {
  transform: translateY(-3px);
}

.ai-section__layout {
  align-items: stretch;
}

.ai-section__primary,
.ai-section__knowledge {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 20px;
}

.ai-section__big-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
}

.ai-section__primary h3,
.ai-section__knowledge h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 1.9vw, 30px);
}

.ai-section__primary p,
.ai-section__knowledge p,
.ai-section__knowledge li {
  font-size: 14px;
  line-height: 1.34;
}

.ai-section__knowledge ul {
  gap: 5px;
  margin-top: 10px;
}

.ai-section__card-actions {
  margin-top: auto;
  padding-top: 14px;
}

.ai-section__actions.ai-section__card-actions {
  margin-top: auto;
}

.ai-section__primary .ai-section__card-actions {
  padding-top: 20px;
}

.ai-section__primary .ai-section__card-actions .button {
  transform: translateY(6px);
}

.ai-section__primary .ai-section__card-actions .button:hover,
.ai-section__primary .ai-section__card-actions .button:focus-visible {
  transform: translateY(4px);
}

.ai-section__actions {
  align-items: center;
}

.ai-section__layout .button {
  min-height: 46px;
  padding-block: 12px;
}

.ai-section__actions .button {
  border-color: rgba(199, 173, 120, 0.5);
}

.ai-section__layout .button--primary,
.ai-section__layout .button--ghost {
  border-color: rgba(199, 173, 120, 0.56);
}

.ai-section__layout .button--primary {
  background: rgba(9, 16, 14, 0.72);
  color: var(--champagne-hot);
}

.ai-section__layout .button--primary:hover,
.ai-section__layout .button--primary:focus-visible,
.ai-section__layout .button--ghost:hover,
.ai-section__layout .button--ghost:focus-visible {
  background: linear-gradient(180deg, #ead79f, #c7ad78 58%, #a88c54);
  border-color: #ead79f;
  color: #070908;
}

.nav__phone {
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(199, 173, 120, 0.34);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(5, 7, 6, 0.88), rgba(15, 53, 43, 0.62)),
    rgba(5, 7, 6, 0.7);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(241, 234, 220, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.36);
}

#steps .actions {
  margin-top: 40px;
}

.pricing-map > .pricing-map__actions {
  margin-top: 22px;
}

.ai-section__layout .ai-section__primary {
  background:
    linear-gradient(90deg, rgba(9, 15, 13, 0.94) 0%, rgba(10, 28, 23, 0.86) 47%, rgba(8, 12, 11, 0.62) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.1), rgba(5, 7, 6, 0.48)),
    url("./assets/optimized/08-service-handoff.jpg") right center / cover no-repeat,
    var(--panel);
}

.map-card::before {
  background:
    linear-gradient(135deg, rgba(15, 53, 43, 0.44), rgba(15, 53, 43, 0.26) 45%, rgba(5, 7, 6, 0.32)),
    linear-gradient(180deg, rgba(5, 7, 6, 0.14), rgba(5, 7, 6, 0.42));
  mix-blend-mode: multiply;
}

.map-card iframe {
  filter: grayscale(0.5) sepia(0.18) hue-rotate(80deg) saturate(0.62) contrast(0.92) brightness(0.76);
}

.map-card__label {
  border-color: rgba(95, 143, 123, 0.5);
  background: rgba(8, 32, 26, 0.88);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

.map-card strong {
  color: #dfe8df;
}

.map-card span {
  color: #b9c6bd;
}

/* Browser feedback pass: fixed header, neutral phone, pricing cards, default map */
.nav {
  position: fixed;
  top: 26px;
  left: 50%;
  z-index: 50;
  margin: 0;
  padding-top: 0;
  transform: translateX(-50%);
}

.nav__phone {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.pricing-map {
  gap: 20px 22px;
}

.pricing-map > .price-card {
  display: flex;
  align-items: center;
  width: 100%;
  height: 126px;
  min-height: 126px;
  padding: 20px 22px;
}

.pricing-map > .price-card h3 {
  margin-bottom: 10px;
  color: var(--champagne-hot);
  font-size: clamp(18px, 1.2vw, 21px);
  font-weight: 800;
  line-height: 1.14;
}

.pricing-map > .price-card strong {
  color: #f1eadc;
  font-size: clamp(16px, 1.08vw, 19px);
  font-weight: 800;
  line-height: 1.12;
}

#steps .actions {
  display: none;
}

.map-card {
  border-color: rgba(95, 143, 123, 0.42);
}

.map-card::before {
  display: none;
}

.map-card iframe {
  filter: none;
}

.map-card__label {
  display: none;
}

/* Plain non-fixed hero navigation */
.nav {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  display: flex;
  width: min(calc(100% - 112px), var(--max));
  height: 72px;
  margin: 0 auto;
  padding: 36px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.nav::after {
  display: none;
}

.brand {
  width: 252px;
  min-height: 58px;
}

.nav__menu {
  justify-self: center;
  background: rgba(7, 11, 10, 0.58);
}

.nav__phone {
  justify-self: end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.38),
    0 10px 24px rgba(0, 0, 0, 0.42);
}

@media (max-width: 680px) {
  .hero .cta-row {
    margin-top: 34px;
  }

  .lead {
    margin-bottom: 28px;
  }

  .hero__facts article {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 8px 0;
  }

  .ai-section__primary,
  .ai-section__knowledge {
    min-height: 0;
  }

  .ai-section__layout .ai-section__primary {
    background:
      linear-gradient(180deg, rgba(9, 15, 13, 0.94), rgba(8, 12, 11, 0.72)),
      url("./assets/optimized/08-service-handoff.jpg") center / cover no-repeat,
      var(--panel);
  }

  .nav {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 36px);
    height: auto;
    padding: 20px 0 0;
    transform: none;
  }

  .brand {
    width: 170px;
  }

  .nav__phone {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav__phone::after {
    min-height: 34px;
    border: 0;
    background: transparent;
    color: #f1eadc;
  }
}

/* Mobile readability fixes for service diagnostics and FAQ */
@media (max-width: 680px) {
  .services .section__head,
  .services .service-board,
  .faq .section__head,
  .faq__layout {
    width: calc(100% - 28px);
  }

  .service-board {
    gap: 16px;
  }

  .service-board__lead {
    width: 100%;
    min-height: 0;
    padding: 24px 22px;
    border-radius: 18px;
    background-position: center;
  }

  .service-board__lead h3 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.02;
  }

  .service-board__lead p {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.42;
  }

  .service-board__lead .button {
    margin-top: 8px;
  }

  .service-board__list {
    width: 100%;
    padding: 8px 18px;
    border-radius: 18px;
  }

  .service-board__list article {
    width: 100%;
    padding: 22px 0;
  }

  .service-board__list h3 {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
    font-size: 23px;
    line-height: 1.14;
  }

  .service-board__list h3::before {
    width: 10px;
    height: 10px;
    margin-top: 8px;
  }

  .service-board__list p {
    padding-left: 26px;
    font-size: 19px;
    line-height: 1.42;
  }

  .faq__items {
    gap: 12px;
  }

  .faq__items details {
    border-radius: 14px;
  }

  .faq__items summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    column-gap: 18px;
    min-height: 78px;
    padding: 18px 22px;
    font-size: 18px;
    line-height: 1.18;
  }

  .faq__items summary::after {
    float: none;
    justify-self: center;
    width: 24px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
  }

  .faq__items details p {
    margin: -2px 22px 22px;
    padding-right: 42px;
    font-size: 17px;
    line-height: 1.42;
  }
}
