/* =========================================================
   MODERN NAKLİYAT & LOJİSTİK TASARIM SİSTEMİ
   ========================================================= */

:root {
  /* Renk Paleti - Güçlü, Dinamik ve Güvenilir */
  --primary: #0A2540; /* Çok koyu güçlü lacivert */
  --primary-light: #1A365D;
  --secondary: #FF6B00; /* Dinamik Turuncu / Nakliyat Sektörü Rengi */
  --secondary-hover: #E65100;
  --bg-light: #F4F7F9;
  --bg-white: #FFFFFF;
  --text-main: #2D3748;
  --text-muted: #718096;
  --border-color: #E2E8F0;
  
  /* Tipografi */
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;

  /* Sabitler */
  --radius: 8px;
  --shadow: 0 10px 25px rgba(10, 37, 64, 0.08);
  --shadow-hover: 0 15px 35px rgba(10, 37, 64, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--bg-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--primary); font-weight: 700; line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img, video { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.d-flex { display: flex; align-items: center; justify-content: space-between; }
.text-center { text-align: center; }

/* Erişilebilirlik: klavye ile gezinirken görünür odak halkası */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--secondary);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Ekran okuyucular için görünmez ama erişilebilir etiketler */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* İçeriğe geç bağlantısı (ekran okuyucu / klavye kullanıcıları) */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 3000;
  background: var(--secondary); color: #fff; padding: 10px 18px;
  border-radius: 6px; font-weight: 700; font-size: 14px;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 12px; }

/* Butonlar */
.btn {
  display: inline-block; padding: 14px 28px; font-family: var(--font-heading); font-weight: 600;
  border-radius: var(--radius); cursor: pointer; text-align: center; border: none; transition: all 0.3s;
}
.btn-primary { background-color: var(--secondary); color: #fff; }
.btn-primary:hover { background-color: var(--secondary-hover); transform: translateY(-2px); }
.btn-block { width: 100%; display: block; }

/* =========================================================
   HEADER & NAVBAR
   ========================================================= */
.main-header { position: sticky; top: 0; z-index: 1000; background-color: var(--bg-white); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.top-bar { background-color: var(--primary); color: #fff; padding: 10px 0; font-size: 13px; }
.top-info span { margin-right: 20px; display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.8); }
.top-info span i { color: var(--secondary); }
.top-social a { color: #fff; margin-left: 15px; font-size: 14px; }
.top-social a:hover { color: var(--secondary); }

.navbar { padding: 15px 0; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--primary); }
.brand-logo-img { height: 58px; width: auto; display: block; flex-shrink: 0; }
@media (max-width: 767px) { .brand-logo-img { height: 46px; } }
.brand-icon { width: 45px; height: 45px; background: var(--secondary); color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { display: block; font-size: 22px; font-weight: 800; line-height: 1; letter-spacing: -0.5px; }
.brand-text span { font-size: 11px; letter-spacing: 2px; color: var(--text-muted); font-weight: 600; }
.brand-highlight { color: var(--secondary); }

/* Ana menüdeki marka adı: simge solda, isim sağda tek satır ve daha büyük */
.navbar .brand-text { white-space: nowrap; }
.navbar .brand-text strong { font-size: 32px; letter-spacing: -0.8px; white-space: nowrap; }
.navbar .brand-text .brand-tagline { font-size: 12.5px; letter-spacing: 0.3px; text-transform: none; white-space: nowrap; }
@media (max-width: 991px) { .navbar .brand-text strong { font-size: 26px; } }
@media (max-width: 560px) { .navbar .brand-text strong { font-size: 20px; } }

/* Footer'daki logo: aynı simge + isim, koyu zemine uygun renkler */
.footer-brand .brand-logo-img { height: 46px; }
.footer-brand .brand-text strong { color: #fff; font-size: 22px; white-space: nowrap; }
.footer-brand .brand-tagline { color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 2px; }

.nav-links { display: flex; gap: 35px; }
.nav-links a { position: relative; font-weight: 600; font-size: 14px; color: var(--primary); text-transform: uppercase; padding-bottom: 4px; }
.nav-links a:hover { color: var(--secondary); }
.nav-links a.is-active { color: var(--secondary); }
.nav-links a.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--secondary); border-radius: 2px;
}
.mobile-nav a.is-active { color: var(--secondary); }

.nav-contact { display: flex; align-items: center; gap: 12px; }
.nc-icon { font-size: 30px; color: var(--secondary); }
.nc-text span { display: block; font-size: 12px; color: var(--text-muted); font-weight: 600; }
.nc-text a { font-family: var(--font-heading); font-size: 18px; font-weight: 700; color: var(--primary); }

/* Hamburger (masaüstünde gizli) */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--primary);
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--border-color);
  transition: max-height 0.32s cubic-bezier(.16,.8,.3,1);
}
.mobile-nav a {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--primary);
  border-bottom: 1px solid var(--border-color);
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav .mobile-call {
  background: var(--secondary);
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.navbar.menu-open .mobile-nav { max-height: 420px; }

/* =========================================================
   HERO BÖLÜMÜ
   ========================================================= */
.hero {
  position: relative; background-color: var(--primary); padding: 100px 0;
  background-image: linear-gradient(to right, rgba(10, 37, 64, 0.95) 0%, rgba(10, 37, 64, 0.7) 100%), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&q=70&w=1920');
  background-size: cover; background-position: center; color: #fff;
}
.hero-wrapper { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px; align-items: center; }

.badge { display: inline-block; background: rgba(255,255,255,0.1); padding: 8px 16px; border-radius: 30px; font-size: 13px; font-weight: 600; margin-bottom: 25px; border: 1px solid rgba(255,255,255,0.2); }
.hero-content h1 { font-size: 54px; color: #fff; margin-bottom: 25px; line-height: 1.1; }
.hero-content h1 span { color: var(--secondary); }
.hero-content .lead { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 40px; max-width: 500px; }

.hero-features { display: flex; gap: 30px; }
.hero-features span { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; }
.hero-features span i { color: var(--secondary); font-size: 18px; }

.hero-form-box { background: #fff; padding: 40px; border-radius: 12px; box-shadow: var(--shadow); color: var(--text-main); }
.hero-form-box h3 { font-size: 24px; margin-bottom: 10px; }
.hero-form-box p { color: var(--text-muted); font-size: 14px; margin-bottom: 25px; }
.input-group { position: relative; margin-bottom: 15px; }
.input-group i { position: absolute; left: 15px; top: 15px; color: var(--text-muted); }
.input-group input { width: 100%; padding: 14px 15px 14px 45px; border: 1px solid var(--border-color); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; transition: border 0.3s; }
.input-group input:focus { outline: none; border-color: var(--secondary); }
.input-group.split { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.input-group.split input { padding-left: 15px; }

.form-consent { margin: 4px 0 16px; }
.form-consent .checkbox-inline { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; }
.form-consent .checkbox-inline input[type="checkbox"] { margin-top: 3px; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--secondary); cursor: pointer; }
.form-consent .checkbox-inline span { font-size: 12.5px; line-height: 1.5; color: var(--text-muted); }
.form-consent .checkbox-inline a { color: var(--secondary); font-weight: 600; }
.form-consent .checkbox-inline a:hover { text-decoration: underline; }

/* ---- Çerez (Cookie) bildirim bandı ---- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: var(--primary); color: rgba(255,255,255,0.9);
  box-shadow: 0 -6px 24px rgba(0,0,0,0.18);
  transform: translateY(100%); transition: transform 0.4s ease;
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; flex-wrap: wrap; }
.cookie-banner p { margin: 0; font-size: 13.5px; line-height: 1.6; max-width: 760px; }
.cookie-banner p a { color: #fff; text-decoration: underline; font-weight: 600; }
.cookie-banner .cookie-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.cookie-banner .btn-cookie { padding: 10px 20px; border-radius: var(--radius); font-family: var(--font-heading); font-weight: 600; font-size: 13px; cursor: pointer; border: 1px solid transparent; transition: all 0.2s; }
.cookie-banner .btn-cookie--accept { background: var(--secondary); color: #fff; }
.cookie-banner .btn-cookie--accept:hover { background: var(--secondary-hover); }
.cookie-banner .btn-cookie--reject { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.cookie-banner .btn-cookie--reject:hover { border-color: #fff; }
@media (max-width: 767px) {
  .cookie-banner .container { padding: 16px 20px; }
  .cookie-banner .cookie-actions { width: 100%; }
  .cookie-banner .btn-cookie { flex: 1; }
}

/* =========================================================
   İSTATİSTİKLER
   ========================================================= */
.stats-section { padding: 60px 0; background: var(--bg-light); border-bottom: 1px solid var(--border-color); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.stat-icon { width: 70px; height: 70px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--secondary); box-shadow: var(--shadow); margin-bottom: 15px; }
.stat-num { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: var(--primary); line-height: 1; margin-bottom: 5px; }
.stat-text { font-size: 14px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; }

/* =========================================================
   HİZMETLER
   ========================================================= */
.services-section { padding: 100px 0; background: #fff; }
.section-title { margin-bottom: 60px; max-width: 600px; margin-left: auto; margin-right: auto; }
.sub-title { display: block; color: var(--secondary); font-weight: 700; font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.section-title h2 { font-size: 36px; margin-bottom: 20px; }
.line { width: 60px; height: 4px; background: var(--secondary); margin: 0 auto; border-radius: 2px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.3s; text-align: left; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.sc-img { height: 220px; background-size: cover; background-position: center; position: relative; }
.sc-icon { position: absolute; bottom: -25px; right: 30px; width: 60px; height: 60px; background: var(--secondary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; border: 4px solid #fff; }
.sc-content { padding: 40px 30px 30px; }
.sc-content h3 { font-size: 20px; margin-bottom: 15px; }
.sc-content p { color: var(--text-muted); font-size: 14px; margin: 0; }

/* =========================================================
   ÇALIŞMA SİSTEMİ (PROCESS)
   ========================================================= */
.process-section { padding: 100px 0; background: var(--bg-light); }
.process-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.process-img img { border-radius: 12px; box-shadow: var(--shadow); }
.step-list { display: flex; flex-direction: column; gap: 25px; }
.step-item { display: flex; gap: 20px; background: #fff; padding: 20px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: all 0.3s; }
.step-item:hover { border-left: 4px solid var(--secondary); transform: translateX(5px); }
.step-num { font-family: var(--font-heading); font-size: 24px; font-weight: 800; color: var(--secondary); background: rgba(255,107,0,0.1); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; }
.step-text h4 { font-size: 18px; margin-bottom: 5px; }
.step-text p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* =========================================================
   ÇALIŞMALARIMIZ — Instagram Reels / YouTube Shorts tarzı galeri
   ========================================================= */
.works-section { padding: 100px 0 110px; background: #fff; }
.works-section .section-title { margin-bottom: 50px; }

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.works-grid.works-grid--compact { grid-template-columns: repeat(6, 1fr); }

.work-card {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: var(--primary);
}
.work-card:hover, .work-card:focus-visible { transform: translateY(-4px) scale(1.015); box-shadow: var(--shadow-hover); }
.work-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.work-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,37,64,0) 45%, rgba(10,37,64,0.9) 100%);
  pointer-events: none;
}
.work-play {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,37,64,0.55); color: #fff; font-size: 12px;
  backdrop-filter: blur(3px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.work-card:hover .work-play { background: var(--secondary); transform: scale(1.08); }
.work-info { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; color: #fff; }
.work-info span { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--secondary); margin-bottom: 4px; }
.work-info b { display: block; font-family: var(--font-heading); font-size: 15px; font-weight: 700; line-height: 1.25; }

.works-more { text-align: center; margin-top: 44px; }

/* ---------- Reels / Shorts tam ekran görüntüleyici ---------- */
.reels-viewer {
  position: fixed; inset: 0; z-index: 2000;
  background: #000;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.reels-viewer.is-open { opacity: 1; pointer-events: auto; }
.reels-backdrop { position: absolute; inset: 0; background: #000; }
.reels-shell {
  position: relative; width: 100%; height: 100%;
  max-width: 480px; margin: 0 auto; overflow: hidden;
}
.reels-bars { position: absolute; top: 14px; left: 12px; right: 12px; z-index: 5; display: flex; gap: 5px; }
.reels-bar { flex: 1; height: 3px; background: rgba(255,255,255,0.3); border-radius: 3px; overflow: hidden; }
.reels-bar-fill { height: 100%; width: 0%; background: #fff; }

.reels-topbar {
  position: absolute; top: 30px; left: 12px; right: 12px; z-index: 5;
  display: flex; align-items: center; justify-content: space-between; color: #fff;
}
.reels-brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-weight: 700; font-size: 13px; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.reels-topbar-actions { display: flex; gap: 10px; }
.reels-icon-btn {
  width: 36px; height: 36px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.15); color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; backdrop-filter: blur(4px); font-size: 14px;
}
.reels-icon-btn:hover { background: rgba(255,255,255,0.3); }

.reels-stage { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: #000; }
.reels-stage img, .reels-stage video { width: 100%; height: 100%; object-fit: cover; display: block; }

.reels-nav {
  position: absolute; left: 50%; transform: translateX(-50%); z-index: 5;
  width: 42px; height: 42px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.12); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.reels-nav-prev { top: 82px; }
.reels-nav-next { bottom: 108px; }
.reels-nav:hover { background: var(--secondary); }
.reels-nav:disabled { opacity: 0.25; cursor: default; }
.reels-nav:disabled:hover { background: rgba(255,255,255,0.12); }

.reels-caption { position: absolute; left: 16px; right: 70px; bottom: 28px; z-index: 5; color: #fff; }
.reels-caption-tag { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--secondary); margin-bottom: 6px; }
.reels-caption-title { display: block; font-family: var(--font-heading); font-size: 18px; margin-bottom: 6px; }
.reels-caption-desc { font-size: 13px; color: rgba(255,255,255,0.85); margin: 0; }

.reels-counter { position: absolute; right: 16px; bottom: 28px; z-index: 5; color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 600; }

@media (max-width: 560px) {
  .reels-nav { display: none; }
  .reels-caption { right: 16px; }
}

/* =========================================================
/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--primary); color: #fff; padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px; }
.footer-desc { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 25px; max-width: 350px; }
.footer-social a { display: inline-flex; width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; align-items: center; justify-content: center; margin-right: 10px; transition: all 0.3s; }
.footer-social a:hover { background: var(--secondary); transform: translateY(-3px); }
.footer h4 { color: #fff; font-size: 18px; margin-bottom: 25px; position: relative; padding-bottom: 10px; }
.footer h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--secondary); }
.footer-links, .footer-contact { list-style: none; }
.footer-links li, .footer-contact li { margin-bottom: 15px; }
.footer-links a, .footer-contact li { color: rgba(255,255,255,0.7); font-size: 14px; display: flex; align-items: flex-start; gap: 10px; }
.footer-links a i, .footer-contact i { color: var(--secondary); margin-top: 4px; }
.footer-links a:hover { color: #fff; padding-left: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 25px 0; text-align: center; color: rgba(255,255,255,0.5); font-size: 14px; }
.footer-legal-links { margin-top: 8px; font-size: 13px; }
.footer-legal-links a { color: rgba(255,255,255,0.65); }
.footer-legal-links a:hover { color: var(--secondary); }
.footer-legal-links span { margin: 0 8px; color: rgba(255,255,255,0.3); }

/* =========================================================
   İÇ SAYFA BANNER'I (page-hero) & BREADCRUMB
   ========================================================= */
.page-hero {
  position: relative; padding: 90px 0 70px; color: #fff; text-align: center;
  background-image: linear-gradient(to right, rgba(10, 37, 64, 0.95) 0%, rgba(10, 37, 64, 0.82) 100%), var(--page-hero-img, url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&q=70&w=1600'));
  background-size: cover; background-position: center;
}
.page-hero .breadcrumb {
  display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); margin-bottom: 18px;
}
.page-hero .breadcrumb a { color: rgba(255,255,255,0.9); }
.page-hero .breadcrumb a:hover { color: var(--secondary); }
.page-hero .breadcrumb span[aria-hidden] { color: rgba(255,255,255,0.4); }
.page-hero h1 { color: #fff; font-size: 42px; margin-bottom: 16px; }
.page-hero p { color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto; font-size: 16px; }

/* =========================================================
   HAKKIMIZDA
   ========================================================= */
.about-section { padding: 100px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img img { border-radius: 12px; box-shadow: var(--shadow); }
.about-content .sub-title { display: block; margin-bottom: 10px; }
.about-content p { color: var(--text-muted); margin-bottom: 18px; }

/* ---- Yasal sayfalar: KVKK Aydınlatma Metni / Çerez Politikası ---- */
.legal-section { padding: 70px 0 90px; }
.legal-content { max-width: 860px; margin: 0 auto; }
.legal-content h2 { font-size: 24px; margin: 40px 0 14px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 17px; margin: 24px 0 8px; }
.legal-content p { color: var(--text-muted); margin-bottom: 14px; line-height: 1.75; }
.legal-content ul, .legal-content ol { color: var(--text-muted); margin: 0 0 16px; padding-left: 22px; line-height: 1.75; }
.legal-content li { margin-bottom: 8px; }
.legal-content table { width: 100%; border-collapse: collapse; margin: 10px 0 22px; font-size: 14px; }
.legal-content th, .legal-content td { border: 1px solid var(--border-color, #e2e8f0); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal-content th { background: #f7f9fc; color: var(--primary); font-family: var(--font-heading); }
.legal-content .legal-updated { color: var(--text-muted); font-size: 13px; margin-bottom: 30px; }
.legal-content a { color: var(--secondary); font-weight: 600; }
.legal-content a:hover { text-decoration: underline; }
.value-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 10px; }
.value-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--primary); }
.value-list li i { color: var(--secondary); margin-top: 3px; }

.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 60px; }
.mission-card { background: var(--bg-light); padding: 35px; border-radius: 12px; }
.mission-card i { font-size: 28px; color: var(--secondary); margin-bottom: 15px; display: block; }
.mission-card h3 { font-size: 20px; margin-bottom: 12px; }
.mission-card p { color: var(--text-muted); font-size: 14px; margin: 0; }

/* =========================================================
   SIKÇA SORULAN SORULAR (FAQ)
   ========================================================= */
.faq-section { padding: 100px 0; background: var(--bg-light); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); overflow: hidden; }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px;
  padding: 20px 24px; background: none; border: none; cursor: pointer;
  font-family: var(--font-heading); font-weight: 700; font-size: 16px; color: var(--primary); text-align: left;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { content: ""; }
.faq-question i { color: var(--secondary); transition: transform 0.25s ease; flex-shrink: 0; }
.faq-item[open] .faq-question i { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 22px; color: var(--text-muted); font-size: 14px; line-height: 1.7; }

/* =========================================================
   İLETİŞİM SAYFASI
   ========================================================= */
.contact-section { padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: start; }
.contact-info-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 30px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-item .ci-icon {
  width: 50px; height: 50px; border-radius: 10px; background: rgba(255,107,0,0.1); color: var(--secondary);
  display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
}
.contact-info-item h4 { font-size: 15px; margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { color: var(--text-muted); font-size: 14px; display: block; }
.contact-hours { list-style: none; font-size: 14px; color: var(--text-muted); }
.contact-hours li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-color); }
.contact-hours li:last-child { border-bottom: none; }
.contact-form-box { background: #fff; padding: 40px; border-radius: 12px; box-shadow: var(--shadow); }
.contact-form-box h3 { margin-bottom: 20px; }
.contact-form-box .input-group textarea {
  width: 100%; padding: 14px 15px; border: 1px solid var(--border-color); border-radius: var(--radius);
  font-family: var(--font-body); font-size: 14px; resize: vertical; min-height: 120px;
}
.contact-form-box .input-group textarea:focus { outline: none; border-color: var(--secondary); }
.contact-form-box .input-group label { display: block; font-size: 13px; font-weight: 600; color: var(--primary); margin-bottom: 6px; }
.form-feedback {
  margin-top: 14px; padding: 12px 16px; border-radius: 8px; background: rgba(46, 160, 67, 0.12);
  color: #1a7f37; font-size: 13px; font-weight: 600; display: none;
}
.form-feedback.is-visible { display: block; }
.form-feedback.is-error {
  background: rgba(197, 48, 48, 0.1);
  color: #c53030;
}
.map-embed { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); margin-top: 30px; }
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; }

/* =========================================================
   ORTAK CTA BANDI
   ========================================================= */
.cta-band {
  background: linear-gradient(120deg, var(--primary), var(--primary-light));
  color: #fff; padding: 60px 0; text-align: center;
}
.cta-band h2 { color: #fff; font-size: 30px; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.8); margin-bottom: 28px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-band .btn-outline {
  background: transparent; border: 2px solid #fff; color: #fff; margin-left: 14px;
}
.cta-band .btn-outline:hover { background: #fff; color: var(--primary); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}

@media (min-width: 993px) {
  .menu-toggle { display: none !important; }
  .mobile-nav { display: none !important; }
}

/* ---- Tablet (≤992px) ---- */
@media (max-width: 992px) {
  .hero-wrapper, .process-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  /* Footer 3 sütunu tablette dengesiz bölünüyordu (2+1 yamuk görünüm);
     marka/açıklama sütununu tam genişliğe alıp altına iki eşit sütun veriyoruz. */
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col:first-child { grid-column: 1 / -1; }

  .works-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .works-grid.works-grid--compact { grid-template-columns: repeat(3, 1fr); }

  .page-hero h1 { font-size: 34px; }
}

/* ---- Büyük telefon / küçük tablet (≤768px) ---- */
@media (max-width: 768px) {
  .top-bar, .nav-links, .nav-contact { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .hero-features { flex-direction: column; gap: 15px; }
  .hero { padding: 60px 0; }
  .hero-content h1 { font-size: 38px; }
  .works-section { padding: 70px 0 80px; }
  .works-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .works-grid.works-grid--compact { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 60px 0; }
  .page-hero h1 { font-size: 28px; }
  .about-grid, .contact-grid, .mission-grid { grid-template-columns: 1fr; }
  .cta-band .btn-outline { margin-left: 0; margin-top: 12px; display: block; max-width: 260px; margin-left: auto; margin-right: auto; }
}

/* ---- Küçük telefon (≤560px) ---- */
@media (max-width: 560px) {
  .navbar .container { flex-wrap: wrap; }
  .brand-text strong { font-size: 18px; }
  .hero-content h1 { font-size: 30px; }
  .hero-form-box { padding: 26px; }
  .input-group.split { grid-template-columns: 1fr; }
  .section-title h2 { font-size: 26px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stat-num { font-size: 28px; }
  .works-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .step-item { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-col:first-child { grid-column: auto; }
  .footer-desc { max-width: none; margin-left: auto; margin-right: auto; }
  .footer h4::after { left: 50%; transform: translateX(-50%); }
  .footer-links a, .footer-contact li { justify-content: center; }
  .service-card, .step-item, .faq-item { text-align: left; }
}

/* ---- Çok küçük ekranlar (≤380px) ---- */
@media (max-width: 380px) {
  .brand-tagline { display: none; }
  .works-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}
