﻿:root {
  --dark: #07111f;
  --red: #c62828;
  --red-dark: #8e1b1b;
  --soft-red: #fdecec;
  --bg: #f4f7fb;
  --line: #dfe7f1;
  --muted: #64748b;
  --panel: #ffffff;
  --soft: #f8fafc;
  --green: #10b981;
  --radius-control: 7px;
  --radius-card: 18px;
  --radius-panel: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: #0f172a; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; cursor: pointer; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
#wpadminbar, #wpadminbar * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important; letter-spacing: normal !important; text-transform: none !important; }
#wpadminbar a { text-decoration: none; }
.container { width: min(1480px, calc(100% - 56px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(226, 232, 240, .9); background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 164px; }
.brand-logo-img { width: 168px; height: 58px; object-fit: contain; object-position: center; border-radius: 0; background: transparent; padding: 0; box-shadow: none; filter: drop-shadow(0 6px 10px rgba(15,23,42,.16)); }
.mobile-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--dark); font-size: 24px; font-weight: 950; }
.mobile-nav { border-top: 1px solid var(--line); background: rgba(255,255,255,.98); padding: 10px 14px 14px; box-shadow: 0 18px 32px rgba(15,23,42,.08); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: flex; align-items: center; min-height: 46px; border-radius: 14px; padding: 0 14px; color: var(--dark); font-weight: 950; }
.mobile-nav a:hover { background: var(--soft-red); color: var(--red); }
.brand-mark { width: 54px; height: 54px; border-radius: 17px; background: linear-gradient(145deg, var(--dark), #14243a); color: #fff; display: grid; place-items: center; box-shadow: 0 18px 30px rgba(7,17,31,.22); line-height: 1; }
.brand-mark span { font-weight: 950; font-size: 20px; }
.brand-mark small { margin-top: -14px; font-size: 9px; font-weight: 900; letter-spacing: .14em; color: #fca5a5; }
.brand-name { font-size: 18px; font-weight: 950; letter-spacing: -.03em; color: var(--dark); }
.brand-subline { font-size: 12px; font-weight: 800; color: var(--muted); }
.main-nav { display: flex; gap: 32px; font-size: 14px; font-weight: 900; color: #475569; }
.main-nav a:hover { color: var(--red); }
.header-actions, .hero-actions { display: flex; gap: 12px; align-items: center; }
.language-switcher { position: relative; display: inline-block; }
.language-switcher summary { list-style: none; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-current { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; border: 1px solid #d9e2ef; border-radius: 7px; background: #fff; color: var(--dark); padding: 0 12px; font-size: 13px; font-weight: 950; cursor: pointer; box-shadow: 0 8px 16px rgba(15,23,42,.04); }
.language-current::after { content: ""; width: 7px; height: 7px; border-right: 2px solid #64748b; border-bottom: 2px solid #64748b; transform: rotate(45deg) translateY(-2px); }
.language-flag { position: relative; display: inline-grid; place-items: center; width: 26px; height: 18px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(15,23,42,.12); background: #eef2f7; overflow: hidden; flex: 0 0 26px; }
.language-flag::before, .language-flag::after { content: ""; position: absolute; display: none; }
.language-flag svg { display: block; width: 100%; height: 100%; }
.flag-de { background: linear-gradient(#111 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%); }
.flag-bs { background: #002f9f; }
.flag-sr { background: linear-gradient(#c6363c 0 33.33%, #0c4076 33.33% 66.66%, #fff 66.66%); }
.flag-hr { background: linear-gradient(#f00 0 33.33%, #fff 33.33% 66.66%, #171796 66.66%); }
.flag-sq { background: radial-gradient(circle at 50% 50%, #111 0 18%, transparent 19%), #e41e20; }
.flag-mk { background: radial-gradient(circle at 50% 50%, #f9d616 0 18%, transparent 19%), conic-gradient(from 0deg, #d20000 0 10%, #f9d616 10% 14%, #d20000 14% 35%, #f9d616 35% 39%, #d20000 39% 60%, #f9d616 60% 64%, #d20000 64% 85%, #f9d616 85% 89%, #d20000 89%); }
.flag-sl { background: linear-gradient(#fff 0 33.33%, #005da4 33.33% 66.66%, #ed1c24 66.66%); }
.flag-en { background: linear-gradient(90deg, transparent 0 42%, #fff 42% 58%, transparent 58%), linear-gradient(transparent 0 38%, #fff 38% 62%, transparent 62%), linear-gradient(90deg, transparent 0 45%, #c8102e 45% 55%, transparent 55%), linear-gradient(transparent 0 43%, #c8102e 43% 57%, transparent 57%), #012169; }
.flag-ro { background: linear-gradient(90deg, #002b7f 0 33.33%, #fcd116 33.33% 66.66%, #ce1126 66.66%); }
.language-current img, .language-link img { width: 22px; height: 15px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(15,23,42,.08); }
.language-menu { position: absolute; right: 0; top: calc(100% + 8px); z-index: 90; display: grid; gap: 4px; min-width: 210px; border: 1px solid #dfe7f1; border-radius: 12px; background: #fff; padding: 8px; box-shadow: 0 22px 48px rgba(15,23,42,.16); }
.language-link { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 10px; min-height: 40px; border-radius: 8px; padding: 0 10px; color: #334155; font-size: 13px; font-weight: 900; }
.language-link b { color: #94a3b8; font-size: 11px; }
.language-link:hover, .language-link.active { background: var(--soft-red); color: var(--red); }
.language-link.active b { color: var(--red); }
.mobile-nav .language-switcher { display: block; margin: 10px 14px 4px; }
.mobile-nav .language-current { width: 100%; justify-content: space-between; }
.mobile-nav .language-menu { position: static; margin-top: 8px; box-shadow: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: var(--radius-control); border: 0; padding: 0 22px; font-weight: 950; font-size: 14px; line-height: 1; transition: transform .18s, box-shadow .18s, background .18s; }
.btn-icon { display: inline-grid; place-items: center; width: 1.35em; height: 1.35em; margin-right: .45em; font-size: 1.05em; line-height: 1; flex: 0 0 auto; transform: none; }
.whatsapp-icon, .inline-wa-icon, .mobile-wa-icon { display: inline-block; background-image: url("whatsapp-icon.png"); background-size: 140%; background-position: center; background-repeat: no-repeat; border-radius: 999px; flex: 0 0 auto; }
.whatsapp-icon { width: 1.45em; height: 1.45em; margin-right: .45em; box-shadow: 0 2px 8px rgba(37, 211, 102, .35); }
.inline-wa-icon { width: 1.15em; height: 1.15em; margin-right: .4em; vertical-align: -0.14em; }
.mobile-wa-icon { width: 1.35em; height: 1.35em; margin-right: .28em; }
.btn:hover { transform: translateY(-1px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 14px 24px rgba(198,40,40,.16); }
.btn-red:hover { background: var(--red-dark); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #17233a; }
.btn-ghost { background: #fff; border: 1px solid #d9e2ef; color: var(--dark); box-shadow: 0 8px 16px rgba(15,23,42,.04); }
.btn-ghost:hover { background: var(--soft); }
.btn-large { min-height: 56px; padding: 0 32px; font-size: 16px; }
.full { width: 100%; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, var(--soft-red) 100%); }
.hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 40px; border-radius: 48px 48px 0 0; background: var(--bg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 76px; padding: 92px 0 142px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.eyebrow { width: fit-content; margin-bottom: 20px; padding: 9px 16px; border: 1px solid #fee2e2; border-radius: 999px; background: #fff; color: var(--red); font-size: 14px; font-weight: 950; box-shadow: 0 8px 18px rgba(15,23,42,.06); }
.eyebrow:hover { background: var(--soft-red); }
h1, h2, h3, p { margin: 0; }
h1 { max-width: 760px; color: var(--dark); font-size: clamp(48px, 5.4vw, 88px); line-height: .96; letter-spacing: -.055em; font-weight: 950; }
.hero-copy > p { max-width: 680px; margin-top: 24px; color: #546174; font-size: 20px; line-height: 1.65; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 38px; }
.trust-grid div { min-height: 108px; border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 20px; box-shadow: 0 10px 22px rgba(15,23,42,.05); }
.trust-grid span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 9px; border-radius: 50%; background: #ecfdf5; color: #059669; font-weight: 950; }
.trust-grid b { color: var(--dark); font-size: 14px; }
.hero-media { position: relative; }
.hero-glow { position: absolute; width: 260px; height: 260px; right: -30px; top: -30px; border-radius: 50%; background: rgba(198,40,40,.2); filter: blur(40px); }
.hero-card { position: relative; overflow: hidden; border: 1px solid #fff; border-radius: 36px; background: #fff; padding: 12px; box-shadow: 0 30px 70px rgba(15,23,42,.18); }
.hero-card img { width: 100%; height: 560px; object-fit: contain; background: #f1f5f9; border-radius: 28px; transition: opacity .22s ease, transform .22s ease; }
.hero-card.is-changing img { opacity: .28; transform: scale(1.015); }
.hero-badge { position: absolute; left: 28px; top: 28px; border-radius: 999px; background: rgba(255,255,255,.95); padding: 10px 16px; font-weight: 950; box-shadow: 0 8px 16px rgba(15,23,42,.1); }
.hero-offer { position: absolute; left: 28px; right: 28px; bottom: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #eef2f7; border-radius: 28px; background: rgba(255,255,255,.96); padding: 20px; box-shadow: 0 24px 40px rgba(15,23,42,.2); backdrop-filter: blur(16px); }
.label-red { color: var(--red); font-weight: 950; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; }
.hero-status-label { display: flex; align-items: center; gap: 8px; min-height: 22px; }
.hero-price-line { margin-top: 6px; color: #475569; font-size: 14px; font-weight: 850; }
.hero-price-line strong { color: var(--dark); }
.hero-offer h2 { margin-top: 4px; color: var(--dark); font-size: 25px; letter-spacing: -.03em; }
.hero-offer p { margin-top: 8px; color: var(--muted); font-weight: 700; }
.rate-pill { border-radius: 24px; background: var(--dark); color: #fff; padding: 16px 20px; min-width: 190px; }
.rate-pill small { display: block; color: #cbd5e1; font-weight: 700; }
.rate-pill strong { display: block; font-size: 25px; line-height: 1.1; }

.search-wrap { position: relative; z-index: 2; width: min(1320px, calc(100% - 40px)); margin: -52px auto 0; }
.search-panel, .calculator, .contact-form, .review-card { border: 1px solid var(--line); border-radius: var(--radius-panel); background: #fff; padding: 28px; box-shadow: 0 24px 50px rgba(15,23,42,.12); }
.section-row { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.align-end { align-items: end; }
.section-row h2, .section h2, .detail-grid h2, .partner-section h2, .service-grid h2, .contact-grid h2 { color: var(--dark); font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; font-weight: 950; }
.search-panel h2 { color: var(--dark); font-size: 26px; letter-spacing: -.03em; }
.search-panel p, .section-row p, .lead { margin-top: 8px; color: var(--muted); line-height: 1.6; font-weight: 650; }
.filter-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
label span, .filter-grid label span { display: block; margin-bottom: 7px; color: #94a3b8; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); color: #1e293b; outline: 0; padding: 13px 14px; font-weight: 800; }
select { appearance: none; padding-right: 46px; background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%); background-position: calc(100% - 21px) 50%, calc(100% - 15px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(198,40,40,.1); background: #fff; }
.quick-filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chip { border: 0; border-radius: 999px; background: var(--soft-red); color: var(--red); padding: 9px 15px; font-weight: 950; }
.chip.active { background: var(--red); color: #fff; }
.result-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; }
.result-row strong { color: var(--dark); }

.trust-proof-section { position: relative; z-index: 1; padding: 42px 0 0; }
.trust-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-proof-card { display: grid; align-content: start; min-height: 168px; border: 1px solid #dfe7f1; border-radius: 18px; background: #fff; padding: 24px; box-shadow: 0 18px 36px rgba(15,23,42,.07); transition: transform .18s, box-shadow .18s; }
.trust-proof-card:hover { transform: translateY(-3px); box-shadow: 0 26px 50px rgba(15,23,42,.11); }
.trust-proof-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; background: var(--soft-red); color: var(--red); font-weight: 950; }
.trust-proof-card strong { color: var(--dark); font-size: 21px; line-height: 1.12; letter-spacing: -.03em; }
.trust-proof-card small { margin-top: 10px; color: #64748b; font-size: 14px; line-height: 1.55; font-weight: 750; }
.trust-proof-card-red { background: var(--dark); color: #fff; }
.trust-proof-card-red strong { color: #fff; }
.trust-proof-card-red small { color: #cbd5e1; }
.trust-proof-card-red > span { background: rgba(255,255,255,.1); color: #fff; }

.section { padding: 112px 0; }
.featured-inventory-section { padding-top: 96px; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.vehicle-card { overflow: hidden; border: 1px solid #dde5ef; border-radius: 18px; background: #fff; box-shadow: 0 20px 44px rgba(15,23,42,.09); transition: transform .18s, box-shadow .18s, border-color .18s; }
.vehicle-card:hover { transform: translateY(-5px); border-color: #cbd5e1; box-shadow: 0 30px 60px rgba(15,23,42,.16); }
.vehicle-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 11.2; background: linear-gradient(180deg, #f8fafc 0%, #e8edf4 100%); }
.vehicle-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .24s ease; }
.vehicle-card:hover .vehicle-image img { transform: scale(1.035); }
.badge { position: absolute; left: 16px; top: 16px; bottom: auto; z-index: 3; display: flex; align-items: center; gap: 7px; border-radius: 999px; background: var(--green); color: #fff; padding: 9px 14px; font-weight: 950; font-size: 13px; box-shadow: 0 4px 9px rgba(16,185,129,.14); transform: none; }
.degree { position: absolute; right: 16px; top: 16px; bottom: auto; z-index: 3; border-radius: 999px; background: rgba(0,0,0,.6); color: #fff; padding: 8px 12px; font-weight: 950; font-size: 12px; backdrop-filter: blur(10px); box-shadow: 0 4px 9px rgba(15,23,42,.12); transform: none; }
.dekra-badge { display: inline-flex; align-items: center; gap: 7px; line-height: 1; }
.dekra-badge img { width: 22px; height: 22px; object-fit: contain; border-radius: 0; background: transparent; padding: 0; mix-blend-mode: multiply; }
.vehicle-image .badge .dekra-badge img { width: 22px; height: 22px; object-fit: contain; }
.label-red .dekra-badge img { width: 28px; height: 28px; }
.vehicle-body { padding: 28px; }
.vehicle-card-kicker { margin-bottom: 8px; color: var(--red); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .16em; }
.vehicle-body h3 { color: var(--dark); font-size: 23px; line-height: 1.1; letter-spacing: -.035em; }
.vehicle-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.vehicle-trust-row span { border: 1px solid #dbeafe; border-radius: 999px; background: #eff6ff; color: #1e3a8a; padding: 7px 10px; font-size: 12px; font-weight: 900; }
.vehicle-views { margin-top: 6px; color: var(--muted); font-size: 14px; font-weight: 700; }
.vehicle-price { margin-top: 24px; border-radius: 16px; background: var(--bg); padding: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: center; }
.vehicle-price > div { min-height: 104px; border-radius: 12px; padding: 16px; background: #fff; box-shadow: inset 0 0 0 1px rgba(226,232,240,.9); }
.vehicle-price small, .spec-grid span { display: block; color: #94a3b8; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.vehicle-price strong { display: block; color: var(--dark); font-size: 24px; font-weight: 950; }
.vehicle-price .rate-tile { background: var(--dark); box-shadow: none; }
.vehicle-price .rate-tile small { color: #cbd5e1; }
.vehicle-price .rate-tile strong { color: #fff; font-size: 25px; line-height: 1.05; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 20px; }
.spec-grid div { border-radius: 14px; background: var(--soft); padding: 14px; }
.spec-grid b { display: block; margin-top: 4px; color: var(--dark); }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.card-actions .btn-ghost { grid-column: 1 / -1; }
.empty-state { margin-top: 20px; border: 1px dashed #fca5a5; border-radius: 28px; background: #fff; padding: 32px; text-align: center; }
.empty-state h3 { color: var(--dark); font-size: 24px; }
.empty-state p { margin: 8px 0 20px; color: var(--muted); }

.conversion-strip { padding: 0 0 108px; background: var(--bg); }
.conversion-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid #ffd7d7; border-radius: 18px; background: linear-gradient(135deg, #fff 0%, #fff1f1 100%); padding: 30px 34px; box-shadow: 0 22px 48px rgba(198,40,40,.1); }
.conversion-strip span { color: var(--red); font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .16em; }
.conversion-strip strong { display: block; margin-top: 8px; color: var(--dark); font-size: clamp(26px, 2.6vw, 42px); line-height: 1.05; letter-spacing: -.04em; }
.conversion-actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: 330px; justify-content: flex-end; }
.conversion-actions .btn { min-height: 50px; min-width: 170px; }

.detail-section, .partner-section, .service-section { background: #fff; padding: 80px 0; }
.detail-grid, .finance-section, .comparison-grid, .service-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.feature-list { display: grid; gap: 14px; margin-top: 30px; }
.feature-list div { display: grid; grid-template-columns: 52px 1fr; gap: 4px 14px; border-radius: 24px; background: var(--bg); padding: 18px; }
.feature-list span { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--soft-red); color: var(--red); font-size: 20px; font-weight: 950; }
.feature-list b { color: var(--dark); }
.feature-list p { color: var(--muted); font-size: 14px; line-height: 1.5; }
.detail-card { overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: 0 26px 60px rgba(15,23,42,.14); display: grid; grid-template-columns: 1.1fr .9fr; }
.detail-image { background: var(--bg); padding: 16px; }
.detail-image img { width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: contain; background: #f1f5f9; border-radius: 24px; }
.thumb-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.thumb-row span { height: 76px; border-radius: 16px; background: #fff; box-shadow: 0 8px 18px rgba(15,23,42,.06); }
.detail-info { padding: 24px; }
.badge-soft, .pill-note { width: fit-content; border-radius: 999px; background: #ecfdf5; color: #047857; padding: 9px 14px; font-weight: 950; font-size: 14px; }
.detail-info h3 { margin-top: 18px; color: var(--dark); font-size: 32px; line-height: 1; letter-spacing: -.04em; }
.detail-info p { margin-top: 8px; color: var(--muted); font-weight: 700; }
.price-box { margin: 22px 0 18px; border-radius: 24px; background: var(--dark); color: #fff; padding: 18px; }
.price-box small { color: #cbd5e1; font-weight: 800; }
.price-box strong { display: block; font-size: 38px; }
.price-box div { margin-top: 12px; border-radius: 16px; background: rgba(255,255,255,.1); padding: 12px; font-weight: 950; }
.compact { margin-bottom: 18px; }
.detail-info .btn + .btn { margin-top: 10px; }

.finance-section { padding: 80px 0; grid-template-columns: 1fr 1fr; }
.finance-copy { border-radius: var(--radius-panel); background: var(--dark); color: #fff; padding: 40px; box-shadow: 0 24px 55px rgba(7,17,31,.2); }
.finance-copy h2 { margin-top: 16px; font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.finance-copy p { margin-top: 20px; color: #cbd5e1; font-size: 18px; line-height: 1.7; }
.badge-dark { width: fit-content; border-radius: 999px; background: rgba(255,255,255,.1); padding: 9px 14px; font-weight: 900; }
.disclaimer { margin-top: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.08); padding: 18px; }
.calculator h3, .contact-form h3 { color: var(--dark); font-size: 26px; }
.calculator > p { margin-top: 6px; color: var(--muted); font-weight: 700; }
.slider-group { display: grid; gap: 22px; margin-top: 28px; }
.slider-group label { color: var(--dark); font-weight: 950; }
.slider-group output { float: right; color: var(--red); }
input[type="range"] { padding: 0; margin-top: 12px; accent-color: var(--red); border: 0; background: transparent; }
.finance-input-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.finance-input-grid.single { grid-template-columns: 1fr; }
.finance-input-grid label { margin: 0; }
.money-input { display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); overflow: hidden; }
.money-input input { border: 0; border-radius: 0; background: transparent; padding: 13px 14px; font-weight: 950; }
.money-input b { padding-right: 14px; color: var(--red); font-weight: 950; }
.finance-input-grid select { min-height: 48px; font-weight: 950; }
.finance-widget { position: relative; display: grid; gap: 10px; margin-top: 20px; border-radius: var(--radius-panel); background: linear-gradient(155deg, rgba(255,255,255,.86), rgba(253,236,236,.92)); padding: 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,.9); overflow: hidden; }
.finance-widget::before, .finance-widget::after { content: ""; position: absolute; border-radius: 999px; background: rgba(198,40,40,.07); pointer-events: none; }
.finance-widget::before { width: 190px; height: 190px; right: -90px; top: -80px; }
.finance-widget::after { width: 150px; height: 150px; left: -80px; bottom: -70px; }
.finance-widget label { position: relative; z-index: 1; margin: 0; text-align: center; }
.finance-widget label > span { margin-bottom: 8px; color: var(--dark); font-size: 15px; text-transform: none; letter-spacing: 0; }
.finance-field { display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 50px; border-radius: 12px; background: rgba(7,17,31,.07); overflow: hidden; }
.finance-field i { display: grid; place-items: center; width: 32px; height: 32px; margin-left: 10px; border-radius: 10px; background: rgba(198,40,40,.12); color: var(--red); font-style: normal; font-weight: 950; }
.finance-field input, .finance-field select { border: 0; background-color: transparent; color: var(--dark); font-size: 19px; font-weight: 950; outline: 0; padding: 12px 14px; }
.finance-field select { min-height: 50px; }
.finance-summary { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(142px, 190px); justify-content: center; justify-items: center; gap: 12px; margin: 10px auto 0; width: 100%; }
.finance-summary div { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #c62828, #e95b5b); color: #fff; padding: 18px; text-align: center; box-shadow: 0 18px 35px rgba(198,40,40,.2); }
.finance-summary span { color: rgba(255,255,255,.86); font-size: 13px; font-weight: 850; line-height: 1.2; }
.finance-summary strong { margin-top: 8px; color: #fff; font-size: clamp(18px, 2vw, 24px); line-height: 1; letter-spacing: -.03em; }
.finance-widget.compact { padding: 18px; border-radius: var(--radius-panel); }
.finance-widget.compact .finance-field input, .finance-widget.compact .finance-field select { font-size: 17px; }
.monthly-box { margin: 18px 0 0; border-radius: 18px; background: var(--soft-red); padding: 22px; width: 100%; }
.monthly-box span { color: #64748b; font-weight: 950; }
.monthly-box strong { display: block; margin-top: 5px; color: var(--red); font-size: clamp(34px, 4vw, 52px); letter-spacing: -.04em; }

.partner-section { padding-top: 80px; }
.narrow { max-width: 760px; }
.pill-note { background: var(--soft-red); color: var(--red); }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.logo-card { display: flex; align-items: center; justify-content: center; height: 112px; border: 1px solid var(--line); border-radius: 24px; background: var(--soft); padding: 20px; box-shadow: 0 8px 18px rgba(15,23,42,.04); transition: transform .18s, background .18s, box-shadow .18s; }
.logo-card:hover { transform: translateY(-3px); background: #fff; box-shadow: 0 18px 34px rgba(15,23,42,.09); }
.logo-card img { max-width: 138px; max-height: 54px; object-fit: contain; transition: transform .18s; }
.logo-card:hover img { transform: scale(1.04); }
.logo-card span { color: var(--muted); font-weight: 950; font-size: 18px; text-align: center; }

.comparison-section { padding: 80px 0; }
.comparison-grid { grid-template-columns: 1fr 2fr; align-items: stretch; }
.stars { color: var(--red); letter-spacing: .1em; }
.review-card h2 { margin-top: 18px; color: var(--dark); font-size: 34px; line-height: 1.05; letter-spacing: -.04em; }
.review-card p { margin: 16px 0 24px; color: var(--muted); line-height: 1.6; }
.review-card p a { color: var(--red); font-weight: 950; }
.compare-card { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; border-radius: var(--radius-panel); background: var(--dark); color: #fff; padding: 32px; box-shadow: 0 20px 45px rgba(7,17,31,.17); }
.compare-card h3 { font-size: 34px; line-height: 1.05; letter-spacing: -.04em; }
.compare-card p { margin-top: 14px; color: #cbd5e1; line-height: 1.6; }
.link-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 14px; border-radius: 16px; background: rgba(255,255,255,.1); font-size: 22px; }
.form-fields, .contact-form { display: grid; gap: 12px; }
.form-consent { display: grid; gap: 10px; color: #334155; font-size: 14px; font-weight: 750; line-height: 1.45; }
.form-consent label, .compare-consent { display: flex; align-items: flex-start; gap: 10px; }
.compare-consent { align-items: center; line-height: 1.35; }
.form-consent input, .compare-consent input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--red); }
.form-consent a { color: var(--red); font-weight: 950; }
.compare-card .form-fields { border-radius: 24px; background: #fff; color: #0f172a; padding: 20px; }
.form-message { min-height: 22px; color: #047857; font-weight: 900; }
.form-message.error { color: var(--red); }

.service-grid img { width: 100%; aspect-ratio: 16 / 11; height: auto; object-fit: cover; border-radius: var(--radius-panel); box-shadow: 0 24px 55px rgba(15,23,42,.16); }
.service-media-gallery { display: grid; grid-template-columns: 1fr .72fr; gap: 14px; align-items: stretch; }
.service-media-gallery img { height: 100%; min-height: 360px; }
.service-media-gallery img:first-child { grid-row: span 2; }
.service-media-gallery img:last-child { min-height: 220px; border-radius: 24px; }
.walk-in-note { display: grid; gap: 5px; margin: 22px 0 4px; border: 1px solid rgba(211, 35, 39, .16); border-radius: 18px; background: #fff5f5; padding: 16px 18px; box-shadow: 0 12px 26px rgba(211,35,39,.06); }
.walk-in-note b { color: var(--red); font-size: 15px; letter-spacing: .03em; text-transform: uppercase; }
.walk-in-note span { color: #475569; font-weight: 800; line-height: 1.5; }
.service-tags { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0; }
.service-tags span { border-radius: 12px; background: var(--bg); padding: 15px; color: var(--dark); font-weight: 950; }

.workshop-page { background: linear-gradient(180deg, #f7f9fc 0%, #fff 42%, #f7f9fc 100%); }
.workshop-hero .about-hero-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.workshop-hero-card > div { display: grid; gap: 5px; }
.workshop-detail-section { background: #fff; }
.tyre-service-section { padding: 22px 0 74px; }
.tyre-service-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; align-items: stretch; border: 1px solid #f6c9c9; border-radius: var(--radius-panel); background: linear-gradient(135deg, #fff 0%, #fff1f1 100%); padding: 34px; box-shadow: 0 22px 48px rgba(15,23,42,.08); }
.tyre-service-card h2 { margin-top: 10px; color: var(--dark); font-size: clamp(34px, 4vw, 56px); line-height: 1; letter-spacing: -.045em; }
.tyre-service-card p { margin-top: 18px; max-width: 860px; color: #536174; font-size: 18px; line-height: 1.7; font-weight: 700; }
.tyre-tags { margin-top: 24px; }
.tyre-service-panel { display: grid; align-content: center; gap: 18px; border-radius: 18px; background: #fff; padding: 26px; box-shadow: inset 0 0 0 1px rgba(226,232,240,.9); }
.tyre-service-panel strong { color: var(--dark); font-size: 22px; line-height: 1.35; letter-spacing: -.03em; }

.contact-section { background: var(--dark); color: #fff; padding: 80px 0; }
.contact-grid { grid-template-columns: .85fr 1.15fr; }
.contact-grid h2 { color: #fff; }
.contact-grid p { margin-top: 20px; color: #cbd5e1; font-size: 18px; line-height: 1.7; }
.contact-list { display: grid; gap: 14px; margin-top: 30px; color: #cbd5e1; font-weight: 800; }
.contact-list a:hover { color: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-grid label { display: flex; align-items: center; gap: 10px; border-radius: 12px; background: var(--soft); color: var(--dark); padding: 14px; font-weight: 900; }
.check-grid input { width: 18px; height: 18px; accent-color: var(--red); }

.site-footer { background: #050b14; color: #94a3b8; padding: 38px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-brand { color: #fff; font-size: 21px; font-weight: 950; }
.footer-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-tags span { border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 9px 14px; font-size: 13px; font-weight: 800; }
.footer-tags a { border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 9px 14px; font-size: 13px; font-weight: 800; }
.footer-tags a:hover { color: #fff; border-color: rgba(255,255,255,.25); }
.footer-contact { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 14px; color: #cbd5e1; font-size: 14px; font-weight: 750; }
.footer-contact a, .footer-contact span { display: inline-flex; align-items: center; gap: 7px; }
.footer-contact a span, .footer-contact > span span { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 12px; font-weight: 950; }
.footer-contact a:hover { color: #fff; }
.legal-page { min-height: 70vh; background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%); padding: 54px 0 80px; }
.legal-shell { max-width: 980px; }
.legal-heading { margin-bottom: 24px; }
.legal-heading a { color: var(--red); font-weight: 950; }
.legal-heading h1 { margin-top: 18px; color: var(--dark); font-size: clamp(44px, 5vw, 72px); line-height: .95; letter-spacing: -.055em; }
.legal-heading p { margin-top: 18px; max-width: 760px; color: #64748b; font-size: 18px; line-height: 1.65; font-weight: 700; }
.legal-card { border: 1px solid #e5eaf1; border-radius: 18px; background: #fff; padding: 34px; box-shadow: 0 18px 40px rgba(15,23,42,.08); }
.legal-card h2 { margin-top: 28px; color: #0f172a; font-size: 24px; letter-spacing: -.03em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { margin-top: 10px; color: #475569; line-height: 1.75; font-weight: 650; }
.about-page { background: #fff; }
.about-hero { overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #fff1f1 100%); padding: 54px 0 86px; }
.about-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--red); font-weight: 950; }
.about-hero h1 { margin-top: 14px; color: var(--dark); font-size: clamp(48px, 5.3vw, 86px); line-height: .95; letter-spacing: -.055em; }
.about-hero p { margin-top: 24px; max-width: 760px; color: #536174; font-size: 20px; line-height: 1.7; font-weight: 650; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.about-hero-card { position: relative; border-radius: var(--radius-panel); background: #fff; padding: 12px; box-shadow: 0 32px 70px rgba(15,23,42,.16); }
.about-hero-card img { width: 100%; height: 560px; object-fit: cover; object-position: center top; border-radius: 18px; }
.about-owner-card { display: grid; gap: 12px; }
.about-owner-card .about-owner-photo { height: auto; max-height: 720px; object-fit: contain; object-position: center; background: #f8fafc; }
.about-owner-card .about-brand-strip { position: static; justify-self: start; order: -1; }
.about-owner-card .about-floating-card { position: static; margin: 0; }
.about-brand-strip { position: absolute; left: 30px; top: 30px; z-index: 2; border-radius: 999px; background: rgba(255,255,255,.92); padding: 10px 15px; color: var(--dark); font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; box-shadow: 0 10px 22px rgba(15,23,42,.12); backdrop-filter: blur(10px); }
.about-floating-card { position: absolute; left: 34px; right: 34px; bottom: 34px; border: 1px solid #eef2f7; border-radius: 22px; background: rgba(255,255,255,.95); padding: 20px; box-shadow: 0 20px 38px rgba(15,23,42,.18); backdrop-filter: blur(12px); }
.about-floating-card strong, .about-floating-card span { display: block; }
.about-floating-card strong { color: var(--dark); font-size: 22px; letter-spacing: -.03em; }
.about-floating-card span { margin-top: 6px; color: #64748b; font-weight: 700; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -42px; position: relative; z-index: 2; }
.about-stats article { min-height: 132px; border: 1px solid #e5eaf1; border-radius: var(--radius-card); background: #fff; padding: 24px; box-shadow: 0 18px 40px rgba(15,23,42,.1); }
.about-stat-link { min-height: 132px; border: 1px solid #e5eaf1; border-radius: var(--radius-card); background: #fff; padding: 24px; box-shadow: 0 18px 40px rgba(15,23,42,.1); transition: transform .18s, box-shadow .18s; }
.about-stat-link:hover { transform: translateY(-3px); box-shadow: 0 24px 48px rgba(15,23,42,.14); }
.about-stats strong { display: block; color: var(--red); font-size: 44px; line-height: 1; letter-spacing: -.04em; }
.about-stats span { display: block; margin-top: 10px; color: var(--dark); font-weight: 950; }
.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 84px 0; }
.about-story h2, .about-values-band h2, .about-split h2, .about-cta h2 { color: var(--dark); font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.story-copy { display: grid; gap: 20px; }
.story-copy p { color: #475569; font-size: 18px; line-height: 1.8; font-weight: 650; }
.about-values-band { background: var(--bg); padding: 80px 0; }
.about-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-values.workshop-services { grid-template-columns: repeat(3, 1fr); }
.about-values article { border: 1px solid #e5eaf1; border-radius: var(--radius-card); background: #fff; padding: 24px; box-shadow: 0 14px 30px rgba(15,23,42,.07); }
.about-values span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--soft-red); color: var(--red); font-size: 22px; font-weight: 950; }
.about-values h3 { margin-top: 20px; color: var(--dark); font-size: 22px; letter-spacing: -.03em; }
.about-values p { margin-top: 10px; color: #64748b; line-height: 1.65; font-weight: 650; }
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; padding: 86px 0; }
.about-image-stack { position: relative; }
.about-image-stack img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius-panel); box-shadow: 0 26px 58px rgba(15,23,42,.16); }
.about-image-stack div { position: absolute; left: 28px; right: 28px; bottom: 28px; border-radius: 20px; background: rgba(255,255,255,.94); padding: 18px; box-shadow: 0 18px 34px rgba(15,23,42,.16); }
.about-image-stack b, .about-image-stack span { display: block; }
.about-image-stack b { color: var(--dark); font-size: 21px; }
.about-image-stack span { margin-top: 5px; color: #64748b; font-weight: 700; }
.about-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.about-checks span { border-radius: 12px; background: var(--bg); padding: 15px; color: var(--dark); font-weight: 950; }
.about-split-reverse { padding-top: 0; }
.about-cta { background: var(--dark); color: #fff; padding: 66px 0; }
.about-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.about-cta h2 { color: #fff; max-width: 820px; }
.about-cta p { margin-top: 14px; color: #cbd5e1; font-size: 18px; line-height: 1.6; font-weight: 650; }
.about-cta-inner > div:last-child { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.inventory-page { background: #f7f9fc; min-height: 80vh; }
.inventory-hero { background: linear-gradient(180deg, #fff 0%, #fff1f1 100%); padding: 52px 0 72px; }
.inventory-hero-inner { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: end; }
.inventory-hero h1 { margin-top: 14px; color: var(--dark); font-size: clamp(46px, 5vw, 78px); line-height: .95; letter-spacing: -.055em; }
.inventory-hero p { margin-top: 22px; max-width: 760px; color: #536174; font-size: 20px; line-height: 1.65; font-weight: 650; }
.inventory-summary-card { border: 1px solid #e5eaf1; border-radius: 24px; background: #fff; padding: 26px; box-shadow: 0 22px 48px rgba(15,23,42,.12); }
.inventory-summary-card strong { display: block; color: var(--red); font-size: 64px; line-height: .9; letter-spacing: -.05em; }
.inventory-summary-card span { display: block; margin: 10px 0 22px; color: var(--dark); font-weight: 950; }
.inventory-layout { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: start; padding: 38px 0 80px; }
.inventory-filters { position: sticky; top: 92px; display: grid; gap: 14px; border: 1px solid #e5eaf1; border-radius: 22px; background: #fff; padding: 22px; box-shadow: 0 14px 32px rgba(15,23,42,.08); }
.filter-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.filter-title-row h2 { color: var(--dark); font-size: 26px; letter-spacing: -.035em; }
.filter-title-row button { border: 0; background: transparent; color: var(--red); font-weight: 950; }
.inventory-main { min-width: 0; }
.inventory-toolbar { display: flex; justify-content: space-between; gap: 18px; align-items: center; border: 1px solid #e5eaf1; border-radius: 20px; background: #fff; padding: 18px; box-shadow: 0 12px 28px rgba(15,23,42,.07); }
.inventory-toolbar strong, .inventory-toolbar span { display: block; }
.inventory-toolbar strong { color: var(--dark); font-size: 24px; letter-spacing: -.03em; }
.inventory-toolbar span { margin-top: 4px; color: #64748b; font-weight: 750; }
.inventory-controls { display: flex; gap: 12px; align-items: center; }
.inventory-controls select { min-width: 210px; }
.view-toggle { display: flex; border: 1px solid #e5eaf1; border-radius: 999px; background: #fff; padding: 4px; }
.view-toggle button { border: 0; border-radius: 999px; background: transparent; padding: 10px 14px; color: #64748b; font-weight: 950; }
.view-toggle button.active { background: var(--dark); color: #fff; }
.inventory-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.inventory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.inventory-card { overflow: hidden; border: 1px solid #e5eaf1; border-radius: 22px; background: #fff; box-shadow: 0 14px 32px rgba(15,23,42,.08); }
.inventory-card-image { position: relative; display: block; }
.inventory-card-image { aspect-ratio: 16 / 10; background: #f1f5f9; }
.inventory-card-image img { width: 100%; height: 100%; object-fit: contain; }
.inventory-card-image span { position: absolute; left: 14px; top: 14px; border-radius: 999px; background: var(--red); color: #fff; padding: 8px 13px; font-size: 13px; font-weight: 950; }
.inventory-card-body { padding: 22px; }
.inventory-card h2 { color: var(--dark); font-size: 24px; line-height: 1.08; letter-spacing: -.035em; }
.inventory-card p { margin-top: 8px; color: #64748b; font-weight: 750; }
.inventory-price-row { display: flex; justify-content: space-between; gap: 14px; align-items: end; margin: 22px 0; border-radius: 18px; background: var(--bg); padding: 16px; }
.inventory-price-row strong { color: var(--red); font-size: 30px; letter-spacing: -.04em; }
.inventory-price-row span { color: var(--dark); font-weight: 950; }
.inventory-card-actions { display: flex; gap: 10px; }
.inventory-grid.list-view { grid-template-columns: 1fr; }
.inventory-grid.list-view .inventory-card { display: grid; grid-template-columns: 320px 1fr; }
.inventory-grid.list-view .inventory-card-image { min-height: 230px; }
.inventory-grid.list-view .inventory-card-image img { height: 100%; }
.inventory-empty { margin-top: 20px; border: 1px dashed #fca5a5; border-radius: 22px; background: #fff; padding: 34px; text-align: center; }
.inventory-empty h2 { color: var(--dark); font-size: 30px; letter-spacing: -.035em; }
.inventory-empty p { margin: 10px 0 22px; color: #64748b; font-weight: 700; }
.mobile-bar { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; grid-template-columns: repeat(3, 1fr); gap: 8px; border-radius: 12px; background: #fff; padding: 8px; box-shadow: 0 20px 45px rgba(15,23,42,.2); }
.mobile-bar a { display: flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 7px; color: #fff; font-weight: 950; }
.mobile-bar .btn-icon { margin-right: .28em; }
.mobile-bar a:nth-child(1) { background: var(--dark); }
.mobile-bar a:nth-child(2) { background: var(--red); }
.mobile-bar a:nth-child(3) { background: #059669; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 65; display: inline-flex; align-items: center; gap: 8px; min-height: 54px; border-radius: 12px; background: #059669; color: #fff; padding: 0 18px; font-weight: 950; box-shadow: 0 18px 34px rgba(5,150,105,.28); }
.floating-whatsapp:hover { transform: translateY(-2px); background: #047857; }

body.detail-mode main > section:not(.vehicle-detail-page) { display: none; }
.vehicle-detail-page { display: block; padding: 28px 0 0; background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%); }
.vehicle-detail-page[hidden] { display: none; }
.detail-shell { padding-bottom: 36px; }
.breadcrumb { display: flex; align-items: center; gap: 14px; margin: 6px 0 18px; color: #6b7280; font-size: 14px; font-weight: 750; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb b { color: #374151; }
.detail-top-grid { display: grid; grid-template-columns: 1.48fr .95fr; gap: 32px; align-items: start; }
.vehicle-gallery, .detail-cta-panel, .detail-card-panel, .detail-finance-card, .workshop-checks article, .detail-compare, .detail-inquiry, .related-card { border: 1px solid #e5eaf1; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.08); }
.vehicle-gallery { border: 0; background: transparent; box-shadow: none; }
.main-photo { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 12px; background: #eef2f7; box-shadow: 0 12px 30px rgba(15,23,42,.08); }
.main-photo img { width: 100%; height: 100%; object-fit: contain; }
.main-photo[data-lightbox-open] { cursor: zoom-in; }
.view-badge { position: absolute; left: 28px; top: 28px; display: flex; align-items: center; gap: 10px; border-radius: 7px; background: #fff; padding: 13px 17px; color: var(--dark); font-weight: 950; box-shadow: 0 7px 16px rgba(15,23,42,.09); }
.view-badge b { display: grid; place-items: center; width: 34px; height: 28px; border-radius: 999px; color: var(--red); border: 2px solid #fecaca; font-size: 13px; }
.view-badge span { font-size: 13px; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: #111827; font-size: 34px; line-height: 1; padding: 0; box-shadow: 0 10px 22px rgba(15,23,42,.12); }
.gallery-arrow.left { left: 18px; }
.gallery-arrow.right { right: 18px; }
.gallery-arrow:hover { background: var(--red); color: #fff; }
.thumb-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-top: 12px; }
.detail-thumb { overflow: hidden; height: 76px; border: 2px solid transparent; border-radius: 8px; background: #fff; padding: 0; box-shadow: 0 8px 16px rgba(15,23,42,.08); }
.detail-thumb.active { border-color: var(--red); }
.detail-thumb img { width: 100%; height: 100%; object-fit: contain; background: #f1f5f9; }
.detail-cta-panel { border-radius: 12px; padding: 30px; }
.vehicle-lightbox { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; background: rgba(2, 6, 23, .92); padding: 28px; }
.vehicle-lightbox[hidden] { display: none; }
.vehicle-lightbox img { max-width: min(1280px, 92vw); max-height: 86vh; width: auto; height: auto; object-fit: contain; border-radius: 12px; background: #f8fafc; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.lightbox-open { overflow: hidden; }
.lightbox-close, .lightbox-arrow { position: fixed; display: grid; place-items: center; border: 0; border-radius: 999px; background: #fff; color: #0f172a; box-shadow: 0 18px 40px rgba(0,0,0,.28); cursor: pointer; }
.lightbox-close { top: 22px; right: 22px; width: 48px; height: 48px; font-size: 34px; line-height: 1; }
.lightbox-arrow { top: 50%; width: 56px; height: 56px; transform: translateY(-50%); font-size: 42px; line-height: 1; padding: 0; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-close:hover, .lightbox-arrow:hover { background: var(--red); color: #fff; }
.detail-cta-panel h1 { max-width: none; color: #0f172a; font-size: 36px; line-height: 1.05; letter-spacing: -.04em; }
.meta-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: #64748b; font-size: 17px; font-weight: 750; }
.detail-price { margin-top: 24px; color: var(--red); font-size: 48px; line-height: 1; letter-spacing: -.04em; font-weight: 950; }
.detail-rate { margin-top: 18px; font-size: 22px; color: #111827; font-weight: 700; }
.detail-rate b { color: var(--red); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; margin: 28px 0; color: #111827; font-weight: 800; }
.check-list span { display: flex; align-items: center; gap: 8px; min-height: 24px; }
.check-list .dekra-badge img { width: 28px; height: 28px; }
.check-list span::first-letter { color: var(--red); }
.detail-cta-panel .btn { min-height: 58px; border-radius: 7px; font-size: 16px; }
.detail-cta-panel .btn + .btn { margin-top: 14px; }
.mini-promises { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; color: #475569; font-size: 13px; font-weight: 800; }
.detail-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 24px 0; }
.detail-stat-row div { display: grid; grid-template-columns: 56px 1fr; gap: 4px 16px; align-items: center; min-height: 104px; border: 1px solid #e5eaf1; border-radius: 12px; background: #fff; padding: 22px 26px; box-shadow: 0 10px 24px rgba(15,23,42,.07); }
.detail-stat-row span { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid #fecaca; border-radius: 50%; color: var(--red); font-size: 24px; }
.detail-stat-row .stat-icon, .detail-stat-row .gear-icon { font-size: 16px; font-weight: 950; letter-spacing: -.04em; text-transform: uppercase; }
.detail-stat-row .gear-icon { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.detail-stat-row small { color: #64748b; font-weight: 800; }
.detail-stat-row b { color: #0f172a; font-size: 25px; }
.detail-content-grid { display: grid; grid-template-columns: 1.45fr .9fr; gap: 32px; align-items: start; }
.detail-card-panel, .detail-finance-card { border-radius: 12px; padding: 28px; }
.detail-card-panel h2, .detail-finance-card h2, .workshop-checks h2, .detail-compare h2, .detail-inquiry h2, .related-section h2 { color: #0f172a; font-size: 27px; line-height: 1.05; letter-spacing: -.03em; }
.detail-card-panel h2 + .data-table, .detail-card-panel h2 + .equipment-grid { margin-top: 18px; }
.detail-card-panel h2:not(:first-child) { margin-top: 28px; }
.data-table { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 48px; }
.data-table div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; border-bottom: 1px solid #e5e7eb; padding: 11px 0; }
.data-table span { color: #475569; font-weight: 750; }
.data-table b { color: #111827; font-weight: 850; }
.equipment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.equipment-grid span { border: 1px solid #dce3ed; border-radius: 6px; padding: 13px 14px; color: #334155; font-weight: 800; font-size: 14px; }
.vehicle-description { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.vehicle-description h2 { margin-bottom: 14px; }
.vehicle-description-content { display: grid; gap: 12px; color: #475569; font-size: 15px; line-height: 1.7; font-weight: 700; }
.vehicle-description-content p { margin: 0; }
.show-more { margin-top: 18px; border: 0; background: transparent; color: var(--red); font-weight: 950; }
.detail-finance-card { background: linear-gradient(135deg, #fff 0%, #fff4f4 100%); }
.detail-finance-card label { display: block; margin-top: 22px; color: #334155; font-weight: 850; }
.detail-finance-card output { float: right; color: #0f172a; font-weight: 850; }
.detail-finance-card input[type="range"] { width: 100%; }
.detail-monthly { margin-top: 32px; border-top: 1px solid #ead4d4; padding-top: 26px; }
.detail-monthly small { display: block; color: #475569; font-weight: 850; }
.detail-monthly strong { display: block; margin-top: 8px; color: var(--red); font-size: 42px; line-height: 1; letter-spacing: -.04em; }
.detail-finance-card p { margin-top: 20px; color: #64748b; font-size: 13px; line-height: 1.6; font-weight: 700; }
.workshop-checks { margin-top: 28px; }
.workshop-checks > div { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 18px; }
.workshop-checks article { min-height: 110px; border-radius: 12px; padding: 18px; }
.workshop-checks span { color: var(--red); font-size: 28px; }
.workshop-checks b, .workshop-checks small { display: block; }
.workshop-checks b { margin-top: 8px; color: #0f172a; line-height: 1.15; }
.workshop-checks small { margin-top: 4px; color: #64748b; font-weight: 700; }
.detail-compare { display: grid; grid-template-columns: 1.1fr 1.8fr auto; gap: 24px; align-items: center; margin-top: 24px; border-radius: 12px; padding: 28px; background: linear-gradient(90deg, #fff7f7, #fff); }
.detail-compare p, .detail-inquiry p { margin-top: 8px; color: #475569; font-weight: 700; line-height: 1.5; }
.detail-compare input { min-height: 58px; border-radius: var(--radius-control); background: #fff; }
.detail-compare .btn { min-height: 58px; border-radius: var(--radius-control); white-space: nowrap; }
.detail-compare .form-message { grid-column: 2 / 4; margin: 0; }
.detail-compare .compare-consent { grid-column: 2 / 3; color: #334155; font-size: 13px; font-weight: 800; }
.detail-inquiry { display: grid; grid-template-columns: 1.6fr .55fr .55fr; gap: 28px; align-items: center; margin-top: 24px; border-radius: 12px; padding: 28px; }
.detail-form-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 12px; }
.detail-form-grid input, .detail-inquiry textarea { border-radius: var(--radius-control); background: #fff; }
.detail-options { display: grid; gap: 12px; }
.detail-options label { display: flex; align-items: center; gap: 10px; color: #334155; font-weight: 800; }
.detail-options input { width: 18px; height: 18px; accent-color: var(--red); }
.detail-inquiry .btn { min-height: 58px; border-radius: var(--radius-control); }
.detail-inquiry small { display: block; margin-top: 18px; color: #475569; font-weight: 750; line-height: 1.5; }
.autoscout-contact-form { grid-template-columns: 1fr; align-items: stretch; max-width: 940px; margin-left: auto; margin-right: auto; }
.autoscout-contact-form h2 { margin-bottom: 18px; }
.autoscout-contact-form label span { color: #111827; font-size: 14px; text-transform: none; letter-spacing: 0; font-weight: 850; }
.autoscout-contact-form textarea, .autoscout-contact-form input { border-radius: var(--radius-control); background: #fff; font-weight: 650; }
.autoscout-message textarea { min-height: 170px; line-height: 1.55; }
.tradein-box { margin: 22px 0; border: 1px solid #cbd5e1; border-radius: 6px; background: #f8fafc; padding: 16px; }
.tradein-box p { margin: 0 0 10px; color: #111827; }
.tradein-box label { display: flex; align-items: flex-start; gap: 10px; color: #111827; font-weight: 700; }
.tradein-box input[type="checkbox"], .autoscout-options input[type="checkbox"] { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--red); }
.tradein-box .btn { margin-top: 12px; min-height: 42px; border-radius: 7px; border-color: #fecaca; background: var(--soft-red); color: var(--red); box-shadow: none; }
.tradein-box .btn:hover { background: var(--red); color: #fff; }
.tradein-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.autoscout-fields { grid-template-columns: repeat(2, 1fr); margin-top: 18px; }
.autoscout-options { margin: 18px 0; }
.autoscout-options label { align-items: flex-start; line-height: 1.45; }
.autoscout-options label:last-child { font-size: 13px; font-weight: 650; color: #334155; }
.privacy-copy { margin-top: 18px; color: #475569; font-size: 12px; line-height: 1.55; }
.privacy-copy p + p { margin-top: 12px; }
.privacy-copy a { color: var(--red); font-weight: 900; }
.related-section { margin-top: 30px; }
.related-section .section-row { margin-bottom: 16px; }
.related-section .section-row a { color: var(--red); font-weight: 950; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { display: grid; grid-template-columns: 160px 1fr; gap: 18px; border-radius: 12px; overflow: hidden; padding: 10px; }
.related-card img { width: 160px; height: 120px; object-fit: contain; border-radius: 5px; background: #eef2f7; }
.related-card b, .related-card small, .related-card strong, .related-card span { display: block; }
.related-card b { color: #0f172a; font-size: 15px; }
.related-card small { margin-top: 8px; color: #64748b; font-weight: 750; }
.related-card strong { margin-top: 12px; color: var(--red); font-size: 22px; }
.related-card span { margin-top: 4px; color: #0f172a; font-weight: 850; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 980px; margin: 0 auto; border: 1px solid #e5eaf1; border-radius: 18px; background: rgba(255,255,255,.97); padding: 18px; box-shadow: 0 24px 55px rgba(15,23,42,.18); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--dark); font-size: 18px; }
.cookie-banner p { margin-top: 4px; color: #64748b; line-height: 1.5; font-weight: 650; }
.cookie-banner a { color: var(--red); font-weight: 950; }

@media (max-width: 1100px) {
  .hero-grid, .detail-grid, .finance-section, .comparison-grid, .service-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-media-gallery { grid-template-columns: 1fr 1fr; }
  .filter-grid, .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-card, .compare-card { grid-template-columns: 1fr; }
  .detail-top-grid, .detail-content-grid, .detail-inquiry { grid-template-columns: 1fr; }
  .detail-stat-row, .workshop-checks > div, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .about-hero-grid, .about-story, .about-split { grid-template-columns: 1fr; }
  .about-stats, .about-values { grid-template-columns: repeat(2, 1fr); }
  .about-values.workshop-services { grid-template-columns: repeat(2, 1fr); }
  .tyre-service-card { grid-template-columns: 1fr; }
  .inventory-hero-inner, .inventory-layout { grid-template-columns: 1fr; }
  .inventory-filters { position: static; }
  .inventory-grid.list-view .inventory-card { grid-template-columns: 260px 1fr; }
  .about-cta-inner { align-items: flex-start; flex-direction: column; }
  .detail-compare { grid-template-columns: 1fr; }
  .detail-compare .form-message { grid-column: auto; }
  .detail-form-grid, .equipment-grid { grid-template-columns: repeat(2, 1fr); }
  .main-nav { display: none; }
}
@media (max-width: 760px) {
  .container, .search-wrap { width: min(100% - 28px, 1500px); }
  .header-actions { display: none; }
    .mobile-menu-toggle { display: inline-grid; place-items: center; }
  .brand { min-width: 0; }
  .brand-logo-img { width: 144px; height: 50px; padding: 0; }
  .brand-subline { display: none; }
  .hero-grid { padding: 34px 0 74px; gap: 24px; }
  h1 { font-size: clamp(38px, 12vw, 52px); line-height: 1; letter-spacing: -.045em; }
  .hero-copy > p { margin-top: 18px; font-size: 17px; line-height: 1.55; }
  .eyebrow { margin-bottom: 16px; font-size: 12px; line-height: 1.35; }
  .hero-actions, .section-row, .result-row, .footer-inner { align-items: stretch; flex-direction: column; }
  .trust-grid, .trust-proof-grid, .filter-grid, .vehicle-grid, .logo-grid, .service-tags, .form-grid, .check-grid { grid-template-columns: 1fr; }
  .search-wrap { margin: -36px auto 0; }
  .search-panel, .calculator, .contact-form, .review-card { border-radius: 24px; padding: 20px; }
  .search-panel .section-row { gap: 14px; margin-bottom: 18px; }
  .search-panel h2 { font-size: 23px; }
  .finance-input-grid { grid-template-columns: 1fr; }
  .finance-summary { grid-template-columns: minmax(150px, 210px); justify-content: center; justify-items: center; gap: 12px; }
  .finance-summary div { padding: 14px; }
  .hero-card { border-radius: 24px; padding: 8px; }
  .hero-card img { height: 300px; border-radius: 18px; }
  .hero-badge { left: 18px; top: 18px; padding: 8px 12px; font-size: 13px; }
  .hero-offer { position: static; margin: 10px 0 0; flex-direction: column; align-items: stretch; border-radius: 20px; padding: 16px; }
  .rate-pill { width: 100%; min-width: 0; }
  .vehicle-price, .spec-grid { grid-template-columns: 1fr; }
  .vehicle-card { border-radius: 24px; }
  .vehicle-card .badge {
    position: absolute !important;
    left: 14px !important;
    top: 14px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 5;
    max-width: 128px;
    padding: 8px 11px;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
    transform: none !important;
  }
  .vehicle-card .degree {
    position: absolute !important;
    right: 14px !important;
    top: 14px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 5;
    max-width: 116px;
    padding: 7px 10px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    transform: none !important;
  }
  .vehicle-body { padding: 22px; }
  .vehicle-body h3 { font-size: 24px; line-height: 1.08; }
  .vehicle-price { border-radius: 20px; padding: 14px; }
  .vehicle-price strong { font-size: 30px; }
  .vehicle-price .rate-tile { text-align: left; }
  .vehicle-price .rate-tile strong { font-size: 28px; line-height: 1.05; }
  .card-actions { grid-template-columns: 1fr; }
  .card-actions .btn-ghost { grid-column: auto; }
  .detail-image img, .service-grid img { height: 340px; }
  .service-media-gallery { grid-template-columns: 1fr; }
  .service-media-gallery img, .service-media-gallery img:last-child { min-height: 0; height: auto; }
  .section, .detail-section, .finance-section, .partner-section, .comparison-section, .service-section, .contact-section { padding: 66px 0; }
  .trust-proof-section { padding-top: 30px; }
  .conversion-strip { padding-bottom: 72px; }
  .conversion-strip-inner { align-items: stretch; flex-direction: column; padding: 24px; }
  .conversion-actions { min-width: 0; justify-content: stretch; flex-direction: column; }
  .section-row h2, .section h2, .detail-grid h2, .partner-section h2, .service-grid h2, .contact-grid h2 { font-size: clamp(31px, 10vw, 42px); line-height: 1.03; letter-spacing: -.035em; }
  .vehicle-detail-page { padding-top: 18px; }
  .breadcrumb { flex-wrap: wrap; font-size: 12px; }
  .detail-cta-panel { padding: 22px; }
  .detail-cta-panel h1 { font-size: 31px; }
  .main-photo img { height: 100%; }
  .thumb-strip { grid-template-columns: repeat(4, 1fr); }
  .detail-stat-row, .workshop-checks > div, .related-grid, .data-table, .equipment-grid, .detail-form-grid, .tradein-fields, .autoscout-fields { grid-template-columns: 1fr; }
  .about-hero { padding: 38px 0 68px; }
  .about-hero-card img, .about-image-stack img { height: 360px; }
  .about-stats, .about-values, .about-checks { grid-template-columns: 1fr; }
  .about-values.workshop-services { grid-template-columns: 1fr; }
  .tyre-service-card { padding: 24px; }
  .inventory-hero { padding: 36px 0 48px; }
  .inventory-hero h1 { font-size: clamp(38px, 12vw, 52px); line-height: 1; }
  .inventory-hero p { margin-top: 16px; font-size: 17px; line-height: 1.55; }
  .inventory-layout { padding: 24px 0 56px; gap: 18px; }
  .inventory-filters { border-radius: 20px; padding: 18px; }
  .inventory-toolbar, .inventory-controls, .inventory-price-row, .inventory-card-actions { align-items: stretch; flex-direction: column; }
  .inventory-grid, .inventory-grid.list-view { grid-template-columns: 1fr; }
  .inventory-grid.list-view .inventory-card { display: block; }
  .inventory-grid.list-view .inventory-card-image { min-height: 0; height: 240px; }
  .inventory-grid.list-view .inventory-card-image img { height: 100%; }
  .about-story, .about-split { padding: 58px 0; }
  .about-cta-inner > div:last-child, .about-actions { flex-direction: column; width: 100%; }
  .detail-stat-row div { min-height: 92px; }
  .check-list, .mini-promises { grid-template-columns: 1fr; }
  .detail-monthly strong { font-size: 34px; }
  .related-card { grid-template-columns: 120px 1fr; }
  .related-card img { width: 120px; height: 100px; }
  .gallery-arrow { width: 42px; height: 42px; font-size: 30px; padding: 0; }
  .vehicle-lightbox { padding: 16px; }
  .vehicle-lightbox img { max-width: 94vw; max-height: 78vh; border-radius: 10px; }
  .lightbox-close { top: 14px; right: 14px; width: 44px; height: 44px; font-size: 30px; }
  .lightbox-arrow { width: 46px; height: 46px; font-size: 34px; }
  .lightbox-prev { left: 12px; }
  .lightbox-next { right: 12px; }
  .site-footer { padding: 30px 0; }
  .footer-brand { font-size: 28px; line-height: 1.05; }
  .footer-inner > div:first-child > div:last-child { font-size: 20px; line-height: 1.35; }
  .footer-tags { gap: 8px; }
  .footer-tags a { padding: 10px 13px; }
  .cookie-banner { flex-direction: column; align-items: stretch; left: 14px; right: 14px; bottom: 18px; }
  .mobile-bar { display: grid; }
  .floating-whatsapp { display: none; }
  body { padding-bottom: 0; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .trust-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicle-grid { gap: 24px; }
  .floating-whatsapp { right: 18px; bottom: 18px; }
}

