/* ==========================================================================
   Kültür Nakliyat - Ana Stil
   Marka: Turuncu #ff6a00, Lacivert #10233f. Mobil öncelikli, hızlı, sade.
   ========================================================================== */

:root {
  --orange: #ff6a00;
  --orange-dark: #e85f00;
  --navy: #10233f;
  --navy-light: #1c3a63;
  --navy-2: #1a3355;
  --white: #ffffff;
  --bg: #f5f7fa;
  --text: #22303f;
  --muted: #5b6b7d;
  --border: #e3e8ef;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(16,35,63,.08);
  --shadow: 0 6px 24px rgba(16,35,63,.10);
  --shadow-lg: 0 16px 48px rgba(16,35,63,.14);
  --container: 1160px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
/* overflow-x: clip -> off-canvas (fixed) mobil menünün yatay taşmasını kırpar.
   Kök öğede olmalı (fixed elemanlar viewport'a bağlı); clip sticky header'ı bozmaz. */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.25; font-weight: 700; margin: 0 0 .6em; }
h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section--tight { padding: clamp(32px, 5vw, 56px) 0; }
.section--bg { background: var(--bg); }
.section--navy { background: var(--navy); color: #dbe4f0; }
.section--navy h2, .section--navy h3 { color: #fff; }

.text-center { text-align: center; }
.section-head { max-width: 720px; margin: 0 auto clamp(28px, 4vw, 44px); text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; margin: 0; }
.eyebrow { color: var(--orange); font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; display: inline-block; margin-bottom: .5rem; }

/* -- Butonlar -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 13px 24px; border-radius: 999px; font-weight: 600; font-size: 1rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s;
  text-align: center; line-height: 1.2;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 6px 16px rgba(255,106,0,.28); }
.btn--primary:hover { background: var(--orange-dark); color: #fff; }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: #0a1830; color: #fff; }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--border); }
.btn--outline:hover { border-color: var(--navy); color: var(--navy); }
.btn--white { background: #fff; color: var(--navy); }
.btn--wa { background: #25d366; color: #fff; }
.btn--wa:hover { background: #1eb457; color: #fff; }
.btn--lg { padding: 16px 30px; font-size: 1.05rem; }

/* İkon boyutları — boyut kuralı olmayan bağlamlarda SVG'lerin şişmesini önler.
   (icon() helper varsayılanı 1em; aşağıdakiler bağlama göre ince ayar) */
.btn svg { width: 1.1em; height: 1.1em; vertical-align: -.14em; flex: none; }
.topbar__contact svg { width: 15px; height: 15px; vertical-align: -2px; }
.post-meta svg { width: 14px; height: 14px; vertical-align: -2px; }
.hero__slogan svg { width: 1.15em; height: 1.15em; vertical-align: -.15em; }
.btn--block { width: 100%; }
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; }

/* -- Üst bilgi (topbar + header) ------------------------------------------ */
.topbar { background: var(--navy); color: #cdd8e6; font-size: .88rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 40px; }
.topbar a { color: #fff; font-weight: 500; }
.topbar__contact { display: flex; gap: 18px; align-items: center; }
.topbar__slogan { opacity: .9; }

/* backdrop-filter kaldırıldı: fixed off-canvas menü için containing block
   oluşturup html overflow-x:clip'in menüyü kırpmasını engelliyordu. Zemin
   zaten %98 opak beyaz, görsel fark yok. */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--navy); font-size: 1.28rem; }
.brand:hover { text-decoration: none; }
.brand__mark { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--orange), #ff8a3d); display: grid; place-items: center; color: #fff; flex: none; box-shadow: 0 4px 12px rgba(255,106,0,.3); }
.brand__mark svg { width: 24px; height: 24px; }
.brand small { display: block; font-size: .68rem; color: var(--muted); font-weight: 600; letter-spacing: .02em; }

.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { color: var(--navy); font-weight: 600; padding: 8px 10px; border-radius: 8px; font-size: .92rem; white-space: nowrap; }
.main-nav a:hover { background: var(--bg); text-decoration: none; }
.main-nav a.is-active { color: var(--orange-dark); }
.header-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle { display: none; background: var(--navy); border: none; color: #fff; width: 46px; height: 44px; border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }

/* -- Hero ------------------------------------------------------------------ */
.hero { position: relative; background: linear-gradient(160deg, #10233f 0%, #1a3760 55%, #123 100%); color: #fff; overflow: hidden; }
.hero::after { content:""; position:absolute; inset:0; background: radial-gradient(1200px 400px at 85% -10%, rgba(255,106,0,.22), transparent 60%); pointer-events:none; }
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; padding-top: clamp(44px, 6vw, 76px); padding-bottom: clamp(44px, 6vw, 76px); }
.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero__lead { font-size: 1.12rem; color: #cdd9ea; max-width: 560px; margin-bottom: 1.5rem; }
.hero__slogan { display: inline-block; background: rgba(255,106,0,.15); border: 1px solid rgba(255,106,0,.4); color: #ffd0a8; padding: 7px 15px; border-radius: 999px; font-weight: 600; font-size: .92rem; margin-bottom: 1.4rem; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 1.4rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 18px; color: #b9c7db; font-size: .92rem; }
.hero__trust span { display: flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 18px; height: 18px; color: var(--orange); flex: none; }
.hero__card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 26px; backdrop-filter: blur(4px); }
.hero__card h3 { color: #fff; }

/* Küçük hızlı teklif formu (hero) */
.mini-form { display: grid; gap: 12px; }
.mini-form label { font-size: .85rem; color: #cdd9ea; font-weight: 600; display: block; margin-bottom: 4px; }
.mini-form input, .mini-form select, .mini-form textarea {
  width: 100%; padding: 12px 14px; border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.95); color: var(--text); font-family: inherit; font-size: .96rem;
}
.mini-form textarea { resize: vertical; min-height: 70px; }

/* -- Kartlar (grid) -------------------------------------------------------- */
.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d3ddea; }
.card__icon { width: 52px; height: 52px; border-radius: 12px; background: #fff2e8; color: var(--orange); display: grid; place-items: center; margin-bottom: 14px; flex: none; }
.card__icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: .4rem; font-size: 1.18rem; }
.card p { color: var(--muted); font-size: .96rem; margin-bottom: 1rem; }
.card__link { margin-top: auto; color: var(--orange-dark); font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.card__link svg { width: 16px; height: 16px; transition: transform .15s; }
.card:hover .card__link svg { transform: translateX(3px); }

/* Basit chip/list bölge & rota */
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; background: #fff; border: 1px solid var(--border); border-radius: 999px; color: var(--navy); font-weight: 600; font-size: .93rem; box-shadow: var(--shadow-sm); }
.chip:hover { border-color: var(--orange); color: var(--orange-dark); text-decoration: none; }
.chip svg { width: 15px; height: 15px; color: var(--orange); }

/* Taşınan eşyalar */
.items-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.item-tile { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 18px 12px; text-align: center; box-shadow: var(--shadow-sm); }
.item-tile svg { width: 34px; height: 34px; color: var(--navy); margin: 0 auto 8px; }
.item-tile span { font-size: .9rem; font-weight: 600; color: var(--navy); }

/* Süreç adımları */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 26px 22px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.step__num { width: 42px; height: 42px; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 800; display: grid; place-items: center; margin-bottom: 14px; font-size: 1.1rem; }
.step h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.step p { color: var(--muted); font-size: .93rem; margin: 0; }

/* Neden biz - özellik listesi */
.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature__icon { width: 44px; height: 44px; border-radius: 12px; background: #fff2e8; color: var(--orange); display: grid; place-items: center; flex: none; }
.feature__icon svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.feature p { color: var(--muted); font-size: .93rem; margin: 0; }

/* -- CTA şeridi ------------------------------------------------------------ */
.cta-band { background: linear-gradient(135deg, var(--orange), #ff8a3d); color: #fff; border-radius: var(--radius); padding: clamp(28px, 4vw, 44px); text-align: center; box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #fff5ee; max-width: 620px; margin: 0 auto 1.4rem; }
.cta-band .btn-group { justify-content: center; }

/* -- SSS (accordion) ------------------------------------------------------- */
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 22px; font-size: 1.02rem; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-family: inherit; }
.faq-q svg { width: 20px; height: 20px; flex: none; transition: transform .2s; color: var(--orange); }
.faq-item.is-open .faq-q svg { transform: rotate(45deg); }
.faq-a { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s ease; color: var(--muted); }
.faq-item.is-open .faq-a { padding: 0 22px 20px; max-height: 600px; }

/* -- İçerik (prose) -------------------------------------------------------- */
.prose { font-size: 1.03rem; color: var(--text); }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.1rem; }
.prose li { margin-bottom: .4rem; }
.prose a { color: var(--orange-dark); font-weight: 600; }
.legal-notice { background: #fff7ed; border: 1px solid #fcd9b0; color: #8a5a1a; padding: 14px 18px; border-radius: var(--radius-sm); font-size: .94rem; }

/* -- İçerik + yan panel düzeni --------------------------------------------- */
.content-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.sidebar { position: sticky; top: 90px; display: grid; gap: 20px; }
.sidebar-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.sidebar-box h3 { font-size: 1.1rem; }
.sidebar-list { list-style: none; padding: 0; margin: 0; }
.sidebar-list li { border-bottom: 1px solid var(--border); }
.sidebar-list li:last-child { border-bottom: none; }
.sidebar-list a { display: block; padding: 10px 0; color: var(--navy); font-weight: 500; font-size: .95rem; }
.sidebar-list a:hover { color: var(--orange-dark); text-decoration: none; }

/* -- Breadcrumb ------------------------------------------------------------ */
.breadcrumb { font-size: .88rem; color: var(--muted); padding: 16px 0; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.breadcrumb li::after { content: "›"; margin-left: 8px; color: var(--muted); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--orange-dark); }

/* -- Sayfa başlığı (iç sayfalar) ------------------------------------------ */
.page-hero { background: var(--navy); color: #fff; padding: clamp(30px, 5vw, 52px) 0; }
.page-hero h1 { color: #fff; margin-bottom: .5rem; }
.page-hero p { color: #c3d0e2; max-width: 700px; margin: 0; }
.page-hero .breadcrumb { color: #9fb0c7; padding-top: 0; }
.page-hero .breadcrumb a, .page-hero .breadcrumb li::after { color: #9fb0c7; }

/* -- Blog ------------------------------------------------------------------ */
.post-card { overflow: hidden; padding: 0; }
.post-card__img { aspect-ratio: 16/9; background: linear-gradient(135deg, #dfe7f1, #eef2f7); display: grid; place-items: center; color: var(--navy); }
.post-card__img svg { width: 46px; height: 46px; opacity: .45; }
.post-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.post-card__cat { color: var(--orange); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.post-card h3 { font-size: 1.12rem; margin: .3rem 0 .5rem; }
.post-meta { color: var(--muted); font-size: .85rem; display: flex; gap: 12px; margin-top: auto; }

.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.pagination a, .pagination span { padding: 9px 15px; border-radius: 8px; border: 1px solid var(--border); color: var(--navy); font-weight: 600; background: #fff; }
.pagination .is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.pagination a:hover { border-color: var(--orange); text-decoration: none; }

/* -- Formlar --------------------------------------------------------------- */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-weight: 600; font-size: .92rem; color: var(--navy); }
.form-group .req { color: var(--orange); }
.form-control {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 1rem; color: var(--text); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.form-control:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,0,.15); }
textarea.form-control { resize: vertical; min-height: 110px; }
.form-hint { font-size: .82rem; color: var(--muted); }
.form-error { color: #c62828; font-size: .85rem; }
.field-error .form-control { border-color: #c62828; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; }
.checkbox-row input { width: 20px; height: 20px; margin-top: 2px; flex: none; accent-color: var(--orange); }
.checkbox-row label { font-weight: 500; font-size: .92rem; color: var(--text); }
.fieldset { border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 18px; margin-bottom: 4px; }
.fieldset > legend { font-weight: 700; color: var(--navy); padding: 0 8px; font-size: .95rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Uyarı kutuları */
.alert { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 18px; font-weight: 500; }
.alert--success { background: #e8f7ee; border: 1px solid #b6e4c8; color: #1c7a41; }
.alert--error { background: #fdecea; border: 1px solid #f5c2bd; color: #b3261e; }
.alert--info { background: #eaf2fb; border: 1px solid #c2d8f0; color: #1c4e8a; }

/* -- Footer ---------------------------------------------------------------- */
.site-footer { background: var(--navy); color: #a9b8cc; padding-top: 56px; }
.site-footer a { color: #cdd8e6; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 40px; }
.footer-brand { color: #fff; font-weight: 800; font-size: 1.3rem; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; font-size: .93rem; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; font-size: .93rem; }
.footer-contact svg { width: 18px; height: 18px; color: var(--orange); flex: none; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: .86rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* -- Yüzen mobil butonlar -------------------------------------------------- */
.float-actions { position: fixed; right: 16px; bottom: 16px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-lg); }
.float-btn svg { width: 28px; height: 28px; }
.float-btn--wa { background: #25d366; }
.float-btn--call { background: var(--orange); display: none; }
.float-btn:hover { text-decoration: none; transform: scale(1.05); }

/* -- Yardımcılar ----------------------------------------------------------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.only-mobile { display: none; }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); aspect-ratio: 16/8; background: var(--bg); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* -- Duyarlı (responsive) -------------------------------------------------- */
@media (max-width: 980px) {
  .hero .container { grid-template-columns: 1fr; gap: 28px; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .items-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
/* Nav: yatay menü ~1080px altında sığmadığından hamburger'a geçilir (yalnız nav) */
@media (max-width: 1080px) {
  .main-nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 320px); background: #fff; flex-direction: column; align-items: stretch; padding: 80px 20px 24px; gap: 4px; box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .25s ease; z-index: 105; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 13px 14px; font-size: 1.05rem; border-bottom: 1px solid var(--border); border-radius: 0; }
  .nav-toggle { display: inline-flex; }
  .header-cta .btn:not(.nav-toggle) { display: none; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(16,35,63,.5); z-index: 104; opacity: 0; visibility: hidden; transition: opacity .2s; }
  .nav-backdrop.is-open { opacity: 1; visibility: visible; }
}
/* Yerleşim (grid/topbar) kırılımı tabletlerde erken bozulmasın diye 760'ta kalır */
@media (max-width: 760px) {
  .topbar { display: none; }
  .grid--3, .grid--4, .grid--2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .items-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .float-btn--call { display: grid; }
  .hero__buttons .btn { flex: 1 1 100%; }
  .only-mobile { display: block; }
}
@media (max-width: 420px) {
  .items-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Erişilebilirlik: focus görünürlüğü */
:focus-visible { outline: 3px solid rgba(255,106,0,.55); outline-offset: 2px; border-radius: 4px; }
.nav-open { overflow: hidden; }
