@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --auto-red: #d71920;
  --auto-red-deep: #a70f15;
  --auto-ink: #121212;
  --auto-charcoal: #25272b;
  --auto-muted: #686b73;
  --auto-line: #e7e7ea;
  --auto-paper: #ffffff;
  --auto-soft: #f6f2f2;
  --auto-cream: #fbf7f4;
}

body[data-page="solutions-automobile"] {
  background: var(--auto-paper);
  color: var(--auto-ink);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

body[data-page="solutions-automobile"] ::selection {
  background: var(--auto-red);
  color: var(--auto-paper);
}

body[data-page="solutions-automobile"] :focus-visible {
  outline: 3px solid var(--auto-red);
  outline-offset: 4px;
}

body[data-page="solutions-automobile"]::-webkit-scrollbar { width: 10px; }
body[data-page="solutions-automobile"]::-webkit-scrollbar-track { background: var(--auto-soft); }
body[data-page="solutions-automobile"]::-webkit-scrollbar-thumb { background: #8f9299; border: 2px solid var(--auto-soft); border-radius: 999px; }

body[data-page="solutions-automobile"] h1,
body[data-page="solutions-automobile"] h2,
body[data-page="solutions-automobile"] h3,
body[data-page="solutions-automobile"] p { margin-top: 0; }

body[data-page="solutions-automobile"] h1,
body[data-page="solutions-automobile"] h2 {
  letter-spacing: -.035em;
  text-wrap: balance;
}

body[data-page="solutions-automobile"] h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.4rem);
  line-height: 1.02;
  margin-bottom: 24px;
}

body[data-page="solutions-automobile"] p {
  color: var(--auto-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

body[data-page="solutions-automobile"] .section { padding: 112px 0; }
body[data-page="solutions-automobile"] .wrap { width: min(1180px, calc(100% - 32px)); }

.auto-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
  min-height: min(810px, calc(100svh - 76px));
  overflow: hidden;
  background: var(--auto-cream);
}

.auto-hero-stage {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  background: #d9d9d7;
}

.auto-hero-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.auto-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(18, 18, 18, .13));
  pointer-events: none;
}

.auto-windshield-card {
  position: absolute;
  z-index: 3;
  left: 12%;
  top: 24%;
  width: 196px;
  padding: 15px;
  color: var(--auto-ink);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(18, 18, 18, .13);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(18, 18, 18, .2);
  transform: perspective(700px) rotateY(-7deg) rotateZ(-2deg);
}

.auto-demo-label {
  display: block;
  margin-bottom: 9px;
  color: var(--auto-red-deep);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.auto-windshield-card > strong { display: block; font-size: 1.05rem; line-height: 1.15; }
.auto-windshield-card > span:not(.auto-demo-label) { display: block; margin-top: 5px; color: var(--auto-muted); font-size: .72rem; }
.auto-windshield-meta { display: flex; gap: 7px; margin: 11px 0; }
.auto-windshield-meta b { padding: 5px 7px; background: var(--auto-soft); border-radius: 5px; font-size: .67rem; }
.auto-qr-row { display: flex; align-items: center; gap: 9px; padding-top: 10px; border-top: 1px solid var(--auto-line); }
.auto-qr-row > span { display: grid; gap: 1px; }
.auto-qr-row strong { font-size: .72rem; }
.auto-qr-row small { color: var(--auto-muted); font-size: .57rem; }
.auto-qr { display: block; width: 82px; height: 82px; flex: 0 0 auto; object-fit: contain; background: var(--auto-paper); box-shadow: 0 0 0 1px var(--auto-line); image-rendering: pixelated; }

.auto-phone {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 14%;
  width: 286px;
  min-height: 550px;
  padding: 13px;
  overflow: hidden;
  background: var(--auto-paper);
  border: 8px solid var(--auto-ink);
  border-radius: 36px;
  box-shadow: 0 30px 54px rgba(17, 18, 20, .3);
}

.auto-phone-top { display: flex; align-items: center; justify-content: space-between; padding: 2px 4px 10px; }
.auto-phone-top img { width: 73px; height: auto; }
.auto-phone-top span { color: var(--auto-muted); font-size: .54rem; font-weight: 700; }
.auto-phone-cover { height: 92px; margin: 0 -13px; background: url("/assets/images/solutions/automobile-forecourt-hero.png") center 42% / cover; }
.auto-phone-identity { display: flex; align-items: center; gap: 10px; margin-top: -22px; padding: 0 5px 12px; }
.auto-phone-identity > span { display: grid; place-items: center; width: 48px; height: 48px; background: var(--auto-ink); color: var(--auto-paper); border: 3px solid var(--auto-paper); border-radius: 50%; font-weight: 800; }
.auto-phone-identity div { display: grid; align-self: end; gap: 1px; }
.auto-phone-identity strong { font-size: .9rem; }
.auto-phone-identity small { color: var(--auto-muted); font-size: .6rem; }
.auto-phone-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding-bottom: 10px; }
.auto-phone-actions span { padding: 8px 3px; background: var(--auto-soft); border-radius: 6px; text-align: center; font-size: .58rem; font-weight: 800; }
.auto-phone-links { display: grid; gap: 7px; }
.auto-phone-links span { display: flex; align-items: center; justify-content: space-between; min-height: 45px; padding: 0 11px; border: 1px solid var(--auto-line); border-radius: 7px; font-size: .7rem; font-weight: 800; }
.auto-phone-links .is-primary { background: var(--auto-red); border-color: var(--auto-red); color: var(--auto-paper); }
.auto-phone-links svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.auto-external-note { display: block; margin: 10px 4px 0; color: var(--auto-muted); font-size: .54rem; line-height: 1.35; }

.auto-signal { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.auto-signal path { fill: none; stroke: var(--auto-red); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.auto-signal circle { fill: var(--auto-paper); stroke: var(--auto-red); stroke-width: 4; vector-effect: non-scaling-stroke; }

.auto-booking-confirmation {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 235px;
  padding: 14px;
  background: var(--auto-paper);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(18, 18, 18, .2);
}
.auto-booking-confirmation svg { width: 35px; height: 35px; padding: 7px; fill: none; stroke: var(--auto-paper); stroke-width: 2.4; background: var(--auto-red); border-radius: 50%; }
.auto-booking-confirmation span { display: grid; gap: 2px; }
.auto-booking-confirmation strong { font-size: .78rem; }
.auto-booking-confirmation small { color: var(--auto-muted); font-size: .62rem; }

.auto-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(28px, 4vw, 72px);
  background: var(--auto-cream);
}

.auto-breadcrumb { display: flex; gap: 8px; margin-bottom: 32px; color: var(--auto-muted); font-size: .78rem; font-weight: 700; }
.auto-breadcrumb a { color: inherit; text-underline-offset: 3px; }
.auto-hero h1 { max-width: 650px; margin: 0 0 25px; font-size: clamp(3.35rem, 5vw, 5.8rem); line-height: .98; letter-spacing: -.04em; }
.auto-hero h1 em { color: var(--auto-red); font-style: normal; }
.auto-hero-copy > p { max-width: 610px; margin-bottom: 30px; color: var(--auto-charcoal); }
.auto-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.auto-actions .button { min-height: 52px; padding-inline: 22px; border-radius: 8px; font-size: .82rem; }
.auto-actions .button:first-child { box-shadow: 0 14px 34px rgba(215, 25, 32, .24); }
.auto-actions .button:hover { transform: translateY(-2px); }
.auto-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 40px; padding-top: 22px; border-top: 1px solid #ded8d2; }
.auto-hero-facts span { display: grid; gap: 3px; color: var(--auto-muted); font-size: .68rem; line-height: 1.35; }
.auto-hero-facts strong { color: var(--auto-ink); font-size: .78rem; }

.auto-proof { background: var(--auto-ink); color: var(--auto-paper); }
.auto-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.auto-proof-grid > div { min-height: 150px; padding: 32px 24px; border-right: 1px solid rgba(255, 255, 255, .14); }
.auto-proof-grid > div:last-child { border-right: 0; }
.auto-proof svg { width: 25px; height: 25px; margin-bottom: 18px; fill: none; stroke: var(--auto-red); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.auto-proof strong, .auto-proof span { display: block; }
.auto-proof strong { margin-bottom: 5px; font-size: .95rem; }
.auto-proof span { color: #c6c7ca; font-size: .78rem; line-height: 1.45; }

.auto-custom-section { background: var(--auto-paper); }
.auto-custom-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.auto-custom-layout > *,
.auto-console-head > *,
.auto-console-qr > *,
.auto-console-footer > * { min-width: 0; }
.auto-custom-copy > p { max-width: 670px; }
.auto-custom-copy strong { color: var(--auto-charcoal); }
.auto-check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.auto-check-list li { position: relative; padding-left: 30px; color: var(--auto-charcoal); font-weight: 700; }
.auto-check-list li::before { content: ""; position: absolute; left: 0; top: .08em; width: 19px; height: 19px; background: var(--auto-red); border-radius: 50%; }
.auto-check-list li::after { content: ""; position: absolute; left: 5px; top: .42em; width: 9px; height: 7px; background: var(--auto-paper); clip-path: polygon(0 42%, 22% 20%, 43% 52%, 82% 0, 100% 18%, 43% 100%); }

.auto-link-console { width: 100%; min-width: 0; padding: clamp(24px, 4vw, 42px); overflow: hidden; background: var(--auto-soft); border-radius: 14px; box-shadow: 0 24px 80px rgba(18, 18, 18, .11); }
.auto-console-head { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.auto-console-head img { width: 38px; height: 38px; object-fit: contain; }
.auto-console-head div { display: grid; gap: 2px; }
.auto-console-head span { color: var(--auto-muted); font-size: .72rem; }
.auto-link-console label { display: block; margin: 18px 0 7px; color: var(--auto-charcoal); font-size: .72rem; font-weight: 800; }
.auto-fake-field { min-height: 49px; padding: 14px 16px; overflow: hidden; background: var(--auto-paper); border: 1px solid var(--auto-line); border-radius: 8px; color: var(--auto-charcoal); font-size: .84rem; text-overflow: ellipsis; white-space: nowrap; }
.auto-url-field { display: flex; justify-content: space-between; gap: 12px; }
.auto-url-field span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.auto-url-field b { color: var(--auto-red-deep); }
.auto-console-qr { display: flex; align-items: center; gap: 22px; margin-top: 26px; padding: 22px; background: var(--auto-paper); border-radius: 10px; }
.auto-qr-large { width: 123px; height: 123px; }
.auto-console-qr div { display: grid; gap: 3px; }
.auto-console-qr span, .auto-console-qr small { color: var(--auto-muted); }
.auto-console-qr span { font-size: .8rem; }
.auto-console-qr small { margin-top: 8px; font-size: .65rem; }
.auto-console-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; color: var(--auto-muted); font-size: .72rem; }
.auto-console-footer strong { color: var(--auto-ink); font-size: 1rem; }
.auto-console-footer button { min-height: 44px; padding: 0 14px; color: #898b91; background: #e3e3e5; border: 0; border-radius: 8px; font: inherit; font-weight: 800; }

.auto-workshop-section { background: var(--auto-soft); }
.auto-workshop-layout { display: grid; grid-template-columns: 1.12fr .88fr; align-items: stretch; gap: clamp(48px, 7vw, 92px); }
.auto-workshop-photo { position: relative; min-height: 580px; overflow: hidden; border-radius: 14px; }
.auto-workshop-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.auto-workshop-caption { position: absolute; right: 20px; bottom: 20px; width: min(350px, calc(100% - 40px)); padding: 20px; background: var(--auto-paper); border-radius: 10px; box-shadow: 0 20px 50px rgba(18, 18, 18, .19); }
.auto-workshop-caption strong, .auto-workshop-caption span { display: block; }
.auto-workshop-caption strong { margin-bottom: 5px; }
.auto-workshop-caption span { color: var(--auto-muted); font-size: .78rem; line-height: 1.45; }
.auto-workshop-copy { align-self: center; }
.auto-service-list { margin-top: 30px; border-top: 1px solid var(--auto-line); }
.auto-service-list article { display: grid; grid-template-columns: minmax(150px, .7fr) 1.3fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--auto-line); }
.auto-service-list strong { color: var(--auto-charcoal); font-size: .9rem; }
.auto-service-list span { color: var(--auto-muted); font-size: .84rem; line-height: 1.5; }

.auto-planning-section { background: var(--auto-ink); color: var(--auto-paper); }
.auto-planning-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.auto-planning-copy p { color: #c8c9cc; }
.auto-honest-note { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .16); font-size: .9rem !important; }
.auto-honest-note strong { color: var(--auto-paper); }
.auto-planning-demo { padding: clamp(26px, 4vw, 42px); background: var(--auto-paper); color: var(--auto-ink); border-radius: 14px; box-shadow: 0 28px 70px rgba(0, 0, 0, .28); }
.auto-calendar-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 25px; }
.auto-calendar-head span { color: var(--auto-muted); font-size: .76rem; }
.auto-calendar-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.auto-calendar-days span { display: grid; place-items: center; min-height: 74px; border: 1px solid var(--auto-line); border-radius: 8px; }
.auto-calendar-days b { font-size: .72rem; }
.auto-calendar-days small { color: var(--auto-muted); font-size: .72rem; }
.auto-calendar-days .is-open { background: var(--auto-red); border-color: var(--auto-red); color: var(--auto-paper); }
.auto-calendar-days .is-open small { color: var(--auto-paper); }
.auto-calendar-slots { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.auto-calendar-slots span { padding: 8px 11px; background: var(--auto-soft); border-radius: 999px; color: var(--auto-charcoal); font-size: .72rem; font-weight: 800; }
.auto-planning-demo > a { display: flex; justify-content: space-between; min-height: 50px; align-items: center; padding: 0 15px; background: var(--auto-red); color: var(--auto-paper); border-radius: 8px; font-size: .78rem; font-weight: 800; text-decoration: none; }
.auto-planning-demo > a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.auto-planning-demo > small { display: block; margin-top: 12px; color: var(--auto-muted); font-size: .64rem; line-height: 1.4; }

.auto-placements-section { background: var(--auto-paper); }
.auto-section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.auto-section-head h2 { max-width: 700px; margin-bottom: 0 !important; }
.auto-section-head p { max-width: 490px; margin-bottom: 5px; }
.auto-section-head-narrow { align-items: start; }
.auto-placement-track { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--auto-line); border-bottom: 1px solid var(--auto-line); }
.auto-placement-track article { min-height: 270px; padding: 30px 25px; border-right: 1px solid var(--auto-line); }
.auto-placement-track article:last-child { border-right: 0; }
.auto-placement-track svg { width: 32px; height: 32px; margin-bottom: 55px; fill: none; stroke: var(--auto-red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.auto-placement-track h3 { margin: 0 0 10px; font-size: 1.1rem; }
.auto-placement-track p { margin: 0; font-size: .86rem !important; }

.auto-journey-section { background: var(--auto-cream); }
.auto-journey { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: auto-journey; list-style: none; }
.auto-journey li { position: relative; padding: 45px 28px 15px 0; border-top: 2px solid var(--auto-ink); counter-increment: auto-journey; }
.auto-journey li:not(:last-child) { padding-right: 40px; }
.auto-journey li::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; background: var(--auto-red); border-radius: 50%; }
.auto-journey li::after { content: ""; position: absolute; top: -2px; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--auto-red) 0 34%, transparent 34%); transform-origin: left; }
.auto-journey span { display: block; min-height: 48px; margin-bottom: 10px; font-size: 1.05rem; font-weight: 800; line-height: 1.25; }
.auto-journey p { font-size: .84rem !important; }

.auto-professions-section { background: var(--auto-paper); }
.auto-professions-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 9vw, 120px); }
.auto-profession-list { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid var(--auto-line); }
.auto-profession-list span { padding: 18px 8px 18px 0; border-bottom: 1px solid var(--auto-line); color: var(--auto-charcoal); font-weight: 800; }
.auto-profession-list span:nth-child(odd) { margin-right: 24px; }

.auto-offer-section { overflow: hidden; background: var(--auto-red); color: var(--auto-paper); }
.auto-offer { display: grid; grid-template-columns: 1fr minmax(420px, .8fr); align-items: center; gap: clamp(60px, 10vw, 140px); }
.auto-offer > div:first-child p { max-width: 620px; color: #ffe5e6; }
.auto-offer-panel { padding: clamp(28px, 4vw, 42px); background: var(--auto-paper); color: var(--auto-ink); border-radius: 14px; box-shadow: 0 30px 70px rgba(93, 0, 8, .28); }
.auto-offer-heading { display: grid; gap: 7px; padding-bottom: 22px; border-bottom: 1px solid var(--auto-line); }
.auto-offer-heading strong { max-width: 470px; font-size: clamp(1.45rem, 2.4vw, 2.05rem); line-height: 1.08; letter-spacing: -.03em; }
.auto-offer-heading span { color: var(--auto-muted); font-size: .78rem; line-height: 1.5; }
.auto-offer-panel ul { display: grid; gap: 11px; margin: 24px 0 28px; padding: 0; list-style: none; }
.auto-offer-panel li { position: relative; padding-left: 25px; color: var(--auto-charcoal); font-size: .83rem; font-weight: 700; }
.auto-offer-panel li::before { content: ""; position: absolute; left: 0; top: .03em; width: 17px; height: 17px; background: var(--auto-red); border-radius: 50%; }
.auto-offer-panel li::after { content: ""; position: absolute; left: 4px; top: .36em; width: 9px; height: 7px; background: var(--auto-paper); clip-path: polygon(0 42%, 22% 20%, 43% 52%, 82% 0, 100% 18%, 43% 100%); }
.auto-offer-panel .button { width: 100%; min-height: 50px; border-radius: 8px; }

.auto-faq-section { background: var(--auto-soft); }
.auto-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 120px); }
.auto-faq-list { border-top: 1px solid var(--auto-line); }
.auto-faq-list details { border-bottom: 1px solid var(--auto-line); }
.auto-faq-list summary { position: relative; padding: 23px 48px 23px 0; color: var(--auto-charcoal); font-weight: 800; cursor: pointer; list-style: none; }
.auto-faq-list summary::-webkit-details-marker { display: none; }
.auto-faq-list summary::before,
.auto-faq-list summary::after { content: ""; position: absolute; right: 4px; top: 31px; width: 15px; height: 2px; background: var(--auto-red); transition: opacity .2s ease, transform .2s ease; }
.auto-faq-list summary::before { transform: rotate(90deg); }
.auto-faq-list details[open] summary::before { opacity: 0; transform: rotate(90deg) scaleX(.2); }
.auto-faq-list details p { max-width: 720px; padding: 0 35px 22px 0; font-size: .92rem !important; }

.auto-final-cta { padding: 120px 0; background: var(--auto-ink); color: var(--auto-paper); text-align: center; }
.auto-final-cta h2 { margin: 0 auto 24px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .98; }
.auto-final-cta p { max-width: 700px; margin: 0 auto 30px; color: #c8c9cc; }
.auto-actions-centered { justify-content: center; }
.auto-final-cta .button.ghost { color: var(--auto-ink); background: var(--auto-paper); }
.auto-contact-link { align-self: center; padding: 12px 5px; color: var(--auto-paper); font-size: .82rem; font-weight: 800; text-underline-offset: 5px; }

@media (prefers-reduced-motion: no-preference) {
  .auto-signal-desktop path { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: auto-route 1.5s cubic-bezier(.16, 1, .3, 1) .2s forwards; }
  .auto-signal-desktop circle { opacity: 0; animation: auto-dot .35s ease-out 1.3s forwards; }
  .auto-phone { animation: auto-phone-in .8s cubic-bezier(.16, 1, .3, 1) .18s both; }
  .auto-booking-confirmation { animation: auto-confirm-in .65s cubic-bezier(.16, 1, .3, 1) 1.2s both; }
}

@keyframes auto-route { to { stroke-dashoffset: 0; } }
@keyframes auto-dot { to { opacity: 1; } }
@keyframes auto-phone-in { from { opacity: .3; transform: translateY(30px) scale(.96); filter: blur(5px); } }
@keyframes auto-confirm-in { from { opacity: 0; transform: translateY(18px); filter: blur(4px); } }

@media (max-width: 1180px) {
  .auto-hero { grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr); }
  .auto-phone { right: 2.5%; width: 260px; transform: scale(.94); transform-origin: center right; }
  .auto-windshield-card { left: 6%; }
  .auto-hero-copy { padding-inline: 32px; }
  .auto-hero h1 { font-size: clamp(3.2rem, 5.3vw, 4.8rem); }
}

@media (max-width: 960px) {
  body[data-page="solutions-automobile"] .section { padding: 88px 0; }
  .auto-hero { grid-template-columns: 1fr; }
  .auto-hero-copy { order: -1; min-height: auto; padding: 58px max(24px, calc((100vw - 720px) / 2)); }
  .auto-hero-stage { min-height: 680px; }
  .auto-phone { right: 8%; top: 11%; width: 278px; transform: none; }
  .auto-windshield-card { left: 12%; top: 26%; }
  .auto-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .auto-proof-grid > div:nth-child(2) { border-right: 0; }
  .auto-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .auto-custom-layout, .auto-workshop-layout, .auto-planning-layout, .auto-professions-layout, .auto-offer, .auto-faq-layout { grid-template-columns: 1fr; }
  .auto-workshop-photo { min-height: 480px; }
  .auto-workshop-copy { max-width: 720px; }
  .auto-placement-track { grid-template-columns: repeat(2, 1fr); }
  .auto-placement-track article:nth-child(2) { border-right: 0; }
  .auto-placement-track article:nth-child(-n+2) { border-bottom: 1px solid var(--auto-line); }
  .auto-journey { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .auto-offer-panel { max-width: 620px; }
}

@media (max-width: 620px) {
  body[data-page="solutions-automobile"] .section { padding: 72px 0; }
  body[data-page="solutions-automobile"] h2 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  body[data-page="solutions-automobile"] p { font-size: 1rem; }
  .auto-hero-copy { padding: 43px 16px 50px; }
  .auto-breadcrumb { margin-bottom: 24px; }
  .auto-hero h1 { font-size: clamp(3rem, 14.8vw, 4.2rem); }
  .auto-actions { display: grid; grid-template-columns: 1fr; }
  .auto-actions .button { width: 100%; }
  .auto-hero-facts { grid-template-columns: 1fr; gap: 11px; }
  .auto-hero-facts span { grid-template-columns: 130px 1fr; }
  .auto-hero-stage { min-height: 600px; }
  .auto-hero-photo { object-position: 46% center; }
  .auto-phone { right: 16px; top: 82px; width: 226px; min-height: 470px; padding: 10px; border-width: 6px; border-radius: 30px; }
  .auto-phone-top { padding-bottom: 8px; }
  .auto-phone-top img { width: 62px; }
  .auto-phone-cover { height: 72px; margin-inline: -10px; }
  .auto-phone-identity { margin-top: -18px; padding-bottom: 8px; }
  .auto-phone-identity > span { width: 42px; height: 42px; }
  .auto-phone-links { gap: 5px; }
  .auto-phone-links span { min-height: 37px; padding-inline: 9px; font-size: .6rem; }
  .auto-phone-actions span { font-size: .5rem; }
  .auto-windshield-card { left: 16px; top: 260px; width: 152px; padding: 11px; }
  .auto-windshield-card > strong { font-size: .85rem; }
  .auto-windshield-meta { display: none; }
  .auto-qr { width: 41px; height: 41px; }
  .auto-signal { display: block; }
  .auto-signal path { stroke-width: 3; }
  .auto-signal circle { stroke-width: 3; }
  .auto-booking-confirmation { right: 15px; bottom: 24px; width: 205px; }
  .auto-proof-grid { grid-template-columns: 1fr; }
  .auto-proof-grid > div { min-height: 118px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .auto-proof-grid > div:last-child { border-bottom: 0; }
  .auto-custom-layout { gap: 48px; }
  .auto-link-console { padding: 19px; }
  .auto-console-qr { gap: 14px; padding: 15px; }
  .auto-qr-large { width: 82px; height: 82px; }
  .auto-console-footer { align-items: start; flex-direction: column; }
  .auto-workshop-photo { min-height: 430px; }
  .auto-workshop-photo > img { object-position: 62% center; }
  .auto-service-list article { grid-template-columns: 1fr; gap: 5px; }
  .auto-calendar-head { flex-direction: column; }
  .auto-calendar-days { gap: 4px; }
  .auto-calendar-days span { min-height: 64px; }
  .auto-section-head { align-items: start; flex-direction: column; gap: 12px; margin-bottom: 38px; }
  .auto-placement-track { grid-template-columns: 1fr; }
  .auto-placement-track article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--auto-line); }
  .auto-placement-track article:last-child { border-bottom: 0; }
  .auto-placement-track svg { margin-bottom: 40px; }
  .auto-journey { grid-template-columns: 1fr; row-gap: 30px; }
  .auto-journey li { padding-top: 36px; }
  .auto-profession-list { grid-template-columns: 1fr; }
  .auto-profession-list span:nth-child(odd) { margin-right: 0; }
  .auto-offer { gap: 44px; }
  .auto-final-cta { padding: 90px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .auto-phone, .auto-booking-confirmation, .auto-signal path, .auto-signal circle { animation: none !important; }
}
