/* ─── Günerler Global Typography — Apple.com Style ─── */

/* Hero başlıklar — boyut her sayfada ayrı tanımlanır */
.hero-title,
.page-hero-title,
h1.hero-title {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #FFFFFF;
}

/* Bölüm başlıkları */
.section-title,
.sec-title,
h2.section-title,
h2.sec-title {
  font-size: clamp(48px, 4.5vw, 56px) !important;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #1D1D1F;
}

/* Apple tarzı karışık başlık: .muted span'lar gri */
.section-title .muted,
.sec-title .muted,
.hero-title .muted,
h1 .muted, h2 .muted, h3 .muted {
  color: #86868B;
  font-weight: 600;
}

/* Alt başlıklar */
.section-sub,
.sec-sub,
.hero-sub,
.page-hero-sub {
  font-size: clamp(19px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.55;
  color: #86868B;
}

/* Gövde metni */
body,
p,
li,
td {
  font-size: 17px;
  line-height: 1.6;
  color: #1D1D1F;
}

/* Bölümler arası boşluk */
section,
.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Sıkışık bölümleri aç */
.section-header,
.sec-header {
  margin-bottom: 56px;
}

/* Nav ve footer hariç küçük text'ler etkilenmesin */
nav *,
footer * {
  font-size: inherit;
  line-height: inherit;
}

/* ─── KART OK İKONU ─── */
.model-card,
.firsat-card,
.arac-card {
  cursor: pointer;
  position: relative;
}

/* Model card body: position relative for arrow */
.model-card-body,
.firsat-card-body,
.arac-card-body {
  position: relative;
}

.card-arrow {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1F;
  transition: background 0.15s, transform 0.15s;
  flex-shrink: 0;
}

.card-arrow .material-symbols-outlined {
  font-size: 16px;
  font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 20;
}

.card-arrow-abs {
  position: absolute;
  bottom: 18px;
  right: 18px;
}

/* Desktop hover: kart kenarlığı koyulaşır, ok hareket eder */
@media (hover: hover) {
  .model-card:hover,
  .firsat-card:hover,
  .arac-card:hover,
  .arac-kart:hover,
  .firsat-kart:hover {
    border-color: #D2D2D7 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    transform: none !important;
  }
  .model-card:hover .card-arrow,
  .firsat-card:hover .card-arrow,
  .arac-card:hover .card-arrow,
  .arac-kart:hover .card-arrow,
  .firsat-kart:hover .card-arrow {
    background: #1D1D1F;
    color: #fff;
    transform: translateX(2px);
  }
  .model-card:hover .card-arrow .material-symbols-outlined,
  .firsat-card:hover .card-arrow .material-symbols-outlined,
  .arac-card:hover .card-arrow .material-symbols-outlined,
  .arac-kart:hover .card-arrow .material-symbols-outlined,
  .firsat-kart:hover .card-arrow .material-symbols-outlined {
    color: #fff;
  }
}

/* Mobil: hover yok, ok her zaman görünür */
@media (hover: none) {
  .card-arrow {
    background: #EBEBF0;
  }
}

/* ─── MOBİL KART DÜZENİ ─── */

/* 480px altında araç kartları tek sütuna düşer */
@media (max-width: 480px) {
  .model-grid,
  .arac-grid,
  .araclar-grid,
  .garanti-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Kart fiyat satırı tek satırda kalsın */
.model-card-price,
.firsat-fiyat,
.arac-fiyat,
.firsat-card-price {
  white-space: nowrap;
  font-size: 13px;
}

/* Liste fiyatı (üstü çizili) */
.arac-fiyat-liste,
.firsat-fiyat-liste,
.firsat-card-price-liste {
  font-size: 12px;
  font-weight: 500;
  color: #86868B;
  text-decoration: line-through;
  white-space: nowrap;
}
.arac-fiyat-indirimli,
.firsat-fiyat-indirimli,
.firsat-card-price-indirimli {
  color: #E8000D;
}

/* Fiyat + ok ikonunu flex row'da hizala, kırılma olmasın */
.firsat-alt,
.arac-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: nowrap;
}

/* ─── HERO BAŞLIK MOBİL BOYUT ─── */
.hero-title,
.page-hero-title,
h1.hero-title {
    font-size: clamp(32px, 8vw, 56px);
}

/* ─── TELEFON NUMARASI KIRMAZ ─── */
.nav-phone,
.footer-brand .contact-info a[href^="tel"],
a[href^="tel"] {
  white-space: nowrap;
}
