/*
Theme Name: Rental Booking Pro
Theme URI: https://example.com/rental-booking-pro
Author: CommWithUs
Author URI: https://www.commwithus.eu
Description: Araç kiralama ve satış firmaları için; araç, slider, hizmet, ekip ve blog içerikleri yönetim panelinden düzenlenebilen responsive WordPress teması.
Version: 1.1.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rental-booking-pro
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, e-commerce
*/

:root {
  --rbp-navy: #0a0a09;
  --rbp-gold: #d1a262;
  --rbp-gold-dark: #966937;
  --rbp-silver: #e0e0e0;
  --rbp-ink: #171717;
  --rbp-muted: #6f6d69;
  --rbp-line: #dedbd5;
  --rbp-soft: #f6f6f4;
  --rbp-shell: 1190px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rbp-ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid rgba(209,162,98,.55); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.rbp-shell { width: min(var(--rbp-shell), calc(100% - 40px)); margin-inline: auto; }
.rbp-section { padding: 78px 0; }
.rbp-section-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; margin: 0 0 45px; }
.rbp-section-heading::before, .rbp-section-heading::after { content: ""; height: 1px; background: var(--rbp-line); }
.rbp-section-heading h2 { margin: 0; font-size: 24px; line-height: 1.25; text-align: center; }
.rbp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 1px solid var(--rbp-gold); border-radius: 3px; background: linear-gradient(135deg, #dfbb7e, var(--rbp-gold) 48%, var(--rbp-gold-dark)); color: #0a0a09; font-size: 13px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.rbp-button:hover, .rbp-button:focus { filter: brightness(1.06); transform: translateY(-1px); }
.rbp-empty { padding: 35px; border: 1px dashed #bdb9b1; background: #fff; color: var(--rbp-muted); text-align: center; }

/* Header */
.topbar { min-height: 48px; border-bottom: 1px solid rgba(209,162,98,.35); background: #11110f; color: var(--rbp-silver); font-size: 14px; }
.topbar-inner { min-height: 48px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.topbar-contact, .topbar-social { display: flex; align-items: center; }
.topbar-contact { margin-left: auto; }
.topbar-social { gap: 8px; }
.topbar-social:empty { display: none; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: var(--rbp-gold); }
.topbar-phone { min-height: 48px; display: inline-flex; align-items: center; gap: 11px; padding: 5px 16px; border-inline: 1px solid rgba(209,162,98,.28); background: linear-gradient(180deg, rgba(209,162,98,.1), rgba(209,162,98,.025)); }
.topbar-phone svg { width: 20px; height: 20px; fill: var(--rbp-gold); }
.topbar-phone-copy { display: grid; gap: 1px; line-height: 1.1; }
.topbar-phone-copy small { color: var(--rbp-gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.topbar-phone-copy strong { color: #fff; font-size: 14px; letter-spacing: .035em; }
.topbar-phone:hover { background: rgba(209,162,98,.14); }
.topbar-phone:hover .topbar-phone-copy strong { color: var(--rbp-gold); }
.topbar-social a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(209,162,98,.28); border-radius: 50%; background: rgba(255,255,255,.04); color: var(--rbp-silver); font-size: 11px; font-weight: 700; }
.topbar-social a:hover { border-color: var(--rbp-gold); background: var(--rbp-gold); color: #0a0a09; }
.site-header { position: sticky; z-index: 40; top: 0; min-height: 126px; border-bottom: 1px solid rgba(209,162,98,.28); background: rgba(8,8,8,.98); box-shadow: 0 7px 22px rgba(0,0,0,.24); }
.header-inner { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-branding { flex: 0 0 auto; }
.custom-logo-link img, .brand-logo img { width: auto; max-height: 88px; }
.brand-logo { display: inline-block; }
.text-logo { display: inline-block; color: var(--rbp-silver); font-size: clamp(40px, 5vw, 62px); font-weight: 900; line-height: 1; letter-spacing: -5px; white-space: nowrap; }
.text-logo span { color: var(--rbp-gold); font-style: italic; }
.text-logo sup { margin-left: 4px; font-size: 10px; letter-spacing: 0; vertical-align: top; }
.main-navigation { display: flex; align-items: center; gap: 20px; color: #f4f2ee; }
.main-navigation ul { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { display: block; font-size: 14px; font-weight: 700; }
.main-navigation a { position: relative; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--rbp-gold); }
.menu-toggle { width: 34px; display: flex; flex-direction: column; gap: 5px; padding: 5px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 3px; background: var(--rbp-gold); }

/* Hero */
.hero-slider { position: relative; height: 560px; overflow: hidden; background: #151515; }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; transition: opacity .6s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.82), rgba(7,7,7,.36) 58%, rgba(7,7,7,.08) 82%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.hero-eyebrow { margin: 0 0 12px; font-size: 15px; font-weight: 700; letter-spacing: .24em; }
.hero-title { max-width: 720px; margin: 0 0 12px; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -2px; }
.hero-price { margin: 6px 0 28px; font-size: 19px; }
.hero-price strong { color: var(--rbp-gold); font-size: 34px; }
.hero-cta { padding: 12px 25px; border: 2px solid var(--rbp-gold); color: #fff; font-size: 13px; font-weight: 700; }
.hero-cta:hover { background: var(--rbp-gold); color: #0a0a09; }
.hero-arrow { position: absolute; z-index: 5; top: 50%; width: 44px; height: 72px; border: 0; background: rgba(0,0,0,.27); color: #fff; font-size: 42px; cursor: pointer; transform: translateY(-50%); }
.hero-arrow.prev { left: 0; }
.hero-arrow.next { right: 0; }
.hero-dots { position: absolute; z-index: 6; left: 50%; bottom: 43px; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dot { width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dot.is-active { background: var(--rbp-gold); border-color: var(--rbp-gold); }

/* Search */
.vehicle-search-section { position: relative; z-index: 10; margin-top: -25px; padding-bottom: 70px; }
.search-heading { width: min(58%, 680px); margin: 0 auto 10px; padding: 0 26px; background: #fff; color: #0a0a09; }
.search-heading h2 { font-size: 24px; }
.vehicle-search-form { display: grid; grid-template-columns: 1fr .75fr 1fr .75fr auto; gap: 12px; padding: 20px; border-top: 3px solid var(--rbp-gold); border-radius: 10px; background: #fff; box-shadow: 0 10px 34px rgba(0,0,0,.16); }
.vehicle-search-form label { min-width: 0; }
.vehicle-search-form select, .vehicle-search-form input { width: 100%; height: 46px; min-width: 0; padding: 0 13px; border: 1px solid #dedede; border-radius: 3px; background: #fff; color: #777; }
.vehicle-search-form select:focus, .vehicle-search-form input:focus { border-color: var(--rbp-gold); outline: 2px solid rgba(209,162,98,.22); }

/* Why */
.why-section { padding-top: 34px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 54px; }
.feature-card { display: grid; grid-template-columns: 68px 1fr; gap: 18px; align-items: start; }
.feature-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid var(--rbp-gold); border-radius: 50%; background: #0a0a09; color: var(--rbp-gold); font-size: 27px; box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.feature-card h3 { margin: 3px 0 8px; font-size: 17px; }
.feature-card p { margin: 0; color: var(--rbp-muted); font-size: 14px; line-height: 1.7; }

/* Vehicle cards */
.fleet-section { background: var(--rbp-soft); }
.vehicle-tabs { display: flex; justify-content: center; margin: 0 0 42px; overflow-x: auto; }
.vehicle-tab { min-width: 180px; padding: 18px 26px; border: 1px solid #e1e1e1; border-right: 0; background: #fff; color: #555; font-size: 13px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.vehicle-tab:last-child { border-right: 1px solid #e1e1e1; }
.vehicle-tab.is-active { border-color: var(--rbp-gold); background: linear-gradient(135deg, #dfbb7e, var(--rbp-gold), var(--rbp-gold-dark)); color: #0a0a09; }
.vehicle-panel[hidden] { display: none; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.vehicle-card { position: relative; overflow: hidden; border: 1px solid #e9e9e9; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.vehicle-badge { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 6px 10px; border-radius: 2px; background: var(--rbp-gold); color: #0a0a09; font-size: 11px; font-weight: 800; }
.vehicle-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,0,0,.15); }
.vehicle-image { height: 220px; display: grid; place-items: center; overflow: hidden; padding: 20px; background: #fff; }
.vehicle-image img { width: 100%; max-height: 180px; object-fit: contain; transition: transform .35s ease; }
.vehicle-card:hover .vehicle-image img { transform: scale(1.04); }
.vehicle-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #f3f2ef, #d8d6d1); color: #74716b; font-size: 42px; }
.vehicle-card-price { min-height: 68px; display: flex; align-items: baseline; gap: 8px; padding: 13px 20px; background: var(--rbp-navy); color: #fff; }
.vehicle-card.is-sale .vehicle-card-price { background: linear-gradient(135deg, #dfbb7e, var(--rbp-gold-dark)); color: #0a0a09; }
.vehicle-card-price strong { color: var(--rbp-gold); font-size: 25px; }
.vehicle-card.is-sale .vehicle-card-price strong { color: #0a0a09; }
.vehicle-card-price span { font-size: 13px; }
.vehicle-card h3 { margin: 21px 20px 13px; font-size: 19px; }
.vehicle-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 20px 22px; color: var(--rbp-muted); font-size: 13px; }
.vehicle-card-link { display: block; padding: 15px; border-top: 1px solid #ededed; color: var(--rbp-gold-dark); text-align: center; font-size: 12px; font-weight: 800; }
.vehicle-card-link:hover { background: var(--rbp-gold); color: #0a0a09; }

/* Services */
.services-banner { position: relative; min-height: 350px; display: flex; align-items: center; background: var(--rbp-navy) center / cover no-repeat; color: #fff; }
.services-banner::before { content: ""; position: absolute; inset: 0; background: rgba(7,7,7,.9); }
.services-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.service-item { display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 24px; }
.service-icon { width: 74px; height: 74px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 30px; }
.service-item h3 { margin: 0 0 14px; color: var(--rbp-gold); font-size: 20px; }
.service-item p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.75; }

/* Team and blog */
.team-section { background: var(--rbp-soft); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { padding-bottom: 22px; border-bottom: 3px solid var(--rbp-gold); background: #fff; text-align: center; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.team-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 25%; }
.team-card h3 { margin: 18px 10px 9px; font-size: 16px; }
.team-card p { margin: 0 12px 8px; color: var(--rbp-gold-dark); font-size: 12px; font-weight: 700; }
.team-card a { display: block; color: var(--rbp-muted); font-size: 12px; line-height: 1.7; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { overflow: hidden; border: 1px solid var(--rbp-line); background: #fff; }
.post-card-image { width: 100%; height: 220px; object-fit: cover; background: #d9dfe7; }
.post-card-content { padding: 23px; }
.post-meta { margin: 0 0 8px; color: var(--rbp-gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.post-card h3 { margin: 0 0 12px; font-size: 19px; line-height: 1.4; }
.post-card p { color: var(--rbp-muted); font-size: 14px; line-height: 1.65; }
.post-card-link { color: var(--rbp-gold-dark); font-size: 12px; font-weight: 800; }

/* Footer */
.site-footer { position: relative; border-top: 3px solid var(--rbp-gold); background: #080808 center / cover no-repeat; color: #fff; }
.site-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6,6,6,.97), rgba(24,23,21,.94)); }
.footer-grid { position: relative; display: grid; grid-template-columns: .7fr 1fr 1.6fr; align-items: start; gap: 52px; padding: 75px 0 58px; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; font-weight: 700; }
.footer-column h3 { margin: 0 0 10px; color: var(--rbp-gold); font-size: 13px; }
.footer-column h3:not(:first-child) { margin-top: 24px; }
.footer-column p, .footer-column a:not(.text-logo) { color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.75; }
.footer-instagram { width: fit-content; display: flex; align-items: center; gap: 9px; margin-top: 12px; font-weight: 700; transition: color .2s ease; }
.footer-instagram svg { width: 22px; height: 22px; fill: var(--rbp-gold); transition: transform .2s ease; }
.footer-instagram:hover { color: var(--rbp-gold) !important; }
.footer-instagram:hover svg { transform: scale(1.08); }
.footer-map iframe { display: block; width: 100%; height: 360px; border: 1px solid rgba(209,162,98,.45); border-radius: 4px; }
.site-info { position: relative; padding: 19px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); text-align: center; font-size: 12px; }

/* Archive & single */
.page-hero { padding: 70px 0; border-bottom: 2px solid var(--rbp-gold); background: linear-gradient(125deg, #050505, #28241f); color: #fff; }
.page-hero h1 { margin: 0 0 8px; font-size: clamp(36px, 5vw, 54px); }
.page-hero p { max-width: 740px; margin: 0; color: rgba(255,255,255,.75); }
.archive-filters { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 12px; margin-bottom: 38px; padding: 20px; background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.archive-filters select, .archive-filters input { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #ddd; }
.pagination { margin-top: 42px; text-align: center; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 40px; height: 40px; margin: 3px; border: 1px solid var(--rbp-line); }
.pagination .current { background: var(--rbp-gold); color: #0a0a09; border-color: var(--rbp-gold); }
.vehicle-page-hero { padding: 34px 0 62px; }
.vehicle-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 38px; color: rgba(255,255,255,.68); font-size: 12px; }
.vehicle-breadcrumb a { color: #fff; }
.vehicle-breadcrumb a:hover { text-decoration: underline; }
.vehicle-page-type { margin: 0 0 8px !important; color: var(--rbp-gold) !important; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.vehicle-page-hero h1 { max-width: 900px; margin: 0; }
.vehicle-detail-section { background: var(--rbp-soft); }
.vehicle-detail-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: 36px; align-items: start; }
.vehicle-detail-media { position: relative; min-width: 0; min-height: 520px; display: grid; place-items: center; overflow: hidden; padding: 38px; border: 1px solid var(--rbp-line); border-radius: 6px; background: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.09); }
.vehicle-detail-media img { width: 100%; max-height: 490px; object-fit: contain; }
.vehicle-detail-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 12px; border-radius: 3px; background: var(--rbp-gold); color: #0a0a09; font-size: 11px; font-weight: 800; }
.vehicle-detail-placeholder { width: 100%; min-height: 430px; display: grid; place-items: center; align-content: center; gap: 14px; border-radius: 4px; background: linear-gradient(135deg, #f3f2ef, #d8d6d1); color: #74716b; }
.vehicle-detail-placeholder span { font-size: 72px; }
.vehicle-detail-placeholder small { font-size: 13px; }
.vehicle-detail-summary { min-width: 0; padding: 32px; border-radius: 6px; background: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.12); }
.vehicle-detail-kicker { margin: 0 0 6px; color: #8a8f98; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.vehicle-detail-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 9px; padding-bottom: 23px; border-bottom: 1px solid var(--rbp-line); }
.vehicle-detail-price strong { color: var(--rbp-gold); font-size: clamp(30px, 4vw, 42px); line-height: 1.1; }
.vehicle-detail-price span { color: var(--rbp-muted); font-size: 15px; }
.vehicle-detail-specs { display: grid; grid-template-columns: 1fr 1fr; margin: 22px 0 28px; border-top: 1px solid var(--rbp-line); border-left: 1px solid var(--rbp-line); }
.vehicle-detail-spec { min-width: 0; padding: 13px 14px; border-right: 1px solid var(--rbp-line); border-bottom: 1px solid var(--rbp-line); }
.vehicle-detail-spec > span { display: block; margin-bottom: 3px; color: #8a8f98; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.vehicle-detail-spec strong { display: block; overflow-wrap: anywhere; color: #333; font-size: 13px; }
.vehicle-detail-spec strong a { color: var(--rbp-navy); }
.vehicle-detail-actions { display: grid; gap: 11px; }
.vehicle-primary-action { width: 100%; }
.vehicle-primary-action.is-whatsapp { background: #25d366; color: #fff; }
.vehicle-primary-action.is-whatsapp:hover, .vehicle-primary-action.is-whatsapp:focus { background: #1fb85a; filter: none; }
.vehicle-phone-action { min-height: 46px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--rbp-navy); border-radius: 3px; color: var(--rbp-navy); font-size: 14px; font-weight: 700; }
.vehicle-phone-action:hover { background: var(--rbp-navy); color: #fff; }
.vehicle-description { margin-top: 38px; padding: 34px; border-radius: 6px; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.vehicle-description h2 { margin: 0 0 20px; font-size: 24px; }
.vehicle-description .entry-content > :first-child { margin-top: 0; }
.vehicle-description .entry-content > :last-child { margin-bottom: 0; }
.related-vehicles { background: #fff; }
.entry-content { color: #575757; line-height: 1.8; }
.entry-content img { margin-block: 24px; }

@media (max-width: 1120px) {
  .main-navigation ul { position: absolute; top: 100px; right: 20px; width: min(350px, calc(100vw - 40px)); display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid rgba(209,162,98,.35); background: #0a0a09; box-shadow: 0 16px 35px rgba(0,0,0,.34); }
  .main-navigation.is-open ul { display: flex; }
  .main-navigation li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-navigation a { padding: 15px 22px; }
  .vehicle-search-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-search-form .rbp-button { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-map { grid-column: 1 / -1; }
  .archive-filters { grid-template-columns: repeat(2, 1fr); }
  .vehicle-detail-grid { grid-template-columns: 1fr; }
  .vehicle-detail-media { min-height: 430px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  .rbp-shell { width: min(var(--rbp-shell), calc(100% - 28px)); }
  .rbp-section { padding: 62px 0; }
  .topbar-inner { min-height: 58px; padding-block: 5px; }
  .topbar-contact { margin-left: auto; }
  .topbar-phone { min-height: 48px; padding-inline: 12px; }
  .topbar-social a { display: none; }
  .site-header, .header-inner { min-height: 92px; }
  .custom-logo-link img, .brand-logo img { max-height: 66px; }
  .main-navigation ul { top: 75px; right: 14px; }
  .text-logo { font-size: 43px; letter-spacing: -4px; }
  .hero-slider { height: 470px; }
  .hero-slide { background-position: 62% center; }
  .hero-title { font-size: 43px; }
  .hero-arrow { width: 34px; height: 60px; }
  .search-heading { width: 100%; padding: 0; }
  .vehicle-search-form { grid-template-columns: 1fr 1fr; padding: 14px; }
  .vehicle-search-form button { grid-column: 1 / -1; }
  .rbp-section-heading { grid-template-columns: 30px auto 30px; gap: 12px; }
  .rbp-section-heading h2 { font-size: 20px; }
  .feature-grid, .vehicle-grid, .team-grid, .blog-grid { grid-template-columns: 1fr; }
  .feature-card { grid-template-columns: 60px 1fr; gap: 14px; }
  .feature-icon { width: 58px; height: 58px; }
  .vehicle-tabs { justify-content: flex-start; }
  .vehicle-tab { min-width: 164px; padding: 16px 15px; }
  .services-banner { min-height: 520px; }
  .services-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-item { grid-template-columns: 64px 1fr; gap: 18px; }
  .service-icon { width: 62px; height: 62px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 60px; }
  .footer-map { grid-column: auto; }
  .footer-map iframe { height: 320px; }
  .archive-filters { grid-template-columns: 1fr; }
  .vehicle-detail-grid { grid-template-columns: 1fr; }
  .vehicle-detail-media { min-height: 340px; padding: 22px; }
  .vehicle-detail-placeholder { min-height: 290px; }
  .vehicle-detail-summary { padding: 24px; }
  .vehicle-description { padding: 25px; }
}
