/* =====================================================================
 * home-redesign.css — Anasayfa & Araçlar modern yeniden tasarım
 * Tema-duyarlı: renkler --theme-primary / --tw-color-secondary
 * değişkenlerinden gelir, bu sayede tüm temalarda ve klon sitelerde
 * otomatik uyumludur. Tailwind build'ine bağımlı değildir.
 * ===================================================================== */

:root {
  --hr-primary: var(--theme-primary, #d6001c);
  --hr-secondary: rgb(var(--tw-color-secondary, 15 23 42));
}

/* iOS Safari metin şişirmesini (auto text inflation) engelle */
html, body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ---------------- HERO ---------------- */
.hr-hero {
  position: relative;
  padding: 54px 0 26px;
  overflow: hidden;
}
.hr-hero .hr-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.hr-hero .hr-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .18;
  z-index: 1;
}
.hr-hero .hr-blob.b1 { width: 320px; height: 320px; right: -80px; top: -90px; background: var(--hr-primary); }
.hr-hero .hr-blob.b2 { width: 240px; height: 240px; left: -70px; bottom: -110px; background: var(--hr-secondary); opacity: .08; }
.hr-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--hr-primary);
  background: color-mix(in srgb, var(--hr-primary) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--hr-primary) 22%, #fff);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.hr-title {
  font-size: clamp(30px, 6.2vw, 56px);
  line-height: 1.07;
  font-weight: 900;
  color: var(--hr-secondary);
  letter-spacing: -.02em;
  margin: 0 0 16px;
}
.hr-title .accent { color: var(--hr-primary); display: inline; }
.hr-sub {
  font-size: clamp(15px, 2.4vw, 18px);
  line-height: 1.6;
  color: #475569;
  max-width: 620px;
  margin: 0 0 22px;
  font-weight: 400;
}
.hr-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hr-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 800; font-size: 15px; padding: 14px 26px; border-radius: 999px;
  text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hr-btn-primary {
  background: linear-gradient(135deg, var(--hr-primary), color-mix(in srgb, var(--hr-primary) 72%, #000));
  color: #fff;
  box-shadow: 0 12px 26px -8px color-mix(in srgb, var(--hr-primary) 60%, transparent);
}
.hr-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -8px color-mix(in srgb, var(--hr-primary) 70%, transparent); }
.hr-btn-ghost {
  background: #fff; color: var(--hr-secondary);
  border: 1.5px solid color-mix(in srgb, var(--hr-secondary) 14%, #fff);
}
.hr-btn-ghost:hover { transform: translateY(-2px); border-color: var(--hr-primary); color: var(--hr-primary); }
.hr-btn-wa { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; box-shadow: 0 12px 26px -8px rgba(37,211,102,.55); }
.hr-btn-wa:hover { transform: translateY(-2px); }

/* ------------- FEATURE STRIP ------------- */
.hr-features { max-width: 1120px; margin: 22px auto 0; padding: 0 20px; }
.hr-features-card {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px -24px rgba(15,23,42,.35);
  overflow: hidden;
}
.hr-feature {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 20px 8px; text-align: center;
}
.hr-feature + .hr-feature { border-left: 1px solid rgba(15,23,42,.07); }
.hr-feature i { font-size: 26px; color: var(--hr-primary); }
.hr-feature span { font-size: 12.5px; font-weight: 700; color: var(--hr-secondary); line-height: 1.25; }
@media (max-width: 520px) {
  .hr-feature { padding: 14px 4px; gap: 6px; }
  .hr-feature i { font-size: 21px; }
  .hr-feature span { font-size: 10.5px; }
}

/* ------------- ARAÇ LİSTESİ — tek sütun (alt alta) ------------- */
/* Kartlar yan yana DEĞİL; ortalanmış tek sütun halinde dizilir. */
.car-list-single {
  display: flex !important;
  flex-direction: column;
  gap: 32px;
  max-width: 760px;
  margin: 0 auto;
  grid-template-columns: none !important;
}
.car-list-single > .car-card-wrapper,
.car-list-single > .car-filter-item { width: 100%; }

/* =====================================================================
 * MODERN ARAÇ KARTI (.ccm) — kart içi 3 resimli galeri + fiyat paneli
 * ===================================================================== */
.car-card.ccm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.car-card.ccm:hover { transform: none; }
.car-card.ccm::after { display: none; }

/* ---- Medya / galeri ---- */
.ccm-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 8.7;
  background: color-mix(in srgb, var(--hr-primary) 10%, #f1f5f9);
  box-shadow: 0 18px 44px -22px rgba(15,23,42,.45);
}
.ccm-track {
  position: absolute; inset: 0;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ccm-track::-webkit-scrollbar { display: none; }
.ccm-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
.ccm-slide img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
/* Resim yüklenemezse arkadaki yer tutucu görünür */
.ccm-noimg-ph {
  position: absolute; inset: 0; z-index: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; color: color-mix(in srgb, var(--hr-primary) 35%, #fff);
}
.car-card.ccm:hover .ccm-slide img { transform: none; }

/* Sol okunabilirlik için scrim */
.ccm-scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(105deg, rgba(15,23,42,.92) 0%, rgba(15,23,42,.90) 28%, rgba(15,23,42,.55) 43%, rgba(15,23,42,0) 56%),
    linear-gradient(to top, rgba(15,23,42,.34) 0%, rgba(15,23,42,0) 40%);
}

/* Rozet + Kasko */
.ccm-badge {
  position: absolute; top: 14px; left: 14px; z-index: 4;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; padding: 7px 13px; border-radius: 999px;
  background: linear-gradient(135deg, var(--hr-primary), color-mix(in srgb, var(--hr-primary) 72%, #000));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--hr-primary) 45%, transparent);
}
.ccm-kasko {
  position: absolute; top: 14px; right: 14px; z-index: 4;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10.5px; font-weight: 800; color: #15803d;
  background: rgba(255,255,255,.95); padding: 7px 12px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(15,23,42,.18);
}

/* Sol bilgi katmanı */
.ccm-info {
  position: absolute; left: 20px; top: 82px;
  z-index: 4; max-width: 40%; pointer-events: none;
}
.ccm-title {
  font-size: clamp(20px, 4.1vw, 44px);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ccm-year { display: inline-block; margin-top: 6px; font-size: 10.5px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; color: color-mix(in srgb, var(--hr-primary) 45%, #fff); }
.ccm-specs { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ccm-specs li { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: #f1f5f9; text-shadow: 0 1px 6px rgba(0,0,0,.35); }
.ccm-specs li i { font-size: 15px; opacity: .95; }
.ccm-detail {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  pointer-events: auto;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.55);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  background: rgba(15,23,42,.26);
  backdrop-filter: blur(4px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.ccm-detail i { font-size: 18px; line-height: 1; }
.ccm-detail-float {
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 6;
  max-width: calc(52% - 20px);
}

/* Noktalar */
.ccm-dots { position: absolute; left: 0; right: 0; bottom: 12px; z-index: 5; display: flex; justify-content: center; gap: 7px; }
.ccm-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.55); box-shadow: 0 1px 4px rgba(0,0,0,.3); transition: all .25s ease; }
.ccm-dot.active { width: 22px; border-radius: 5px; background: #fff; }

/* ---- Fiyat paneli ---- */
.ccm-price {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid rgba(148,163,184,.35);
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 18px 32px -24px rgba(15,23,42,.35);
}

/* Üst CTA: referanstaki gibi ikon + iki satır metin + sağ ok */
.ccm-cta-row { margin-bottom: 12px; }
.ccm-cta-main {
  width: 100%;
  min-height: 92px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background:
    radial-gradient(circle at 90% -20%, rgba(255,255,255,.25), transparent 40%),
    linear-gradient(135deg, #ef104a 0%, #d90443 52%, #c4003a 100%);
  box-shadow: 0 14px 26px -16px rgba(190,18,60,.55);
}
.ccm-cta-main .left-ic {
  width: 54px; height: 54px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.28);
}
.ccm-cta-main .left-ic i { font-size: 30px; line-height: 1; }
.ccm-cta-main .copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.ccm-cta-main .title {
  font-size: clamp(20px, 3.4vw, 34px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ccm-cta-main .sub {
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  opacity: .95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ccm-cta-main .arrow {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  color: #c4003a;
  box-shadow: 0 8px 18px -10px rgba(15,23,42,.35);
}
.ccm-cta-main .arrow i { font-size: 30px; line-height: 1; }

/* "Bizi Arayın" ikincil arama butonu (contact_mode = both) */
.ccm-cta-call {
  width: 100%;
  margin-top: 10px;
  min-height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(15px, 2.2vw, 22px);
  color: var(--hr-primary, #d90443);
  background: #fff;
  border: 2px solid var(--hr-primary, #d90443);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ccm-cta-call:hover {
  background: var(--hr-primary, #d90443);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -14px rgba(190,18,60,.6);
}
.ccm-cta-call i { font-size: clamp(20px, 2.6vw, 28px); line-height: 1; }

/* Alt 3'lü fiyat kartları */
.ccm-price-grid3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}
.ccm-mini {
  position: relative;
  min-height: 170px;
  border-radius: 16px;
  border: 1px solid rgba(148,163,184,.3);
  background: linear-gradient(180deg, #f8f9fc 0%, #f2f4f8 100%);
  padding: 14px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}
.ccm-mini .ic {
  width: 58px; height: 58px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 28px;
}
.ccm-mini .txt { display: flex; flex-direction: column; gap: 6px; line-height: 1.1; }
.ccm-mini .t-lbl {
  font-size: clamp(11px, 1.6vw, 16px);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #334155;
}
.ccm-mini .t-val {
  font-size: clamp(40px, 4.5vw, 56px);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.ccm-mini .note {
  margin-top: auto;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: clamp(12px, 1.4vw, 15px);
  font-weight: 700;
  line-height: 1.2;
}

.ccm-mini-daily .ic { color: #ef4444; background: #ffe4e6; }
.ccm-mini-daily .note { color: #b91c1c; background: #ffe4e6; }

.ccm-mini-monthly {
  background: linear-gradient(180deg, #edf7f2 0%, #e4f3eb 100%);
  border-color: rgba(22,163,74,.25);
  box-shadow: 0 16px 24px -18px rgba(22,163,74,.45);
}
.ccm-mini-monthly .ic { color: #15803d; background: #dff5e7; }
.ccm-mini-monthly .t-val { color: #047857; }
.ccm-mini-monthly .note { color: #fff; background: #16a34a; }
.ccm-mini-monthly .mini-ribbon {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 10px;
  font-size: clamp(10px, 1.2vw, 13px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, #0f8f4e, #0a7a42);
  box-shadow: 0 8px 16px -10px rgba(15,143,78,.6);
  white-space: nowrap;
}
.ccm-mini-monthly .mini-ribbon i { font-size: 12px; }

.ccm-mini-deposit .ic { color: #2563eb; background: #e0ebff; }
.ccm-mini-deposit .note { color: #1d4ed8; background: #dbeafe; }

/* Geniş ekranda fiyat butonu çok büyümesin */
@media (min-width: 640px) {
  .ccm-media { aspect-ratio: 16 / 8.5; }
}
@media (max-width: 430px) {
  .car-list-single { max-width: 100%; gap: 24px; }
  .ccm-media { border-radius: 20px; aspect-ratio: 16 / 10.5; }
  .ccm-badge { font-size: 10px; padding: 6px 10px; letter-spacing: .1em; }
  .ccm-kasko { font-size: 10px; padding: 6px 10px; }
  .ccm-info { left: 14px; top: 62px; max-width: 52%; }
  .ccm-title { font-size: clamp(18px, 6vw, 24px); line-height: 1.05; }
  .ccm-year { font-size: 11px; margin-top: 3px; }
  .ccm-specs { margin-top: 6px; gap: 3px; }
  .ccm-specs li { font-size: 10px; gap: 6px; }
  .ccm-specs li i { font-size: 12px; }
  .ccm-specs li:nth-child(n+5) { display: none; } /* mevcut 4 satırın tamamı görünür */
  .ccm-detail { font-size: 10.5px; padding: 7px 9px; margin-top: 0; }
  .ccm-detail-float { left: 14px; bottom: 14px; }

  .ccm-price { border-radius: 18px; padding: 8px; }
  .ccm-cta-row { margin-bottom: 8px; }
  .ccm-cta-main {
    min-height: 60px;
    border-radius: 14px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    padding: 8px 10px;
  }
  .ccm-cta-main .left-ic { width: 30px; height: 30px; border-radius: 8px; }
  .ccm-cta-main .left-ic i { font-size: 16px; }
  .ccm-cta-main .title { font-size: clamp(11px, 3.9vw, 14px); }
  .ccm-cta-main .sub { font-size: clamp(9px, 2.8vw, 11px); }
  .ccm-cta-main .arrow { width: 30px; height: 30px; }
  .ccm-cta-main .arrow i { font-size: 18px; }
  .ccm-cta-call { min-height: 42px; border-radius: 11px; margin-top: 7px; font-size: clamp(12px, 3.6vw, 14px); gap: 7px; }
  .ccm-cta-call i { font-size: 16px; }

  .ccm-price-grid3 { gap: 7px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ccm-mini {
    min-height: 102px;
    border-radius: 11px;
    padding: 9px 6px 8px;
    gap: 5px;
  }
  .ccm-mini .ic { width: 34px; height: 34px; font-size: 16px; }
  .ccm-mini .t-lbl { font-size: clamp(7.5px, 2vw, 8.5px); line-height: 1.1; }
  .ccm-mini .t-val { font-size: clamp(11px, 3.8vw, 14px); line-height: 1; }
  .ccm-mini .note { font-size: clamp(7px, 2.2vw, 9px); padding: 4px 7px; line-height: 1.15; }
  .ccm-mini-monthly .mini-ribbon {
    top: -9px;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: clamp(7px, 2vw, 8.5px);
    gap: 4px;
  }
  .ccm-mini-monthly .mini-ribbon i { font-size: 9px; }
}

/* iOS Safari için ekstra güvenli kırılım (iPhone SE/mini/zoom senaryosu) */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 430px) {
    .ccm-price-grid3 { gap: 6px; }
    .ccm-mini {
      min-height: 96px;
      padding: 8px 6px 7px;
      border-radius: 10px;
    }
    .ccm-mini .ic { width: 30px; height: 30px; font-size: 14px; }
    .ccm-mini .t-lbl { font-size: 7.5px; }
    .ccm-mini .t-val { font-size: 12px; }
    .ccm-mini .note { font-size: 7px; padding: 4px 6px; }
    .ccm-cta-main .title { font-size: 12px; }
    .ccm-cta-main .sub { font-size: 9px; }
  }
}

/* -----------------------------------------------------------
   Cross-device stabilization (Android + iOS Safari)
   Kart içi metin taşmalarını cihazdan bağımsız sabitler.
----------------------------------------------------------- */
@media (max-width: 768px) {
  .ccm-price { overflow: hidden; }

  .ccm-cta-main {
    min-height: 56px;
    grid-template-columns: 32px minmax(0, 1fr) 30px;
    gap: 7px;
    padding: 8px 9px;
  }
  .ccm-cta-main .left-ic { width: 28px; height: 28px; border-radius: 8px; }
  .ccm-cta-main .left-ic i { font-size: 15px; }
  .ccm-cta-main .title {
    font-size: clamp(11px, 3.2vw, 14px);
    line-height: 1.12;
  }
  .ccm-cta-main .sub {
    font-size: clamp(8px, 2.3vw, 10px);
    line-height: 1.12;
  }
  .ccm-cta-main .arrow { width: 28px; height: 28px; }
  .ccm-cta-main .arrow i { font-size: 17px; }

  .ccm-price-grid3 { gap: 6px; }
  .ccm-mini {
    min-height: 94px;
    padding: 8px 6px 7px;
    border-radius: 10px;
    gap: 4px;
  }
  .ccm-mini .ic { width: 29px; height: 29px; font-size: 14px; }
  .ccm-mini .txt { width: 100%; min-width: 0; gap: 3px; }
  .ccm-mini .t-lbl {
    font-size: clamp(7px, 1.9vw, 8.5px);
    line-height: 1.08;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ccm-mini .t-val {
    font-size: clamp(10.5px, 3.5vw, 13.5px);
    line-height: 1;
  }
  .ccm-mini .note {
    font-size: clamp(6.8px, 2vw, 8.5px);
    padding: 4px 6px;
    line-height: 1.1;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ccm-mini-monthly .mini-ribbon {
    top: -7px;
    padding: 4px 6px;
    border-radius: 7px;
    font-size: clamp(6.8px, 1.9vw, 8px);
    gap: 3px;
    max-width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ccm-mini-monthly .mini-ribbon i { font-size: 8px; }

  .ccm-detail-float { max-width: calc(56% - 14px); left: 14px; bottom: 12px; }
  .ccm-detail { font-size: 10px; padding: 7px 9px; }
}

@media (max-width: 390px) {
  .ccm-mini { min-height: 90px; }
  .ccm-mini .t-val { font-size: 10px; }
  .ccm-mini .note { font-size: 6.5px; }

  .hr-bottombar {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
  }
  .hr-bb-site { display: none; }
  .hr-bb-avis { justify-self: start; padding: 5px 7px; }
  .hr-bb-avis__mark { font-size: 18px; padding-right: 6px; }
  .hr-bb-avis__sub strong { font-size: 9px; }
  .hr-bb-avis__sub span { font-size: 8px; }
  .hr-bb-btn { font-size: 11px; padding: 8px 10px; }
}

/* ------------- NEDEN BİZ — 4 sütun ------------- */
.hr-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hr-why-card {
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 18px;
  padding: 26px 18px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.hr-why-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px -24px rgba(15,23,42,.35); }
.hr-why-ic {
  width: 60px; height: 60px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 28px;
  color: var(--hr-primary);
  background: color-mix(in srgb, var(--hr-primary) 12%, #fff);
}
.hr-why-card h3 { font-size: 16px; font-weight: 800; color: var(--hr-secondary); margin: 0 0 8px; }
.hr-why-card p { font-size: 13px; color: #64748b; line-height: 1.55; margin: 0; }
@media (max-width: 900px) { .hr-why-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 520px) {
  .hr-why-card { padding: 18px 10px; }
  .hr-why-ic { width: 48px; height: 48px; font-size: 22px; margin-bottom: 10px; }
  .hr-why-card h3 { font-size: 13px; }
  .hr-why-card p { font-size: 11.5px; }
}

/* ------------- ARAÇLAR sayfa başlığı ------------- */
.hr-page-head {
  position: relative;
  padding: 48px 20px 40px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 0%, color-mix(in srgb, var(--hr-primary) 14%, transparent), transparent 45%),
    linear-gradient(180deg, color-mix(in srgb, var(--hr-primary) 6%, #fff), #fff);
}
.hr-page-head h1 { font-size: clamp(28px, 5vw, 44px); font-weight: 900; color: var(--hr-secondary); margin: 0 0 10px; letter-spacing: -.02em; }
.hr-page-head h1 .accent { color: var(--hr-primary); }
.hr-page-head p { color: #64748b; font-size: 15px; max-width: 560px; margin: 0 auto; }

/* ------------- MOBİL ALT CTA ÇUBUĞU ------------- */
.hr-bottombar { display: none; }
@media (max-width: 768px) {
  .hr-bottombar {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 99995;
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom, 0px));
    background: var(--hr-secondary);
    box-shadow: 0 -6px 22px rgba(0,0,0,.20);
  }
  .hr-bb-site {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    white-space: nowrap;
    opacity: .92;
  }
  .hr-bb-avis {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-self: center;
    min-width: 0;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(15,23,42,.1);
    border-radius: 10px;
    padding: 6px 9px;
  }
  .hr-bb-avis__mark {
    color: #e11d48;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.01em;
    padding-right: 8px;
    border-right: 1px solid rgba(15,23,42,.12);
  }
  .hr-bb-avis__sub {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    color: #334155;
  }
  .hr-bb-avis__sub strong {
    font-size: 10px;
    font-weight: 800;
    color: #0f172a;
  }
  .hr-bb-avis__sub span {
    font-size: 9px;
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hr-bb-btn {
    display: inline-flex; align-items: center; gap: 7px; flex: none;
    color: #fff; font-weight: 800; font-size: 12px; padding: 9px 12px; border-radius: 12px; text-decoration: none;
  }
  .hr-bb-btn.wa { background: #25D366; box-shadow: 0 6px 16px rgba(37,211,102,.35); }
  .hr-bb-btn.call { background: linear-gradient(135deg, var(--hr-primary), color-mix(in srgb, var(--hr-primary) 72%, #000)); }
  body { padding-bottom: 62px; }
  /* FAB çakışmasını önle: WhatsApp FAB'ı gizle, diğer FAB'ları çubuğun üstüne al */
  .fab-wa { display: none !important; }
  .fab-chat { bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important; }
  .sticky-btn { bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important; }
}

/* ============================================================
   FINAL STABILIZATION LAYER (Android + iOS Safari)
   Bu katman dosyanın en sonunda olduğu için önceki çakışan
   media kurallarını tek davranışta sabitler.
============================================================ */
@media (max-width: 768px) {
  .ccm-info {
    left: 12px !important;
    top: 58px !important;
    max-width: 54% !important;
  }
  .ccm-title {
    font-size: clamp(16px, 5vw, 22px) !important;
    line-height: 1.04 !important;
  }
  .ccm-year { font-size: 10px !important; margin-top: 2px !important; }
  .ccm-specs { margin-top: 5px !important; gap: 2px !important; }
  .ccm-specs li { font-size: 10.5px !important; gap: 5px !important; }
  .ccm-specs li i { font-size: 12px !important; }
  .ccm-specs li:nth-child(n+5) { display: none !important; } /* mevcut 4 satırın tamamı görünür */

  .ccm-detail {
    font-size: 9.8px !important;
    padding: 6px 8px !important;
    max-width: 132px !important;
  }
  .ccm-detail-float {
    left: 12px !important;
    bottom: 10px !important;
    max-width: calc(56% - 12px) !important;
  }

  .ccm-price {
    border-radius: 16px !important;
    padding: 7px !important;
    overflow: hidden !important;
  }
  .ccm-cta-row { margin-bottom: 7px !important; }
  .ccm-cta-main {
    min-height: 54px !important;
    border-radius: 12px !important;
    grid-template-columns: 30px minmax(0, 1fr) 28px !important;
    gap: 7px !important;
    padding: 7px 8px !important;
  }
  .ccm-cta-main .left-ic { width: 26px !important; height: 26px !important; border-radius: 7px !important; }
  .ccm-cta-main .left-ic i { font-size: 14px !important; }
  .ccm-cta-main .title { font-size: clamp(11.5px, 3.3vw, 14px) !important; line-height: 1.1 !important; }
  .ccm-cta-main .sub { font-size: clamp(8.2px, 2.4vw, 10px) !important; line-height: 1.1 !important; }
  .ccm-cta-main .arrow { width: 26px !important; height: 26px !important; }
  .ccm-cta-main .arrow i { font-size: 15px !important; }

  .ccm-price-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    overflow: visible !important;
  }
  .ccm-mini {
    min-height: 96px !important;
    border-radius: 9px !important;
    padding: 8px 6px 7px !important;
    gap: 4px !important;
    overflow: visible !important;
  }
  .ccm-mini .ic { width: 29px !important; height: 29px !important; font-size: 14px !important; }
  .ccm-mini .txt { width: 100% !important; min-width: 0 !important; gap: 2px !important; }
  .ccm-mini .t-lbl {
    font-size: 10px !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .ccm-mini .t-val {
    font-size: 15px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .ccm-mini .note {
    font-size: 9px !important;
    padding: 4px 6px !important;
    line-height: 1.1 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .ccm-mini-monthly .mini-ribbon {
    top: -8px !important;
    padding: 4px 7px !important;
    border-radius: 6px !important;
    font-size: 8px !important;
    gap: 3px !important;
    max-width: calc(100% - 6px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    z-index: 8 !important;
  }
  .ccm-mini-monthly .mini-ribbon i { font-size: 8.5px !important; }
}

/* Final readable type override for price cards */
@media (max-width: 768px) {
  .ccm-price-grid3 .ccm-mini .t-lbl { font-size: 11px !important; }
  .ccm-price-grid3 .ccm-mini .t-val { font-size: 18px !important; }
  .ccm-price-grid3 .ccm-mini .note { font-size: 10px !important; }
}

@media (max-width: 390px) {
  .ccm-price-grid3 .ccm-mini .t-lbl { font-size: 10px !important; }
  .ccm-price-grid3 .ccm-mini .t-val { font-size: 16px !important; }
  .ccm-price-grid3 .ccm-mini .note { font-size: 9px !important; }
}

/* ============================================================
   MOBILE BOTTOM BAR - FINAL HARMONIZED REDESIGN
   Tek bir görsel dil: aynı radius, aynı yükseklik, aynı gölge.
============================================================ */
@media (max-width: 768px) {
  .hr-bottombar {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    background: linear-gradient(180deg, #0e1930 0%, #0b162a 100%) !important;
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 -10px 24px rgba(2,6,23,.45) !important;
  }

  .hr-bb-site {
    color: #e2e8f0 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    white-space: nowrap !important;
    opacity: .9 !important;
    padding: 0 2px;
  }

  .hr-bb-avis {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    justify-self: center !important;
    padding: 6px 8px !important;
    border-radius: 11px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.06)) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 8px 16px -12px rgba(0,0,0,.45);
    text-decoration: none !important;
  }
  .hr-bb-avis__mark {
    color: #f43f5e !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    padding-right: 7px !important;
    border-right: 1px solid rgba(255,255,255,.18) !important;
  }
  .hr-bb-avis__sub strong {
    display: block;
    color: #f8fafc !important;
    font-size: 9px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hr-bb-avis__sub span {
    display: block;
    color: #cbd5e1 !important;
    font-size: 8px !important;
    line-height: 1.05 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hr-bb-btn {
    min-height: 38px !important;
    border-radius: 11px !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    gap: 6px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,.16);
  }
  .hr-bb-btn.wa {
    color: #eafff4 !important;
    background: linear-gradient(135deg, #16a34a, #22c55e) !important;
    box-shadow: 0 10px 18px -12px rgba(34,197,94,.65) !important;
  }
  .hr-bb-btn.call {
    color: #fff !important;
    background: linear-gradient(135deg, #e11d48, #be123c) !important;
    box-shadow: 0 10px 18px -12px rgba(225,29,72,.65) !important;
  }
}

@media (max-width: 390px) {
  .hr-bottombar {
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 7px !important;
  }
  .hr-bb-site { display: none !important; }
  .hr-bb-avis { justify-self: start !important; padding: 5px 7px !important; }
  .hr-bb-avis__mark { font-size: 14px !important; padding-right: 6px !important; }
  .hr-bb-avis__sub strong { font-size: 8.5px !important; }
  .hr-bb-avis__sub span { font-size: 7.5px !important; }
  .hr-bb-btn { font-size: 10.5px !important; padding: 7px 9px !important; }
}

/* =====================================================================
 * SITE HEADER (NAVBAR) — modern, tema-duyarlı yeniden tasarım
 * ===================================================================== */
.hr-nav { position: sticky; top: 0; z-index: 60; }

/* Üst duyuru şeridi */
.hr-topstrip {
  background: linear-gradient(90deg,
              color-mix(in srgb, var(--hr-primary) 92%, #000),
              var(--hr-primary),
              color-mix(in srgb, var(--hr-primary) 92%, #000));
  color: #fff;
}
.hr-topstrip__inner {
  max-width: 1180px; margin: 0 auto; padding: 7px 20px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-size: 12px; font-weight: 600; letter-spacing: .02em;
}
.hr-topstrip__msg { display: inline-flex; align-items: center; gap: 7px; }
.hr-topstrip__msg i { font-size: 14px; opacity: .9; }
.hr-topstrip__phone {
  margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
  color: #fff; text-decoration: none; font-weight: 700; opacity: .95;
}
.hr-topstrip__phone:hover { opacity: 1; }

/* Ana çubuk */
.hr-navbar {
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(15,23,42,.07);
  box-shadow: 0 4px 20px -16px rgba(15,23,42,.5);
}
.hr-nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 20px;
  height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

/* Marka / logo bloğu */
.hr-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.hr-brand__badge {
  width: 42px; height: 42px; border-radius: 13px; flex-shrink: 0;
  display: none; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--hr-primary), color-mix(in srgb, var(--hr-primary) 65%, #000));
  color: #fff; font-size: 20px;
  box-shadow: 0 10px 22px -8px color-mix(in srgb, var(--hr-primary) 65%, transparent);
}
.hr-brand__text { display: flex; flex-direction: column; }
.hr-brand__mark {
  font-size: 23px; font-weight: 900; letter-spacing: -.03em;
  color: var(--hr-secondary);
}
.hr-brand__mark .accent { color: var(--hr-primary); }
.hr-brand__sub {
  font-size: 9.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: #94a3b8; margin-top: 3px;
}

/* Masaüstü menü */
.hr-links { display: flex; align-items: center; gap: 4px; }
.hr-link {
  position: relative; text-decoration: none;
  font-size: 13px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase;
  color: var(--hr-secondary);
  padding: 9px 15px; border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}
.hr-link:hover { color: var(--hr-primary); background: color-mix(in srgb, var(--hr-primary) 7%, transparent); }
.hr-link.is-active {
  color: var(--hr-primary);
  background: color-mix(in srgb, var(--hr-primary) 11%, transparent);
}
.hr-link.is-active::after {
  content: ""; position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%);
  width: 18px; height: 3px; border-radius: 3px; background: var(--hr-primary);
}

.hr-nav-actions { display: flex; align-items: center; gap: 10px; }
.hr-nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: 13.5px; padding: 11px 20px; border-radius: 999px;
  text-decoration: none; color: #fff; white-space: nowrap;
  background: linear-gradient(135deg, var(--hr-primary), color-mix(in srgb, var(--hr-primary) 70%, #000));
  box-shadow: 0 12px 24px -10px color-mix(in srgb, var(--hr-primary) 60%, transparent);
  transition: transform .22s ease, box-shadow .22s ease;
}
.hr-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 30px -10px color-mix(in srgb, var(--hr-primary) 70%, transparent); }
.hr-nav-cta.wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 12px 24px -10px rgba(18,140,126,.6);
}
.hr-nav-cta i { font-size: 16px; }

/* Hamburger */
.hr-burger {
  display: none; width: 44px; height: 44px; border: 0; cursor: pointer;
  border-radius: 12px; background: color-mix(in srgb, var(--hr-secondary) 6%, transparent);
  color: var(--hr-secondary); font-size: 24px; align-items: center; justify-content: center;
}
.hr-burger:hover { background: color-mix(in srgb, var(--hr-secondary) 11%, transparent); }

/* Mobil panel */
.hr-mobile {
  border-top: 1px solid rgba(15,23,42,.07);
  background: rgba(255,255,255,.96);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 24px 50px -20px rgba(15,23,42,.25);
}
.hr-mobile__inner { padding: 14px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.hr-mobile a.hr-mlink {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  padding: 13px 14px; border-radius: 14px;
  font-size: 15px; font-weight: 700; color: var(--hr-secondary);
}
.hr-mobile a.hr-mlink i { font-size: 19px; color: var(--hr-primary); width: 22px; text-align: center; }
.hr-mobile a.hr-mlink:hover { background: color-mix(in srgb, var(--hr-primary) 7%, transparent); color: var(--hr-primary); }
.hr-mobile a.hr-mlink.is-active { background: color-mix(in srgb, var(--hr-primary) 10%, transparent); color: var(--hr-primary); }
.hr-mobile__cta { margin-top: 8px; justify-content: center; width: 100%; }

/* Responsive switch */
@media (max-width: 920px) {
  .hr-links, .hr-nav-actions { display: none; }
  .hr-burger { display: inline-flex; }
  .hr-brand__badge { display: inline-flex; }
}
@media (min-width: 921px) {
  .hr-mobile { display: none !important; }
}
@media (max-width: 480px) {
  .hr-nav-inner { height: 62px; padding: 0 15px; }
  .hr-brand__mark { font-size: 20px; }
  .hr-topstrip__inner { font-size: 11px; padding: 6px 14px; }
}

/* =====================================================================
 * SITE FOOTER — modern, tema-duyarlı yeniden tasarım
 * ===================================================================== */
.hr-foot {
  position: relative; margin-top: auto;
  background: var(--hr-secondary);
  color: #cbd5e1;
  overflow: hidden;
}
.hr-foot::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--hr-primary), color-mix(in srgb, var(--hr-primary) 40%, #fff), var(--hr-primary));
}
.hr-foot__blob {
  position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: var(--hr-primary); filter: blur(120px); opacity: .14;
  right: -120px; top: -120px; pointer-events: none;
}
.hr-foot__inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 52px 20px 26px; }

/* Üst CTA bandı */
.hr-foot-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hr-primary) 18%, transparent), transparent);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px; padding: 22px 26px; margin-bottom: 44px;
}
.hr-foot-cta__t { font-size: clamp(18px,3vw,24px); font-weight: 900; color: #fff; letter-spacing: -.01em; }
.hr-foot-cta__s { font-size: 13.5px; color: #94a3b8; margin-top: 4px; }
.hr-foot-cta__btn {
  display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--hr-primary), color-mix(in srgb, var(--hr-primary) 70%, #000));
  color: #fff; text-decoration: none; font-weight: 800; font-size: 14.5px;
  padding: 14px 26px; border-radius: 999px;
  box-shadow: 0 14px 28px -10px color-mix(in srgb, var(--hr-primary) 70%, transparent);
  transition: transform .22s ease;
}
.hr-foot-cta__btn:hover { transform: translateY(-2px); }

.hr-foot-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 40px;
}
.hr-foot-brand__logo {
  font-size: 26px; font-weight: 900; letter-spacing: -.03em; color: #fff;
  text-decoration: none; display: inline-block; margin-bottom: 14px;
}
.hr-foot-brand__logo .accent { color: var(--hr-primary); }
.hr-foot-brand__desc { font-size: 13.5px; line-height: 1.65; color: #94a3b8; max-width: 320px; margin-bottom: 18px; }
.hr-foot-social { display: flex; gap: 10px; }
.hr-foot-social a {
  width: 40px; height: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.06); color: #e2e8f0; font-size: 18px; text-decoration: none;
  border: 1px solid rgba(255,255,255,.08); transition: all .2s ease;
}
.hr-foot-social a:hover { background: var(--hr-primary); color: #fff; transform: translateY(-2px); border-color: transparent; }

.hr-foot-col h3 {
  font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: #fff; margin: 0 0 18px; position: relative; padding-bottom: 10px;
}
.hr-foot-col h3::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 26px; height: 2.5px; border-radius: 2px; background: var(--hr-primary);
}
.hr-foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.hr-foot-col a { color: #94a3b8; text-decoration: none; font-size: 13.5px; transition: color .2s ease, padding .2s ease; }
.hr-foot-col a:hover { color: var(--hr-primary); padding-left: 4px; }

.hr-foot-contact { display: flex; flex-direction: column; gap: 14px; }
.hr-foot-contact li { display: flex; align-items: flex-start; gap: 12px; list-style: none; font-size: 13.5px; color: #cbd5e1; }
.hr-foot-contact .ic {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--hr-primary) 16%, transparent);
  color: var(--hr-primary); font-size: 16px;
}
.hr-foot-contact a { color: #cbd5e1; text-decoration: none; }
.hr-foot-contact a:hover { color: #fff; }

.hr-foot-legal {
  border-top: 1px solid rgba(255,255,255,.09); padding-top: 18px; margin-bottom: 12px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px;
  font-size: 11.5px; color: #64748b;
}
.hr-foot-legal span b { color: #94a3b8; font-weight: 600; }
.hr-foot-bottom {
  border-top: 1px solid rgba(255,255,255,.09); padding-top: 20px; text-align: center;
  font-size: 12px; color: #64748b;
}

@media (max-width: 860px) {
  .hr-foot-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .hr-foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .hr-foot__inner { padding: 40px 18px 22px; }
  .hr-foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .hr-foot-cta { padding: 18px 18px; text-align: center; justify-content: center; }
  .hr-foot-cta__btn { width: 100%; justify-content: center; }
}

/* =====================================================================
 * MASAÜSTÜ ARAÇ LİSTESİ — çok sütunlu grid
 * Mobilde tek sütun (alt alta) kalır; masaüstünde kartlar yan yana
 * dizilerek geniş ekranı doğru kullanır (aksi halde mobil gibi görünür).
 * ===================================================================== */
@media (min-width: 768px) {
  .car-list-single {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 26px !important;
    max-width: 960px !important;
    align-items: start;
  }
  .car-list-single > .car-card-wrapper,
  .car-list-single > .car-filter-item { width: auto; }
}
@media (min-width: 1200px) {
  .car-list-single {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 1200px !important;
    gap: 30px 24px !important;
  }
}

/* =====================================================================
 * MASAÜSTÜ KART TİPOGRAFİSİ
 * Grid hücreleri (~380–470px) mobil kart genişliğine yakın olduğundan,
 * mobil için ince ayarlanmış ölçüleri masaüstünde de uygula. Aksi halde
 * base viewport-tabanlı büyük fontlar (clamp .. vw) dar kolonda taşar:
 * başlık kesilir, fiyat rakamları hücreden dışarı sızar.
 * ===================================================================== */
@media (min-width: 768px) {
  .car-list-single .ccm-info { left: 16px !important; top: 64px !important; max-width: 56% !important; }
  .car-list-single .ccm-title { font-size: clamp(18px, 1.6vw, 24px) !important; line-height: 1.05 !important; }
  .car-list-single .ccm-year { font-size: 10px !important; margin-top: 3px !important; }
  .car-list-single .ccm-specs { margin-top: 8px !important; gap: 5px !important; }
  .car-list-single .ccm-specs li { font-size: 12px !important; gap: 7px !important; }
  .car-list-single .ccm-specs li i { font-size: 14px !important; }
  .car-list-single .ccm-specs li:nth-child(n+5) { display: none !important; }

  .car-list-single .ccm-detail { font-size: 11px !important; padding: 8px 12px !important; max-width: 150px !important; }
  .car-list-single .ccm-detail-float { left: 16px !important; bottom: 14px !important; max-width: calc(58% - 16px) !important; }

  .car-list-single .ccm-cta-main {
    min-height: 60px !important;
    grid-template-columns: 44px minmax(0, 1fr) 36px !important;
    gap: 10px !important;
    padding: 10px 12px !important;
  }
  .car-list-single .ccm-cta-main .left-ic { width: 36px !important; height: 36px !important; }
  .car-list-single .ccm-cta-main .left-ic i { font-size: 20px !important; }
  .car-list-single .ccm-cta-main .title { font-size: 15px !important; line-height: 1.1 !important; }
  .car-list-single .ccm-cta-main .sub { font-size: 11px !important; line-height: 1.1 !important; }
  .car-list-single .ccm-cta-main .arrow { width: 34px !important; height: 34px !important; }
  .car-list-single .ccm-cta-main .arrow i { font-size: 20px !important; }

  .car-list-single .ccm-price-grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 8px !important; }
  .car-list-single .ccm-mini {
    min-height: 104px !important;
    padding: 10px 7px 8px !important;
    gap: 5px !important;
    overflow: visible !important;
  }
  .car-list-single .ccm-mini .ic { width: 32px !important; height: 32px !important; font-size: 15px !important; }
  .car-list-single .ccm-mini .txt { width: 100% !important; min-width: 0 !important; gap: 3px !important; }
  .car-list-single .ccm-mini .t-lbl {
    font-size: 11px !important; line-height: 1.1 !important;
    white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;
  }
  .car-list-single .ccm-mini .t-val {
    font-size: 18px !important; line-height: 1 !important;
    white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;
  }
  .car-list-single .ccm-mini .note {
    font-size: 9.5px !important; padding: 4px 7px !important; line-height: 1.1 !important;
    max-width: 100% !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;
  }
  .car-list-single .ccm-mini-monthly .mini-ribbon {
    top: -9px !important; font-size: 8.5px !important; padding: 4px 8px !important;
    max-width: calc(100% - 8px) !important; overflow: hidden !important; text-overflow: ellipsis !important; z-index: 8 !important;
  }
}