:root {
  --ink: #102033;
  --muted: #64748b;
  --line: #dce6ef;
  --soft: #f5f9fc;
  --blue: #1268e3;
  --blue-dark: #0c4ea8;
  --green: #10b981;
  --mint: #e7f9f0;
  --orange: #ff7a2f;
  --shadow: 0 18px 50px rgba(18,104,227,.12);
  font-family: "DejaVu Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at top left, rgba(18,104,227,.10), transparent 28rem), #f6fbff; color: var(--ink); }
a { color: inherit; }
main { max-width: 1160px; margin: 0 auto; padding: 0 18px 24px; }
.topbar {
  position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: flex-start; gap: 16px;
  padding: 10px 18px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; min-width: 0; text-decoration: none; }
.brand-logo { display: block; width: clamp(156px, 36vw, 278px); max-height: 46px; object-fit: contain; object-position: left center; }
.brand-text { display: none; color: var(--blue); font-size: clamp(22px, 4vw, 31px); font-weight: 1000; letter-spacing: 0; white-space: nowrap; }
.brand--fallback .brand-logo { display: none; }
.brand--fallback .brand-text { display: inline-block; }
.site-nav { display: flex; align-items: center; justify-content: flex-start; gap: 7px; margin-left: 8px; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.nav-link { flex: 0 0 auto; border-radius: 999px; padding: 10px 13px; color: #52637a; text-decoration: none; font-size: 14px; font-weight: 950; white-space: nowrap; border: 1px solid transparent; transition: color .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease; }
.nav-link.active { color: var(--blue-dark); background: rgba(18,104,227,.11); border-color: rgba(18,104,227,.10); box-shadow: inset 0 0 0 1px rgba(18,104,227,.02); }
.nav-link:hover { color: var(--blue-dark); background: #f3f8ff; border-color: rgba(18,104,227,.18); }
.nav-toggle, .hamburger { display: none; }
.hamburger { width: 42px; height: 42px; margin-left: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; box-shadow: 0 8px 20px rgba(18,104,227,.08); }
.hamburger span { width: 18px; height: 2px; border-radius: 999px; background: var(--blue-dark); transition: transform .18s ease, opacity .18s ease; }
.mini-btn { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; background: #fff; color: #0f5fc7; font-size: 13px; font-weight: 900; text-decoration: none; }
.hero-intro { padding: 20px 0 12px; }
.eyebrow { margin: 0 0 8px; color: var(--green); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
h1 { margin: 0 0 8px; font-size: clamp(30px, 6vw, 48px); line-height: 1.03; letter-spacing: 0; }
.hero-intro p:not(.eyebrow), .teaser-panel p, .unlock-card p, .unlock-report p { margin: 0; color: var(--muted); line-height: 1.42; }
.swipe-section { display: flex; flex-direction: column; }
.quick-filter { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-bottom: 12px; }
.dashboard-filter { order: 3; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.filter-control { min-height: 54px; border: 1px solid var(--line); border-radius: 12px; padding: 8px 10px; background: #fff; box-shadow: 0 8px 22px rgba(31,47,70,.04); }
.filter-control.is-hidden { display: none; }
.filter-control small { display: block; color: var(--muted); font-size: 10px; font-weight: 850; }
.filter-control b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.filter-control select { width: 100%; border: 0; outline: 0; padding: 3px 0 0; background: transparent; color: var(--ink); font: inherit; font-size: 15px; font-weight: 950; }
.filter-control.compact { min-height: 54px; }
.select-filter { display: flex; flex-direction: column; justify-content: center; }
.range-filter { min-height: 76px; }
.dual-range { display: grid; gap: 2px; margin-top: 7px; }
.single-track-range { position: relative; height: 24px; display: block; }
.single-track-range::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 4px; border-radius: 999px; background: #dbe6f1; }
.single-track-range input[type="range"] { position: absolute; left: 0; top: 2px; width: 100%; background: transparent; pointer-events: none; }
.filter-control input[type="range"] { width: 100%; height: 16px; margin: 0; accent-color: var(--blue); cursor: pointer; }
.single-track-range input[type="range"]::-webkit-slider-runnable-track { background: transparent; border: 0; }
.single-track-range input[type="range"]::-moz-range-track { background: transparent; border: 0; }
.single-track-range input[type="range"]::-webkit-slider-thumb { pointer-events: auto; }
.single-track-range input[type="range"]::-moz-range-thumb { pointer-events: auto; }
.filter-toggle { display: none; align-items: center; justify-content: center; gap: 8px; width: auto; min-height: 34px; margin: 0; padding: 7px 10px; border: 1px solid rgba(18,104,227,.22); border-radius: 999px; background: #fff; color: var(--ink); box-shadow: 0 10px 24px rgba(31,47,70,.07); font: inherit; cursor: pointer; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.filter-toggle-label { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 950; }
.filter-menu-icon { display: inline-flex; width: 15px; flex-direction: column; gap: 3px; }
.filter-menu-icon i { display: block; height: 2px; border-radius: 999px; background: var(--blue-dark); transition: transform .18s ease, opacity .18s ease; }
.filter-panel-bar, .filter-panel-actions { display: none; }
.filter-close { min-height: 32px; width: 34px; padding: 0; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--blue-dark); box-shadow: none; font-size: 22px; line-height: 1; }
.mini-filter-button { min-height: 28px; border: 1px solid var(--line); border-radius: 999px; padding: 4px 8px; background: #fff; color: var(--blue-dark); box-shadow: none; font-size: 11px; white-space: nowrap; }
.mini-filter-button:hover { border-color: rgba(18,104,227,.35); background: #f3f8ff; }
.daypass-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 16px; padding: 14px; border: 1px solid rgba(18,104,227,.18); border-radius: 18px; background: linear-gradient(135deg, rgba(18,104,227,.10), rgba(16,185,129,.13)); box-shadow: 0 12px 30px rgba(18,104,227,.08); }
.daypass-cta b { display: block; font-size: 17px; }
.daypass-cta span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; font-weight: 780; line-height: 1.35; }
.daypass-cta .cta-counter-line { margin-top: 9px; color: #0f3158; font-size: 14px; font-weight: 850; }
.cta-counter-line strong { display: inline-block; color: var(--blue-dark); font-size: 1.18em; font-weight: 1000; min-width: 2ch; text-align: right; }
.daypass-cta .primary { flex: 0 0 auto; min-width: 220px; }
.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-bottom: 16px; }
.kpis div, .detail-summary div { padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.kpis small, .detail-summary small { display: block; color: var(--muted); font-size: 10px; margin-bottom: 2px; font-weight: 800; }
.kpis b, .detail-summary b { font-size: 18px; }
.section-head { order: 1; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 0 2px 10px; }
.section-head > b { font-size: 16px; }
.section-head > span { color: var(--muted); font-size: 12px; font-weight: 800; }
.hero-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 24px; background: #102033; box-shadow: var(--shadow); margin-bottom: 20px; }
.hero-image, .hero-image img, .hero-card .image-fallback { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(180deg, transparent, rgba(16,32,51,.92)); }
.hero-overlay { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; color: #fff; }
.hero-overlay h2 { margin: 10px 0; font-size: clamp(24px, 5vw, 38px); line-height: 1.05; letter-spacing: 0; max-width: 760px; }
.badge-row { display: flex; gap: 7px; flex-wrap: wrap; }
.badge { display: inline-flex; border-radius: 999px; padding: 7px 9px; background: rgba(255,255,255,.18); backdrop-filter: blur(12px); font-size: 12px; font-weight: 950; }
.hero-stats, .stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 12px; max-width: 620px; }
.metric { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 760; }
.car-card .metric { color: var(--muted); }
.metric b { display: block; color: #fff; font-size: 16px; margin-top: 1px; }
.car-card .metric b { color: var(--ink); }
.metric.good b { color: #52e19d; }
.car-card .metric.good b { color: var(--green); }
.nap-km { display: inline-flex; align-items: center; gap: .55rem; white-space: nowrap; }
.nap-badge { display: inline-flex; align-items: center; justify-content: center; height: 13px; padding: 0 3px; border-radius: 2px; background: #111827; color: #fff; box-shadow: inset -4px 0 0 #facc15; font-size: 8px; line-height: 1; font-weight: 1000; letter-spacing: .02em; }
.nap-badge::after { content: "✓"; color: #22c55e; margin-left: 2px; font-size: 9px; }
.deal-meter { width: min(100%, 420px); margin: 0 0 12px; padding: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.car-card .deal-meter, .detail-page .deal-meter { width: 100%; border-color: var(--line); background: #fff; backdrop-filter: none; }
.deal-meter.compact { margin: 0 0 10px; padding: 8px; border-radius: 12px; }
.deal-meter-top, .deal-meter-scale { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.deal-meter-top span { color: rgba(255,255,255,.76); font-size: 11px; font-weight: 850; }
.car-card .deal-meter-top span, .detail-page .deal-meter-top span { color: var(--muted); }
.deal-meter-top b { font-size: 12px; font-weight: 950; }
.deal-meter-very-good { color: #86efac; }
.car-card .deal-meter-very-good, .detail-page .deal-meter-very-good { color: #047857; }
.deal-meter-good { color: #77f2b5; }
.car-card .deal-meter-good, .detail-page .deal-meter-good { color: #15803d; }
.deal-meter-neutral { color: #d9e7f5; }
.car-card .deal-meter-neutral, .detail-page .deal-meter-neutral { color: #475569; }
.deal-meter-bad { color: #fed7aa; }
.car-card .deal-meter-bad, .detail-page .deal-meter-bad { color: #c2410c; }
.deal-meter-very-bad { color: #fecaca; }
.car-card .deal-meter-very-bad, .detail-page .deal-meter-very-bad { color: #b91c1c; }
.deal-meter-track { position: relative; height: 8px; margin: 8px 0 5px; border-radius: 999px; background: linear-gradient(90deg, #ef4444 0%, #f59e0b 48%, #22c55e 100%); box-shadow: inset 0 0 0 1px rgba(15,23,42,.10); }
.deal-meter-thumb { position: absolute; top: 50%; width: 16px; height: 16px; border-radius: 999px; border: 2px solid #fff; background: var(--deal-meter-thumb, #64748b); transform: translate(-50%, -50%); box-shadow: 0 4px 12px rgba(15,23,42,.24); }
.deal-meter-scale { color: rgba(255,255,255,.62); font-size: 10px; line-height: 1; }
.car-card .deal-meter-scale, .detail-page .deal-meter-scale { color: #94a3b8; }
.primary, .ghost, .save-action, button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; border-radius: 12px; padding: 10px 12px; text-decoration: none; font: inherit; font-size: 14px; font-weight: 950; cursor: pointer; }
.primary, button.primary { border: 0; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; box-shadow: 0 10px 22px rgba(18,104,227,.20); }
.ghost { border: 1px solid var(--line); background: #fff; color: #0f5fc7; }
.save-action { width: 46px; flex: 0 0 46px; border: 1px solid var(--line); background: #fff; color: #0f5fc7; }
.save-action:hover { color: #0b55bb; border-color: rgba(18,104,227,.38); background: #f3f8ff; }
.heart-icon { width: 21px; height: 21px; }
.swipe-shell { order: 2; position: relative; }
.swipe-row { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 48px 18px; scrollbar-width: thin; scrollbar-color: #9fc3ec transparent; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; cursor: grab; }
.swipe-row:active { cursor: grabbing; }
.swipe-arrow { position: absolute; top: 72px; z-index: 3; width: 42px; height: 70px; min-height: 0; border: 1px solid rgba(18,104,227,.22); border-radius: 999px; padding: 0; background: rgba(255,255,255,.92); color: var(--blue-dark); box-shadow: 0 12px 28px rgba(18,104,227,.18); font-size: 34px; line-height: 1; }
.swipe-arrow-left { left: 2px; }
.swipe-arrow-right { right: 2px; }
.swipe-arrow:hover { background: #fff; border-color: rgba(18,104,227,.42); transform: translateY(-1px); }
.car-card { flex: 0 0 min(330px, 82vw); scroll-snap-align: start; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(31,47,70,.09); }
.card-image { display: block; height: 170px; background: #dfeaf2; }
.card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.image-fallback { display: grid; place-items: center; color: var(--muted); font-size: 40px; font-weight: 950; background: #dfeaf2; }
.car-body { padding: 12px; }
.car-title { display: block; min-height: 42px; margin: 0 0 9px; text-decoration: none; font-size: 16px; line-height: 1.22; font-weight: 950; }
.stats { grid-template-columns: repeat(2, 1fr); }
.card-actions { display: flex; gap: 8px; }
.card-actions .primary { flex: 1; }
.unlock-card, .unlock-report { margin: 0 0 18px; padding: 16px; border-radius: 20px; background: linear-gradient(135deg, #102033, #1268e3 64%, #10b981); color: #fff; box-shadow: var(--shadow); }
.unlock-card h2, .unlock-report h2 { margin: 0 0 8px; font-size: 22px; letter-spacing: 0; }
.unlock-card p, .unlock-report p { color: rgba(255,255,255,.84); margin-bottom: 13px; }
.unlock-card button, .unlock-report button { width: 100%; background: #fff; color: #095ac6; border: 0; }
.example-link, .small-link { display: block; margin-top: 10px; color: #fff; font-size: 13px; font-weight: 850; text-align: center; opacity: .92; }
.rank-table { border: 1px solid var(--line); border-radius: 16px; overflow-x: auto; background: #fff; margin-bottom: 16px; }
.table-head, .table-row { min-width: 760px; display: grid; grid-template-columns: minmax(260px, 1.55fr) minmax(110px, .6fr) minmax(170px, .8fr) minmax(150px, .75fr); gap: 10px; align-items: center; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.table-head { color: var(--muted); background: #f8fbfd; font-size: 13px; font-weight: 850; }
.table-row { text-decoration: none; font-size: 14px; }
.table-row span:first-child { color: #0067c5; font-weight: 900; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.table-row:last-child { border-bottom: 0; }
.locked-value { display: inline-block; filter: blur(5px); user-select: none; pointer-events: none; opacity: .78; }
.sample-report { margin: 0 0 22px; padding: 18px; border: 1px solid rgba(18,104,227,.16); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(18,104,227,.07); }
.sample-report h2 { margin: 0 0 8px; font-size: 22px; letter-spacing: 0; }
.sample-report p:not(.eyebrow) { margin: 0 0 12px; color: var(--muted); line-height: 1.48; }
.sample-charts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.sample-chart-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 12px; overflow: hidden; }
.sample-chart-card h3 { margin: 0 0 6px; font-size: 15px; letter-spacing: 0; }
.sample-chart-card svg { width: 100%; height: 250px; display: block; }
.chart-dash { fill: none; stroke: #64748b; stroke-width: 2.5; stroke-dasharray: 6 5; }
.sample-axis { fill: #334155; font-size: 14px; font-weight: 800; text-anchor: middle; }
.sample-axis-y { text-anchor: middle; }
.sample-tick { fill: #334155; font-size: 12px; font-weight: 760; text-anchor: middle; }
.sample-tick-y { text-anchor: end; }
.sample-grid { display: grid; gap: 8px; }
.sample-grid span { display: flex; gap: 10px; align-items: flex-start; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #f8fbfd; color: var(--ink); font-weight: 830; }
.sample-grid b { display: inline-grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 999px; background: var(--mint); color: #087f5b; font-size: 12px; }
.product-options { margin: 0 0 24px; padding: 18px; border: 1px solid rgba(18,104,227,.16); border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(18,104,227,.07); }
.product-options h2 { margin: 0 0 12px; font-size: 22px; letter-spacing: 0; }
.product-table { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.product-row { display: grid; grid-template-columns: minmax(210px, 1.6fr) repeat(3, minmax(84px, .6fr)); align-items: center; gap: 10px; padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: 14px; }
.product-row:last-child { border-bottom: 0; }
.product-head { background: #f8fbfd; color: var(--muted); font-weight: 950; }
.product-row b { text-align: center; }
.product-row .yes { color: var(--green); font-size: 18px; }
.product-row .no { color: #a7b4c5; font-size: 18px; }
.detail-page { max-width: 760px; padding-top: 0; }
.detail-hero { position: relative; min-height: 330px; overflow: hidden; background: #102033; border-radius: 0 0 24px 24px; margin: 0 -18px; }
.detail-hero img, .detail-hero .image-fallback { width: 100%; height: 330px; object-fit: cover; display: block; }
.detail-hero::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(180deg, transparent, rgba(16,32,51,.9)); }
.hero-caption { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 18px; color: #fff; }
.hero-caption h1 { font-size: clamp(23px, 5vw, 34px); margin-top: 10px; color: #fff; }
.detail-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px 0; }
.teaser-panel { margin-bottom: 14px; padding: 14px; border: 1px solid rgba(14,166,107,.22); border-radius: 18px; background: #f1fbf6; }
.teaser-panel h2 { margin: 0 0 6px; font-size: 18px; }
.locked-charts { position: relative; display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 14px; }
.lock-label { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; padding: 8px 11px; border-radius: 999px; background: rgba(16,32,51,.84); color: #fff; font-size: 11px; font-weight: 950; white-space: nowrap; }
.chart-card { min-height: 142px; padding: 10px 10px 8px; border: 1px solid var(--line); border-radius: 18px; background: #fff; filter: blur(1.05px); opacity: .86; overflow: hidden; }
.chart-card p { margin: 0 0 4px; font-size: 13px; font-weight: 950; }
.chart-card svg { width: 100%; height: 104px; display: block; }
.chart-grid { stroke: #edf2f7; stroke-width: 1; }
.chart-line { fill: none; stroke: #2563eb; stroke-width: 3; stroke-linecap: round; }
.chart-dot.good { fill: #22a765; }
.chart-dot.market { fill: #a7b4c5; }
.chart-dot.bad { fill: #ff8a3d; }
.chart-selected { fill: #22a765; stroke: #2563eb; stroke-width: 5; }
.detail-list { margin-bottom: 14px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; }
.detail-row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 12px; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.2; }
.detail-row:last-child { border-bottom: 0; }
.detail-row span:first-child { color: var(--muted); }
.detail-row b { text-align: right; }
.report-page { max-width: 1160px; padding-top: 18px; }
.report-hero { display: grid; grid-template-columns: minmax(320px, 560px) minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 18px; }
.report-hero-media { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #dfeaf2; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.report-hero-media img, .report-hero-media .image-fallback { width: 100%; height: 100%; object-fit: cover; display: block; }
.report-hero-copy { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 14px 36px rgba(31,47,70,.08); }
.report-hero-copy h1 { font-size: clamp(28px, 4.2vw, 44px); line-height: 1.04; }
.report-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.signal-chip { display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 10px; border-radius: 999px; border: 1px solid var(--line); background: #fff; }
.signal-chip small { color: var(--muted); font-size: 10px; font-weight: 850; }
.signal-chip b { font-size: 12px; font-weight: 950; }
.signal-chip.good { border-color: rgba(16,185,129,.25); background: #e9fbf3; color: #047857; }
.signal-chip.warning { border-color: rgba(245,158,11,.28); background: #fff7e6; color: #92400e; }
.signal-chip.bad { border-color: rgba(239,68,68,.25); background: #fff0f0; color: #b91c1c; }
.report-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.report-metric { min-height: 86px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #f8fbfd; }
.report-metric span, .panel-kicker { display: block; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.report-metric b { display: block; margin-top: 4px; font-size: clamp(20px, 2.8vw, 28px); line-height: 1.05; }
.report-metric small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 750; }
.report-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: start; }
.report-main, .report-sidebar { display: grid; gap: 14px; }
.report-sidebar { position: sticky; top: 82px; }
.report-panel { padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(31,47,70,.07); }
.report-panel h2 { margin: 4px 0 8px; font-size: clamp(20px, 2.5vw, 28px); letter-spacing: 0; }
.report-panel p { margin: 0; color: var(--muted); line-height: 1.48; }
.verdict-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: 16px; align-items: center; }
.verdict-panel.good { border-color: rgba(16,185,129,.26); background: linear-gradient(135deg, #ffffff, #eefbf5); }
.verdict-panel.warning { border-color: rgba(245,158,11,.26); background: linear-gradient(135deg, #ffffff, #fff8e8); }
.verdict-panel.bad { border-color: rgba(239,68,68,.22); background: linear-gradient(135deg, #ffffff, #fff1f1); }
.report-bullets { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.report-bullets li { position: relative; padding: 10px 10px 10px 32px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: #24364e; font-weight: 780; line-height: 1.35; }
.report-bullets li::before { content: ""; position: absolute; left: 12px; top: 15px; width: 9px; height: 9px; border-radius: 999px; background: var(--green); }
.panel-heading { margin-bottom: 12px; }
.report-charts { margin: 12px 0; }
.report-note { padding: 12px; border: 1px dashed rgba(18,104,227,.22); border-radius: 14px; background: #f8fbfd; color: var(--muted); line-height: 1.45; }
.question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.question-grid span { padding: 11px 12px; border: 1px solid var(--line); border-radius: 14px; background: #f8fbfd; color: #24364e; font-weight: 820; line-height: 1.36; }
.facts-panel .detail-list { margin-top: 10px; margin-bottom: 0; }
.detail-list.compact .detail-row { padding: 8px 10px; font-size: 13px; }
.risk-panel .detail-row { padding-inline: 0; }
.report-unlock-card { margin: 0; }
.locked { filter: blur(3px); opacity: .55; user-select: none; }
.empty-state { padding: 24px; border-radius: 18px; background: #fff; border: 1px solid var(--line); color: var(--muted); }
.info-page { max-width: 900px; }
.info-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.info-card { padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(18,104,227,.07); }
.info-card h2 { margin: 0 0 7px; font-size: 20px; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.48; }
.site-footer { margin-top: 24px; padding: 24px 18px; background: #102033; color: #fff; }
.footer-inner { max-width: 1160px; margin: 0 auto; display: grid; gap: 16px; }
.site-footer h2 { margin: 0 0 5px; font-size: clamp(20px, 4vw, 28px); letter-spacing: 0; }
.site-footer p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.45; }
.footer-contacts { display: grid; gap: 9px; }
.footer-contact { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 850; }
.footer-contact:hover { color: #7de2b2; }
.contact-icon { width: 20px; height: 20px; flex: 0 0 20px; color: var(--green); }
.footer-copy { padding-top: 8px; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }
@media (max-width: 720px) {
  main { padding-inline: 14px; }
  .topbar { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 10px; padding: 8px 14px 10px; }
  .brand-logo { width: min(206px, 58vw); }
  .hamburger { display: inline-flex; grid-column: 2; grid-row: 1; }
  .site-nav { grid-column: 1 / -1; width: 100%; max-height: 0; margin-left: 0; padding: 0; overflow: hidden; justify-content: stretch; flex-direction: column; align-items: stretch; gap: 6px; transition: max-height .2s ease, padding-top .2s ease; }
  .nav-toggle:checked ~ .site-nav { max-height: 260px; padding-top: 10px; }
  .nav-toggle:checked + .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked + .hamburger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked + .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-link { width: 100%; padding: 12px 13px; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-size: 14px; }
  .quick-filter { grid-template-columns: 1fr 1fr; }
  .filter-toggle { display: flex; }
  .filter-toggle[aria-expanded="true"] { border-color: rgba(18,104,227,.46); background: rgba(18,104,227,.12); color: var(--blue-dark); }
  .filter-toggle[aria-expanded="true"] .filter-menu-icon i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .filter-toggle[aria-expanded="true"] .filter-menu-icon i:nth-child(2) { opacity: 0; }
  .filter-toggle[aria-expanded="true"] .filter-menu-icon i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .section-head #result-count { display: none; }
  .dashboard-filter { order: 2; position: fixed; top: 86px; left: 14px; right: 14px; z-index: 70; display: none; grid-template-columns: 1fr; gap: 10px; max-height: calc(100dvh - 106px); margin: 0; padding: 12px; overflow: auto; border: 1px solid rgba(18,104,227,.22); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 20px 48px rgba(31,47,70,.18); }
  .filter-panel-bar { position: sticky; top: -12px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; grid-column: 1 / -1; margin: -12px -12px 0; padding: 10px 12px; border-bottom: 1px solid var(--line); border-radius: 18px 18px 0 0; background: rgba(255,255,255,.98); }
  .filter-panel-bar b { font-size: 15px; font-weight: 1000; }
  .filter-panel-actions { position: sticky; bottom: -12px; z-index: 2; display: grid; grid-template-columns: 1fr 1.2fr; gap: 8px; grid-column: 1 / -1; margin: 0 -12px -12px; padding: 10px 12px; border-top: 1px solid var(--line); border-radius: 0 0 18px 18px; background: rgba(255,255,255,.98); }
  .filter-panel-actions .primary, .filter-panel-actions .ghost { width: 100%; }
  .dashboard-filter .filter-control { min-height: 58px; box-shadow: none; }
  .dashboard-filter .range-filter { min-height: 80px; }
  body.filters-open .dashboard-filter { display: grid; }
  .swipe-shell { order: 3; }
  .swipe-row { padding-inline: 42px; }
  .swipe-arrow { top: 64px; width: 36px; height: 62px; font-size: 30px; }
  .daypass-cta { align-items: stretch; flex-direction: column; }
  .daypass-cta .primary { width: 100%; min-width: 0; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .hero-card { min-height: 430px; margin-inline: -2px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .table-head, .table-row { min-width: 700px; }
  .sample-charts { grid-template-columns: 1fr; }
  .product-table { overflow-x: auto; }
  .product-row { min-width: 620px; }
  .detail-summary { grid-template-columns: 1fr 1fr 1fr; }
  .detail-summary b { font-size: 14px; }
  .report-page { padding-top: 12px; }
  .report-hero { grid-template-columns: 1fr; gap: 12px; }
  .report-hero-media { width: 100%; justify-self: center; }
  .report-hero-copy { padding: 16px; }
  .report-price-grid { grid-template-columns: 1fr; }
  .report-layout { grid-template-columns: 1fr; }
  .report-sidebar { position: static; }
  .verdict-panel { grid-template-columns: 1fr; }
  .question-grid { grid-template-columns: 1fr; }
}
@media (min-width: 980px) {
  .featured { display: grid; grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: repeat(3, 1fr); }
  .sample-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: start; }
  .footer-copy { grid-column: 1 / -1; }
}
