:root {
    --ink: #0d1b2a;
    --ink-deep: #07131f;
    --ink-soft: #172a3d;
    --paper: #f4f0e7;
    --paper-2: #e8e1d5;
    --white: #fffdf8;
    --orange: #ff5b35;
    --orange-text: #b73718;
    --green: #16795f;
    --red: #a92e23;
    --muted: #53616d;
    --line: rgba(13, 27, 42, .16);
    --line-strong: rgba(13, 27, 42, .42);
    --line-dark: rgba(255, 255, 255, .16);
    --line-dark-strong: rgba(255, 255, 255, .36);
    --accent-on-dark: #ff9c84;
    --text-on-dark: #fff;
    --muted-on-dark: #aeb9c2;
    --header-height: 72px;
    --compare-offset: 164px;
    --panel-shadow: 0 20px 52px rgba(7, 19, 31, .11);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
    font-feature-settings: "tnum" 1, "case" 1;
    text-rendering: optimizeLegibility;
}
::selection { background: var(--orange); color: var(--ink-deep); }
a { color: inherit; }
button, select { font: inherit; }
.shell { width: min(1280px, calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 11px 14px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* Fejléc */
.site-header {
    position: sticky;
    z-index: 30;
    top: 0;
    width: 100%;
    min-height: var(--header-height);
    padding: 0 max(28px, calc((100vw - 1280px) / 2));
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
    background: rgba(244, 240, 231, .92);
    box-shadow: 0 2px 16px rgba(7, 19, 31, .028);
    backdrop-filter: blur(18px);
}
.wordmark { display: flex; align-items: center; gap: 4px; width: max-content; color: var(--ink); font-size: 29px; font-weight: 900; letter-spacing: -.08em; text-decoration: none; }
.wordmark span { display: grid; place-items: center; width: 40px; height: 27px; border-radius: 3px; background: var(--orange); color: var(--ink-deep); font-size: 11px; letter-spacing: .07em; }
.wordmark b { margin-left: 7px; font-size: 10px; letter-spacing: .15em; }
.site-header nav { height: var(--header-height); display: flex; align-items: stretch; gap: 32px; }
.site-header nav a { position: relative; display: grid; place-items: center; color: #344352; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-header nav a:hover::after { transform: scaleX(1); }
.live { justify-self: end; display: flex; align-items: center; gap: 9px; color: #3f4e5a; font-size: 11px; font-weight: 700; white-space: nowrap; }
.live i, .availability i { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(22, 121, 95, .11); }
.live.warning i { background: #d18a1c; box-shadow: 0 0 0 3px rgba(209,138,28,.12); }

/* Hero */
.intro { min-height: 540px; padding-block: 64px 70px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(54px, 6vw, 82px); align-items: center; }
.eyebrow, .section-head > div > p { margin: 0 0 20px; color: var(--orange-text); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.intro h1 { margin: 0; font-size: clamp(66px, 7vw, 106px); font-weight: 900; letter-spacing: -.075em; line-height: .86; }
.intro h1 > span { white-space: nowrap; }
.intro h1 em { color: var(--orange-text); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.07em; }
.lead { max-width: 660px; margin: 34px 0 0; color: #3f4e5b; font-size: clamp(16px, 1.45vw, 19px); line-height: 1.72; }

.summary { border: 1px solid var(--line); background: var(--white); box-shadow: var(--panel-shadow); }
.summary-date { min-height: 46px; margin-bottom: 24px; padding-bottom: 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 18px; border-bottom: 1px solid var(--line-dark); }
.summary-date span, .summary-grid span, .summary-spotlight > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.summary-date span { color: var(--muted-on-dark); }
.summary-date strong { font-size: 13px; }
.summary-date i { grid-column: 2; grid-row: 1 / span 2; color: #8d9aa5; font-size: 11px; font-style: normal; font-weight: 700; line-height: 1; }
.summary-spotlight { min-height: 200px; padding: 22px 24px 25px; display: flex; flex-direction: column; background: var(--ink); color: var(--text-on-dark); }
.summary-spotlight > span { color: var(--muted-on-dark); }
.summary-spotlight > strong { margin-top: auto; color: var(--accent-on-dark); font-size: clamp(31px, 3vw, 46px); font-weight: 900; letter-spacing: -.06em; line-height: .95; white-space: nowrap; }
.summary-spotlight > small { margin-top: 9px; color: #e2e8ec; font-size: 12px; font-weight: 800; }
.summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.summary-grid div { min-height: 82px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; border-right: 1px solid var(--line); }
.summary-grid div:last-child { border: 0; }
.summary-grid strong { font-size: 15px; letter-spacing: -.03em; }
.summary > a { min-height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.summary > a b { color: var(--ink); font-size: 16px; }
.summary > a:hover { background: var(--paper); }

/* Szekciófejlécek */
.section-head { margin-bottom: 46px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr); gap: 60px; align-items: end; }
.section-head h2 { margin: 0; font-size: clamp(42px, 4.8vw, 60px); font-weight: 900; letter-spacing: -.06em; line-height: .94; }
.section-head > span { max-width: 520px; color: var(--muted-on-dark); font-size: 14px; line-height: 1.75; }
.section-head.dark > span { color: #4d5d69; }

/* TOP 5 rangsor */
.ranking { padding-block: 88px; background: radial-gradient(circle at 82% 8%, rgba(255,91,53,.08), transparent 28%), var(--ink-deep); color: #fff; }
.ranking .section-head > div > p { color: var(--accent-on-dark); }
.ranking .section-head h2 { max-width: 900px; font-size: clamp(44px, 5.2vw, 66px); }
.cars { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1px; }
.car-card { grid-column: span 4; min-width: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line-dark); background: var(--white); color: var(--ink); transition: background .18s ease, box-shadow .18s ease; }
.car-card:not(.winner):hover { background: #fffaf3; box-shadow: inset 0 3px 0 rgba(183,55,24,.42); }
.car-card.winner { grid-column: 1 / -1; min-height: 410px; margin-bottom: 17px; grid-template-columns: minmax(340px, .94fr) minmax(0, 1.06fr); grid-template-rows: auto 1fr; border-color: var(--line-dark-strong); background: var(--ink-soft); color: var(--text-on-dark); }
.car-card:not(.winner) .card-top { background: rgba(244,240,231,.52); }
.card-top { min-height: 54px; padding: 10px 16px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--line); }
.winner .card-top { grid-column: 1 / -1; border-color: var(--line-dark); }
.rank { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 13px; font-weight: 900; }
.car-card:not(.winner) .rank { display: block; width: auto; height: auto; border-radius: 0; background: transparent; color: var(--muted); font-size: 18px; font-weight: 900; line-height: 1; }
.winner .rank { background: var(--orange); color: var(--ink-deep); }
.availability { display: flex; align-items: center; gap: 8px; color: #38504a; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.winner .availability { color: #d1dae1; }
.availability i { width: 6px; height: 6px; box-shadow: 0 0 0 3px rgba(22,121,95,.12); }
.availability i.warn { background: #e9a23b; box-shadow: 0 0 0 3px rgba(233,162,59,.15); }
.change { margin-left: auto; padding: 6px 8px; background: #dff2eb; color: var(--green); font-size: 10px; font-weight: 800; }
.change.up { background: #fde6df; color: var(--red); }
.winner .change { background: rgba(73,201,156,.15); color: #88e6c5; }
.winner .change.up { background: rgba(255,91,53,.2); color: #ffc1b1; }

.car-visual { display: none; }
.winner .car-visual { position: relative; min-height: 0; display: grid; grid-column: 1; grid-row: 2; place-items: center; overflow: hidden; border-right: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, #142a3d, #07131f 72%); color: #f4eee4; }
.winner .car-visual::after { content: ""; position: absolute; z-index: 0; right: 12%; bottom: 17%; left: 12%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,157,131,.38), transparent); }
.car-visual svg { position: relative; z-index: 1; width: min(95%, 560px); height: auto; overflow: visible; transform: translateY(10px); }
.car-visual svg path, .car-visual svg circle { fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.car-visual svg .detail { opacity: .48; stroke-width: 2.5; }
.winner .car-visual svg path:nth-child(2) { fill: rgba(255,91,53,.15); }
.car-visual small { position: absolute; z-index: 2; right: 17px; top: 15px; color: currentColor; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.winner .car-visual small { color: var(--accent-on-dark); }

.card-content { padding: 23px; display: flex; flex-direction: column; }
.winner .card-content { grid-column: 2; grid-row: 2; padding: 32px 36px; }
.brand { margin: 0 0 6px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.winner .brand { color: var(--accent-on-dark); }
.car-card h3 { margin: 0; font-size: clamp(30px, 2.4vw, 34px); font-weight: 900; letter-spacing: -.052em; line-height: .98; }
.winner h3 { font-size: clamp(52px, 4.6vw, 64px); }
.version { margin: 9px 0 0; color: #596976; font-size: 13px; line-height: 1.48; }
.winner .version { color: #b7c3cd; }
.price-row { margin-top: 23px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.price-row strong { font-size: clamp(27px, 2.2vw, 31px); font-weight: 900; letter-spacing: -.052em; white-space: nowrap; }
.winner .price-row strong { color: var(--accent-on-dark); font-size: clamp(44px, 4vw, 52px); }
.price-row span { padding: 6px 8px; border: 1px solid var(--line); background: var(--paper); color: #475661; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.winner .price-row span { border-color: var(--line-dark); background: rgba(255,255,255,.06); color: #d1d9df; }
.specs { margin-top: 22px; padding-top: 17px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; border-top: 1px solid var(--line); }
.winner .specs { border-color: var(--line-dark); }
.specs > span { min-width: 0; color: #344550; font-size: 12px; font-weight: 700; line-height: 1.42; }
.winner .specs > span { color: #e1e7eb; }
.specs b { display: block; margin-bottom: 5px; color: #64727d; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.winner .specs b { color: #8fa0ad; }
.note, .stale-note { margin: 16px 0 0; color: #52616d; font-size: 13px; line-height: 1.62; }
.winner .note { color: #c1ccd4; }
.stale-note { padding: 10px 11px; border-left: 3px solid #d99525; background: #fff4dd; color: #67480f; }
.winner .stale-note { background: rgba(233,162,59,.12); color: #ffd78a; }
.card-footer { margin-top: auto; padding-top: 21px; display: grid; grid-template-columns: 1fr; align-items: center; gap: 13px; }
.winner .card-footer { grid-template-columns: minmax(260px, 1.25fr) minmax(120px, .75fr); gap: 15px; }
.card-actions { display: grid; grid-template-columns: minmax(145px, 1fr) auto; }
.card-actions > a { min-height: 45px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); font-size: 11px; font-weight: 800; text-decoration: none; }
.card-actions > a:first-child { background: var(--ink); color: #fff; }
.card-actions > a:first-child b { color: var(--text-on-dark); font-size: 15px; }
.card-actions > a:first-child:hover { background: var(--orange-text); }
.card-actions .compare-jump { border-left: 0; background: transparent; color: var(--ink); }
.card-actions .compare-jump:hover { background: var(--paper-2); }
.winner .card-actions > a:first-child { border-color: var(--orange); background: var(--orange); color: var(--ink-deep); }
.winner .card-actions > a:first-child b { color: var(--ink-deep); }
.winner .card-actions > a:first-child:hover { background: #ff7958; }
.winner .card-actions .compare-jump { border-color: rgba(255,255,255,.35); color: #fff; }
.winner .card-actions .compare-jump:hover { background: rgba(255,255,255,.08); }
.card-footer > span { color: #596976; font-size: 12px; line-height: 1.42; }
.winner .card-footer > span { color: #aebbc5; }
.card-footer small { display: block; margin-top: 4px; color: inherit; }

.gap { margin-top: 34px; padding-block: 25px; display: grid; grid-template-columns: minmax(275px, .8fr) minmax(360px, 1.2fr); gap: 48px; align-items: center; border-block: 1px solid var(--line-dark); }
.gap > div:first-child > span { color: var(--accent-on-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.gap strong { display: block; margin-top: 7px; font-size: clamp(42px, 4vw, 56px); font-weight: 900; letter-spacing: -.06em; }
.gap p { margin: 4px 0 0; color: var(--muted-on-dark); font-size: 12px; }
.gap-endpoints { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.gap-endpoints small { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.24); color: #fff; font-size: 17px; font-weight: 800; }
.gap-endpoints small:last-child { text-align: right; }
.gap-endpoints span { display: block; margin-bottom: 8px; color: #8f9daa; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.empty { padding: 50px; border: 1px solid rgba(255,255,255,.2); background: var(--ink-soft); }
.empty strong { font-size: 24px; }
.empty p { color: #b4bfc8; }

/* Teljes figyelőmezőny */
.watchlist { padding-block: 88px; background: var(--paper-2); }
.watch-controls { position: sticky; z-index: 12; top: var(--header-height); display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 16px; padding: 15px 0; border-block: 1px solid var(--line); background: rgba(232,225,213,.96); backdrop-filter: blur(16px); }
.scope-buttons { display: flex; align-items: center; gap: 7px; }
.scope-buttons button, .watch-actions button, .compare-panel header button, .compare-remove { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; }
.scope-buttons button, .watch-actions button { border-color: var(--line-strong); }
.scope-buttons button span { margin-left: 6px; color: var(--muted); font-size: 10px; }
.scope-buttons button[aria-pressed="true"], .watch-actions button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }
.scope-buttons button[aria-pressed="true"] span { color: #bdc7cf; }
.watch-controls label { display: grid; gap: 6px; }
.watch-controls label > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.watch-controls select { height: 42px; min-width: 180px; padding: 0 38px 0 12px; border: 1px solid var(--line-strong); border-radius: 0; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 700; }
.watch-result { min-height: 64px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.watch-result strong, .watch-result b { color: var(--ink); }
.watch-result > button { min-height: 40px; padding: 0 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--ink); background: var(--ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.watch-result > button:disabled { cursor: default; opacity: .45; }
.watch-result > button b { color: #fff; }
.watch-result > button span { color: #c5ced5; font-weight: 800; }

.compare-panel { margin-bottom: 18px; scroll-margin-top: var(--compare-offset); border: 1px solid var(--ink); background: var(--ink); color: #fff; box-shadow: 0 14px 34px rgba(13,27,42,.1); }
.compare-panel header { min-height: 67px; padding: 13px 16px 13px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line-dark); }
.compare-panel header > div { display: grid; gap: 4px; }
.compare-panel header span { color: var(--accent-on-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.compare-panel header strong { font-size: 14px; }
.compare-panel header button { border-color: rgba(255,255,255,.42); background: transparent; color: #fff; }
.compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.compare-grid article { position: relative; min-height: 260px; padding: 23px; border-right: 1px solid var(--line-dark); }
.compare-grid article.best { background: rgba(255,91,53,.08); }
.compare-grid article.best::after { content: "LEGOLCSÓBB"; position: absolute; right: 54px; top: 21px; color: #88e6c5; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.compare-grid article:last-child { border: 0; }
.compare-grid p { margin: 0 0 4px; color: #9fadb9; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.compare-grid h3 { margin: 0 0 18px; padding-right: 28px; font-size: 27px; font-weight: 900; letter-spacing: -.045em; }
.compare-grid article > strong { color: var(--accent-on-dark); font-size: clamp(22px, 3vw, 34px); font-weight: 900; letter-spacing: -.05em; }
.compare-grid dl { margin: 20px 0 0; display: grid; gap: 8px; }
.compare-grid dl div { display: flex; justify-content: space-between; gap: 12px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.11); font-size: 11px; }
.compare-grid dt { color: #95a3ae; }
.compare-grid dd { margin: 0; text-align: right; font-weight: 700; }
.compare-remove { position: absolute; top: 17px; right: 17px; width: 28px; min-height: 28px; padding: 0; border-color: rgba(255,255,255,.42); background: transparent; color: #fff; }

.watch-rows { display: grid; gap: 0; overflow: hidden; border: 1px solid var(--line); background: rgba(255,253,248,.94); }
.watch-row { position: relative; min-height: 112px; padding: 18px 18px 18px 14px; display: grid; grid-template-columns: 66px minmax(180px, 1.05fr) minmax(230px, 1.35fr) minmax(190px, .95fr) 145px; gap: 18px; align-items: center; border: 0; border-bottom: 1px solid var(--line); background: transparent; transition: background .15s ease; }
.watch-row:last-child { border-bottom: 0; }
.watch-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: transparent; }
.watch-row:hover { background: #faf6ee; }
.watch-row.selected { background: #fff7f2; }
.watch-row.selected::before { background: var(--orange); }
.watch-rank { align-self: stretch; padding-left: 7px; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.watch-rank strong { color: var(--muted); font-size: 20px; font-weight: 900; line-height: 1; }
.watch-rank span { width: max-content; padding: 4px 6px; border: 1px solid rgba(183,55,24,.36); background: #fff0e9; color: var(--orange-text); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.watch-car p { margin: 0 0 4px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.watch-car h3 { margin: 0; font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.watch-car > span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.watch-price strong { display: block; font-size: 24px; font-weight: 900; letter-spacing: -.045em; }
.watch-price > span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.watch-price > div { height: 2px; margin-top: 12px; background: rgba(13,27,42,.12); }
.watch-price i { display: block; height: 100%; background: rgba(13,27,42,.36); }
.watch-row.selected .watch-price i { background: var(--orange); }
.watch-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; }
.watch-facts span { min-width: 0; }
.watch-facts small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.watch-facts strong { display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.watch-facts > b { grid-column: 1 / -1; width: max-content; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.watch-actions { display: grid; gap: 8px; }
.watch-price, .watch-facts, .watch-actions { min-width: 0; }
.watch-actions button { padding-inline: 9px; background: transparent; }
.watch-actions button:hover { border-color: var(--ink); }
.watch-actions button:disabled { cursor: not-allowed; opacity: .38; }
.watch-actions a { min-height: 29px; display: grid; place-items: center; color: #4a5863; font-size: 12px; font-weight: 800; text-align: center; text-underline-offset: 3px; }
.watch-empty { padding: 34px; border: 1px dashed rgba(13,27,42,.3); background: rgba(255,253,248,.55); color: var(--muted); font-size: 12px; text-align: center; }
.watch-empty strong, .watch-empty span { display: block; }
.watch-empty strong { color: var(--ink); font-size: 17px; }
.watch-empty span { margin-top: 5px; }
.watch-empty button { min-height: 42px; margin-top: 18px; padding: 0 15px; border: 1px solid var(--ink); background: var(--ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }

/* Módszertan és kérdések */
.method { padding-block: 88px; }
.rules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.rules article { position: relative; min-height: 210px; padding: 29px 0 12px; overflow: hidden; border-top: 1px solid var(--ink); }
.rules article > b { position: absolute; right: 0; top: 21px; color: rgba(13,27,42,.095); font-size: 62px; font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.rules h3 { position: relative; z-index: 1; max-width: 290px; margin: 54px 0 13px; font-size: 23px; font-weight: 900; letter-spacing: -.04em; line-height: 1.08; }
.rules p { margin: 0; color: #4c5b67; font-size: 13px; line-height: 1.72; }
.notice { margin-top: 24px; padding: 20px 23px; display: flex; gap: 16px; border: 1px solid #d7a797; background: #fff4ec; }
.notice > b { display: grid; place-items: center; flex: 0 0 24px; height: 24px; border: 2px solid var(--orange-text); border-radius: 50%; color: var(--orange-text); }
.notice p { margin: 0; color: #5e4e48; font-size: 13px; line-height: 1.65; }

.faq { padding-block: 88px; background: var(--white); }
.faq .section-head { grid-template-columns: 1fr; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 74px; padding: 18px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 19px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--orange-text); transition: transform .18s ease; }
.faq details[open] summary span { transform: rotate(180deg); }
.faq details p { max-width: 820px; margin: -2px 0 30px 20px; padding-left: 18px; border-left: 2px solid rgba(183,55,24,.38); color: #4d5d69; font-size: 14px; line-height: 1.76; }

.site-footer { padding-block: 54px; border-top: 1px solid rgba(255,255,255,.18); background: var(--ink-deep); color: #fff; }
.site-footer > .shell { display: grid; grid-template-columns: .58fr 1fr 1fr; gap: 42px; align-items: center; }
.site-footer .wordmark { color: #fff; }
.site-footer p { margin: 0; color: #aeb8c0; font-size: 12px; line-height: 1.72; }
.site-footer .shell > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px; color: #b4bec6; font-size: 12px; }
.site-footer a { text-underline-offset: 3px; }

#top, #rangsor, #figyelomezony, #modszertan { scroll-margin-top: calc(var(--header-height) + 16px); }
:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 6px var(--ink); }

@media (max-width: 1100px) {
    :root { --compare-offset: 228px; }
    .intro { min-height: 0; grid-template-columns: 1fr; gap: 48px; }
    .hero-copy { max-width: 820px; }
    .intro h1 { font-size: clamp(62px, 9vw, 100px); }
    .summary { width: min(560px, 100%); }
    .summary-spotlight > strong { font-size: 35px; }
    .car-card { grid-column: span 6; }
    .car-card.winner { grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); }
    .winner .card-content { padding: 30px; }
    .watch-controls { grid-template-columns: 1fr 1fr; }
    .scope-buttons { grid-column: 1 / -1; }
    .watch-row { grid-template-columns: 64px minmax(150px, 1fr) minmax(200px, 1.1fr) minmax(165px, .85fr) 135px; gap: 12px; }
}

@media (max-width: 900px) {
    :root { --header-height: 100px; --compare-offset: 260px; }
    .shell { width: min(calc(100% - 36px), 760px); }
    .site-header { min-height: var(--header-height); padding: 10px 18px 0; grid-template-columns: 1fr auto; }
    .site-header nav { grid-column: 1 / -1; grid-row: 2; height: 40px; margin-inline: -6px; padding-inline: 6px; overflow-x: auto; gap: 24px; }
    .site-header nav a { flex: 0 0 auto; }
    .live { font-size: 10px; }
    .intro { padding-block: 64px 70px; }
    .hero-copy { max-width: 760px; }
    .section-head { grid-template-columns: 1fr; gap: 24px; }
    .cars { grid-template-columns: 1fr; }
    .car-card, .car-card.winner { grid-column: 1; }
    .car-card.winner { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
    .winner .card-footer { grid-template-columns: 1fr; }
    .gap { grid-template-columns: 1fr; gap: 22px; }
    .site-header nav a:focus-visible { outline: 0; box-shadow: inset 0 0 0 3px var(--ink); }
    .compare-grid { grid-template-columns: 1fr; }
    .compare-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
    .compare-grid article:last-child { border-bottom: 0; }
    .watch-row { grid-template-columns: 58px minmax(145px, 1fr) minmax(180px, 1fr) 130px; grid-template-rows: auto auto; }
    .watch-rank { grid-row: 1 / span 2; }
    .watch-car { grid-column: 2; grid-row: 1; }
    .watch-price { grid-column: 3; grid-row: 1; }
    .watch-facts { grid-column: 2 / 4; grid-row: 2; display: flex; align-items: end; gap: 18px; }
    .watch-facts > b { margin-left: auto; }
    .watch-actions { grid-column: 4; grid-row: 1 / span 2; }
    .rules { grid-template-columns: 1fr; }
    .rules article { min-height: 0; }
    .site-footer > .shell { grid-template-columns: 1fr; }
    .site-footer .shell > div:last-child { justify-content: flex-start; }
}

@media (max-width: 660px) {
    :root { --compare-offset: 180px; }
    .shell { width: calc(100% - 28px); }
    .site-header { padding-inline: 14px; }
    .wordmark { font-size: 24px; }
    .wordmark span { width: 35px; height: 24px; font-size: 10px; }
    .wordmark b { font-size: 10px; }
    .live { max-width: 130px; white-space: normal; }
    .intro { padding-block: 52px 66px; gap: 42px; }
    .intro h1 { font-size: clamp(46px, 15vw, 76px); line-height: .86; }
    .lead { margin-top: 27px; font-size: 15px; }
    .summary { box-shadow: 0 14px 32px rgba(7,19,31,.1); }
    .summary-date { margin-bottom: 23px; grid-template-columns: 1fr; }
    .summary-date i { display: none; }
    .summary-spotlight { min-height: 190px; padding: 20px; }
    .summary-spotlight > strong { font-size: clamp(30px, 10vw, 40px); }
    .summary-grid { grid-template-columns: 1fr; }
    .summary-grid div { min-height: 62px; padding: 13px 19px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
    .summary-grid div:last-child { border-bottom: 0; }
    .ranking, .watchlist, .method, .faq { padding-block: 64px; }
    .section-head { margin-bottom: 31px; }
    .section-head h2 { font-size: clamp(38px, 11vw, 54px); }
    .ranking .section-head h2 { font-size: clamp(36px, 10vw, 48px); }
    .section-head > span { font-size: 13px; }
    .car-card { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto; min-height: 0; }
    .car-card.winner { grid-template-columns: 1fr; grid-template-rows: auto 175px auto; }
    .winner .card-top, .winner .car-visual, .winner .card-content { grid-column: 1; }
    .winner .card-top { grid-row: 1; }
    .winner .car-visual { min-height: 175px; grid-row: 2; border-right: 0; border-bottom: 1px solid rgba(7,19,31,.22); }
    .winner .card-content { grid-row: 3; padding: 25px 21px; }
    .card-content { padding: 23px 20px; }
    .winner h3 { font-size: clamp(44px, 13vw, 52px); }
    .winner .price-row strong { font-size: clamp(32px, 10vw, 40px); }
    .price-row { align-items: flex-start; flex-direction: column; }
    .specs { grid-template-columns: 1fr 1fr; }
    .specs > span:last-child { grid-column: 1 / -1; }
    .card-footer, .winner .card-footer { grid-template-columns: 1fr; }
    .gap { margin-top: 28px; padding-block: 22px; }
    .gap-endpoints { gap: 16px; }
    .gap-endpoints small { font-size: 14px; }
    .watch-controls { position: static; grid-template-columns: 1fr; padding: 12px 0; }
    .scope-buttons { grid-column: auto; margin-inline: -6px; padding: 6px; overflow-x: auto; }
    .scope-buttons button { flex: 0 0 auto; }
    .watch-controls select { width: 100%; }
    .watch-result { position: sticky; z-index: 11; top: calc(var(--header-height) + 8px); min-height: 62px; margin: 6px 0; padding: 7px 10px; align-items: center; flex-direction: row; justify-content: space-between; gap: 10px; border-block: 1px solid var(--line); background: rgba(255,253,248,.96); backdrop-filter: blur(12px); }
    .watch-result > span { max-width: 125px; font-size: 11px; }
    .watch-result > button { padding-inline: 10px; }
    .watch-result > button span { display: inline; }
    .compare-panel { box-shadow: 0 10px 26px rgba(13,27,42,.1); }
    .watch-row { min-height: 0; padding: 17px 13px; grid-template-columns: 52px 1fr; gap: 14px; }
    .watch-rank { grid-row: 1 / span 3; }
    .watch-car { grid-column: 2; grid-row: 1; }
    .watch-price { grid-column: 2; grid-row: 2; }
    .watch-facts { grid-column: 2; grid-row: 3; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 10px; }
    .watch-facts > b { grid-column: 1 / -1; margin-left: 0; }
    .watch-actions { grid-column: 1 / -1; grid-row: 4; grid-template-columns: 1fr 1fr; align-items: center; }
    .watch-actions a { min-height: 42px; }
    .rules article { padding-inline: 0; }
    .faq details p { margin-left: 8px; padding-left: 12px; }
    .faq summary { min-height: 70px; font-size: 16px; }
}

@media (max-width: 390px) {
    .site-header { padding-inline: 12px; }
    .live { max-width: 108px; }
    .card-actions { grid-template-columns: 1fr; }
    .card-actions .compare-jump { border-top: 0; border-left: 1px solid var(--ink); }
    .winner .card-actions .compare-jump { border-left-color: rgba(255,255,255,.35); }
    .watch-result > button { flex-direction: column; justify-content: center; gap: 1px; }
    .watch-result > button span { font-size: 10px; }
}

@media (max-height: 560px) and (min-width: 661px) and (max-width: 1100px) {
    :root { --compare-offset: calc(var(--header-height) + 18px); }
    .watch-controls { position: static; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
