:root {
  --bs-navy: #07162d;
  --bs-navy-2: #0d2343;
  --bs-blue: #0863dc;
  --bs-blue-dark: #004fbd;
  --bs-blue-light: #edf5ff;
  --bs-surface: #ffffff;
  --bs-page: #f5f8fc;
  --bs-ink: #0f1b31;
  --bs-muted: #667187;
  --bs-border: #dfe5ee;
  --bs-success: #12915b;
  --bs-shadow: 0 18px 52px rgba(5, 27, 62, 0.11);
  --bs-soft-shadow: 0 8px 24px rgba(5, 27, 62, 0.07);
  --bs-radius-sm: 12px;
  --bs-radius: 18px;
  --bs-radius-lg: 28px;
  --bs-container: 1380px;
  --bs-content: 800px;
  --bs-font: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bs-page);
  color: var(--bs-ink);
  font-family: var(--bs-font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--bs-blue); text-decoration: none; }
a:hover { color: var(--bs-blue-dark); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-container { width: min(calc(100% - 48px), var(--bs-container)); margin-inline: auto; }
.content-width { max-width: var(--bs-content); }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus, .skip-link:focus {
  width: auto; height: auto; clip: auto; padding: 12px 18px; margin: 0;
  top: 12px; left: 12px; z-index: 9999; background: #fff; color: var(--bs-navy);
  border-radius: 8px; box-shadow: var(--bs-shadow);
}

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(217,225,236,.9);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 30px; }
.site-branding { flex: 0 0 auto; }
.brand-link, .custom-logo-link { display: block; }
.brand-logo, .custom-logo { display: block; width: auto; max-width: min(255px, 48vw); max-height: 50px; object-fit: contain; object-position: left center; }
.primary-navigation { margin-left: auto; }
.primary-menu, .footer-menu { list-style: none; margin: 0; padding: 0; }
.primary-menu { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.primary-menu a { color: var(--bs-ink); font-size: 14px; font-weight: 750; white-space: nowrap; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--bs-blue); }
.primary-menu .menu-item-has-children { position: relative; }
.primary-menu .sub-menu {
  position: absolute; top: calc(100% + 18px); left: -18px; min-width: 220px;
  margin: 0; padding: 10px; list-style: none; background: #fff;
  border: 1px solid var(--bs-border); border-radius: 14px; box-shadow: var(--bs-shadow);
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s ease;
}
.primary-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu a { display: block; padding: 9px 10px; border-radius: 8px; }
.primary-menu .sub-menu a:hover { background: var(--bs-blue-light); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-icon-button { display: grid; place-items: center; width: 42px; height: 42px; color: var(--bs-navy); border-radius: 50%; }
.header-icon-button:hover { background: var(--bs-blue-light); color: var(--bs-blue); }
.header-icon-button svg { width: 25px; height: 25px; }
.header-cta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 21px;
  color: #fff; background: linear-gradient(135deg, #0872ed, #0052c8); border-radius: 10px;
  font-size: 14px; font-weight: 800; box-shadow: 0 9px 22px rgba(0,88,208,.22);
}
.header-cta:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,88,208,.28); }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 12px; background: var(--bs-blue-light); }
.menu-toggle span[aria-hidden="true"] { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--bs-navy); transition: .2s ease; }

.home-hero { position: relative; min-height: 355px; overflow: hidden; color: #fff; background: #102642; }
.hero-backdrop {
  position: absolute; inset: 0;
  background-image: linear-gradient(90deg, rgba(6,22,43,.8) 0%, rgba(8,32,60,.46) 48%, rgba(5,18,32,.08) 78%), url('../images/hero-car.svg');
  background-size: cover; background-position: center;
}
.hero-content { position: relative; z-index: 2; padding-top: 53px; text-align: center; }
.hero-content h1 { max-width: 720px; margin: 0 auto; font-size: clamp(42px, 5vw, 66px); line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; text-shadow: 0 3px 18px rgba(0,0,0,.2); }
.hero-content p { margin: 16px auto 0; font-size: clamp(16px, 1.7vw, 20px); font-weight: 560; color: rgba(255,255,255,.95); }

.ai-search-wrap { position: relative; z-index: 10; margin-top: -94px; }
.ai-search-card { overflow: hidden; max-width: 1050px; margin-inline: auto; background: rgba(255,255,255,.98); border: 1px solid rgba(215,224,237,.9); border-radius: 18px; box-shadow: 0 20px 50px rgba(1,22,53,.23); }
.ai-search-main { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 18px 20px; }
.ai-sparkle { display: grid; place-items: center; color: var(--bs-blue); }
.ai-sparkle svg { width: 29px; height: 29px; stroke-width: 1.5; }
.ai-search-main textarea { min-height: 68px; max-height: 140px; padding: 12px 0; resize: vertical; border: 0; outline: 0; color: #44526a; font-size: 17px; line-height: 1.5; background: transparent; }
.ai-search-main textarea::placeholder { color: #66738a; opacity: 1; }
.ai-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 24px; border: 0; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #0d74ef, #0052c8); font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(0,91,211,.25); }
.ai-submit:hover { transform: translateY(-1px); }
.ai-suggestions { display: flex; align-items: center; gap: 10px; padding: 15px 22px; overflow-x: auto; border-top: 1px solid var(--bs-border); white-space: nowrap; scrollbar-width: thin; }
.ai-suggestions > span { margin-right: 5px; color: var(--bs-muted); font-size: 13px; }
.ai-suggestions button { min-height: 34px; padding: 0 16px; color: var(--bs-blue); background: #fff; border: 1px solid #d8e4f4; border-radius: 999px; font-size: 13px; font-weight: 700; cursor: pointer; }
.ai-suggestions button:hover { background: var(--bs-blue-light); border-color: #b8d2f4; }

.home-main-card { margin-top: 28px; padding: 27px 0 36px; background: #fff; border-radius: 22px 22px 0 0; box-shadow: 0 -5px 25px rgba(7,22,45,.06); }
.home-section + .home-section, .home-section + .discovery-grid, .discovery-grid + .home-section { margin-top: 30px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading h2, .popular-panel h2, .compare-panel h2 { margin: 0; color: var(--bs-ink); font-size: clamp(22px, 2vw, 29px); line-height: 1.2; letter-spacing: -.025em; }
.section-heading > a, .panel-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; white-space: nowrap; }
.section-heading a svg, .panel-link svg { width: 18px; height: 18px; }

.toplist-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(155px, 1fr); gap: 12px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.toplist-card { min-height: 264px; display: flex; flex-direction: column; padding: 15px 14px 14px; background: #fff; border: 1px solid var(--bs-border); border-radius: 13px; scroll-snap-align: start; }
.toplist-card:hover { border-color: #bad0ec; box-shadow: var(--bs-soft-shadow); transform: translateY(-2px); }
.toplist-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; font-size: 19px; font-weight: 900; }
.icon-green { background: #20a657; }.icon-blue { background: #0b67df; }.icon-purple { background: #7d31c9; }.icon-orange { background: #f07a18; }
.icon-teal { background: #1699a2; }.icon-pink { background: #dd3167; }.icon-amber { background: #f7a719; }.icon-sky { background: #398bd0; }
.toplist-card h3 { min-height: 54px; margin: 12px 0 8px; font-size: 15px; line-height: 1.2; }
.toplist-card img { width: 100%; height: 96px; margin: auto 0 5px; object-fit: contain; }
.toplist-card a { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; font-size: 12px; font-weight: 800; }
.toplist-card a svg { width: 14px; height: 14px; }

.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.review-card { min-width: 0; padding: 20px; background: #fff; border: 1px solid var(--bs-border); border-radius: 13px; box-shadow: 0 4px 16px rgba(7,22,45,.035); }
.review-car-row { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; align-items: center; }
.review-car-row img { width: 100px; height: 66px; object-fit: contain; }
.review-title-line { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.review-title-line h3 { margin: 0; font-size: 15px; }
.review-title-line > span:last-child { font-size: 12px; color: #505d73; }
.review-stars { color: #0069e8; font-size: 12px; letter-spacing: 1px; }
.review-car-row p { margin: 3px 0 0; color: var(--bs-muted); font-size: 12px; }
.review-card h4 { margin: 18px 0 7px; font-size: 16px; }
.review-copy { min-height: 88px; margin: 0; color: #3f4b60; font-size: 13px; line-height: 1.55; }
.review-meta { display: grid; grid-template-columns: 32px auto 1fr auto; gap: 8px; align-items: center; margin-top: 18px; font-size: 11px; color: var(--bs-muted); }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--bs-navy); border-radius: 50%; font-size: 12px; font-weight: 800; }
.review-meta strong { color: var(--bs-ink); white-space: nowrap; }
.verified { display: inline-flex; align-items: center; gap: 4px; color: var(--bs-muted); }
.verified svg { width: 15px; height: 15px; padding: 2px; color: #fff; background: var(--bs-success); border-radius: 50%; stroke-width: 3; }
.review-meta time { justify-self: end; white-space: nowrap; }

.discovery-grid { display: grid; grid-template-columns: .9fr 1.9fr; gap: 22px; margin-top: 26px; }
.popular-panel, .compare-panel { padding: 24px; background: #fbfcfe; border: 1px solid #edf1f6; border-radius: 14px; }
.popular-list { list-style: none; margin: 16px 0 14px; padding: 0; }
.popular-list li { display: grid; grid-template-columns: 24px 54px minmax(0, 1fr) auto; gap: 8px; align-items: center; min-height: 42px; border-bottom: 1px solid #e6ebf2; }
.popular-list li:last-child { border-bottom: 0; }
.rank { display: grid; place-items: center; width: 21px; height: 21px; color: #fff; background: var(--bs-blue); border-radius: 50%; font-size: 11px; font-weight: 800; }
.popular-list img { width: 54px; height: 38px; object-fit: contain; }
.popular-list strong { font-size: 13px; }
.popular-list small { color: var(--bs-muted); font-size: 11px; white-space: nowrap; }
.compare-panel { background: linear-gradient(135deg, #f8fbff, #f4f8fd); }
.compare-panel > p { max-width: 620px; margin: 5px 0 14px; color: #455166; font-size: 13px; }
.compare-cars { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr .72fr; gap: 10px; align-items: stretch; }
.compare-car-card { min-width: 0; display: flex; flex-direction: column; padding: 13px; background: #fff; border: 1px solid var(--bs-border); border-radius: 11px; }
.compare-car-card img { width: 100%; height: 95px; object-fit: contain; }
.compare-car-card strong { margin-top: 3px; font-size: 13px; }
.compare-car-card small { color: var(--bs-muted); font-size: 11px; }
.compare-car-card a { margin-top: 5px; font-size: 11px; font-weight: 800; }
.versus { align-self: center; display: grid; place-items: center; width: 35px; height: 35px; color: var(--bs-muted); background: #fff; border: 1px solid #d9e1ed; border-radius: 50%; font-size: 11px; font-weight: 800; }
.add-car { display: grid; place-content: center; gap: 6px; min-height: 155px; padding: 12px; color: var(--bs-navy); background: rgba(255,255,255,.62); border: 1.5px dashed #bcc9dc; border-radius: 11px; cursor: pointer; }
.add-car svg { width: 30px; height: 30px; margin-inline: auto; }
.add-car span { font-size: 12px; font-weight: 750; }
.compare-button { display: flex; align-items: center; justify-content: center; gap: 10px; width: min(320px, 100%); min-height: 45px; margin: 12px auto 0; color: #fff; background: linear-gradient(135deg, #0872ed, #0052c8); border-radius: 9px; font-size: 13px; font-weight: 800; box-shadow: 0 10px 22px rgba(0,91,211,.19); }
.compare-button:hover { color: #fff; }
.compare-button svg { width: 18px; height: 18px; }

.guide-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.guide-card { position: relative; min-height: 205px; overflow: hidden; border-radius: 12px; background: #132239 var(--guide-image) center/cover no-repeat; box-shadow: var(--bs-soft-shadow); }
.guide-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,14,27,.08) 25%, rgba(5,14,27,.94) 100%); }
.guide-card-content { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 14px; color: #fff; }
.guide-card-content > span { display: inline-block; padding: 2px 6px; background: rgba(7,19,36,.78); border: 1px solid rgba(255,255,255,.35); border-radius: 4px; font-size: 9px; font-weight: 800; }
.guide-card h3 { margin: 7px 0 2px; font-size: 16px; line-height: 1.25; }
.guide-card p { margin: 0; color: rgba(255,255,255,.9); font-size: 11px; }

.trust-bar { background: #f7faff; border-top: 1px solid #e2e8f1; border-bottom: 1px solid #e2e8f1; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding-block: 25px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; }
.trust-item > svg { flex: 0 0 auto; width: 38px; height: 38px; color: var(--bs-blue); stroke-width: 1.5; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { color: var(--bs-navy); font-size: 14px; }
.trust-item span { color: var(--bs-muted); font-size: 12px; }

.page-content-section { padding-block: 70px; }
.site-main { min-height: 56vh; }
.content-shell { padding-block: 72px; }
.entry-header { margin-bottom: 32px; }
.entry-header h1, .archive-heading h1 { margin: 0; color: var(--bs-navy); font-size: clamp(36px, 5vw, 58px); line-height: 1.12; letter-spacing: -.035em; }
.entry-meta { margin: 0 0 8px; color: var(--bs-muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.entry-featured { margin: 0 0 36px; overflow: hidden; border-radius: var(--bs-radius); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3 { color: var(--bs-navy); line-height: 1.25; letter-spacing: -.02em; }
.entry-content h2 { margin-top: 2.2em; font-size: 32px; }
.entry-content h3 { margin-top: 1.8em; font-size: 24px; }
.entry-content p, .entry-content li { color: #344156; }
.entry-content a:not(.button) { font-weight: 650; }
.entry-content blockquote { margin: 32px 0; padding: 22px 26px; background: var(--bs-blue-light); border-left: 4px solid var(--bs-blue); border-radius: 0 14px 14px 0; }
.entry-content img { border-radius: var(--bs-radius-sm); }
.button, .wp-element-button, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 0; border-radius: 12px; background: var(--bs-blue); color: #fff !important; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(23,105,224,.22); transition: .2s ease; }
.button:hover, .wp-element-button:hover, .wp-block-button__link:hover { background: var(--bs-blue-dark); transform: translateY(-1px); }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.post-card { overflow: hidden; background: #fff; border: 1px solid var(--bs-border); border-radius: var(--bs-radius); box-shadow: var(--bs-soft-shadow); }
.post-card-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-card:hover .post-card-image img { transform: scale(1.025); }
.post-card-body { padding: 26px; }
.post-card h2 { margin: 0 0 10px; font-size: 25px; line-height: 1.25; }
.post-card h2 a { color: var(--bs-navy); }
.post-card-excerpt p { margin: 0; color: var(--bs-muted); }
.empty-state, .error-page { padding: 48px; text-align: center; background: #fff; border: 1px solid var(--bs-border); border-radius: var(--bs-radius); }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding-inline: 10px; background: #fff; border: 1px solid var(--bs-border); border-radius: 10px; }
.page-numbers.current { background: var(--bs-blue); border-color: var(--bs-blue); color: #fff; }
input[type="text"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], textarea, select { width: 100%; min-height: 48px; padding: 12px 14px; background: #fff; color: var(--bs-ink); border: 1px solid var(--bs-border); border-radius: 10px; outline: none; }
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--bs-blue); box-shadow: 0 0 0 3px rgba(23,105,224,.13); }

.site-footer { background: var(--bs-navy); color: #c5d0e0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; padding-block: 54px 36px; }
.footer-logo { display: block; width: auto; max-width: min(280px, 70vw); max-height: 54px; object-fit: contain; object-position: left center; }
.footer-brand p { margin: 16px 0 0; color: #aebdd2; }
.footer-navigation { justify-self: end; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 28px; }
.footer-menu a { color: #e7eef8; font-weight: 700; }
.footer-menu a:hover { color: #75b2ff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #91a1b8; font-size: 12px; }

@media (max-width: 1180px) {
  .header-inner { gap: 18px; }
  .primary-menu { gap: 18px; }
  .primary-menu a { font-size: 13px; }
  .brand-logo, .custom-logo { max-width: 225px; }
  .guide-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-card:nth-child(n+4) { min-height: 190px; }
  .discovery-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .primary-navigation {
    position: fixed; inset: 72px 0 auto 0; max-height: calc(100vh - 72px); overflow: auto;
    margin: 0; padding: 20px 24px 28px; background: #fff; border-top: 1px solid var(--bs-border);
    opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; box-shadow: 0 18px 30px rgba(7,22,45,.12);
  }
  .primary-navigation.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-menu { display: block; }
  .primary-menu > li { border-bottom: 1px solid var(--bs-border); }
  .primary-menu a { display: block; padding: 15px 4px; font-size: 17px; }
  .primary-menu .sub-menu { position: static; min-width: 0; padding: 0 0 10px 16px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .header-search { display: none; }
  .review-grid { grid-template-columns: 1fr; }
  .review-copy { min-height: 0; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .site-container { width: min(calc(100% - 30px), var(--bs-container)); }
  .header-cta { display: none; }
  .brand-logo, .custom-logo { max-width: min(230px, 62vw); }
  .home-hero { min-height: 390px; }
  .hero-backdrop { background-position: 62% center; }
  .hero-content { padding-top: 45px; }
  .hero-content h1 { max-width: 560px; }
  .ai-search-wrap { margin-top: -140px; }
  .ai-search-main { grid-template-columns: 38px minmax(0, 1fr); padding: 17px; }
  .ai-submit { grid-column: 1 / -1; width: 100%; }
  .ai-search-main textarea { min-height: 90px; font-size: 15px; }
  .home-main-card { margin-top: 20px; }
  .section-heading { align-items: flex-end; }
  .section-heading > a { font-size: 12px; }
  .compare-cars { grid-template-columns: 1fr 1fr; }
  .compare-cars .versus { display: none; }
  .compare-car-card:nth-of-type(3) { display: none; }
  .add-car { min-height: 145px; }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-navigation { justify-self: start; }
  .footer-menu { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .site-container { width: min(calc(100% - 24px), var(--bs-container)); }
  .brand-logo, .custom-logo { max-width: min(205px, 61vw); }
  .header-actions { gap: 4px; }
  .header-icon-button { width: 38px; height: 38px; }
  .home-hero { min-height: 360px; }
  .hero-content { padding-top: 37px; }
  .hero-content h1 { font-size: 39px; }
  .hero-content p { font-size: 15px; }
  .ai-search-wrap { margin-top: -120px; }
  .ai-search-card { border-radius: 15px; }
  .ai-suggestions { padding-inline: 16px; }
  .home-main-card { padding-top: 22px; }
  .toplist-scroll { grid-auto-columns: 155px; }
  .review-card { padding: 16px; }
  .review-car-row { grid-template-columns: 82px 1fr; }
  .review-car-row img { width: 82px; }
  .review-meta { grid-template-columns: 30px 1fr auto; }
  .verified { grid-column: 2 / 4; }
  .review-meta time { grid-column: 3; grid-row: 1; }
  .popular-panel, .compare-panel { padding: 18px; }
  .popular-list li { grid-template-columns: 22px 48px minmax(0, 1fr); }
  .popular-list small { display: none; }
  .compare-cars { grid-template-columns: 1fr 1fr; }
  .compare-car-card:nth-of-type(3), .add-car { display: none; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card, .guide-card:nth-child(n+4), .guide-card:last-child { min-height: 190px; grid-column: auto; }
  .trust-grid { grid-template-columns: 1fr; gap: 14px; }
  .trust-item { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .content-shell, .page-content-section { padding-block: 48px; }
  .post-grid { grid-template-columns: 1fr; }
}

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