:root {
  --ink: #071214;
  --ink-2: #0b1b1e;
  --ink-3: #10272b;
  --paper: #f3f6f5;
  --paper-2: #e9efee;
  --white: #fff;
  --text: #e7efef;
  --muted: #afc0c2;
  --accent: #11e8fe;
  --accent-dark: #006975;
  --line: rgba(255,255,255,.13);
  --line-dark: rgba(7,18,20,.16);
  --shadow: 0 22px 65px rgba(2,12,14,.16);
  --radius: 24px;
  --radius-sm: 14px;
  --shell: min(1240px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font: 16px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; color: var(--white); line-height: 1.05; letter-spacing: -.038em; }
h1 { font-size: clamp(3rem, 8vw, 7.2rem); }
h2 { font-size: clamp(2rem, 4.8vw, 4.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; padding: .75rem 1rem; background: var(--accent); color: var(--ink); font-weight: 900; }
.skip-link:focus { top: 1rem; }

.topline { border-bottom: 1px solid var(--line); background: #040b0d; color: #bac9cb; font-size: .73rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.topline-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 1rem; }
.topline-inner a { color: var(--accent); }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(7,18,20,.94); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.header-inner { display: grid; min-height: 88px; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.45rem; }
.brand { display: inline-flex; min-width: max-content; align-items: center; gap: .85rem; }
.brand img { width: 62px; height: auto; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--white); font-size: 1.06rem; font-style: normal; font-weight: 900; letter-spacing: .11em; }
.brand strong i { color: var(--accent); font-style: normal; }
.brand small { margin-top: .38rem; color: var(--accent); font-size: .60rem; font-weight: 900; letter-spacing: .13em; }
.primary-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(.72rem, 1.55vw, 1.3rem); white-space: nowrap; }
.primary-nav a { position: relative; padding: .65rem 0; color: #c5d2d4; font-size: .82rem; font-weight: 800; }
.primary-nav a::after { position: absolute; right: 0; bottom: .15rem; left: 0; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--white); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-call { display: grid; justify-items: end; padding-left: 1rem; border-left: 1px solid var(--line); line-height: 1.2; }
.header-call small { color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.header-call strong { color: var(--accent); font-size: .9rem; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--white); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; top: -35%; right: -18%; width: min(74vw, 980px); aspect-ratio: 1; border: 1px solid rgba(17,232,254,.18); border-radius: 50%; content: ""; box-shadow: inset 0 0 180px rgba(17,232,254,.035); }
.hero-inner { position: relative; z-index: 2; display: grid; min-height: 720px; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr); align-items: center; gap: 6vw; padding-block: clamp(4rem, 8vw, 7rem); }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.25rem; color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { width: 34px; height: 2px; background: currentColor; content: ""; }
.hero h1 em { display: block; color: var(--accent); font-style: normal; }
.hero h1 { font-size: clamp(3rem,6.2vw,5.8rem); }
.hero-lead { max-width: 760px; margin-top: 1.7rem; color: #becdce; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .7rem 1.25rem; border: 1px solid transparent; border-radius: 99px; font-size: .84rem; font-weight: 900; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #002126; }
.button-primary:hover { background: #72f3ff; }
.button-secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.035); color: var(--white); }
.button-secondary:hover { border-color: var(--accent); }
.hero-trust { display: grid; margin-top: 2.6rem; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.hero-trust div { padding: 1rem; border-right: 1px solid var(--line); }
.hero-trust div:last-child { border-right: 0; }
.hero-trust strong { display: block; color: var(--white); }
.hero-trust span { color: var(--muted); font-size: .76rem; }
.hero-console { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid rgba(17,232,254,.28); border-radius: var(--radius); background: linear-gradient(145deg,#10272b,#071214); box-shadow: var(--shadow); }
.hero-console small { color: var(--accent); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-console h2 { margin-top: .75rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.console-list { display: grid; margin-top: 1.5rem; border-top: 1px solid var(--line); }
.console-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); color: #e7efef; font-weight: 800; }
.console-list a::after { color: var(--accent); content: "→"; }

.section { padding-block: clamp(5rem, 8vw, 8rem); }
.section-tight { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.section-light { background: var(--paper); color: #1c3034; }
.section-soft { background: var(--paper-2); color: #1c3034; }
.section-light h1, .section-light h2, .section-light h3, .section-soft h1, .section-soft h2, .section-soft h3 { color: var(--ink); }
.section-light .section-kicker, .section-soft .section-kicker { color: #00636f; }
.section-title-accent { color: var(--accent); }
.section-light .section-title-accent, .section-soft .section-title-accent { color: #006a76; }
.section-head { display: grid; grid-template-columns: minmax(0,.85fr) minmax(300px,.5fr); align-items: end; gap: 3rem; margin-bottom: 2.6rem; }
.section-head p { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-light .section-head p, .section-soft .section-head p { color: #42565b; }
.path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.path-card { display: grid; min-height: 290px; align-content: space-between; padding: 1.6rem; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 38px rgba(5,20,23,.07); }
.path-card b { color: #006a76; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.path-card h3 { margin-top: .7rem; color: var(--ink); font-size: clamp(1.65rem,3vw,2.6rem); }
.path-card p { margin-top: 1rem; color: #4c6065; }
.path-card a { color: #005f6a; font-weight: 900; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.service-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--ink-2); }
.service-card b { display: grid; width: 42px; height: 42px; margin-bottom: 1.1rem; place-items: center; border-radius: 11px; background: rgba(17,232,254,.1); color: var(--accent); }
.service-card h3 { color: var(--white); }
.service-card p { margin-top: .75rem; color: #bac9cb; font-size: .9rem; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.45fr); gap: clamp(2rem,6vw,6rem); }
.prose { max-width: 820px; }
.prose h2 { margin: 2.7rem 0 1rem; font-size: clamp(1.8rem,3.5vw,3rem); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #adbec0; }
.section-light .prose p, .section-light .prose li, .section-soft .prose p, .section-soft .prose li { color: #42575c; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .55rem; }
.sticky-card { position: sticky; top: 116px; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); box-shadow: var(--shadow); }
.sticky-card h2, .section-light .sticky-card h2, .section-soft .sticky-card h2 { color: var(--white); font-size: 1.55rem; }
.sticky-card p, .section-light .sticky-card p, .section-soft .sticky-card p { margin-top: .8rem; color: #c2d0d2; }
.feature-list { display: grid; margin: 1.35rem 0; gap: .7rem; }
.feature-list span { display: flex; gap: .6rem; color: #c6d3d5; }
.feature-list span::before { color: var(--accent); content: "✓"; font-weight: 900; }
.sticky-card .button { width: 100%; margin-top: .55rem; }
.notice { padding: 1.2rem; border-left: 3px solid var(--accent); background: rgba(17,232,254,.06); color: #c8d6d8; }
.section-light .notice, .section-soft .notice { background: #e2f9fb; color: #27494f; }
.faq { display: grid; gap: .7rem; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--ink-2); }
.faq summary { padding: 1.1rem 1.25rem; color: var(--white); font-weight: 850; cursor: pointer; }
.faq p { padding: 0 1.25rem 1.2rem; color: #bac9cb; }
.network-panel { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--white); }
.network-panel a { display: grid; min-height: 190px; align-content: space-between; padding: 1.5rem; border-right: 1px solid var(--line-dark); }
.network-panel a:last-child { border-right: 0; }
.network-panel small { color: #00636f; font-weight: 900; letter-spacing: .12em; }
.network-panel strong { color: var(--ink); font-size: 1.35rem; }
.network-panel span { color: #52666b; }
.answer-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); align-items: center; gap: clamp(2rem,6vw,6rem); padding: clamp(1.6rem,4vw,3rem); border: 1px solid rgba(17,232,254,.28); border-radius: var(--radius); background: var(--ink-2); }
.answer-card h2 { font-size: clamp(2rem,4.5vw,4.3rem); }
.answer-card p { color: #c1d0d2; font-size: 1.02rem; }
.answer-card p a { color: var(--accent); font-weight: 850; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.vehicle-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--ink-2); box-shadow: 0 18px 50px rgba(0,0,0,.16); transition: transform .25s ease,border-color .25s ease; }
.vehicle-card:hover { border-color: rgba(17,232,254,.36); transform: translateY(-5px); }
.vehicle-image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #111f25; }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vehicle-card:hover .vehicle-image img { transform: scale(1.035); }
.vehicle-image::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(5,11,14,.62)); content: ""; }
.vehicle-image-fallback { display: grid; width: 100%; height: 100%; min-height: 240px; place-items: center; color: #9fb3b7; font-size: 1.3rem; font-weight: 900; letter-spacing: .15em; }
.vehicle-badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; padding: .42rem .72rem; border-radius: 99px; background: var(--accent); color: #00181b; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.vehicle-body { padding: 1.25rem; }
.vehicle-body h3 { min-height: 3.15rem; color: var(--white); font-size: 1.16rem; line-height: 1.35; letter-spacing: -.02em; }
.vehicle-body h3 a:hover { color: var(--accent); }
.vehicle-facts { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: 1rem; }
.vehicle-facts span { padding: .32rem .55rem; border: 1px solid var(--line); border-radius: 99px; color: #a8babd; font-size: .7rem; }
.vehicle-bottom { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.vehicle-bottom strong { color: var(--white); font-size: 1.2rem; }
.text-link { color: var(--accent); font-size: .78rem; font-weight: 900; }
.vehicle-empty { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem; border: 1px dashed rgba(255,255,255,.2); border-radius: var(--radius-sm); color: var(--muted); }
.vehicle-empty p { margin: 0; }
.vehicle-detail-hero h1 { max-width: 1100px; font-size: clamp(2.5rem,6vw,5.5rem); }
.detail-price { margin-top: 1.2rem; color: var(--accent); font-size: clamp(1.7rem,4vw,3rem); font-weight: 900; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.38fr); gap: clamp(2rem,5vw,5rem); align-items: start; }
.vehicle-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem; }
.vehicle-gallery button { overflow: hidden; padding: 0; border: 0; border-radius: 16px; background: var(--ink-2); cursor: zoom-in; }
.vehicle-gallery button:first-child { grid-column: 1/-1; }
.vehicle-gallery img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .25s ease; }
.vehicle-gallery button:hover img { transform: scale(1.02); }
.vehicle-description { margin-top: 3rem; }
.equipment-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .45rem 1.4rem; }
.equipment-list li::marker { color: var(--accent); }
.detail-facts { display: grid; margin: 1.2rem 0; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 14px; }
.detail-facts span { padding: .75rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-facts span:nth-child(2n) { border-right: 0; }
.detail-facts span:nth-last-child(-n+2) { border-bottom: 0; }
.detail-facts small { display: block; color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.detail-facts strong { color: var(--white); }
.seller-note { margin-top: 1rem; color: #8fa3a6; font-size: .68rem; }
.gallery-dialog { width: min(1100px,94vw); max-width: none; max-height: 94vh; padding: 0; border: 1px solid var(--line); border-radius: 18px; background: #020708; box-shadow: 0 30px 100px #000; }
.gallery-dialog::backdrop { background: rgba(0,0,0,.85); }
.gallery-dialog img { width: 100%; max-height: 90vh; object-fit: contain; }
.gallery-dialog button { position: absolute; top: .7rem; right: .7rem; z-index: 2; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: rgba(0,0,0,.8); color: var(--white); font-size: 1.8rem; cursor: pointer; }

.page-hero { padding-block: clamp(4rem,7vw,6.5rem); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 88% 0,rgba(17,232,254,.11),transparent 30rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.4rem; color: var(--muted); font-size: .75rem; }
.breadcrumbs span::before { margin-right: .4rem; content: "/"; }
.page-hero h1 { max-width: 1050px; font-size: clamp(2.8rem,7vw,6.4rem); }
.page-hero h1 span { color: var(--accent); }
.page-hero p { max-width: 760px; margin-top: 1.3rem; color: #becdce; font-size: clamp(1rem,2vw,1.2rem); }

.form-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(290px,.45fr); gap: 1.2rem; align-items: start; }
.form-card, .contact-card { padding: clamp(1.4rem,4vw,2.4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); }
.form-card h2, .contact-card h2 { margin-bottom: 1.2rem; color: var(--white); font-size: clamp(1.8rem,3vw,2.6rem); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.field { display: grid; gap: .38rem; }
.field.full { grid-column: 1/-1; }
.field label { color: #c6d3d5; font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: .72rem .82rem; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; outline: 0; background: #061113; color: var(--white); }
.field textarea { min-height: 135px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9eb1b4; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(17,232,254,.1); }
.field input[type="file"] { padding: .55rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-check { display: flex; grid-column: 1/-1; align-items: flex-start; gap: .65rem; color: #aebfc1; font-size: .76rem; }
.form-check input { width: 18px; height: 18px; margin-top: .12rem; accent-color: var(--accent); }
.form-check a { color: var(--accent); text-decoration: underline; }
.form-note, .field-help { color: #aebfc1; font-size: .74rem; }
.form-message { display: none; grid-column: 1/-1; padding: .85rem 1rem; border-radius: 11px; font-size: .84rem; font-weight: 750; }
.form-message.is-success { display: block; border: 1px solid rgba(77,235,168,.5); background: rgba(77,235,168,.1); color: #9af4cb; }
.form-message.is-error { display: block; border: 1px solid rgba(255,120,120,.5); background: rgba(255,120,120,.1); color: #ffc0c0; }
.time-slots { display: flex; flex-wrap: wrap; gap: .5rem; }
.time-slot { min-width: 75px; min-height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; background: transparent; color: var(--white); font-weight: 800; cursor: pointer; }
.time-slot:hover, .time-slot.is-active { border-color: var(--accent); background: rgba(17,232,254,.12); color: var(--accent); }
.contact-stack { display: grid; gap: .9rem; }
.contact-line { padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.contact-line strong { display: block; color: var(--white); }
.contact-line a { color: var(--accent); }
.map-link { display: block; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #10272b; }
.map-link span { display: block; color: #adbec0; font-size: .76rem; }
.map-link strong { color: var(--white); }
.map-link em { display: block; margin-top: .6rem; color: var(--accent); font-size: .78rem; font-style: normal; font-weight: 900; }
.legal { max-width: 900px; }
.legal h2 { margin: 2.5rem 0 .8rem; font-size: 1.8rem; }
.legal p, .legal li { color: #adbec0; }
.legal a { color: var(--accent); text-decoration: underline; }

.cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(2rem,5vw,4rem); border-radius: var(--radius); background: var(--accent); color: #003036; }
.cta h2 { color: var(--ink); }
.cta p { max-width: 680px; margin-top: .8rem; }
.cta .button-row { margin: 0; justify-content: flex-end; }
.button-dark { background: var(--ink); color: var(--white); }
.button:disabled { cursor: wait; opacity: .66; transform: none; }
.full { grid-column: 1/-1; }

.site-footer { padding: 4.5rem 0 1.2rem; border-top: 1px solid var(--line); background: #03090a; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr .7fr; gap: 2.5rem; }
.brand-footer { margin-bottom: 1.2rem; }
.footer-grid h2 { margin-bottom: 1rem; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { color: #a1b3b6; font-size: .85rem; }
.group-note { color: var(--accent) !important; font-weight: 850; }
.footer-action { color: var(--accent); font-size: .76rem; font-weight: 850; }
.footer-nav { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; color: #a6b7b9; font-size: .82rem; }
.footer-grid a:hover { color: var(--accent); }
.network-links a { display: grid; }
.network-links strong { color: var(--white); }
.network-links span { color: #84989b; font-size: .72rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.8rem; padding-top: 1.15rem; border-top: 1px solid var(--line); color: #879a9d; font-size: .7rem; }
.footer-bottom nav { display: flex; gap: 1rem; }
.privacy-settings { margin: 0; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.privacy-settings:hover { color: var(--accent); }
.trademark-note { margin-top: 1rem; color: #788d90; font-size: .66rem; }
.mobile-actions { display: none; }
.consent { position: fixed; right: 22px; bottom: 22px; left: 22px; z-index: 300; display: grid; max-width: 920px; margin: 0 auto; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; padding: 1.2rem; border: 1px solid rgba(17,232,254,.34); border-radius: 18px; background: #071214; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.consent[hidden] { display: none; }
.consent strong { color: var(--white); }
.consent p { margin: .25rem 0 0; color: #bac9cb; font-size: .78rem; }
.consent-actions { display: flex; gap: .6rem; }
.consent-actions .button { min-width: max-content; cursor: pointer; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .nav-toggle { display: grid; width: 44px; height: 44px; grid-template-columns: 1fr; align-content: center; gap: 5px; justify-self: end; }
  .nav-toggle span { width: 24px; height: 2px; background: var(--white); }
  .nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1rem max(20px,calc((100vw - 1240px)/2)); border-bottom: 1px solid var(--line); background: var(--ink); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .header-call { grid-column: 3; grid-row: 1; justify-self: end; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px,1240px); --radius: 20px; }
  body { padding-bottom: 66px; }
  .topline-inner { justify-content: center; }
  .topline-inner span, .topline-inner a:last-child { display: none; }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand img { width: 58px; }
  .brand strong { font-size: .95rem; }
  .brand small { font-size: .53rem; }
  .header-call { display: none; }
  .nav-toggle { grid-column: 2; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-block: 4rem; }
  .hero-trust { grid-template-columns: 1fr; }
  .hero-trust div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-trust div:last-child { border-bottom: 0; }
  .section-head, .split, .form-layout, .answer-card { grid-template-columns: 1fr; gap: 1.2rem; }
  .path-grid, .service-grid, .network-panel { grid-template-columns: 1fr; }
  .vehicle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .network-panel a { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .network-panel a:last-child { border-bottom: 0; }
  .sticky-card { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta { grid-template-columns: 1fr; }
  .cta .button-row { justify-content: flex-start; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 150; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); background: rgba(3,9,10,.97); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
  .mobile-actions a { display: grid; min-height: 66px; place-content: center; border-right: 1px solid var(--line); text-align: center; line-height: 1.15; }
  .mobile-actions a:last-child { border-right: 0; }
  .mobile-actions span { color: #9cadb0; font-size: .58rem; text-transform: uppercase; }
  .mobile-actions strong { color: var(--accent); font-size: .76rem; }
  .consent { bottom: 78px; grid-template-columns: 1fr; gap: .8rem; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(2.75rem,14vw,4.1rem); }
  .button-row .button { width: 100%; }
  .brand { gap: .55rem; }
  .brand img { width: 46px; }
  .brand small { letter-spacing: .08em; }
  .vehicle-grid, .vehicle-gallery, .equipment-list { grid-template-columns: 1fr; }
  .vehicle-gallery button:first-child { grid-column: auto; }
  .vehicle-bottom, .vehicle-empty { align-items: flex-start; flex-direction: column; }
}

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


/* V17 Reparatur-Galerie */
.gallery-hero{background:radial-gradient(circle at 75% 20%,rgba(17,232,254,.12),transparent 32%),var(--ink)}
.gallery-hero h1 span{color:var(--accent)}
.repair-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}
.repair-card{overflow:hidden;border:1px solid #d8e0e2;border-radius:var(--radius-sm);background:#fff;box-shadow:0 14px 40px rgba(11,29,33,.08)}
.repair-cover{display:block;width:100%;padding:0;border:0;background:#071214;cursor:zoom-in;aspect-ratio:4/3;overflow:hidden}
.repair-cover img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.repair-cover:hover img{transform:scale(1.025)}
.repair-body{padding:1.15rem}.repair-body h2{margin:.6rem 0 .7rem;color:#0b1b1e;font-size:1.35rem}.repair-body p{color:#50666b;font-size:.9rem}.repair-body>small{display:block;margin-top:1rem;color:#809397}
.repair-meta{display:flex;flex-wrap:wrap;gap:.35rem}.repair-meta span{padding:.3rem .55rem;border-radius:99px;background:#e8fbfd;color:#006c78;font-size:.67rem;font-weight:900}
.repair-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;margin-top:1rem}.repair-thumbs button{padding:0;border:0;border-radius:8px;overflow:hidden;background:#071214;cursor:zoom-in;aspect-ratio:1}.repair-thumbs img{width:100%;height:100%;object-fit:cover}
.repair-empty{padding:2rem;border:1px dashed #b9c7ca;border-radius:var(--radius-sm);text-align:center}.repair-empty strong{font-size:1.3rem}.repair-empty p{color:#60767b}
.repair-lightbox[hidden]{display:none}.repair-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:4vw;background:rgba(0,0,0,.92)}.repair-lightbox img{max-width:min(1400px,96vw);max-height:90vh;object-fit:contain}.repair-lightbox>button{position:absolute;top:18px;right:22px;width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#071214;color:#fff;font-size:2rem;cursor:pointer}
@media(max-width:980px){.repair-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.repair-gallery{grid-template-columns:1fr}}
