﻿.flow-step b { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 14px; border: 1px solid #b9cbe2; color: var(--accent); border-radius: 50%; font-size: 22px; }

.auto { --accent:#1f5d86; --hero:url("/assets/templates/images/pc/auto/auto-hero.webp"); --shade:rgba(3,18,31,.72); }
.auto .real-nav { background: rgba(255,255,255,.94); }
.auto .nav-cta { background:#174b6a; }
.auto-hero .hero-copy { max-width: 720px; }
.auto-hero .hero-copy h1 { max-width: 700px; font-size: 72px; letter-spacing:0; }

.auto-desk {
  display:grid;
  grid-template-columns:1.06fr .94fr;
  min-height:650px;
  background:#eef2f4;
}
.auto-desk-photo picture,
.auto-desk-photo img,
.auto-handover picture,
.auto-handover img { display:block; width:100%; height:100%; }
.auto-desk-photo img { object-fit:cover; }
.auto-desk-board {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:76px 7vw 76px 56px;
  background:#f8fafb;
}
.auto-desk-board span,
.auto-report-copy span,
.auto-handover-copy span,
.auto-contact-copy span {
  display:block;
  margin-bottom:12px;
  color:#174b6a;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.auto-desk-board h2,
.auto-report-copy h2,
.auto-handover-copy h2,
.auto-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.auto-desk-board p,
.auto-report-copy p,
.auto-handover-copy p,
.auto-contact-copy p { color:#5f6b72; }
.auto-board-rows { margin-top:30px; border-top:1px solid #d9e0e4; }
.auto-board-rows div {
  display:grid;
  grid-template-columns:78px 118px 1fr;
  gap:18px;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid #d9e0e4;
}
.auto-board-rows b { color:#174b6a; font-size:13px; }
.auto-board-rows strong { color:#101820; font-size:18px; }
.auto-board-rows em { color:#6c7780; font-size:14px; font-style:normal; }

.auto-lanes { background:#fff; }
.auto-lanes .section-title p { max-width:460px; margin-bottom:0; }
.auto-lane-row {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  grid-auto-rows:minmax(260px,auto);
  gap:18px;
}
.auto-lane {
  display:grid;
  grid-template-columns:.92fr 1fr;
  min-height:292px;
  overflow:hidden;
  background:#f4f7f8;
  border:1px solid rgba(23,75,106,.12);
}
.auto-lane-large { grid-row:span 2; grid-template-columns:1fr; }
.auto-lane picture,
.auto-lane img { display:block; width:100%; height:100%; }
.auto-lane img { object-fit:cover; }
.auto-lane > div { display:flex; flex-direction:column; justify-content:center; padding:30px; }
.auto-lane-large > div { min-height:260px; }
.auto-lane b { margin-bottom:18px; color:#174b6a; font-size:13px; }
.auto-lane h3 { margin-bottom:12px; font-size:26px; }
.auto-lane p { margin-bottom:22px; color:#5f6b72; font-size:15px; }
.auto-lane span { color:#174b6a; font-size:13px; font-weight:900; }

.auto-report {
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:42px;
  align-items:center;
  padding:90px 7vw;
  color:#fff;
  background:#0a151c;
}
.auto-report-copy span { color:#8bc5e8; }
.auto-report-copy p { color:rgba(255,255,255,.72); }
.auto-report-panel {
  padding:30px;
  color:#17232b;
  background:#f7f9fa;
  box-shadow:0 24px 80px rgba(0,0,0,.26);
}
.auto-report-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:20px;
  border-bottom:2px solid #dce4e8;
}
.auto-report-head b { font-size:24px; }
.auto-report-head span { color:#6c7780; font-size:13px; font-weight:900; }
.auto-report-line {
  display:grid;
  grid-template-columns:118px 1fr 92px;
  gap:18px;
  align-items:start;
  padding:22px 0;
  border-bottom:1px solid #dce4e8;
}
.auto-report-line strong { color:#174b6a; }
.auto-report-line p { margin:0; color:#39464e; font-size:15px; }
.auto-report-line em { justify-self:end; color:#687982; font-size:12px; font-style:normal; font-weight:900; }
.auto-report-line.urgent strong,
.auto-report-line.urgent em { color:#a63d2e; }
.auto-report-line.wait strong,
.auto-report-line.wait em { color:#6d7f35; }
.auto-report-footer {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding-top:22px;
}
.auto-report-footer span {
  padding:9px 12px;
  background:#e9eff2;
  color:#39464e;
  font-size:12px;
  font-weight:900;
}

.auto-handover {
  position:relative;
  min-height:650px;
  overflow:hidden;
  color:#fff;
}
.auto-handover img { object-fit:cover; }
.auto-handover::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,15,22,.8),rgba(5,15,22,.42),rgba(5,15,22,.08));
}
.auto-handover-copy {
  position:absolute;
  z-index:2;
  left:7vw;
  top:50%;
  max-width:520px;
  transform:translateY(-50%);
}
.auto-handover-copy span { color:#a9d9f3; }
.auto-handover-copy p { color:rgba(255,255,255,.76); }
.auto-handover-copy div { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.auto-handover-copy b {
  padding:10px 14px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
}

.auto-contact {
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:34px;
  align-items:center;
  padding:86px 7vw;
  background:#eef2f4;
}
.auto-contact-copy { max-width:540px; }
.auto-book-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#d8e0e4;
  border:1px solid #d8e0e4;
}
.auto-book-form label {
  display:block;
  min-height:148px;
  padding:28px;
  background:#fff;
}
.auto-book-form span {
  display:block;
  margin-bottom:18px;
  color:#174b6a;
  font-size:13px;
  font-weight:900;
}
.auto-book-form b { color:#17232b; font-size:22px; line-height:1.35; }
.auto-book-form small {
  grid-column:1 / -1;
  padding:18px 28px;
  color:#fff;
  background:#174b6a;
  font-size:14px;
  font-weight:900;
}

@media (max-width: 720px) {
.auto { --hero:url("/assets/templates/images/mobile/auto/auto-hero.webp"); }
  .auto .real-nav { background:rgba(255,255,255,.94); }
  .auto .hero-full {
    min-height:min(760px, calc(100svh - 64px));
    padding-top:76px;
    padding-bottom:32px;
    background-position:62% center;
  }
  .auto .hero-full::before {
    background:linear-gradient(180deg, rgba(3,18,31,.86) 0%, rgba(3,18,31,.64) 56%, rgba(3,18,31,.28) 100%);
  }
  .auto-hero .hero-copy { max-width:340px; }
  .auto-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .auto-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:34px; line-height:1.1; word-break:normal; }
  .auto-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .auto-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .auto-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .auto-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .auto-hero .real-btn.ghost { background:rgba(255,255,255,.08); }
  .auto-desk { grid-template-columns:1fr; min-height:0; }
  .auto-desk-photo img { height:auto; aspect-ratio:1.12 / 1; object-fit:cover; }
  .auto-desk-board { padding:34px 20px 42px; }
  .auto-desk-board h2,
  .auto-report-copy h2,
  .auto-handover-copy h2,
  .auto-contact-copy h2 { font-size:32px; }
  .auto-board-rows { margin-top:24px; }
  .auto-board-rows div {
    grid-template-columns:68px 1fr;
    gap:8px 14px;
    padding:16px 0;
  }
  .auto-board-rows em { grid-column:2; }
  .auto-lanes .section-title p { max-width:none; }
  .auto-lane-row { grid-template-columns:1fr; grid-auto-rows:auto; gap:16px; }
  .auto-lane,
  .auto-lane-large { grid-row:auto; grid-template-columns:1fr; min-height:0; }
  .auto-lane picture { height:auto; }
  .auto-lane img { height:auto; aspect-ratio:1.16 / 1; object-fit:cover; }
  .auto-lane > div,
  .auto-lane-large > div { min-height:0; padding:22px 20px; }
  .auto-lane h3 { font-size:23px; }
  .auto-report {
    grid-template-columns:1fr;
    gap:26px;
    padding:54px 20px;
  }
  .auto-report-panel { padding:20px; }
  .auto-report-head b { font-size:21px; }
  .auto-report-line {
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 0;
  }
  .auto-report-line em { justify-self:start; }
  .auto-handover { min-height:560px; }
  .auto-handover::after { background:linear-gradient(180deg,rgba(5,15,22,.18),rgba(5,15,22,.88)); }
  .auto-handover img { height:560px; object-position:58% center; }
  .auto-handover-copy {
    left:20px;
    right:20px;
    top:auto;
    bottom:46px;
    max-width:none;
    transform:none;
  }
  .auto-contact {
    grid-template-columns:1fr;
    gap:24px;
    padding:52px 20px 84px;
  }
  .auto-book-form { grid-template-columns:1fr; }
  .auto-book-form label { min-height:0; padding:22px 20px; }
  .auto-book-form b { font-size:19px; }
  .auto .mobile-gallery-float {
    left:auto;
    right:14px;
    bottom:12px;
    min-height:36px;
    padding:0 12px;
    background:rgba(8,16,27,.92);
    font-size:12px;
  }
  .auto .footer-real { padding-bottom:84px; }
  html.js-ready body.auto .reveal { opacity:1; transform:none; }
}

@media (max-width: 360px) {
.auto-hero .hero-copy h1 {
    max-width:280px;
    font-size:31px;
  }
  .auto-hero .hero-copy .lead {
    max-width:280px;
    font-size:15px;
  }
  .auto-hero .hero-actions {
    max-width:280px;
  }
}
/* 2026-06-04 real hero source + whitespace */
.auto {
  --hero: url("/assets/templates/images/pc/auto/real-auto-hero.webp");
  --nav-ink: #101820;
  --nav-cta-bg: #0b1118;
  --hero-text: #fff;
  --hero-muted: rgba(255,255,255,.82);
  --hero-pos: 67% center;
  --hero-mobile-pos: 60% center;
  --hero-overlay: linear-gradient(90deg,rgba(3,12,20,.84),rgba(3,12,20,.44) 44%,rgba(3,12,20,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(3,12,20,.82),rgba(3,12,20,.46) 58%,rgba(3,12,20,.82));
  --hero-title-size: 64px;
  --hero-mobile-title-size: 34px;
  --hero-copy-width: 540px;
  --hero-title-width: 610px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #0b1118;
}
.auto .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.auto .hero-full {
  background-position: var(--hero-pos);
}
.auto .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .auto {
    --hero: url("/assets/templates/images/mobile/auto/real-auto-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .auto .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .auto .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
