/* ============================================================
   ASTOR FİLO — "RENTCAR" TASARIMI (site 2)
   Lacivert/gri-mavi palet: tam ekran fotoğraflı hero, şeffaf header,
   hap butonlar, beyaz minimal kartlar + füme "Hemen Kirala" butonları.
   Fontlar: Exo 2 (başlık) · Poppins (metin) · JetBrains Mono (rakam)
   ============================================================ */

:root {
  --bg:        #F2F2F5;
  --surface:   #FFFFFF;
  --surface-2: #ECEDF2;
  --ink:       #252B48;
  --ink-2:     #454B66;
  --muted:     #8A8FA3;
  --line:      #E4E5EC;

  --slate:      #7D8498;
  --slate-dark: #666D83;
  --blue:       #3B6BF5;
  --orange:      #F97316;
  --orange-dark: #E2640B;
  --navy-deep:  #1A2038;

  --green:     #1FB874;
  --red:       #E5484D;

  --font-head: "Exo 2", "Poppins", system-ui, sans-serif;
  --font-body: "Poppins", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --r-sm:  10px;
  --r-md:  14px;
  --r-lg:  18px;
  --r-full: 999px;

  --shadow-sm: 0 1px 2px rgba(37,43,72,.05), 0 2px 10px rgba(37,43,72,.05);
  --shadow-md: 0 4px 14px rgba(37,43,72,.07), 0 14px 40px rgba(37,43,72,.09);

  --wrap: 1240px;
}

/* ---------------- RESET / BASE ---------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html, body { overflow-x: hidden; }   /* mobilde yatay taşma kilidi */
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  font-weight: 700;
}
p { margin: 0 0 1em; }
.mono { font-family: var(--font-mono); font-size: .92em; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: 72px; }
.section-sm { padding-block: 40px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px;
  border-radius: 0 0 var(--r-sm) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ---------------- BUTONLAR ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 500; font-size: 15px;
  padding: 12px 24px; border-radius: var(--r-sm);
  border: 1px solid transparent; cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .15s ease, box-shadow .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn svg, .btn i { width: 18px; height: 18px; }

.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); box-shadow: 0 8px 20px rgba(249,115,22,.4); }

.btn-light { background: var(--orange); color: #fff; font-weight: 600; }
.btn-light:hover { background: var(--orange-dark); box-shadow: 0 8px 20px rgba(249,115,22,.4); }

.btn-ghost-light {
  background: rgba(255,255,255,.08); color: #fff;
  border-color: rgba(255,255,255,.5);
}
.btn-ghost-light:hover { background: rgba(255,255,255,.18); border-color: #fff; }

.btn-muted { background: var(--surface-2); color: var(--muted); cursor: not-allowed; }

.btn-lg { padding: 14px 30px; font-size: 15.5px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-block { width: 100%; }

/* Hero ve CTA butonları hap biçiminde */
.hero .btn, .cta-band .btn, .page-hero .btn { border-radius: var(--r-full); }

/* ---------------- HEADER (ince beyaz bar — drivio) ---------------- */
.site-header {
  position: relative; z-index: 90;
  background: var(--surface);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.hdr-inner {
  padding: 15px clamp(24px, 4vw, 48px);
  display: flex; align-items: center; gap: 28px;
}
.hdr-brand { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.hdr-brand .brand-ico { color: var(--ink); display: grid; place-items: center; }
.hdr-brand .brand-ico svg { width: 24px; height: 24px; }
.hdr-brand .hb-name {
  font-family: var(--font-body); font-weight: 700; font-size: 18px;
  letter-spacing: -.02em; color: var(--ink);
}
.hdr-brand .hb-sub { display: none; }

.nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; }
.nav a {
  padding: 6px 2px;
  font-size: 14.5px; font-weight: 500; color: var(--ink);
  transition: color .15s ease;
}
.nav a:hover { color: var(--blue); }
.nav a.active { font-weight: 700; }

.hdr-cta { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.hdr-icon {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--ink);
  transition: background .16s ease;
}
.hdr-icon svg { width: 19px; height: 19px; }
.hdr-icon:hover { background: var(--surface-2); }

.menu-toggle {
  display: none; width: 40px; height: 40px;
  border: none; border-radius: 50%;
  background: transparent; color: var(--ink);
  cursor: pointer; place-items: center;
}
.menu-toggle:hover { background: var(--surface-2); }
.menu-toggle svg { width: 21px; height: 21px; }

/* Mobil menü */
.mobile-nav {
  position: fixed; inset: 0; z-index: 120;
  background: var(--surface);
  display: flex; flex-direction: column; justify-content: center;
  padding: 32px; gap: 6px;
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.mobile-nav.open { opacity: 1; pointer-events: auto; }
.mobile-nav > a {
  font-family: var(--font-head); font-size: 29px; font-weight: 700;
  padding: 10px 4px; color: var(--ink);
  opacity: 0; transform: translateY(14px);
  transition: opacity .35s ease, transform .35s ease;
}
.mobile-nav.open > a { opacity: 1; transform: none; }
.mobile-nav > a.active { color: var(--blue); }
.mn-close {
  position: absolute; top: 22px; right: 24px;
  width: 44px; height: 44px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--surface);
  color: var(--ink); cursor: pointer; display: grid; place-items: center;
}
.mn-foot {
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
  font-size: 15px; color: var(--ink-2);
}
.mn-foot a { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; overflow-wrap: anywhere; word-break: break-all; }
.mn-foot svg { width: 17px; height: 17px; color: var(--blue); }
.mn-foot span { color: var(--muted); font-size: 13.5px; }

/* ---------------- HERO (tam ekran fotoğraf, ortalı içerik) ---------------- */
.hero {
  position: relative; overflow: hidden;
  min-height: min(88vh, 800px);
  display: flex; flex-direction: column; justify-content: flex-start;
  background: var(--navy-deep);
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,23,42,.55) 0%, rgba(20,23,42,.22) 38%, rgba(20,23,42,0) 58%),
    linear-gradient(180deg, rgba(20,23,42,0) 72%, rgba(20,23,42,.4) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  width: 100%; max-width: var(--wrap); margin-inline: auto;
  padding: 76px 24px 84px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--r-full); padding: 7px 16px;
  font-size: 11px; font-weight: 600; letter-spacing: .08em;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
}
.hero-tag .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--blue);
  box-shadow: 0 0 0 0 rgba(93,138,255,.7); animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(93,138,255,.55); }
  70% { box-shadow: 0 0 0 9px rgba(93,138,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(93,138,255,0); }
}
.hero h1 {
  font-family: var(--font-body);
  font-size: clamp(32px, 4.4vw, 54px);
  font-weight: 600; line-height: 1.16;
  margin-bottom: 16px; color: #fff;
  max-width: 24ch;
}
.hero h1 em { font-style: normal; }
.hero .lead {
  font-size: clamp(14.5px, 1.4vw, 16.5px);
  color: rgba(255,255,255,.88);
  max-width: 58ch; margin-bottom: 32px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------------- FİLO BANDI ---------------- */
.fleet-strip { padding-block: 76px 24px; }
.fleet-inner {
  max-width: var(--wrap); margin-inline: auto; padding-inline: 24px;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(28px, 5vw, 64px); align-items: center;
}
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 10px;
}
.fleet-title { font-size: clamp(25px, 3vw, 36px); color: var(--ink); }
.fleet-sub { color: var(--muted); font-size: 15.5px; margin: 0; }
.fleet-car {
  width: 100%; height: clamp(280px, 26vw, 380px);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md); object-fit: cover;
  background: var(--surface);
}

/* ---------------- ARAÇLAR ---------------- */
.car-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.car-card {
  background: var(--surface); border-radius: var(--r-lg);
  padding: 14px 14px 18px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.car-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.car-card.is-unavailable { opacity: .62; }
.car-card.is-unavailable:hover { transform: none; box-shadow: var(--shadow-sm); }

.car-figure {
  position: relative; border-radius: var(--r-md);
  background: var(--surface); overflow: hidden;
  margin-bottom: 12px;
  height: 0; padding-bottom: 62.5%;   /* 16:10 sabit oran */
}
.car-figure img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: contain;
  padding: 8px;
  transition: transform .3s ease;
}
.car-card:hover .car-figure img { transform: scale(1.045); }

.car-avail {
  position: absolute; top: 8px; right: 8px;
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border-radius: var(--r-full);
  padding: 4px 10px; font-size: 11px; font-weight: 600;
  color: var(--ink); box-shadow: var(--shadow-sm);
}
.car-avail .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.car-avail.car-unavail .dot { background: var(--red); }

.car-tag {
  position: absolute; top: 8px; left: 8px;
  background: var(--ink); color: #fff;
  border-radius: var(--r-full); padding: 4px 10px;
  font-size: 11px; font-weight: 600;
}

.car-head { display: block; padding-inline: 5px; }
.car-name {
  font-family: var(--font-body); font-size: 16.5px; font-weight: 600;
  margin: 0; display: flex; flex-direction: column; color: var(--ink);
}
.car-name .yr { font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 1px; }
.car-price { text-align: left; margin-top: 7px; }
.car-price .amt {
  display: inline; font-family: var(--font-body); font-weight: 600;
  font-size: 16px; color: var(--ink);
}
.car-price .per { font-size: 13.5px; font-weight: 500; color: var(--ink-2); }

.car-specs {
  display: flex; flex-wrap: wrap; gap: 5px 12px;
  margin-top: 12px; padding: 11px 5px 0;
  border-top: 1px solid var(--line);
}
.car-specs .spec {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; color: var(--muted); font-weight: 400;
}
.car-specs .spec svg { width: 14px; height: 14px; }

.car-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  margin-top: 10px; padding: 10px 5px 12px;
  border-top: 1px solid var(--line);
}
.car-meta .k { font-size: 11px; color: var(--muted); letter-spacing: .02em; }
.car-meta .v { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--ink); }

.car-foot { margin-top: auto; }

/* ---------------- CTA BANDI ---------------- */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--ink); color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(32px, 4vw, 52px);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 380px at 90% -20%, rgba(93,138,255,.22), transparent 60%),
    radial-gradient(500px 300px at 5% 120%, rgba(93,138,255,.12), transparent 60%);
}
.cta-band .row {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
}
.cta-band h2 { font-size: clamp(23px, 2.8vw, 30px); margin-bottom: 8px; color: #fff; }
.cta-band p { margin: 0; color: rgba(255,255,255,.8); max-width: 52ch; font-size: 14.5px; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------------- ALT SAYFA HERO (fotoğraflı bant) ---------------- */
.page-hero {
  position: relative; overflow: hidden;
  background: var(--navy-deep); color: #fff;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: url("../img/hero.jpg?v=2") center 62% / cover no-repeat;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,32,56,.72) 0%, rgba(26,32,56,.84) 100%);
}
.page-hero .inner {
  position: relative; z-index: 1;
  max-width: var(--wrap); margin-inline: auto;
  padding: 64px 24px 56px;
}
.breadcrumb {
  font-size: 13px; color: rgba(255,255,255,.62);
  margin-bottom: 18px; font-weight: 400;
}
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { margin-inline: 7px; opacity: .5; }
.page-hero h1 { font-family: var(--font-body); font-weight: 600; font-size: clamp(29px, 3.8vw, 44px); color: #fff; }
.page-hero .page-sub {
  font-family: var(--font-mono); font-size: 12.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: #9DB4FF; margin-bottom: 14px;
}
.page-hero p {
  color: rgba(255,255,255,.85); max-width: 76ch;
  font-size: 14.5px;
}
.page-hero p:last-child { margin-bottom: 0; }

/* ---------------- DOKÜMAN SAYFALARI ---------------- */
.doc-layout {
  max-width: var(--wrap); margin-inline: auto; padding-inline: 24px;
  display: grid; grid-template-columns: 260px 1fr;
  gap: 32px; align-items: start;
}
.doc-toc {
  position: sticky; top: 24px;
  background: var(--surface); border-radius: var(--r-lg);
  padding: 22px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 2px;
  max-height: calc(100vh - 48px); overflow: auto;
}
.doc-toc .h {
  font-family: var(--font-head); font-weight: 700; font-size: 14px;
  margin-bottom: 10px;
}
.doc-toc a {
  font-size: 13px; color: var(--muted); padding: 7px 11px;
  border-radius: 9px;
  transition: color .15s ease, background .15s ease;
}
.doc-toc a:hover { color: var(--ink); background: var(--surface-2); }
.doc-toc a.active { color: #fff; background: var(--slate); font-weight: 500; }

.doc {
  background: var(--surface); border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 48px); box-shadow: var(--shadow-sm);
  max-width: 880px;
  overflow-wrap: break-word;
}
.doc .meta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 12px; color: var(--muted);
  background: var(--surface-2); border-radius: var(--r-full);
  padding: 7px 14px; margin-bottom: 22px;
}
.doc .meta svg { width: 14px; height: 14px; }
.doc h2 {
  font-size: 20px; margin-top: 36px; margin-bottom: 12px;
  padding-top: 8px; scroll-margin-top: 24px;
}
.doc h2:first-of-type { margin-top: 12px; }
.doc p, .doc li { font-size: 14.5px; color: var(--ink-2); }
.doc ul { padding-left: 22px; margin: 0 0 1em; }
.doc li { margin-bottom: 6px; }
.doc a { color: var(--blue); font-weight: 500; }
.doc a:hover { text-decoration: underline; }
.doc strong { color: var(--ink); }
.doc .sig {
  font-family: var(--font-head); font-weight: 700; font-size: 16px;
  color: var(--ink); margin-top: 4px;
}
.doc table {
  width: 100%; border-collapse: collapse; margin: 14px 0 22px;
  font-size: 14px;
  table-layout: fixed;   /* uzun e-posta/adresler hücre içinde kırılsın */
}
.doc th, .doc td {
  text-align: left; padding: 11px 14px;
  border-bottom: 1px solid var(--line);
}
.doc th { width: 130px; color: var(--muted); font-weight: 500; white-space: nowrap; }
.doc td { color: var(--ink-2); overflow-wrap: anywhere; }
.doc tr:last-child th, .doc tr:last-child td { border-bottom: 0; }

.callout {
  background: #EEF2FE; border: 1px solid #D9E2FC;
  border-radius: var(--r-md); padding: 16px 20px;
  font-size: 13.5px; color: #2C4170;
  margin-bottom: 24px;
}
.callout.center { text-align: center; font-size: 14.5px; }

/* ---------------- İLETİŞİM KARTLARI ---------------- */
.contact-grid {
  max-width: var(--wrap); margin-inline: auto; padding-inline: 24px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.contact-card {
  background: var(--surface); border-radius: var(--r-lg);
  padding: 30px 26px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
a.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.contact-card .ico {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--ink); color: #fff;
  display: grid; place-items: center; margin-bottom: 8px;
}
.contact-card .ico svg { width: 22px; height: 22px; }
.contact-card .lbl {
  font-size: 11.5px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted);
}
.contact-card .val {
  font-family: var(--font-body); font-weight: 600; font-size: 16px;
  line-height: 1.4; word-break: break-word; color: var(--ink);
}
.contact-card .note { font-size: 12.5px; color: var(--muted); }

/* ---------------- FOOTER ---------------- */
.site-footer {
  margin-top: 72px;
  background: var(--navy-deep); color: #ADB2C7;
}
.footer-inner { max-width: var(--wrap); margin-inline: auto; padding: 60px 24px 28px; }
.footer-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 36px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand .row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--blue); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 14px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name { font-family: var(--font-body); font-weight: 700; font-size: 16.5px; color: #fff; }
.brand-sub { font-size: 12px; color: #8A90AB; }
.footer-brand p { font-size: 13.5px; color: #8A90AB; max-width: 30ch; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 11px;
  background: rgba(255,255,255,.08); color: #C3C8DC;
  display: grid; place-items: center;
  transition: background .16s ease, color .16s ease;
}
.footer-social a:hover { background: var(--blue); color: #fff; }

.footer-col .h {
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  color: #fff; margin-bottom: 16px; letter-spacing: .02em;
}
.footer-col .links { display: flex; flex-direction: column; gap: 10px; }
.footer-col .links a { font-size: 13.5px; color: #8A90AB; transition: color .15s ease; }
.footer-col .links a:hover { color: #fff; }

.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-contact .it {
  display: flex; gap: 11px; font-size: 13px; color: #8A90AB; align-items: flex-start;
  min-width: 0; overflow-wrap: anywhere;
}
.footer-contact a.it:hover { color: #fff; }
.footer-contact .ico {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px;
  background: rgba(255,255,255,.08); color: #9DB4FF;
  display: grid; place-items: center; margin-top: -2px;
}
.footer-contact .ico svg { width: 14px; height: 14px; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px; padding-top: 24px;
  font-size: 12.5px; color: #8A90AB;
}
.legal-links { display: flex; gap: 20px; }
.legal-links a:hover { color: #fff; }

/* ---------------- FAB + SCROLL ---------------- */
.fab-call {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--orange); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(249,115,22,.4);
  transition: transform .18s ease, background .18s ease;
}
.fab-call:hover { transform: scale(1.07); background: var(--orange-dark); }
.fab-call svg { width: 22px; height: 22px; }

.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 3px; background: var(--blue);
  transform-origin: left; transform: scaleX(0);
}

/* ---------------- REVEAL ---------------- */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 1280px) {
  .car-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1080px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .car-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .nav { display: none; }
  .menu-toggle { display: grid; }
  .hdr-cta { margin-left: auto; }
  .fleet-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .doc-layout { grid-template-columns: 1fr; }
  .doc-toc { position: static; max-height: none; flex-direction: row; flex-wrap: wrap; gap: 6px; }
  .doc-toc .h { width: 100%; }
}
@media (max-width: 640px) {
  .section { padding-block: 52px; }
  .car-grid { grid-template-columns: 1fr; }
  .doc th { white-space: normal; width: 92px; }
  .hero { min-height: min(78vh, 640px); }
  .hero-inner { padding-block: 56px; }
  .cta-band .row { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; }
  .hdr-inner { padding: 12px 20px; gap: 14px; }
  .hdr-brand { min-width: 0; }
  .hdr-brand .hb-name { font-size: 15.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hdr-icon { display: none; }   /* telefon/mail ikonu FAB ve mobil menüde zaten var */
  .page-hero .inner { padding-block: 48px; }
}
