/* ============================================================
   RENT A CAR HİZMETLERİ — Ana stil dosyası
   Palet: mavi + koyu lacivert. Tek font: Inter.
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body, h1, h2, h3, h4, p, figure, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
table { border-collapse: collapse; width: 100%; }

/* ---------- Tokens ---------- */
:root {
  --navy-900: #061729;
  --navy-800: #0A2540;
  --navy-700: #10314F;
  --blue-700: #00408A;
  --blue-600: #0057B8;
  --blue-500: #0B6FE0;
  --blue-100: #D7E6FA;
  --blue-50:  #EEF4FD;

  --orange-700: #C4531C;
  --orange-600: #DF6528;
  --orange-500: #EE7738;
  --orange-50:  #FDF1E9;

  --ink:   #101720;
  --slate: #5B6879;
  --mute:  #8593A5;
  --line:  #E3E8EF;
  --soft:  #F4F7FB;
  --white: #FFFFFF;

  --ok: #16A34A;

  --max: 1180px;
  --r-sm: 8px;
  --r:    12px;
  --r-lg: 18px;

  --sh-1: 0 1px 2px rgba(10, 37, 64, .06), 0 1px 3px rgba(10, 37, 64, .04);
  --sh-2: 0 4px 14px rgba(10, 37, 64, .08);
  --sh-3: 0 18px 44px rgba(10, 37, 64, .14);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv05" 1, "ss01" 1;
}

h1, h2, h3, h4 { line-height: 1.18; letter-spacing: -0.02em; font-weight: 700; }
h1 { font-size: clamp(32px, 4.6vw, 54px); font-weight: 800; letter-spacing: -0.03em; }
h2 { font-size: clamp(24px, 2.9vw, 34px); }
h3 { font-size: 19px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

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

:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 2px; border-radius: 4px; }

.ico { width: 18px; height: 18px; flex: none; }
.ico-sm { width: 15px; height: 15px; flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 46px; padding: 0 22px;
  border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  white-space: nowrap;
  transition: background .22s var(--ease), color .22s var(--ease),
              transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--orange-600); color: #fff; box-shadow: 0 6px 18px rgba(223, 101, 40, .3); }
.btn-primary:hover { background: var(--orange-700); box-shadow: 0 10px 26px rgba(223, 101, 40, .36); transform: translateY(-1px); }

.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-900); transform: translateY(-1px); }

.btn-outline { border: 1.5px solid var(--line); background: #fff; color: var(--ink); }
.btn-outline:hover { border-color: var(--blue-600); color: var(--blue-700); background: var(--blue-50); }

.btn-glass {
  border: 1.5px solid rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  backdrop-filter: blur(6px);
}
.btn-glass:hover { background: rgba(255, 255, 255, .2); border-color: #fff; transform: translateY(-1px); }

.btn-sm { height: 40px; padding: 0 18px; font-size: 14px; }
.btn-muted { background: var(--soft); color: var(--mute); box-shadow: none; cursor: not-allowed; }
.btn-block { width: 100%; }

/* ---------- Header (iki katlı: üst iletişim bandı + menü barı) ---------- */
.site-header { position: sticky; top: 0; z-index: 90; background: var(--navy-900); }

/* üst kat */
.header-top { overflow: hidden; max-height: 96px; transition: max-height .32s var(--ease), opacity .24s var(--ease); }
.header-top-inner { display: flex; align-items: center; gap: 24px; min-height: 74px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 11px; flex: none;
  background: var(--blue-600);
  display: grid; place-items: center;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 87, 184, .4);
  transition: transform .3s var(--ease);
}
.brand-mark svg { width: 22px; height: 22px; }
.brand:hover .brand-mark { transform: rotate(-6deg) scale(1.05); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-weight: 800; font-size: 16px; letter-spacing: -0.01em; color: var(--navy-800); }
.brand-sub { font-size: 10.5px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; color: var(--blue-600); }
.site-header .brand-name { color: #fff; }
.site-header .brand-sub { color: var(--blue-100); }

.header-utils { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  height: 38px; padding: 0 18px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .26);
  color: rgba(255, 255, 255, .92);
  font-size: 13.5px; font-weight: 600; white-space: nowrap;
  transition: background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), transform .22s var(--ease);
}
.pill svg { opacity: .75; }
.pill:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .7); color: #fff; }
.pill:hover svg { opacity: 1; }
.pill-solid {
  background: var(--orange-600); border-color: var(--orange-600); color: #fff;
  box-shadow: 0 4px 14px rgba(223, 101, 40, .42);
}
.pill-solid:hover { background: var(--orange-500); border-color: var(--orange-500); transform: translateY(-1px); }

/* alt kat — menü barı */
.header-nav {
  background: var(--navy-700);
  border-top: 1px solid rgba(255, 255, 255, .07);
  transition: box-shadow .25s var(--ease);
}
.site-header.scrolled .header-nav { box-shadow: 0 8px 24px rgba(0, 0, 0, .28); }
.header-nav .wrap { display: flex; align-items: center; }

/* kaydırınca üst sıra toplanınca menü barında beliren küçük logo */
.nav-brand {
  display: flex; align-items: center; gap: 9px;
  max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap;
  transition: max-width .34s var(--ease), opacity .26s var(--ease), padding-right .34s var(--ease);
}
.nav-brand .brand-mark { width: 32px; height: 32px; border-radius: 9px; box-shadow: none; }
.nav-brand .brand-mark svg { width: 18px; height: 18px; }
.nav-brand .brand-name { font-size: 13.5px; }
.nav-brand .brand-sub { font-size: 9px; letter-spacing: .16em; }

.nav { display: flex; align-items: center; width: 100%; }
.nav > a:not(.nav-pill) { flex: 1 1 0; }
.nav > a {
  position: relative;
  display: grid; place-items: center;
  height: 56px; padding: 0 clamp(14px, 2.3vw, 32px);
  font-size: 14.5px; font-weight: 600; color: rgba(255, 255, 255, .84);
  border-left: 1px solid rgba(255, 255, 255, .1);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.nav > a:last-child { border-right: 1px solid rgba(255, 255, 255, .1); }
.nav > a:hover { background: rgba(255, 255, 255, .07); color: #fff; }
.nav > a.is-active { color: #fff; background: rgba(255, 255, 255, .07); }
.nav > a.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px; background: var(--orange-500);
}
.nav > a.nav-pill {
  border-left: 0; margin: 0 12px;
  height: 40px; padding: 0 24px; border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, .5);
}
.nav > a.nav-pill:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }
.nav > a.nav-pill.is-active { background: var(--blue-600); border-color: var(--blue-600); }
.nav > a.nav-pill.is-active::after { display: none; }
.nav > a.nav-pill + a { border-left: 0; }

.menu-toggle {
  display: none; width: 44px; height: 44px; border-radius: var(--r-sm);
  border: 1px solid rgba(255, 255, 255, .26); color: #fff;
  align-items: center; justify-content: center;
}
.menu-toggle:hover { background: rgba(255, 255, 255, .12); }

/* mobil çekmece */
.mobile-nav {
  display: none; flex-direction: column; gap: 2px;
  padding: 8px 24px 20px;
  background: var(--navy-800);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.mobile-nav a {
  padding: 13px 4px; font-size: 15.5px; font-weight: 500; color: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.mobile-nav a:last-of-type { border-bottom: 0; }
.mobile-nav .btn { margin-top: 14px; }
.site-header.open .mobile-nav { display: flex; animation: drawer .3s var(--ease); }
@keyframes drawer { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ---------- Hero (ana sayfa) ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy-800); isolation: isolate; }
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 52% 62%;
  z-index: -2; opacity: .95;
  animation: heroZoom 22s var(--ease) forwards;
}
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(96deg, rgba(6, 23, 41, .95) 0%, rgba(6, 23, 41, .89) 36%, rgba(8, 30, 52, .5) 64%, rgba(10, 37, 64, .16) 100%),
    linear-gradient(to top, rgba(6, 23, 41, .55) 0%, rgba(6, 23, 41, 0) 38%);
}
.hero .wrap { padding-top: clamp(72px, 10vw, 128px); padding-bottom: clamp(72px, 10vw, 128px); }
.hero-content { max-width: 660px; color: #fff; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--blue-100);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 7px 15px; border-radius: 999px;
  margin-bottom: 22px;
}
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--orange-500);
  box-shadow: 0 0 0 0 rgba(238, 119, 56, .65); animation: pulse 2.4s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 9px rgba(238, 119, 56, 0); }
  100% { box-shadow: 0 0 0 0 rgba(238, 119, 56, 0); }
}
.hero h1 { color: #fff; text-shadow: 0 2px 24px rgba(6, 23, 41, .55); }
.hero .lead {
  margin-top: 20px; font-size: clamp(16px, 1.5vw, 18.5px);
  color: rgba(255, 255, 255, .9); max-width: 560px;
  text-shadow: 0 1px 16px rgba(6, 23, 41, .6);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }

/* ---------- Sayfa içi hero ---------- */
.page-hero {
  position: relative; overflow: hidden;
  background: var(--navy-800); color: #fff;
  padding: clamp(48px, 6vw, 76px) 0 clamp(52px, 6.5vw, 82px);
}
.page-hero::before {
  content: ""; position: absolute; top: -180px; right: -140px;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 111, 224, .38), transparent 68%);
}
.page-hero .wrap { position: relative; }
.page-hero h1 { color: #fff; max-width: 15ch; }
.page-hero p { margin-top: 16px; color: rgba(255, 255, 255, .8); max-width: 68ch; font-size: 16.5px; }
.page-hero p + p { margin-top: 12px; }
.page-hero .hero-sub {
  margin-top: 14px; color: #fff;
  font-size: clamp(17px, 1.7vw, 20px); font-weight: 700; letter-spacing: -0.015em;
}
.breadcrumb { font-size: 13.5px; color: rgba(255, 255, 255, .6); margin-bottom: 16px; }
.breadcrumb a { color: var(--blue-100); }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb .sep { margin: 0 7px; opacity: .5; }

/* ---------- Promo şerit ---------- */
.promo { background: var(--soft); border-bottom: 1px solid var(--line); }
.promo .wrap {
  display: flex; align-items: center; gap: 30px;
  padding-top: 26px; padding-bottom: 26px;
}
.promo-text { flex: 1 1 320px; }
.promo-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
  color: var(--orange-600);
}
.promo-title { font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; letter-spacing: -0.02em; margin-top: 6px; color: var(--navy-800); }
.promo-sub { color: var(--slate); margin-top: 5px; font-size: 15.5px; }
.promo-img {
  flex: 0 1 380px; height: 132px; object-fit: cover; object-position: center;
  border-radius: var(--r); box-shadow: var(--sh-2);
}

/* ---------- Bölüm ---------- */
.section { padding: clamp(56px, 7vw, 88px) 0; }
.section-soft { background: var(--soft); }
.section-head { margin-bottom: 34px; }
.section-head .label {
  font-size: 11.5px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
  color: var(--orange-600);
}
.section-head h2 { margin-top: 8px; color: var(--navy-800); }

/* ---------- Araç kartları ---------- */
.car-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.car {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.car:hover { transform: translateY(-5px); box-shadow: var(--sh-3); border-color: var(--blue-100); }

.car-media { position: relative; aspect-ratio: 16 / 10; background: var(--soft); overflow: hidden; }
.car-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.car:hover .car-media img { transform: scale(1.06); }

.badge-avail {
  position: absolute; left: 12px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255, 255, 255, .95); backdrop-filter: blur(4px);
  padding: 6px 12px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; color: var(--navy-800);
  box-shadow: var(--sh-1);
}
.badge-avail .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); }
.badge-avail.off { color: var(--mute); }
.badge-avail.off .dot { background: var(--mute); }
.badge-tag {
  position: absolute; right: 12px; top: 12px;
  background: var(--orange-600); color: #fff;
  padding: 5px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .01em;
  box-shadow: 0 4px 12px rgba(223, 101, 40, .34);
}

.car-body { display: flex; flex-direction: column; gap: 15px; padding: 18px 20px 20px; flex: 1; }
.car-head { display: flex; align-items: baseline; gap: 9px; min-height: 26px; }
.car-head h3 { color: var(--navy-800); }
.car-year { font-size: 13.5px; font-weight: 600; color: var(--mute); }

.car-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; }
.car-specs li { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--slate); }
.car-specs svg { color: var(--blue-600); }

.car-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.car-chips > div {
  background: var(--soft); border-radius: var(--r-sm); padding: 9px 10px;
  border: 1px solid transparent; transition: border-color .2s var(--ease);
}
.car:hover .car-chips > div { border-color: var(--line); }
.car-chips dt { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); }
.car-chips dd { font-size: 13.5px; font-weight: 600; color: var(--navy-800); margin-top: 2px; }

.car-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line);
}
.car-price .pl { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.car-price .amt { font-size: 25px; font-weight: 800; letter-spacing: -0.03em; color: var(--navy-800); line-height: 1.1; }
.car-price .amt small { font-size: 13px; font-weight: 600; color: var(--mute); letter-spacing: 0; }
.car.is-unavailable .car-media img { filter: grayscale(1); opacity: .65; }

/* ---------- Doküman / metin sayfaları ---------- */
.doc {
  max-width: 820px; margin: 0 auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 48px);
  box-shadow: var(--sh-1);
}
.doc h2 {
  font-size: 21px; margin-top: 36px; margin-bottom: 12px; color: var(--navy-800);
  padding-left: 15px; border-left: 3px solid var(--blue-600);
}
.doc h2:first-of-type { margin-top: 8px; }
.doc p { color: var(--slate); margin-bottom: 15px; }
.doc p strong { color: var(--navy-800); }
.doc a { color: var(--blue-600); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.doc a:hover { color: var(--blue-700); }
.doc ul { margin: 0 0 18px; display: flex; flex-direction: column; gap: 9px; }
.doc ul li { position: relative; padding-left: 26px; color: var(--slate); }
.doc ul li::before {
  content: ""; position: absolute; left: 4px; top: 10px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--blue-600);
}
.doc ul li strong { color: var(--navy-800); }
/* metin sonundaki imza satırı */
.doc .sig {
  margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line);
  font-weight: 700; font-size: 15.5px; letter-spacing: -0.02em; color: var(--navy-800);
}

.doc table { margin: 0 0 20px; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.doc th, .doc td { padding: 12px 16px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.doc th { background: var(--soft); font-weight: 600; color: var(--navy-800); width: 34%; white-space: nowrap; }
.doc td { color: var(--slate); }
.doc tr:last-child th, .doc tr:last-child td { border-bottom: 0; }
.doc td a { text-decoration: none; }

.doc-meta {
  display: inline-block; font-size: 13px; color: var(--mute);
  background: var(--soft); padding: 6px 13px; border-radius: 999px; margin-bottom: 22px;
}
.callout {
  background: var(--blue-50); border: 1px solid var(--blue-100);
  border-radius: var(--r); padding: 18px 22px; margin: 0 0 24px;
  color: var(--navy-700); font-size: 15px;
}
.callout strong { color: var(--navy-800); }
.callout-center { text-align: center; font-size: 16.5px; }
.callout-center strong { display: block; font-size: 18px; margin-bottom: 4px; }

/* ---------- İletişim kartları ---------- */
.contact-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.contact-card {
  display: flex; flex-direction: column; gap: 6px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px 26px; box-shadow: var(--sh-1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--blue-100); }
.contact-card .ci {
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 12px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center;
}
.contact-card .ci svg { width: 21px; height: 21px; }
.contact-card .lbl { font-size: 11.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--mute); }
.contact-card .val { font-size: 17px; font-weight: 700; color: var(--navy-800); letter-spacing: -0.01em; }
a.val:hover { color: var(--blue-600); }
.contact-card .note { font-size: 13.5px; color: var(--slate); margin-top: 4px; }

/* ---------- CTA bandı ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--navy-800); color: #fff;
  border-radius: var(--r-lg); padding: clamp(30px, 4vw, 46px);
  max-width: var(--max); margin: 0 auto;
}
.cta-band::before {
  content: ""; position: absolute; right: -90px; top: -120px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 111, 224, .42), transparent 70%);
}
.cta-band .row {
  position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 26px;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .8); margin-top: 9px; max-width: 52ch; }
.cta-band .row > div:first-child { flex: 1 1 400px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .72); margin-top: 0; }
.footer-top {
  display: grid; gap: 38px;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.4fr;
  padding: clamp(44px, 5vw, 64px) 0 40px;
}
.footer-brand .brand-name { color: #fff; font-size: 17px; }
.footer-brand .brand-sub { color: var(--blue-100); }
.footer-brand p { margin-top: 14px; font-size: 14.5px; max-width: 30ch; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  display: grid; place-items: center; color: rgba(255, 255, 255, .8);
  transition: all .22s var(--ease);
}
.footer-social a:hover { background: var(--blue-600); border-color: var(--blue-600); color: #fff; transform: translateY(-2px); }

.footer-col .h {
  font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: #fff; margin-bottom: 16px;
}
.footer-col .links { display: flex; flex-direction: column; gap: 11px; }
.footer-col .links a { font-size: 14.5px; transition: color .2s var(--ease), padding-left .2s var(--ease); }
.footer-col .links a:hover { color: #fff; padding-left: 4px; }

.footer-contact { display: flex; flex-direction: column; gap: 13px; }
.footer-contact .it { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; line-height: 1.5; }
.footer-contact .it svg { color: var(--blue-500); margin-top: 3px; }
.footer-contact a.it:hover { color: #fff; }

.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  padding: 20px 0 26px; border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 13.5px;
}
.legal-links { display: flex; flex-wrap: wrap; gap: 20px; }
.legal-links a:hover { color: #fff; }

/* ---------- Sabit arama butonu ---------- */
.fab-call {
  position: fixed; right: 20px; bottom: 20px; z-index: 80;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--orange-600); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(223, 101, 40, .45);
  transition: transform .25s var(--ease), background .25s var(--ease);
}
.fab-call svg { width: 23px; height: 23px; }
.fab-call:hover { background: var(--orange-700); transform: scale(1.07); }
.fab-call::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--orange-600); animation: ring 2.6s ease-out infinite;
}
@keyframes ring {
  0%   { transform: scale(1); opacity: .7; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* ---------- Scroll reveal ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(16px); }
.js [data-reveal].in {
  opacity: 1; transform: none;
  transition: opacity .6s var(--ease), transform .6s var(--ease);
  transition-delay: var(--d, 0s);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
/* kaydırınca üst kat toplanır — yalnızca menü barının göründüğü genişliklerde */
@media (min-width: 941px) {
  .site-header.scrolled .header-top { max-height: 0; opacity: 0; }
  .site-header.scrolled .nav-brand { max-width: 230px; opacity: 1; padding-right: 22px; }
}
@media (max-width: 940px) {
  .header-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-top-inner { min-height: 66px; }
}
@media (max-width: 620px) {
  .pill-solid { display: none; }
  .pill-tel .txt { display: none; }
  .pill-tel { padding: 0 12px; }
}
@media (max-width: 760px) {
  .wrap { padding: 0 18px; }
  .promo .wrap { flex-direction: column; align-items: stretch; gap: 20px; }
  .promo-text { flex: none; }
  .promo-img { width: 100%; flex: none; height: 168px; }
  .doc th, .doc td { padding: 10px 13px; font-size: 13.5px; }
  .doc th { width: 38%; white-space: normal; }
  .footer-contact .it, .contact-card .val { word-break: break-word; }
  .car-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .car-foot { flex-direction: column; align-items: stretch; gap: 12px; }
  .car-foot .btn { width: 100%; }
}
@media (max-width: 420px) {
  .hero-actions .btn { width: 100%; }
  .car-chips { grid-template-columns: 1fr 1fr; }
  .car-chips > div:last-child { grid-column: span 2; }
}
