/* =========================================================
   Yenice Oto Kurtarma — Tasarım Prototipi Stil Dosyası
   Ton: Güven odaklı, kurumsal. Navy + Turuncu vurgu.
   ========================================================= */

:root {
  --navy-950: #0a1f33;
  --navy-900: #0f2942;
  --navy-800: #16334f;
  --navy-700: #1f4064;
  --navy-100: #e8eef4;
  --orange-600: #ff6a3d;
  --orange-500: #ff7f50;
  --orange-100: #fff1eb;
  --whatsapp: #25d366;
  --gray-900: #1a1f24;
  --gray-700: #4a5560;
  --gray-500: #7a8894;
  --gray-200: #e3e8ec;
  --gray-100: #f4f6f8;
  --white: #ffffff;
  --success: #1f9d55;
  --star: #ffb703;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(10, 31, 51, 0.08);
  --shadow-md: 0 8px 24px rgba(10, 31, 51, 0.12);
  --container: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
    margin: 0;
    font-family: var(--font);
    color: var(--gray-900);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    /* padding-bottom: 64px; //*mobil sticky CTA bar için yer */
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0 0 12px; line-height: 1.25; color: var(--navy-950); }
p { margin: 0 0 14px; color: var(--gray-700); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(16px, 4vw, 20px); }
.section { padding: clamp(40px, 7vw, 64px) 0; }
.section-tight { padding: clamp(28px, 5vw, 40px) 0; }
.section-alt { background: var(--gray-100); }
.section-navy { background: var(--navy-950); color: var(--white); }
.section-navy h2, .section-navy h3, .section-navy p { color: var(--white); }
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 10px;
}
.section-head { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.section-head h2 { font-size: clamp(24px, 4.2vw, 30px); }
.section-head p { font-size: 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px; /* dokunmatik hedef boyutu — WCAG/mobil kullanılabilirlik */
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-call { background: var(--orange-600); color: var(--white); box-shadow: 0 6px 18px rgba(255,106,61,.35); }
.btn-call:hover { background: #ff5a26; }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); box-shadow: 0 6px 18px rgba(37,211,102,.3); }
.btn-whatsapp:hover { background: #1fb956; }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.4); color: var(--white); }
.btn-outline:hover { border-color: var(--white); }
.btn-outline-navy { background: transparent; border-color: var(--navy-900); color: var(--navy-900); }
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.top-strip {
  background: var(--navy-950);
  color: var(--gray-200);
  font-size: 13px;
}
.top-strip .container { display: flex; justify-content: space-between; align-items: center; padding-top: 6px; padding-bottom: 6px; flex-wrap: wrap; gap: 6px; }
.top-strip .badge-live { display:inline-flex; align-items:center; gap:6px; color:#ffcaa6; font-weight:600; }
.dot { width:7px; height:7px; border-radius:50%; background: var(--orange-600); box-shadow: 0 0 0 3px rgba(255,106,61,.25); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; color: var(--navy-950); }
.logo-mark {
  width: 52px; height: 42px;  
  display: flex; align-items: center; justify-content: center;
  color: var(--orange-500); font-size: 20px; flex-shrink: 0;
}
.logo small { display:block; font-size:11px; font-weight:600; color: var(--gray-500); letter-spacing:.04em; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-weight: 600; font-size: 14.5px; color: var(--navy-800); position: relative; padding: 8px 0; }
.main-nav a:hover, .main-nav a.active { color: var(--orange-600); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-phone { display:flex; flex-direction:column; text-align:right; margin-right:4px; }
.header-phone span { font-size:11px; color:var(--gray-500); font-weight:600; }
.header-phone strong { font-size:15px; color:var(--navy-950); }
.nav-toggle {
  display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--navy-950);
  width: 44px; height: 44px; align-items: center; justify-content: center; flex-shrink: 0;
}

/* ---------- Sticky mobile CTA bar ---------- */
.mobile-cta-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  display: none; gap: 0;
  box-shadow: 0 -4px 16px rgba(0,0,0,.12);
}
.mobile-cta-bar a {
  flex: 1; text-align: center; padding: 14px 8px; font-weight: 700; font-size: 15px;
  display:flex; align-items:center; justify-content:center; gap:8px;
}
.mobile-cta-bar .call { background: var(--orange-600); color: var(--white); }
.mobile-cta-bar .wa { background: var(--whatsapp); color: var(--white); }

/* ---------- Hero Slider ---------- */
.hero-slider {
  position: relative;
  width: 100%;
  height: clamp(580px, 88vh, 800px);
  overflow: hidden;
  background: var(--navy-950);
}
.slides-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
  z-index: 1;
  display: flex;
  align-items: center;
}
.slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, 
    rgba(10, 31, 51, 0.96) 0%, 
    rgba(10, 31, 51, 0.85) 45%, 
    rgba(10, 31, 51, 0.3) 100%);
}
.slide-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
  color: var(--white);
}
.slide-text h1 {
  color: var(--white);
  font-size: clamp(28px, 4.2vw, 42px);
  letter-spacing: -0.019em;
  line-height: 1.25;
  margin-top: 10px;
}
.slide-text .lead {
  color: #cfd9e3;
  font-size: 17px;
  max-width: 540px;
  line-height: 1.6;
}
.hero-cta {
  display: flex;
  gap: 12px;
  margin: 24px 0 28px;
  flex-wrap: wrap;
}
.trust-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #d7e0e8;
  font-weight: 600;
}
.trust-item .ic {
  color: var(--orange-500);
  font-size: 16px;
}

/* Glassmorphic Stats Card */
.glassmorphic-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 32px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}
.glassmorphic-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
}
.glassmorphic-card .stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
}
.glassmorphic-card .stat b {
  display: block;
  font-size: 28px;
  color: var(--orange-500);
  margin-bottom: 4px;
  font-weight: 800;
}
.glassmorphic-card .stat span {
  font-size: 13px;
  color: #cfd9e3;
  line-height: 1.4;
  display: block;
}

/* Slider Controls */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.slider-arrow:hover {
  background: var(--orange-600);
  border-color: var(--orange-600);
  box-shadow: 0 0 15px rgba(255, 106, 61, 0.4);
}
.slider-arrow.prev { left: 24px; }
.slider-arrow.next { right: 24px; }

.slider-indicators {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
.slider-indicators .indicator {
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.slider-indicators .indicator.active {
  background: var(--orange-500);
  width: 48px;
  box-shadow: 0 0 8px rgba(255, 127, 80, 0.5);
}

/* Slide animation effects */
.slide .animate-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.slide.active .animate-up {
  opacity: 1;
  transform: translateY(0);
}
.slide.active .slide-text .eyebrow.animate-up { transition-delay: 0.15s; }
.slide.active .slide-text h1.animate-up { transition-delay: 0.25s; }
.slide.active .slide-text .lead.animate-up { transition-delay: 0.35s; }
.slide.active .slide-text .hero-cta.animate-up { transition-delay: 0.45s; }
.slide.active .slide-text .trust-row.animate-up { transition-delay: 0.55s; }
.slide.active .slide-card-wrapper.animate-up { transition-delay: 0.65s; }

/* Photo Placeholder */
.photo-placeholder {
  border: 1.5px dashed rgba(255,255,255,.3);
  border-radius: var(--radius);
  padding: 34px 14px;
  text-align: center;
  font-size: 12.5px;
  color: #a9b8c4;
}

/* ---------- Service / Region cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .15s ease, transform .15s ease;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card .ic-badge {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--orange-100); color: var(--orange-600);
  display:flex; align-items:center; justify-content:center; font-size:24px;
  margin-bottom: 16px;
}
.card h3 { font-size: 18px; }
.card p { font-size: 14.5px; margin-bottom: 14px; }
.card-link { font-weight: 700; font-size: 14px; color: var(--navy-900); display:inline-flex; align-items:center; gap:6px; }
.card-link:hover { color: var(--orange-600); }

.region-card { padding: 20px; }
.region-card h3 { font-size: 16px; margin-bottom: 4px; }
.region-card p { font-size: 13px; margin-bottom: 10px; }
.region-card.region-hidden { display: none !important; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 24px 18px 18px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); }
.step .num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--navy-950); color: var(--orange-500);
  display:flex; align-items:center; justify-content:center; font-weight:800; margin-bottom: 12px;
}
.step h4 { font-size: 15px; }
.step p { font-size: 13.5px; margin: 0; }

/* ---------- Pricing note ---------- */
.note-box {
  border: 1px solid #ffd8c2;
  background: var(--orange-100);
  border-radius: var(--radius);
  padding: 18px 20px;
  font-size: 14.5px;
  color: var(--navy-900);
  display: flex; gap: 12px; align-items: flex-start;
}
.note-box .ic { font-size: 20px; }

/* ---------- Checklist ---------- */
.check-list li { display:flex; gap:10px; padding: 7px 0; font-size: 14.5px; color: var(--gray-700); }
.check-list li:before { content: "✓"; color: var(--success); font-weight: 800; }

/* ---------- FAQ Accordion ---------- */
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-item:first-child { border-top: 1px solid var(--gray-200); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 18px 4px; font-size: 15.5px; font-weight: 700; color: var(--navy-950);
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-q .chev { transition: transform .2s ease; color: var(--orange-600); flex-shrink:0; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; font-size: 14.5px; }
.faq-a p { padding-bottom: 16px; }
.faq-cat { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--gray-500); margin: 28px 0 6px; }

/* ---------- Reviews ---------- */
.review-card { padding: 22px; }
.stars { color: var(--star); font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }
.review-card .name { font-weight: 700; font-size: 14px; color: var(--navy-950); }
.review-card .src { font-size: 12px; color: var(--gray-500); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: 13px; color: var(--gray-500); padding: 16px 0; }
.breadcrumb a { color: var(--gray-500); }
.breadcrumb a:hover { color: var(--orange-600); }
.breadcrumb span.sep { margin: 0 6px; }
.breadcrumb .current { color: var(--navy-900); font-weight: 600; }

/* ---------- Page hero (küçük, iç sayfalar) ---------- */
.page-hero {
  background: linear-gradient(160deg, var(--navy-950), var(--navy-800));
  color: var(--white);
  padding: 44px 0 40px;
}
.page-hero h1 { color: var(--white); font-size: clamp(24px, 4vw, 32px); margin-bottom: 10px; }
.page-hero p { color: #cfd9e3; max-width: 640px; font-size: 15.5px; margin: 0; }
.page-hero .tags { display:flex; gap:8px; margin-top:14px; flex-wrap: wrap; }
.page-hero .tag { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 5px 12px; border-radius: 999px; font-size: 12.5px; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--orange-600), #ff8a5c);
  border-radius: var(--radius-lg);
  padding: 34px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  color: var(--white);
  flex-wrap: wrap;
}
.cta-banner h3 { color: var(--white); font-size: 22px; margin-bottom: 4px; }
.cta-banner p { color: rgba(255,255,255,.92); margin: 0; }
.cta-banner .actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cta-banner .btn-call { background: var(--navy-950); }
.cta-banner .btn-whatsapp { background: rgba(0,0,0,.28); }

/* ---------- Map placeholder ---------- */
.map-placeholder {
  height: 320px; border-radius: var(--radius-lg);
  background:
    repeating-linear-gradient(45deg, var(--gray-100), var(--gray-100) 10px, var(--gray-200) 10px, var(--gray-200) 20px);
  display:flex; align-items:center; justify-content:center;
  color: var(--gray-500); font-size: 14px; font-weight: 600;
  border: 1px solid var(--gray-200);
}

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.contact-info-card { background: var(--navy-950); color: var(--white); border-radius: var(--radius-lg); padding: 30px; }
.contact-info-card h3 { color: var(--white); }
.contact-row { display:flex; gap:14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-row:last-child { border-bottom: none; }
.contact-row .ic { color: var(--orange-500); font-size: 18px; width: 22px; }
.contact-row b { display:block; color: var(--white); font-size: 14.5px; }
.contact-row span { font-size: 13px; color: #b9c6d1; }

.form-field { margin-bottom: 16px; }
.form-field label { display:block; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; color: var(--navy-900); }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-200); border-radius: 8px;
  font-family: var(--font); font-size: 14.5px; color: var(--gray-900);
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--orange-500); }
.form-note { font-size: 12.5px; color: var(--gray-500); margin-top: 8px; }

/* ---------- Blog ---------- */
.blog-card img, .blog-card .cover { border-radius: var(--radius); margin-bottom: 14px; }
.cover { height: 150px; background: linear-gradient(135deg, var(--navy-800), var(--navy-950)); display:flex; align-items:center; justify-content:center; color:var(--orange-500); font-size: 34px; }
.blog-meta { font-size: 12.5px; color: var(--gray-500); margin-bottom: 8px; display:flex; gap:10px; }
.article-body h2 { font-size: 22px; margin-top: 30px; }
.article-body h3 { font-size: 18px; margin-top: 22px; }
.article-body p, .article-body li { font-size: 15.5px; color: var(--gray-700); }
.article-body ul { margin-bottom: 16px; }
.article-body li { padding: 5px 0 5px 20px; position: relative; }
.article-body li:before { content: "—"; position: absolute; left: 0; color: var(--orange-600); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: #b9c6d1; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer-grid h4 { color: var(--white); font-size: 14.5px; margin-bottom: 16px; }
.footer-grid ul li { padding: 6px 0; font-size: 13.5px; }
.footer-grid ul li a:hover { color: var(--orange-500); }
.footer-logo { display:flex; align-items:center; gap:10px; color: var(--white); font-weight:800; font-size:17px; margin-bottom: 12px;}
.footer-social { display:flex; gap:10px; margin-top: 16px; }
.footer-social a { width: 34px; height:34px; border-radius:50%; background: rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; }
.footer-social a:hover { background: var(--orange-600); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px; display:flex; justify-content:space-between; font-size: 12.5px; flex-wrap: wrap; gap: 8px; }
/* SEO: Tüm bölgeler HTML'de mevcut ama 8'den sonrası görsel olarak gizlendi.
   Tarayıcılar HTML'yi tarar; display:none Google için sorun yaratmaz çünkü bu
   sayfa içi UX kararı — içerik gizleme (cloaking) sayılmaz. */
.footer-region-hidden { display: none; }

/* ---------- Badges (Hakkımızda / güven rozetleri) ---------- */
.badge-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.trust-badge { text-align:center; padding: 20px 12px; background: var(--white); border:1px solid var(--gray-200); border-radius: var(--radius); }
.trust-badge .ic { font-size: 28px; margin-bottom:8px; }
.trust-badge b { display:block; font-size: 13.5px; color: var(--navy-950); }
.trust-badge span { font-size: 12px; color: var(--gray-500); }

.doc-placeholder {
  border: 1.5px dashed var(--gray-200); border-radius: var(--radius); padding: 22px;
  text-align:center; font-size: 12.5px; color: var(--gray-500); background: var(--gray-100);
}

.gallery-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { height: 140px; border-radius: var(--radius); background: linear-gradient(135deg, var(--navy-100), var(--gray-200)); display:flex; align-items:center; justify-content:center; color: var(--gray-500); font-size:12.5px; }

/* ---------- Fleet Grid & Card ---------- */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fleet-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy-900);
}
.fleet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.fleet-card:hover img {
  transform: scale(1.06);
}
.fleet-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, 
    rgba(10, 31, 51, 0.94) 0%, 
    rgba(10, 31, 51, 0.45) 45%, 
    transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  z-index: 2;
}
.fleet-card-overlay h3 {
  color: var(--white);
  font-size: 19px;
  margin: 0 0 6px;
  font-weight: 700;
}
.fleet-card-overlay p {
  font-size: 13px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


/* ---------- Responsive (mobil öncelikli, kademeli kırılım noktaları) ---------- */

/* Tablet ve küçük laptop */
@media (max-width: 980px) {
  .slide-content { grid-template-columns: 1fr; gap: 32px; }
  .hero-slider {
    height: auto;
    min-height: 680px;
    padding: 60px 0 80px;
    display: flex;
    align-items: center;
  }
  .slides-container {
    position: absolute;
    inset: 0;
  }
  .slide-overlay {
    background: linear-gradient(180deg, 
      rgba(10, 31, 51, 0.8) 0%, 
      rgba(10, 31, 51, 0.94) 60%, 
      rgba(10, 31, 51, 0.98) 100%);
  }
  .slider-arrow { display: none; } /* Mobilde dokunmatik swipe veya indicators yeterli */
  .slide-card-wrapper { max-width: 480px; width: 100%; }

  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .badge-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .site-header .container { height: 68px; }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* Büyük telefon / küçük tablet geçişi — kartların 2 sütunda sıkışmasını önler */
@media (max-width: 720px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-cta-bar { display: flex; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .contact-info-card, .card { padding: 20px; }
  body { padding-bottom: 64px; }
  .top-strip .container { flex-direction: column; align-items: flex-start; gap: 2px; font-size: 12px; }
  .fleet-grid { grid-template-columns: 1fr; gap: 16px; }
  .fleet-card { aspect-ratio: 4 / 3; }
}

/* Küçük telefonlar (iPhone SE ve benzeri ~375px ve altı) */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .hero-slider { min-height: 760px; padding: 48px 0 64px; }
  .slide-text h1 { font-size: clamp(24px, 7vw, 32px); }
  .slide-text .lead { font-size: 15.5px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .trust-row { gap: 12px; }
  .badge-grid, .gallery-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 24px 20px; }
  .cta-banner .actions { width: 100%; }
  .cta-banner .actions .btn { flex: 1; }
  .logo span small { display: none; } /* dar ekranda alt yazıyı gizle, logo taşmasın */
  .step, .card { padding: 20px; }
  table { display: block; overflow-x: auto; white-space: nowrap; } /* admin tabloları için taşma koruması */
}

/* ---------- Mobile nav drawer ---------- */
.mobile-drawer {
  position: fixed; inset: 0; background: rgba(10,31,51,.55); z-index: 70;
  display: none;
}
.mobile-drawer.open { display: block; }
.mobile-drawer .panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: 78%; max-width: 320px;
  background: var(--white); padding: 24px; overflow-y: auto;
}
.mobile-drawer .panel a { display:block; padding: 13px 4px; font-weight: 700; font-size: 15.5px; color: var(--navy-950); border-bottom: 1px solid var(--gray-200); }
.mobile-drawer .close-btn { background:none; border:none; font-size: 24px; float:right; cursor:pointer; }
