:root {
  --bg:#fafaf7; --paper:#fff; --ink:#0f0f0e; --sub:#5c5a52; --line:#e8e4da; --accent:#9c2b1b; --soft:#f2eee2;
  --good-fg:#0a5c2f; --good-bg:#e8f4ed; --ok-fg:#1a6b2a; --ok-bg:#eef7f0; --fair-fg:#8b5a00; --fair-bg:#fbf1dd; --bad-fg:#9a2a1f; --bad-bg:#f8e8e5;
}

/* Static production adapter: the visual rules above are copied directly from
   the approved v18 checkout. These selectors only bridge the static data
   renderer to those same components. */
.header-pills { display:flex; gap:28px; color:var(--sub); font-size:14px; }
.header-pills a:hover,.header-pills a.active { color:var(--ink); }
.header-pills a.active { font-weight:600; }
.header-pills .market-nav { color:var(--ink); }
.mobile-navigation[hidden] { display:none !important; }
.hero { max-width:1180px; margin:0 auto; padding:32px 24px 24px; display:grid; grid-template-columns:1fr 250px; gap:48px; align-items:end; }
.hero .hero-grid { display:contents; }
.hero .intro-copy { min-width:0; }
.hero h1 { max-width:800px; margin:0; font-family:'Fraunces',Georgia,serif; font-size:clamp(40px,5vw,60px); font-weight:400; line-height:1; letter-spacing:-.045em; }
.hero .lead { max-width:800px; margin:14px 0 0; color:var(--sub); font-size:17px; line-height:1.6; }
.hero .intro-proof { border-left:1px solid var(--line); padding-left:26px; display:flex; flex-direction:column; }
.hero .intro-proof strong { font-family:'Fraunces',Georgia,serif; font-size:42px; font-weight:500; line-height:1; }
.hero .intro-proof span { margin-top:8px; color:var(--sub); font-size:12px; line-height:1.45; }
.hidden-filter-plumbing { display:none !important; }
.advanced-panel[hidden] { display:none !important; }
.results-grid.cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.results-grid.cards>.market-teaser { grid-column:1/-1; }
.results-count-line { margin:0; color:var(--sub); font-size:13px; }
.offer-card-v4 .vehicle-media { margin:-19px -19px 17px; }
.offer-card-v4.is-selected .vehicle-media { margin:-18px -18px 17px; }
.offer-card-v4 .card-top { min-height:74px; }
.offer-card-v4 .brand-lockup { align-items:flex-start; }
.offer-card-v4 .true-price { padding:15px 0 10px; }
.offer-card-v4 .true-price>span { color:var(--accent); font-size:10px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.offer-card-v4 .true-price>strong { display:block; margin-top:3px; font-family:'Fraunces',Georgia,serif; font-size:34px; font-weight:600; line-height:1; letter-spacing:-.04em; }
.offer-card-v4 .true-price>strong small { font-family:'Inter',sans-serif; font-size:12px; letter-spacing:normal; }
.offer-card-v4 .true-price p { margin:5px 0 0; color:var(--sub); font-size:11px; }
.offer-card-v4 .offer-facts dt { color:var(--sub); }
.offer-card-v4 .offer-facts dd { margin:0; font-weight:800; text-align:right; }
.offer-card-v4 .trust-row { margin-top:0; border:0; }
.offer-card-v4 .card-actions { border-top:0; }
.offer-card-v4 .compare-card-button,.offer-card-v4 .offer-link { min-height:43px; }
.engagement .strip-signup-status { margin-top:8px; font-size:11px; }
.engagement .strip-signup-status.success { color:var(--good-fg); }
.engagement .strip-signup-status.error { color:var(--bad-fg); }
.site-footer { max-width:1180px; margin:0 auto; padding:30px 24px 48px; border-top:1px solid var(--line); display:flex; align-items:center; gap:28px; color:var(--sub); font-size:11px; }
.site-footer>p { margin-right:auto; }
.site-footer>div { display:flex; flex-wrap:wrap; gap:19px; }
.compare-bar.static-compare { transform:translateY(110%); transition:transform .22s ease; }
.compare-bar.static-compare.visible { transform:translateY(0); }
.static-compare .compare-label { display:flex; flex-direction:column; font-family:'Fraunces',Georgia,serif; font-size:17px; font-weight:600; }
.static-compare .compare-label::after { content:attr(data-count) ' tilbud valgt'; color:var(--sub); font-family:'Inter',sans-serif; font-size:10px; font-weight:400; }
.static-compare .compare-slots { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.static-compare .compare-slot { min-width:0; min-height:47px; border:1px solid var(--line); padding:7px 9px; display:flex; align-items:center; gap:7px; }
.static-compare .compare-slot-icon { display:none; }
.static-compare .compare-slot-text { min-width:0; display:flex; flex-direction:column; }
.static-compare .compare-slot-model { overflow:hidden; text-overflow:ellipsis; font-size:10px; font-weight:800; white-space:nowrap; }
.static-compare .compare-slot-variant { color:var(--accent); font-size:9px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.static-compare .compare-slot-remove { margin-left:auto; border:0; background:transparent; color:var(--sub); cursor:pointer; font-size:17px; }
.static-compare .compare-actions { display:flex; gap:8px; }
.static-compare .btn-clear { border:1px solid var(--line); background:#fff; padding:10px 12px; cursor:pointer; }
.static-compare .btn-compare { min-width:170px; border:0; background:var(--ink); color:#fff; padding:13px 16px; cursor:pointer; font-size:12px; font-weight:800; }
.static-compare .btn-compare:disabled { background:#d8d5cc; color:#7f7c74; cursor:not-allowed; }
.modal-backdrop:not(.visible) { display:none !important; }
.modal-backdrop.visible { display:grid; }

@media (max-width:900px) {
  .hero { grid-template-columns:1fr; gap:20px; }
  .hero .intro-proof { border-left:0; border-top:1px solid var(--line); padding:16px 0 0; flex-direction:row; align-items:baseline; gap:10px; }
  .results-grid.cards { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:640px) {
  .header-pills { display:none; }
  .hero { padding:31px 18px 24px; }
  .hero h1 { font-size:39px; }
  .hero .lead { font-size:15px; }
  .results-grid.cards { grid-template-columns:1fr; }
  .static-compare .compare-slots { display:none; }
  .static-compare .compare-bar-inner { min-height:66px; grid-template-columns:1fr auto; padding:10px; }
  .static-compare .btn-clear { display:none; }
  .static-compare .btn-compare { min-width:155px; }
  .site-footer { margin:0 10px; padding:28px 8px 130px; align-items:flex-start; flex-direction:column; gap:14px; }
  .site-footer>p { margin:0; }
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; min-height:100vh; background:var(--bg); color:var(--ink); font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; line-height:1.5; -webkit-font-smoothing:antialiased; }
button,input,select { font:inherit; }
button { color:inherit; }
a { color:inherit; text-decoration:none; }

.site-header { position:sticky; top:0; z-index:30; border-bottom:1px solid var(--line); background:rgba(255,255,255,.96); backdrop-filter:blur(10px); }
.header-inner { max-width:1180px; margin:0 auto; padding:17px 24px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand { display:flex; align-items:baseline; gap:10px; }
.brand-name { font-family:'Fraunces',Georgia,serif; font-size:26px; font-weight:600; letter-spacing:-.03em; }
.brand-suffix { color:var(--sub); font-size:11px; letter-spacing:.15em; text-transform:uppercase; }
nav { display:flex; gap:28px; color:var(--sub); font-size:14px; }
nav a:hover,nav a.active { color:var(--ink); }
nav a.active { font-weight:600; }
.market-nav { display:flex; align-items:center; gap:7px; color:var(--ink); font-weight:700; }
.market-nav span { border-radius:999px; background:var(--accent); color:#fff; padding:2px 6px; font-size:8px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.mobile-market-link { display:none; color:var(--accent); font-size:12px; font-weight:800; }

.intro { max-width:1180px; margin:0 auto; padding:42px 24px 30px; display:grid; grid-template-columns:1fr 250px; gap:48px; align-items:end; }
.kicker,.section-kicker { margin:0 0 12px; color:var(--accent); font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.intro h1 { max-width:800px; margin:0; font-family:'Fraunces',Georgia,serif; font-size:clamp(42px,6vw,68px); font-weight:400; line-height:1; letter-spacing:-.045em; }
.intro h1 em { font-style:normal; font-weight:500; }
.lead { max-width:800px; margin:20px 0 0; color:var(--sub); font-size:17px; line-height:1.6; }
.lead strong { color:var(--ink); }
.intro-proof { border-left:1px solid var(--line); padding-left:26px; display:flex; flex-direction:column; }
.intro-proof strong { font-family:'Fraunces',Georgia,serif; font-size:42px; font-weight:500; line-height:1; }
.intro-proof span { margin-top:8px; color:var(--sub); font-size:12px; line-height:1.45; }

.finder { max-width:1180px; margin:0 auto 18px; border:1px solid var(--line); background:var(--paper); box-shadow:0 10px 30px rgba(15,15,14,.05); }
.finder-main { padding:24px; display:grid; grid-template-columns:minmax(260px,.9fr) minmax(400px,1.4fr); gap:38px; align-items:end; }
.search-field,.budget-field { display:flex; flex-direction:column; gap:9px; }
.search-field>span,.budget-label { font-size:13px; font-weight:700; }
.search-field input { width:100%; height:50px; border:1px solid var(--line); border-radius:3px; background:var(--bg); padding:0 15px; outline:none; }
.search-field input:focus { border-color:var(--accent); box-shadow:0 0 0 2px rgba(156,43,27,.08); }
.budget-field output { min-height:34px; white-space:nowrap; font-family:'Fraunces',Georgia,serif; font-size:27px; font-weight:600; line-height:1.2; }
.budget-range { width:100%; accent-color:var(--accent); cursor:pointer; }
.range-labels { display:flex; justify-content:space-between; color:#8b887f; font-size:10px; }
.quick-filters { padding:13px 24px; border-top:1px solid var(--line); background:var(--bg); display:flex; align-items:center; justify-content:space-between; gap:20px; }
.segmented { display:flex; gap:5px; }
.segmented button { border:1px solid transparent; background:transparent; padding:8px 15px; color:var(--sub); cursor:pointer; font-size:13px; font-weight:600; }
.segmented button.active { border-color:var(--ink); background:var(--ink); color:#fff; }
.advanced-button { border:0; background:transparent; font-size:13px; font-weight:700; cursor:pointer; }
.advanced-button span { display:inline-grid; width:22px; height:22px; margin-left:7px; place-items:center; border:1px solid var(--line); border-radius:50%; }
.advanced-panel { padding:20px 24px; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr auto; gap:18px; align-items:end; }
.advanced-panel label,.sort-label { display:flex; flex-direction:column; gap:6px; color:var(--sub); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
.advanced-panel select,.sort-label select { min-height:43px; border:1px solid var(--line); border-radius:3px; background:#fff; padding:0 11px; color:var(--ink); text-transform:none; letter-spacing:normal; }
.reset-button { min-height:43px; border:0; background:transparent; text-decoration:underline; cursor:pointer; }
.shortcut-row { padding:10px 24px; border-top:1px solid var(--line); display:flex; align-items:center; gap:8px; }
.shortcut-row>span { margin-right:4px; color:var(--sub); font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.shortcut-row button { border:1px solid var(--line); border-radius:999px; background:#fff; padding:6px 11px; cursor:pointer; font-size:11px; font-weight:700; }
.shortcut-row button:hover { border-color:var(--accent); color:var(--accent); }

.market-teaser { max-width:1180px; margin:0 auto 46px; background:var(--ink); color:var(--bg); padding:28px 30px; display:grid; grid-template-columns:minmax(300px,1.6fr) repeat(3,minmax(130px,.55fr)); align-items:stretch; gap:0; }
.market-teaser-copy { padding-right:30px; }
.market-teaser-copy h2 { margin:4px 0 8px; font-family:'Fraunces',Georgia,serif; font-size:30px; font-weight:500; letter-spacing:-.03em; }
.market-teaser-copy>p:not(.section-kicker) { max-width:520px; margin:0 0 16px; color:#c7c5bd; font-size:12px; line-height:1.6; }
.market-teaser-copy a { display:inline-flex; align-items:center; gap:14px; border-bottom:1px solid var(--bg); padding:5px 0; font-size:12px; font-weight:800; }
.market-teaser-copy a span { color:#f2b34b; }
.market-stat { border-left:1px solid #3b3b37; padding:8px 20px; display:flex; flex-direction:column; justify-content:center; }
.market-stat strong { font-family:'Fraunces',Georgia,serif; font-size:25px; font-weight:500; line-height:1.1; }
.market-stat span { margin-top:8px; color:#aaa89f; font-size:9px; line-height:1.4; text-transform:uppercase; letter-spacing:.06em; }

.results { max-width:1180px; margin:0 auto; padding:0 24px 110px; }
.results-head { margin-bottom:22px; display:flex; align-items:end; justify-content:space-between; gap:24px; }
.results-head h2 { margin:3px 0; font-family:'Fraunces',Georgia,serif; font-size:34px; font-weight:500; letter-spacing:-.03em; }
.results-head p:not(.section-kicker) { margin:0; color:var(--sub); font-size:13px; }
.sort-label select { min-width:230px; }
.compare-explainer { margin-bottom:18px; border:1px solid var(--line); border-left:3px solid var(--accent); background:var(--paper); padding:15px 18px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; }
.compare-icon { width:34px; height:34px; display:grid; place-items:center; border:1px solid var(--line); font-size:18px; }
.compare-explainer>div:nth-child(2) { display:flex; flex-direction:column; }
.compare-explainer strong { font-family:'Fraunces',Georgia,serif; font-size:17px; font-weight:600; }
.compare-explainer span { color:var(--sub); font-size:12px; }
.compare-steps { display:flex; gap:14px; }
.compare-steps span { white-space:nowrap; }
.compare-steps b { display:inline-grid; width:20px; height:20px; margin-right:4px; place-items:center; border-radius:50%; background:var(--ink); color:#fff; font-size:10px; }

.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.offer-card { min-width:0; border:1px solid var(--line); background:var(--paper); padding:19px; display:flex; flex-direction:column; transition:border-color .15s,box-shadow .15s,transform .15s; }
.offer-card:hover { border-color:#c9c4b8; box-shadow:0 8px 24px rgba(15,15,14,.06); transform:translateY(-1px); }
.offer-card.is-selected { border:2px solid var(--ink); padding:18px; box-shadow:inset 0 3px 0 var(--accent); }
.card-top { display:flex; justify-content:space-between; align-items:start; gap:12px; }
.brand-lockup { min-width:0; display:flex; align-items:center; gap:11px; }
.logo-box { width:48px; height:40px; flex-shrink:0; border:1px solid var(--line); background:#fff; padding:7px; display:grid; place-items:center; }
.logo-box img { max-width:100%; max-height:100%; object-fit:contain; }
.brand-lockup span,.modal-title-row span { color:var(--sub); font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.brand-lockup h3 { max-width:160px; margin:1px 0 0; overflow:hidden; text-overflow:ellipsis; font-family:'Fraunces',Georgia,serif; font-size:22px; font-weight:600; line-height:1.05; white-space:nowrap; }
.rating-pill { border-radius:2px; padding:5px 7px; font-size:10px; font-weight:800; white-space:nowrap; }
.rating-pill.excellent { background:var(--good-bg); color:var(--good-fg); }
.rating-pill.good { background:var(--ok-bg); color:var(--ok-fg); }
.rating-pill.fair { background:var(--fair-bg); color:var(--fair-fg); }
.rating-pill.expensive { background:var(--bad-bg); color:var(--bad-fg); }
.rating-pill.unknown { background:var(--soft); color:var(--sub); }
.variant-context { min-height:72px; margin-top:18px; padding-top:14px; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:4px; }
.variant-context span { color:var(--sub); font-size:10px; text-transform:uppercase; letter-spacing:.07em; }
.variant-context strong { font-size:13px; line-height:1.35; }
.true-price { padding:15px 0 13px; }
.true-price>span { display:block; color:var(--accent); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.true-price>strong { display:block; margin-top:1px; font-family:'Fraunces',Georgia,serif; font-size:36px; font-weight:600; letter-spacing:-.04em; }
.true-price small { font-family:'Inter',sans-serif; font-size:12px; letter-spacing:normal; }
.price-proof { margin-bottom:15px; border:1px solid var(--line); background:var(--bg); padding:10px; display:grid; grid-template-columns:1fr auto 1fr auto 1fr; align-items:center; gap:5px; }
.price-proof div { display:flex; min-width:0; flex-direction:column; }
.price-proof span { color:var(--sub); font-size:8px; line-height:1.2; }
.price-proof strong { font-size:11px; white-space:nowrap; }
.price-proof>b { color:var(--sub); font-size:10px; }
.proof-total { color:var(--accent); }
.offer-card dl { margin:0; border-top:1px solid var(--line); }
.offer-card dl div { padding:8px 0; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; gap:12px; font-size:11px; }
.offer-card dt { color:var(--sub); }
.offer-card dd { margin:0; font-weight:700; }
.compare-card-button { width:100%; min-height:44px; margin-top:16px; border:1px solid var(--ink); background:#fff; padding:9px 10px; display:flex; align-items:center; justify-content:center; gap:8px; cursor:pointer; font-size:11px; font-weight:800; }
.compare-card-button:hover,.compare-card-button.selected { background:var(--ink); color:#fff; }
.compare-card-button:disabled { border-color:var(--line); background:#f4f2ec; color:#8d8a82; cursor:not-allowed; }
.check-box { width:17px; height:17px; display:grid; place-items:center; border:1px solid currentColor; font-size:10px; }
.details-button { width:100%; margin-top:9px; padding:8px 0 0; border:0; background:transparent; display:flex; justify-content:space-between; color:var(--sub); cursor:pointer; font-size:11px; font-weight:600; }
.details-button:hover { color:var(--accent); }
.load-more { display:block; margin:32px auto 0; border:1px solid var(--ink); background:transparent; padding:12px 22px; font-weight:700; cursor:pointer; }
.load-more:hover { background:var(--ink); color:#fff; }
.empty-state { padding:60px 24px; border:1px dashed #c9c4b8; text-align:center; }
.empty-state h3 { font-family:'Fraunces',Georgia,serif; font-size:26px; font-weight:500; }
.empty-state p { color:var(--sub); }
.empty-state button { border:0; background:var(--ink); color:#fff; padding:11px 18px; cursor:pointer; }

.engagement { max-width:1132px; margin:0 auto 22px; display:grid; grid-template-columns:1.65fr .85fr; gap:14px; }
.newsletter,.support-card { border:1px solid var(--line); background:var(--paper); padding:34px; }
.newsletter h2,.support-card h2 { margin:4px 0 10px; font-family:'Fraunces',Georgia,serif; font-size:31px; font-weight:500; line-height:1.15; letter-spacing:-.03em; }
.newsletter>p:not(.section-kicker):not(.signup-status),.support-card>p:not(.section-kicker) { margin:0 0 22px; color:var(--sub); font-size:13px; line-height:1.65; }
.newsletter form label { display:block; margin-bottom:7px; font-size:11px; font-weight:800; }
.signup-row { display:grid; grid-template-columns:1fr auto; }
.signup-row input { min-width:0; height:49px; border:1px solid var(--line); border-right:0; background:var(--bg); padding:0 14px; outline:none; }
.signup-row input:focus { border-color:var(--accent); box-shadow:inset 0 0 0 1px var(--accent); }
.signup-row button { border:0; background:var(--accent); color:#fff; padding:0 20px; cursor:pointer; font-size:12px; font-weight:800; }
.signup-row button:disabled { opacity:.65; cursor:wait; }
.newsletter>small { display:block; margin-top:10px; color:#827f76; font-size:9px; }
.signup-status { margin:10px 0 0; padding:9px 11px; font-size:11px; }
.signup-status.success { background:var(--good-bg); color:var(--good-fg); }
.signup-status.error { background:var(--bad-bg); color:var(--bad-fg); }
.support-card { position:relative; overflow:hidden; background:var(--soft); }
.support-mark { position:absolute; top:6px; right:20px; color:#dfd7c5; font-family:'Fraunces',Georgia,serif; font-size:92px; line-height:1; }
.support-card>*:not(.support-mark) { position:relative; }
.support-card a { border:1px solid var(--ink); background:var(--ink); color:#fff; padding:12px 14px; display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:11px; }
.support-card a strong { color:#f2b34b; font-size:13px; letter-spacing:.08em; }

.method { max-width:1132px; margin:0 auto 14px; padding:42px; background:var(--ink); color:var(--bg); display:grid; grid-template-columns:1fr 1.15fr; gap:28px 55px; }
.method h2 { margin:7px 0 0; max-width:430px; font-family:'Fraunces',Georgia,serif; font-size:35px; font-weight:500; line-height:1.15; letter-spacing:-.03em; }
.method>p { margin:0; color:#c7c5bd; font-size:14px; line-height:1.7; }
.formula { grid-column:2; grid-row:1; border:1px solid #464640; padding:20px; display:flex; flex-wrap:wrap; align-content:center; align-items:center; gap:9px; font-size:12px; }
.formula span { background:#252523; padding:7px; }
.formula b,.formula strong { color:#f2b34b; }
.trust-layer { max-width:1132px; margin:0 auto 14px; display:grid; grid-template-columns:1.15fr .85fr; gap:14px; }
.about-panel,.faq-panel { border:1px solid var(--line); background:var(--paper); padding:34px; }
.about-panel { border-top:4px solid var(--accent); }
.about-panel h2,.faq-panel h2 { margin:4px 0 14px; font-family:'Fraunces',Georgia,serif; font-size:31px; font-weight:500; line-height:1.15; letter-spacing:-.03em; }
.about-panel>p:not(.section-kicker) { margin:0 0 13px; color:var(--sub); font-size:13px; line-height:1.72; }
.about-panel>a { margin-top:10px; border-top:1px solid var(--line); padding-top:16px; display:flex; align-items:center; justify-content:space-between; gap:18px; font-size:11px; font-weight:700; }
.about-panel>a span { flex:0 0 auto; color:var(--accent); font-weight:800; }
.faq-panel details { border-top:1px solid var(--line); }
.faq-panel details:last-child { border-bottom:1px solid var(--line); }
.faq-panel summary { padding:13px 23px 13px 0; cursor:pointer; font-size:12px; font-weight:800; line-height:1.45; list-style:none; position:relative; }
.faq-panel summary::-webkit-details-marker { display:none; }
.faq-panel summary::after { content:'+'; position:absolute; top:11px; right:1px; color:var(--accent); font-size:17px; font-weight:500; }
.faq-panel details[open] summary::after { content:'−'; }
.faq-panel details p { margin:0; padding:0 22px 14px 0; color:var(--sub); font-size:11px; line-height:1.65; }
.site-disclaimer { max-width:1132px; margin:0 auto 42px; border-left:3px solid var(--line); padding:10px 14px; color:var(--sub); font-size:10px; line-height:1.6; }
footer { max-width:1180px; margin:0 auto; padding:30px 24px 48px; border-top:1px solid var(--line); display:flex; align-items:center; gap:28px; color:var(--sub); font-size:11px; }
footer>p { margin-right:auto; }
footer>div { display:flex; flex-wrap:wrap; gap:19px; }

.compare-bar { position:fixed; right:0; bottom:0; left:0; z-index:40; border-top:3px solid var(--accent); background:var(--paper); box-shadow:0 -10px 35px rgba(15,15,14,.14); }
.compare-bar-inner { max-width:1180px; margin:0 auto; padding:12px 24px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; }
.compare-bar-title { display:flex; flex-direction:column; }
.compare-bar-title strong { font-family:'Fraunces',Georgia,serif; font-size:17px; }
.compare-bar-title span { color:var(--sub); font-size:10px; }
.selected-slots { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.selected-chip,.empty-slot { min-width:0; min-height:47px; border:1px solid var(--line); padding:7px 9px; }
.selected-chip { display:flex; align-items:center; justify-content:space-between; gap:7px; }
.selected-chip>div { min-width:0; display:flex; flex-direction:column; }
.selected-chip strong { overflow:hidden; text-overflow:ellipsis; font-size:10px; white-space:nowrap; }
.selected-chip span { color:var(--accent); font-size:10px; font-weight:700; }
.selected-chip button { border:0; background:transparent; color:var(--sub); cursor:pointer; font-size:17px; }
.empty-slot { display:grid; place-items:center; border-style:dashed; color:#aaa69b; font-size:10px; }
.open-compare { min-width:170px; border:0; background:var(--ink); color:#fff; padding:13px 16px; cursor:pointer; font-size:12px; font-weight:800; }
.open-compare:disabled { background:#d8d5cc; color:#7f7c74; cursor:not-allowed; }
.open-compare span { margin-left:10px; }

.modal-backdrop { position:fixed; inset:0; z-index:60; background:rgba(15,15,14,.62); backdrop-filter:blur(4px); padding:24px; display:grid; place-items:center; }
.modal { position:relative; width:min(820px,100%); max-height:calc(100vh - 48px); overflow:auto; background:var(--bg); padding:28px; box-shadow:0 30px 100px rgba(0,0,0,.28); }
.modal-close { position:absolute; top:15px; right:16px; width:35px; height:35px; border:1px solid var(--line); border-radius:50%; background:var(--paper); cursor:pointer; font-size:20px; }
.modal-title-row { display:flex; align-items:center; gap:13px; }
.modal-title-row h2 { margin:0; font-family:'Fraunces',Georgia,serif; font-size:32px; font-weight:500; }
.modal-intro { margin:17px 0 21px; color:var(--sub); font-size:12px; }
.modal-intro strong { color:var(--ink); }
.variant-list { display:flex; flex-direction:column; gap:7px; }
.variant-row { border:1px solid var(--line); background:var(--paper); padding:13px; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:16px; }
.variant-row.selected { border:2px solid var(--ink); padding:12px; }
.variant-row h3 { margin:0 0 3px; font-size:13px; }
.variant-row p { margin:0; color:var(--sub); font-size:9px; }
.variant-price { display:flex; flex-direction:column; text-align:right; }
.variant-price strong { font-family:'Fraunces',Georgia,serif; font-size:17px; }
.variant-price span { color:var(--sub); font-size:9px; }
.variant-select { min-width:105px; border:1px solid var(--ink); background:#fff; padding:8px; cursor:pointer; font-size:10px; font-weight:800; }
.variant-select:hover,.variant-row.selected .variant-select { background:var(--ink); color:#fff; }
.variant-select:disabled { border-color:var(--line); color:#aaa69b; cursor:not-allowed; }

.compare-modal { width:min(1080px,100%); }
.compare-modal>h2 { margin:3px 0 18px; font-family:'Fraunces',Georgia,serif; font-size:35px; font-weight:500; }
.consultant-summary { margin-bottom:20px; border-left:3px solid var(--accent); background:var(--soft); padding:14px 16px; font-size:13px; line-height:1.6; }
.comparison-scroll { overflow-x:auto; }
.comparison-grid { min-width:720px; display:grid; grid-template-columns:150px repeat(var(--compare-cols),minmax(180px,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.comparison-grid>* { border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.comparison-corner,.comparison-label { background:var(--soft); padding:12px; color:var(--sub); font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }
.comparison-head { position:relative; min-height:130px; background:var(--paper); padding:17px; display:flex; flex-direction:column; }
.comparison-head button { position:absolute; top:8px; right:9px; border:0; background:transparent; color:var(--sub); cursor:pointer; font-size:18px; }
.comparison-head span { color:var(--sub); font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.comparison-head strong { margin-top:3px; font-family:'Fraunces',Georgia,serif; font-size:21px; }
.comparison-head small { margin-top:7px; color:var(--sub); font-size:9px; line-height:1.35; }
.comparison-value { position:relative; background:var(--paper); padding:12px; font-size:12px; font-weight:600; }
.comparison-value.best { background:var(--good-bg); color:var(--good-fg); }
.comparison-value span { float:right; border-radius:2px; background:var(--good-fg); color:#fff; padding:2px 4px; font-size:7px; text-transform:uppercase; }
.compare-links { margin-top:17px; display:flex; flex-wrap:wrap; gap:9px; }
.compare-links a { border-bottom:1px solid var(--ink); padding:7px 0; font-size:10px; font-weight:700; }

.dashboard-hero { max-width:1180px; margin:0 auto; padding:50px 24px 34px; display:flex; align-items:end; justify-content:space-between; gap:50px; }
.dashboard-hero h1 { margin:0; font-family:'Fraunces',Georgia,serif; font-size:clamp(54px,8vw,92px); font-weight:500; line-height:.9; letter-spacing:-.055em; }
.dashboard-hero p:not(.kicker) { max-width:650px; margin:20px 0 0; color:var(--sub); font-size:15px; line-height:1.65; }
.dashboard-hero>a { flex:0 0 auto; border-bottom:1px solid var(--ink); padding:8px 0; font-size:12px; font-weight:800; }
.dashboard-hero>a span { margin-left:18px; color:var(--accent); }
.dashboard-metrics { max-width:1132px; margin:0 auto 14px; border:1px solid var(--line); background:var(--paper); display:grid; grid-template-columns:repeat(4,1fr); }
.dashboard-metrics article { min-width:0; padding:25px; border-right:1px solid var(--line); display:flex; flex-direction:column; }
.dashboard-metrics article:last-child { border-right:0; }
.dashboard-metrics span { color:var(--sub); font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.dashboard-metrics strong { margin:8px 0 5px; font-family:'Fraunces',Georgia,serif; font-size:31px; font-weight:600; line-height:1; }
.dashboard-metrics small { color:#8b887f; font-size:9px; }
.dashboard-grid { max-width:1132px; margin:0 auto 14px; display:grid; grid-template-columns:1.55fr .75fr; gap:14px; }
.dashboard-panel { border:1px solid var(--line); background:var(--paper); padding:30px; }
.panel-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; }
.panel-heading h2,.dashboard-method h2 { margin:4px 0 0; font-family:'Fraunces',Georgia,serif; font-size:27px; font-weight:500; letter-spacing:-.03em; }
.panel-heading>span { color:var(--sub); font-size:9px; text-align:right; text-transform:uppercase; letter-spacing:.06em; }
.bar-list { margin-top:25px; display:flex; flex-direction:column; gap:12px; }
.bar-row { display:grid; grid-template-columns:112px 1fr 30px; align-items:center; gap:12px; font-size:10px; }
.bar-row>div { height:15px; background:var(--soft); }
.bar-row i { display:block; height:100%; background:var(--accent); }
.bar-row strong { text-align:right; font-size:10px; }
.low-deposit-panel { background:var(--soft); }
.low-deposit-panel>strong { display:block; margin-top:18px; color:var(--accent); font-family:'Fraunces',Georgia,serif; font-size:58px; font-weight:500; line-height:1; }
.low-deposit-panel h2 { margin:5px 0 15px; font-family:'Fraunces',Georgia,serif; font-size:24px; font-weight:500; line-height:1.2; }
.low-deposit-panel>p:not(.section-kicker) { color:var(--sub); font-size:11px; line-height:1.65; }
.low-deposit-panel a { display:inline-block; margin-top:12px; border-bottom:1px solid var(--ink); padding:5px 0; font-size:10px; font-weight:800; }
.segment-table { margin-top:22px; border-top:1px solid var(--line); }
.table-head,.table-row { display:grid; grid-template-columns:1fr 70px 110px; gap:16px; padding:10px 0; border-bottom:1px solid var(--line); align-items:center; }
.table-head { color:var(--sub); font-size:8px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.table-head span:not(:first-child),.table-row span { text-align:right; }
.table-row { font-size:10px; }
.table-row strong { font-size:11px; }
.brand-ranking { margin-top:20px; display:flex; flex-direction:column; }
.brand-ranking>div { min-height:38px; border-bottom:1px solid var(--line); display:grid; grid-template-columns:24px 1fr auto; align-items:center; gap:8px; font-size:10px; }
.brand-ranking b { color:var(--accent); font-family:'Fraunces',Georgia,serif; font-size:13px; }
.brand-ranking span { color:var(--sub); }
.dashboard-method { max-width:1132px; margin:0 auto 60px; padding:34px; border-left:4px solid var(--accent); background:var(--ink); color:var(--bg); display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:55px; }
.dashboard-method .section-kicker { color:#f2b34b; }
.dashboard-method p:last-child { margin:0; color:#c7c5bd; font-size:12px; line-height:1.75; }

@media (max-width:900px) {
  .intro { grid-template-columns:1fr; gap:20px; }
  .intro-proof { border-left:0; border-top:1px solid var(--line); padding:16px 0 0; flex-direction:row; align-items:baseline; gap:10px; }
  .intro-proof strong { font-size:32px; }
  .finder-main { grid-template-columns:1fr; }
  .market-teaser { grid-template-columns:1fr repeat(3,1fr); }
  .market-teaser-copy { grid-column:1/-1; padding:0 0 24px; }
  .market-stat:first-of-type { border-left:0; }
  .cards { grid-template-columns:repeat(2,1fr); }
  .engagement { margin-right:24px; margin-left:24px; grid-template-columns:1fr; }
  .method { grid-template-columns:1fr; }
  .formula { grid-column:auto; grid-row:auto; }
  .trust-layer { margin-right:24px; margin-left:24px; grid-template-columns:1fr; }
  .site-disclaimer { margin-right:24px; margin-left:24px; }
  .compare-bar-inner { grid-template-columns:auto 1fr; }
  .selected-slots { grid-column:1/-1; grid-row:2; }
  .open-compare { grid-column:2; grid-row:1; justify-self:end; }
  .dashboard-metrics { margin-right:24px; margin-left:24px; grid-template-columns:repeat(2,1fr); }
  .dashboard-metrics article:nth-child(2) { border-right:0; }
  .dashboard-metrics article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .dashboard-grid { margin-right:24px; margin-left:24px; grid-template-columns:1fr; }
  .dashboard-method { margin-right:24px; margin-left:24px; }
}

@media (max-width:640px) {
  .header-inner { padding:13px 18px; } nav { display:none; }
  .mobile-market-link { display:block; }
  .intro { padding:31px 18px 24px; }
  .intro h1 { font-size:42px; }
  .lead { font-size:15px; }
  .finder { margin:0 10px 12px; }
  .finder-main { padding:18px; gap:25px; }
  .budget-field output { font-size:22px; }
  .quick-filters { padding:11px 14px; flex-direction:column; align-items:stretch; }
  .segmented { overflow-x:auto; }
  .segmented button { flex:1; }
  .advanced-button { display:flex; justify-content:space-between; align-items:center; }
  .advanced-panel { grid-template-columns:1fr; padding:17px; }
  .shortcut-row { padding:10px 14px; overflow-x:auto; }
  .shortcut-row>span { display:none; }
  .shortcut-row button { flex:0 0 auto; }
  .market-teaser { margin:0 10px 38px; padding:25px 20px; grid-template-columns:1fr; }
  .market-teaser-copy { grid-column:auto; }
  .market-stat { border-top:1px solid #3b3b37; border-left:0; padding:15px 0; flex-direction:row; align-items:baseline; justify-content:space-between; gap:15px; }
  .market-stat span { margin:0; text-align:right; }
  .results { padding:0 10px 80px; }
  .results-head { align-items:stretch; flex-direction:column; }
  .sort-label select { width:100%; }
  .compare-explainer { grid-template-columns:auto 1fr; }
  .compare-steps { grid-column:1/-1; }
  .cards { grid-template-columns:1fr; }
  .engagement { margin:0 10px 12px; }
  .newsletter,.support-card { padding:25px 19px; }
  .signup-row { grid-template-columns:1fr; gap:8px; }
  .signup-row input { border-right:1px solid var(--line); }
  .signup-row button { min-height:46px; }
  .method { margin:0 10px 10px; padding:28px 20px; }
  .trust-layer { margin:0 10px 10px; }
  .about-panel,.faq-panel { padding:26px 20px; }
  .about-panel h2,.faq-panel h2 { font-size:28px; }
  .about-panel>p:not(.section-kicker),.faq-panel summary,.faq-panel details p { font-size:13px; }
  .about-panel>a { align-items:start; flex-direction:column; gap:5px; font-size:12px; }
  .site-disclaimer { margin:0 10px 35px; padding:11px 13px; font-size:11px; }
  footer { margin:0 10px; padding:28px 8px 130px; align-items:start; flex-direction:column; gap:14px; }
  footer>p { margin:0; }
  .compare-bar-inner { padding:10px; grid-template-columns:1fr auto; gap:8px; }
  .selected-slots { display:flex; overflow-x:auto; }
  .selected-chip,.empty-slot { min-width:145px; }
  .open-compare { min-width:145px; }
  .modal-backdrop { padding:0; align-items:end; }
  .modal { width:100%; max-height:92vh; padding:22px 14px; }
  .variant-row { grid-template-columns:1fr auto; }
  .variant-select { grid-column:1/-1; width:100%; }
  .compare-modal { height:92vh; }
  .dashboard-hero { padding:34px 18px 27px; align-items:start; flex-direction:column; gap:18px; }
  .dashboard-hero h1 { font-size:58px; }
  .dashboard-metrics { margin:0 10px 10px; grid-template-columns:1fr 1fr; }
  .dashboard-metrics article { padding:18px 15px; }
  .dashboard-metrics strong { font-size:24px; }
  .dashboard-grid { margin:0 10px 10px; }
  .dashboard-panel { padding:23px 18px; }
  .panel-heading { align-items:start; flex-direction:column; gap:6px; }
  .panel-heading>span { text-align:left; }
  .bar-row { grid-template-columns:95px 1fr 25px; gap:7px; }
  .table-head,.table-row { grid-template-columns:1fr 55px 95px; gap:7px; }
  .dashboard-method { margin:0 10px 42px; padding:27px 20px; grid-template-columns:1fr; gap:18px; }
}

@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} .offer-card{transition:none} }

/* V4 decision journey — preserves the original Leasingkompas palette and wordmark. */
.mobile-menu-button { display:none; border:0; background:transparent; align-items:center; gap:8px; cursor:pointer; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.mobile-menu-button b { font-size:19px; font-weight:500; }
.mobile-navigation { border-top:1px solid var(--line); background:var(--paper); padding:8px 18px 14px; display:none; flex-direction:column; }
.mobile-navigation a { padding:11px 0; border-bottom:1px solid var(--line); font-size:13px; font-weight:700; }
.compact-intro { padding-top:32px; padding-bottom:24px; }
.compact-intro h1 { font-size:clamp(40px,5vw,60px); }
.compact-intro .lead { margin-top:14px; }
.advanced-panel-v4 { grid-template-columns:repeat(5,minmax(120px,1fr)) auto; gap:12px; }
.active-filter-row { max-width:1180px; margin:0 auto 28px; padding:0 2px; display:flex; flex-wrap:wrap; align-items:center; gap:7px; }
.active-filter-row>span { margin-right:4px; color:var(--sub); font-size:9px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.active-filter-row button { border:1px solid var(--line); border-radius:999px; background:var(--paper); padding:6px 10px; cursor:pointer; font-size:10px; }
.active-filter-row button:hover { border-color:var(--accent); color:var(--accent); }
.active-filter-row .clear-all { border-color:transparent; background:transparent; text-decoration:underline; }
.market-teaser-in-results { width:100%; max-width:none; margin:22px 0; }
.cards-after-market { margin-top:0; }
.vehicle-media { position:relative; height:150px; margin:-19px -19px 17px; border-bottom:1px solid var(--line); overflow:hidden; background:#fff; display:grid; place-items:center; }
.offer-card.is-selected .vehicle-media { margin:-18px -18px 17px; }
.vehicle-photo { position:absolute; inset:0; z-index:1; width:100%; height:100%; object-fit:cover; }
.vehicle-media.has-packshot { background:#fff; }
.vehicle-photo.is-packshot { object-fit:contain; padding:5px 9px; }
.vehicle-media.has-packshot:not(.image-missing) .vehicle-fallback { visibility:hidden; }
.vehicle-fallback { width:100%; height:100%; padding:24px; background:#fff; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.vehicle-fallback img { max-width:42%; max-height:54px; object-fit:contain; filter:saturate(.85); mix-blend-mode:multiply; }
.vehicle-fallback span { max-width:52%; color:#a39e91; font-family:'Fraunces',Georgia,serif; font-size:22px; font-weight:500; line-height:1; text-align:right; }
.offer-card-v4 .brand-lockup h3 { max-width:205px; font-size:23px; }
.variant-picker { margin-top:16px; padding-top:13px; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:6px; }
.variant-picker>span { color:var(--sub); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.variant-picker select { width:100%; min-height:44px; border:1px solid var(--line); border-radius:2px; background:var(--bg); padding:8px 10px; color:var(--ink); font-size:12px; }
.offer-card-v4 .true-price { padding:15px 0 10px; }
.offer-card-v4 .true-price>strong { font-size:34px; }
.offer-card-v4 .true-price p { margin:3px 0 0; color:var(--sub); font-size:11px; }
.offer-facts { margin:0; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr; }
.offer-card .offer-facts div { padding:9px 0; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:8px; font-size:12px; }
.offer-card .offer-facts div:nth-child(odd) { padding-right:10px; border-right:1px solid var(--line); }
.offer-card .offer-facts div:nth-child(even) { padding-left:10px; }
.offer-card .offer-facts div:last-child:nth-child(odd) { grid-column:1/-1; border-right:0; }
.trust-row { padding:11px 0; display:flex; flex-wrap:wrap; gap:6px 11px; color:var(--sub); font-size:10px; line-height:1.35; }
.trust-row span:first-child { color:var(--good-fg); font-weight:700; }
.trust-row .expires { color:var(--accent); font-weight:700; }
.price-explanation { border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.price-explanation summary { padding:10px 0; cursor:pointer; color:var(--sub); font-size:11px; font-weight:700; list-style-position:inside; }
.price-explanation p { margin:0 0 10px; color:var(--sub); font-size:11px; line-height:1.6; }
.price-explanation strong { color:var(--ink); }
.card-actions { margin-top:auto; padding-top:13px; display:grid; grid-template-columns:1.2fr .8fr; gap:8px; }
.card-actions .compare-card-button { min-height:41px; margin:0; }
.offer-link { min-height:43px; border:1px solid var(--line); display:grid; place-items:center; color:var(--ink); font-size:12px; font-weight:800; }
.offer-link:hover { border-color:var(--accent); color:var(--accent); }
.data-error { border-color:var(--bad-fg); background:var(--bad-bg); }
.compare-utilities { margin:-7px 0 18px; display:flex; flex-wrap:wrap; gap:7px; }
.compare-utilities button { border:1px solid var(--line); background:var(--paper); padding:8px 11px; cursor:pointer; font-size:10px; font-weight:700; }
.compare-utilities button:hover { border-color:var(--accent); color:var(--accent); }

.movement-panel { max-width:1132px; margin:0 auto 14px; border:1px solid var(--line); background:var(--paper); padding:28px; display:grid; grid-template-columns:1.45fr repeat(4,.55fr); align-items:stretch; gap:0; }
.movement-copy { padding-right:25px; }
.movement-copy h2 { margin:4px 0 7px; font-family:'Fraunces',Georgia,serif; font-size:27px; font-weight:500; letter-spacing:-.03em; }
.movement-copy>p:not(.section-kicker) { margin:0; color:var(--sub); font-size:10px; }
.movement-stat { border-left:1px solid var(--line); padding:9px 15px; display:flex; flex-direction:column; justify-content:center; }
.movement-stat strong { font-family:'Fraunces',Georgia,serif; font-size:27px; font-weight:600; line-height:1; }
.movement-stat span { margin-top:7px; color:var(--sub); font-size:8px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }
.movement-stat.new strong,.movement-stat.down strong { color:var(--good-fg); }
.movement-stat.up strong,.movement-stat.expired strong { color:var(--accent); }
.movement-brands { grid-column:1/-1; margin-top:20px; padding-top:14px; border-top:1px solid var(--line); display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.movement-brands>span { margin-right:4px; color:var(--sub); font-size:8px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.movement-brands b { border-radius:999px; background:var(--soft); padding:5px 9px; font-size:9px; }
.movement-brands small { margin-left:3px; color:var(--accent); }
.dashboard-error { max-width:1132px; margin:0 auto 14px; border:1px solid var(--bad-fg); background:var(--bad-bg); padding:16px 18px; display:flex; align-items:center; gap:12px; color:var(--bad-fg); font-size:11px; }
.dashboard-error span { flex:1; }
.dashboard-error button { border:1px solid var(--bad-fg); background:transparent; padding:7px 10px; cursor:pointer; font-weight:700; }

.privacy-breadcrumb { max-width:680px; margin:0 auto; padding:27px 24px 0; display:flex; gap:8px; color:var(--sub); font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.privacy-article { max-width:680px; margin:0 auto; padding:25px 24px 80px; }
.privacy-article h1 { margin:0 0 24px; font-family:'Fraunces',Georgia,serif; font-size:48px; font-weight:400; letter-spacing:-.04em; }
.privacy-article h1 em { font-style:normal; font-weight:500; }
.privacy-article h2 { margin:30px 0 7px; font-family:'Fraunces',Georgia,serif; font-size:21px; font-weight:500; }
.privacy-article p { margin:0 0 13px; color:var(--sub); font-size:14px; line-height:1.75; }
.privacy-article a { color:var(--ink); text-decoration:underline; text-underline-offset:3px; }

@media (max-width:1100px) {
  .advanced-panel-v4 { grid-template-columns:repeat(3,1fr); }
  .active-filter-row { padding-right:24px; padding-left:24px; }
}

@media (max-width:900px) {
  .movement-panel { margin-right:24px; margin-left:24px; grid-template-columns:repeat(4,1fr); }
  .movement-copy { grid-column:1/-1; padding:0 0 20px; }
  .movement-stat:first-of-type { border-left:0; }
}

@media (max-width:640px) {
  .desktop-nav { display:none; }
  .mobile-menu-button { display:flex; }
  .mobile-navigation { display:flex !important; }
  .compact-intro h1 { font-size:39px; }
  .advanced-panel-v4 { grid-template-columns:1fr; }
  .active-filter-row { margin:0 10px 22px; padding:0; overflow-x:auto; flex-wrap:nowrap; }
  .active-filter-row>span { display:none; }
  .active-filter-row button { flex:0 0 auto; }
  .vehicle-media { height:172px; }
  .vehicle-photo.is-packshot { padding:4px 7px; }
  .vehicle-fallback { padding:24px 22px; }
  .vehicle-fallback img { max-width:44%; max-height:62px; }
  .vehicle-fallback span { font-size:23px; }
  .offer-card-v4 .brand-lockup h3 { font-size:26px; }
  .variant-picker>span { font-size:11px; }
  .variant-picker select { font-size:13px; }
  .trust-row { font-size:11px; }
  .price-explanation summary,.price-explanation p { font-size:12px; }
  .market-teaser-in-results { margin:18px 0; }
  .card-actions { grid-template-columns:1fr 1fr; }
  .compare-bar .selected-slots { display:none; }
  .compare-bar-inner { min-height:66px; }
  .compare-bar-title span { display:none; }
  .open-compare { min-width:155px; }
  .movement-panel { margin:0 10px 10px; padding:23px 18px; grid-template-columns:1fr 1fr; }
  .movement-stat { border-top:1px solid var(--line); border-left:0; padding:13px 6px; }
  .movement-stat:nth-of-type(even) { border-left:1px solid var(--line); }
  .movement-brands { margin-top:12px; }
  .dashboard-error { margin:0 10px 10px; align-items:flex-start; flex-direction:column; }
  .privacy-article h1 { font-size:40px; }
}

@media print {
  .site-header,.intro,.finder,.active-filter-row,.results,.engagement,.method,.trust-layer,.site-disclaimer,footer,.compare-bar,.modal-close,.compare-utilities { display:none !important; }
  .modal-backdrop { position:static; display:block; padding:0; background:#fff; }
  .modal { width:100%; max-height:none; overflow:visible; box-shadow:none; }
}

/* Individual model pages — deeper decision support without crowding the cards. */
.model-media-link { display:block; }
.model-media-link:focus-visible { outline:3px solid var(--accent); outline-offset:2px; }
.brand-lockup h3 a:hover { color:var(--accent); }
.model-history-link { display:inline-block; margin-top:7px; color:var(--accent); font-size:10px; font-weight:800; line-height:1.25; }
.model-history-link:hover { text-decoration:underline; text-underline-offset:3px; }

.model-page { padding-bottom:0; }
.model-breadcrumb { max-width:1180px; margin:0 auto; padding:22px 24px 0; display:flex; flex-wrap:wrap; gap:8px; color:var(--sub); font-size:11px; }
.model-breadcrumb a:hover { color:var(--accent); }
.model-breadcrumb strong { color:var(--ink); }
.model-hero { max-width:1180px; margin:0 auto; padding:20px 24px 28px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr); gap:34px; align-items:stretch; }
.model-visual { min-height:460px; border:1px solid var(--line); background:var(--paper); display:grid; place-items:center; overflow:hidden; }
.model-visual .vehicle-media { width:100%; height:100%; min-height:460px; margin:0; border:0; }
.model-visual .vehicle-photo.is-packshot { padding:18px 26px; }
.model-hero-copy { min-width:0; padding:12px 0 4px; display:flex; flex-direction:column; }
.model-hero-copy h1 { margin:3px 0 14px; font-family:'Fraunces',Georgia,serif; font-size:clamp(38px,4.8vw,58px); font-weight:500; line-height:.98; letter-spacing:-.045em; }
.model-hero-copy h1 em { display:block; margin-top:7px; color:var(--accent); font-size:.65em; font-style:normal; font-weight:400; letter-spacing:-.03em; }
.model-tags { display:flex; flex-wrap:wrap; gap:6px; }
.model-tags span { border:1px solid var(--line); border-radius:999px; background:var(--paper); padding:5px 9px; color:var(--sub); font-size:10px; font-weight:700; }
.model-variant-picker { margin-top:22px; display:flex; flex-direction:column; gap:7px; }
.model-variant-picker>span { color:var(--sub); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.model-variant-picker select { width:100%; min-height:49px; border:1px solid var(--line); border-radius:2px; background:var(--paper); padding:0 13px; color:var(--ink); font-size:13px; }
.model-price-row { margin-top:18px; padding:18px 0 14px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; align-items:start; justify-content:space-between; gap:16px; }
.model-price-row>div>span { color:var(--accent); font-size:10px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.model-price-row strong { display:block; margin-top:2px; font-family:'Fraunces',Georgia,serif; font-size:42px; font-weight:600; line-height:1; letter-spacing:-.04em; }
.model-price-row strong small { font-family:'Inter',sans-serif; font-size:13px; letter-spacing:normal; }
.model-price-row p { margin:7px 0 0; color:var(--sub); font-size:12px; }
.model-rating { margin-top:5px; }
.model-actions { margin-top:17px; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.model-actions button,.model-actions a { min-height:49px; border:1px solid var(--ink); padding:10px 12px; display:grid; place-items:center; cursor:pointer; text-align:center; font-size:11px; font-weight:800; }
.model-actions button { background:var(--ink); color:#fff; }
.model-actions a { background:var(--paper); }
.model-actions button:hover { background:var(--accent); border-color:var(--accent); }
.model-actions a:hover { border-color:var(--accent); color:var(--accent); }
.compare-feedback { margin:9px 0 0; padding:9px 11px; font-size:11px; }
.compare-feedback.success { background:var(--good-bg); color:var(--good-fg); }
.compare-feedback.warning { background:var(--fair-bg); color:var(--fair-fg); }
.compare-feedback a { font-weight:800; text-decoration:underline; text-underline-offset:2px; }

.model-decision-grid { max-width:1132px; margin:0 auto 14px; border:1px solid var(--line); background:var(--paper); display:grid; grid-template-columns:repeat(4,1fr); }
.model-decision-grid article { min-width:0; padding:20px 23px; border-right:1px solid var(--line); display:flex; flex-direction:column; gap:6px; }
.model-decision-grid article:last-child { border-right:0; }
.model-decision-grid span { color:var(--sub); font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.model-decision-grid strong { font-family:'Fraunces',Georgia,serif; font-size:24px; font-weight:600; }
.model-verdict { max-width:1132px; margin:0 auto 14px; padding:30px 32px; border-left:4px solid var(--accent); background:var(--ink); color:var(--bg); display:grid; grid-template-columns:.72fr 1.28fr; gap:50px; }
.model-verdict .section-kicker { color:#f2b34b; }
.model-verdict h2 { margin:3px 0 0; font-family:'Fraunces',Georgia,serif; font-size:30px; font-weight:500; }
.model-verdict>div:last-child>p { margin:0; color:#d8d6cf; font-size:13px; line-height:1.7; }
.model-verdict .price-formula-inline { margin-top:12px; padding-top:12px; border-top:1px solid #3f3f3b; font-size:11px; }
.model-verdict .price-formula-inline strong { color:#f2b34b; }

.model-section { max-width:1132px; margin:0 auto 14px; border:1px solid var(--line); background:var(--paper); padding:32px; }
.model-section-heading { margin-bottom:24px; display:flex; align-items:end; justify-content:space-between; gap:30px; }
.model-section-heading h2 { margin:3px 0 7px; font-family:'Fraunces',Georgia,serif; font-size:34px; font-weight:500; letter-spacing:-.035em; }
.model-section-heading p:not(.section-kicker) { max-width:680px; margin:0; color:var(--sub); font-size:12px; line-height:1.65; }
.history-latest { flex:0 0 auto; border-left:1px solid var(--line); padding-left:23px; display:flex; flex-direction:column; }
.history-latest span { color:var(--sub); font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.history-latest strong { margin-top:6px; color:var(--accent); font-family:'Fraunces',Georgia,serif; font-size:25px; }
.history-chart-wrap { width:100%; overflow:hidden; border:1px solid var(--line); background:var(--bg); padding:8px; }
.history-chart { display:block; width:100%; height:auto; min-height:220px; }
.chart-grid { stroke:#dedacf; stroke-width:1; stroke-dasharray:4 5; }
.chart-line { fill:none; stroke:var(--accent); stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
.chart-dot { fill:var(--paper); stroke:var(--accent); stroke-width:3; }
.chart-axis { fill:var(--sub); font-family:'Inter',sans-serif; font-size:10px; }
.chart-value { fill:var(--ink); font-family:'Inter',sans-serif; font-size:11px; font-weight:800; }
.history-note { margin-top:12px; border-left:3px solid var(--line); padding:10px 13px; color:var(--sub); font-size:10px; line-height:1.65; }
.history-note strong { color:var(--ink); }
.history-empty { border:1px dashed #c9c4b8; background:var(--bg); padding:28px; }
.history-empty strong { font-family:'Fraunces',Georgia,serif; font-size:20px; }
.history-empty p { margin:6px 0 0; color:var(--sub); font-size:12px; }

.offer-count { flex:0 0 auto; color:var(--accent); font-family:'Fraunces',Georgia,serif; font-size:25px; font-weight:600; }
.model-offer-table-wrap { overflow-x:auto; border:1px solid var(--line); }
.model-offer-table { width:100%; min-width:970px; border-collapse:collapse; background:var(--paper); font-size:11px; }
.model-offer-table th { padding:11px 10px; border-bottom:2px solid var(--ink); color:var(--sub); text-align:left; font-size:8px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.model-offer-table td { padding:11px 10px; border-bottom:1px solid var(--line); vertical-align:middle; }
.model-offer-table tr:last-child td { border-bottom:0; }
.model-offer-table tr.selected { background:var(--soft); box-shadow:inset 3px 0 0 var(--accent); }
.model-offer-table td:first-child { max-width:240px; }
.model-offer-table td:first-child strong { display:block; font-size:11px; }
.model-offer-table td:first-child small { display:block; margin-top:3px; color:var(--sub); font-size:9px; }
.model-offer-table .table-true-price { color:var(--accent); font-weight:800; }
.model-offer-table button { min-width:58px; border:1px solid var(--ink); background:transparent; padding:7px 8px; cursor:pointer; font-size:9px; font-weight:800; }
.model-offer-table button:hover,.model-offer-table tr.selected button { background:var(--ink); color:#fff; }
.show-all-offers { display:block; margin:20px auto 0; border:1px solid var(--ink); background:transparent; padding:11px 18px; cursor:pointer; font-size:11px; font-weight:800; }
.show-all-offers:hover { background:var(--ink); color:#fff; }
.offer-followup { margin-top:20px; border-top:1px solid var(--line); padding-top:15px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.offer-followup p { max-width:650px; margin:0; color:var(--sub); font-size:10px; line-height:1.6; }
.offer-followup a { flex:0 0 auto; border-bottom:1px solid var(--ink); padding:4px 0; color:var(--accent); font-size:10px; font-weight:800; }
.offer-followup a:hover { border-color:var(--accent); }

.model-alert { max-width:1132px; margin:0 auto 14px; padding:34px; background:var(--soft); display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:45px; }
.model-alert h2 { margin:3px 0 9px; font-family:'Fraunces',Georgia,serif; font-size:32px; font-weight:500; letter-spacing:-.03em; }
.model-alert>div>p:not(.section-kicker) { margin:0; color:var(--sub); font-size:12px; line-height:1.65; }
.model-alert form>label { display:block; margin-bottom:7px; font-size:10px; font-weight:800; }
.model-alert form>small { display:block; margin-top:8px; color:var(--sub); font-size:9px; }
.model-alert form>small a { text-decoration:underline; }
.model-alert .signup-status { margin-top:8px; }

.related-section { margin-bottom:65px; }
.model-section-heading>a { flex:0 0 auto; border-bottom:1px solid var(--ink); padding:5px 0; color:var(--accent); font-size:11px; font-weight:800; }
.related-models { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.related-models>a { min-width:0; border:1px solid var(--line); padding:14px; transition:border-color .15s,transform .15s; }
.related-models>a:hover { border-color:var(--accent); transform:translateY(-1px); }
.related-image { height:120px; margin:-14px -14px 13px; border-bottom:1px solid var(--line); overflow:hidden; }
.related-image .vehicle-media { width:100%; height:100%; margin:0; border:0; }
.related-image .vehicle-photo.is-packshot { padding:8px 12px; }
.related-models>a>span { color:var(--sub); font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.related-models h3 { margin:3px 0 11px; overflow:hidden; text-overflow:ellipsis; font-family:'Fraunces',Georgia,serif; font-size:20px; font-weight:600; white-space:nowrap; }
.related-models p { margin:0; color:var(--sub); font-size:10px; }
.related-models p strong { color:var(--accent); font-size:12px; }

@media (max-width:900px) {
  .model-hero { grid-template-columns:1fr; }
  .model-visual,.model-visual .vehicle-media { min-height:390px; }
  .model-decision-grid,.model-verdict,.model-section,.model-alert { margin-right:24px; margin-left:24px; }
  .model-verdict { grid-template-columns:1fr; gap:15px; }
  .related-models { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:640px) {
  .model-history-link { font-size:11px; }
  .model-breadcrumb { padding:17px 18px 0; font-size:11px; }
  .model-hero { padding:16px 10px 20px; gap:20px; }
  .model-visual,.model-visual .vehicle-media { min-height:250px; }
  .model-visual .vehicle-photo.is-packshot { padding:8px 10px; }
  .model-hero-copy { padding:0 8px; }
  .model-hero-copy h1 { font-size:42px; }
  .model-tags span { font-size:11px; }
  .model-variant-picker>span { font-size:11px; }
  .model-variant-picker select { font-size:14px; }
  .model-price-row strong { font-size:39px; }
  .model-price-row p { font-size:13px; }
  .model-actions { grid-template-columns:1fr; }
  .model-actions button,.model-actions a { font-size:13px; }
  .compare-feedback { font-size:12px; }
  .model-decision-grid { margin:0 10px 10px; grid-template-columns:1fr 1fr; }
  .model-decision-grid article { padding:17px 15px; }
  .model-decision-grid article:nth-child(2) { border-right:0; }
  .model-decision-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .model-decision-grid strong { font-size:21px; }
  .model-verdict,.model-section,.model-alert { margin-right:10px; margin-left:10px; }
  .model-verdict { padding:25px 20px; }
  .model-verdict>div:last-child>p { font-size:13px; }
  .model-section { padding:24px 17px; }
  .model-section-heading { align-items:start; flex-direction:column; gap:13px; }
  .model-section-heading h2 { font-size:30px; }
  .model-section-heading p:not(.section-kicker) { font-size:13px; }
  .history-latest { border-top:1px solid var(--line); border-left:0; padding:12px 0 0; }
  .history-chart-wrap { margin:0 -7px; width:calc(100% + 14px); overflow-x:auto; }
  .history-chart { width:620px; max-width:none; min-height:210px; }
  .history-note { font-size:11px; }
  .model-offer-table { font-size:12px; }
  .model-offer-table th { font-size:9px; }
  .model-offer-table td:first-child strong { font-size:12px; }
  .model-offer-table button { min-height:36px; font-size:10px; }
  .offer-followup { align-items:start; flex-direction:column; gap:10px; }
  .offer-followup p,.offer-followup a { font-size:12px; }
  .model-alert { padding:26px 20px; grid-template-columns:1fr; gap:22px; }
  .model-alert>div>p:not(.section-kicker) { font-size:13px; }
  .related-section { margin-bottom:40px; }
  .related-models { grid-template-columns:1fr 1fr; gap:8px; }
  .related-models>a { padding:11px; }
  .related-image { height:100px; margin:-11px -11px 10px; }
  .related-models h3 { font-size:18px; }
  .model-page footer { padding-bottom:45px; }
}

@media print {
  .model-page .site-header,.model-actions,.model-alert,.related-section,.show-all-offers,.model-page footer { display:none !important; }
  .model-hero,.model-decision-grid,.model-verdict,.model-section { margin:0 0 12px; max-width:none; }
  .model-section { break-inside:avoid; }
}


/* Social profile links: restrained in both headers and explicit in the
   footer. Local SVG assets avoid third-party icon scripts. */
.social-nav {
  display:inline-flex;
  align-items:center;
  gap:2px;
  margin-left:2px;
  padding-left:14px;
  border-left:1px solid var(--line);
}
.social-icon-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  transition:background .15s ease,opacity .15s ease;
}
.social-icon-link:hover { background:var(--soft); }
.social-icon-link:focus-visible { outline:2px solid var(--ink); outline-offset:2px; }
.social-icon-link img { display:block; width:18px; height:18px; opacity:.82; }
.mobile-header-social { display:none; align-items:center; gap:2px; margin-left:auto; }
.mobile-header-social .social-icon-link { width:34px; height:34px; }
.footer-social { display:inline-flex; align-items:center; gap:14px; }
footer.site .footer-social-link + .footer-social-link { margin-left:14px; }
footer .footer-social-link,
footer.site .footer-social-link,
.market-footer-v18 .footer-social-link {
  display:inline-flex;
  align-items:center;
  gap:6px;
}
footer .footer-social-link img,
footer.site .footer-social-link img,
.market-footer-v18 .footer-social-link img {
  display:block;
  width:15px;
  height:15px;
}
@media (max-width:640px) {
  .social-nav { display:none; }
  .header-inner { gap:4px; }
  .mobile-header-social { display:flex; }
  .mobile-menu-button { width:34px; height:34px; margin-left:6px; justify-content:center; }
}
