/* =========================================================
   MOTORLU VALE HİZMETİ — Premium Elite Design System
   Palette: Deep obsidian black + muted antique gold + ivory
   Type: Playfair Display (serif, editorial) + Inter (sans, body)
   ========================================================= */

:root {
  --black: #0a0908;
  --black-soft: #131110;
  --charcoal: #1c1916;
  --ivory: #faf7f0;
  --ivory-dim: #f0ead9;
  --cream: #ede4cf;
  --gold: #c6a25a;
  --gold-light: #e3c988;
  --gold-deep: #9c7c3a;
  --line-gold: rgba(198, 162, 90, 0.35);
  --text-on-dark: #efe9db;
  --text-on-dark-dim: #b8ae99;
  --text-on-light: #221e19;
  --text-on-light-dim: #5c5548;
  --whatsapp: #25d366;
  --shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.55);
  --radius: 2px;
  --container: 1180px;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--text-on-light);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
  letter-spacing: 0.01em;
}
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.4em; }
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 14px;
}
.eyebrow::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 46px; height: 1px;
  background: var(--gold);
}
.eyebrow.center { text-align: center; }
.eyebrow.center::after { left: 50%; transform: translateX(-50%); }
.section { padding: 100px 0; }
.section.tight { padding: 70px 0; }
.section-dark { background: var(--black); color: var(--text-on-dark); }
.section-charcoal { background: var(--charcoal); color: var(--text-on-dark); }
.section-cream { background: var(--cream); }
.section-ivory { background: var(--ivory); }
.section-dark h2, .section-charcoal h2 { color: var(--ivory); }
.section-dark p, .section-charcoal p { color: var(--text-on-dark-dim); }
.hairline { border: none; border-top: 1px solid var(--line-gold); margin: 3em 0; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 32px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  color: var(--black);
  border-color: transparent;
}
.btn-gold:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline-dark { color: var(--ivory); border-color: var(--gold); background: transparent; }
.btn-outline-dark:hover { background: var(--gold); color: var(--black); }
.btn-outline-light { color: var(--text-on-light); border-color: var(--text-on-light); }
.btn-outline-light:hover { background: var(--text-on-light); color: var(--ivory); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; border-color: var(--whatsapp); }
.btn-whatsapp:hover { filter: brightness(1.08); }
.btn-sm { padding: 11px 22px; font-size: 12px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(10, 9, 8, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-gold);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; white-space: nowrap; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); color: var(--gold); font-size: 18px;
}
.brand-name { font-family: var(--serif); color: var(--ivory); font-size: 17px; letter-spacing: 0.01em; line-height: 1.1; white-space: nowrap; }
.brand-name small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: 0.15em; color: var(--gold); text-transform: uppercase; margin-top: 3px; font-weight: 600; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.main-nav a {
  font-size: 11.5px; letter-spacing: 0.03em; text-transform: uppercase; white-space: nowrap;
  color: var(--text-on-dark-dim); font-weight: 500; position: relative; padding: 6px 0;
}
.main-nav a:hover, .main-nav a.active { color: var(--gold); }
.header-cta { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.header-phone { color: var(--ivory); font-size: 13.5px; font-weight: 600; letter-spacing: 0.01em; white-space: nowrap; padding-left: 20px; border-left: 1px solid var(--line-gold); }
.header-phone .lbl { display: block; font-size: 9px; letter-spacing: 0.14em; color: var(--gold); text-transform: uppercase; font-weight: 600; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 1px solid var(--gold); color: var(--gold); width: 42px; height: 42px; align-items: center; justify-content: center; }

/* Mobile nav drawer */
.mobile-nav { display: none; }

/* Hero */
.hero {
  position: relative;
  background: radial-gradient(ellipse at top right, #221c12 0%, var(--black) 55%), var(--black);
  color: var(--ivory);
  padding: 120px 0 130px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(115deg, transparent 0 120px, rgba(198,162,90,0.04) 120px 121px),
    repeating-linear-gradient(25deg, transparent 0 120px, rgba(198,162,90,0.04) 120px 121px);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero h1 { font-size: 52px; color: var(--ivory); margin-bottom: 24px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { font-size: 18px; color: var(--text-on-dark-dim); max-width: 560px; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 40px; margin-top: 56px; }
.hero-stats div strong { display: block; font-family: var(--serif); font-size: 30px; color: var(--gold-light); }
.hero-stats div span { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-on-dark-dim); }
.hero-badge {
  border: 1px solid var(--line-gold);
  background: rgba(198,162,90,0.06);
  padding: 28px;
  border-radius: var(--radius);
}
.hero-badge ul { list-style: none; padding: 0; margin: 0; }
.hero-badge li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 14px; color: var(--text-on-dark-dim); }
.hero-badge li:last-child { border-bottom: none; }
.hero-badge svg { flex: none; color: var(--gold); }

/* Page hero (interior pages) */
.page-hero {
  background: var(--black);
  color: var(--ivory);
  padding: 76px 0 64px;
  border-bottom: 1px solid var(--line-gold);
}
.page-hero h1 { font-size: 38px; color: var(--ivory); margin-bottom: 14px; }
.page-hero p { color: var(--text-on-dark-dim); max-width: 700px; font-size: 16px; margin: 0; }
.breadcrumb { font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-on-dark-dim); margin-bottom: 18px; }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }

/* Cards / Grids */
.grid { display: grid; gap: 32px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--ivory);
  border: 1px solid rgba(0,0,0,0.07);
  padding: 36px 30px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .icon { width: 46px; height: 46px; color: var(--gold); margin-bottom: 20px; }
.card h3 { font-size: 20px; margin-bottom: 12px; }
.card p { color: var(--text-on-light-dim); font-size: 15px; margin-bottom: 0; }
.card-dark { background: var(--charcoal); border-color: rgba(255,255,255,0.07); }
.card-dark h3 { color: var(--ivory); }
.card-dark p { color: var(--text-on-dark-dim); }
.card a.card-link { display: inline-block; margin-top: 16px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

.section-head { max-width: 680px; margin: 0 0 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: 34px; }
.section-head p { color: var(--text-on-light-dim); font-size: 16px; margin: 0; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; counter-reset: step; }
.step { position: relative; padding-top: 10px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--serif); font-size: 44px; color: var(--gold); opacity: 0.5; display: block; margin-bottom: 14px;
}
.step h3 { font-size: 18px; }
.step p { font-size: 14px; color: var(--text-on-dark-dim); }

/* Stats bar */
.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats-bar strong { display: block; font-family: var(--serif); font-size: 38px; color: var(--gold-light); }
.stats-bar span { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-on-dark-dim); }

/* Districts grid */
.district-chip {
  display: block; padding: 20px 22px; background: var(--ivory);
  border: 1px solid rgba(0,0,0,0.08); font-family: var(--serif); font-size: 17px;
  transition: all .25s ease;
}
.district-chip:hover { border-color: var(--gold); background: var(--cream); }
.district-chip span { display: block; font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-deep); margin-top: 6px; font-weight: 600; }

/* FAQ accordion */
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.09); }
.faq-item:first-child { border-top: 1px solid rgba(0,0,0,0.09); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--serif); font-size: 18px; color: var(--text-on-light);
}
.section-dark .faq-q, .section-charcoal .faq-q { color: var(--ivory); }
.section-dark .faq-item, .section-charcoal .faq-item { border-color: rgba(255,255,255,0.12); }
.faq-q .plus { flex: none; width: 22px; height: 22px; position: relative; }
.faq-q .plus::before, .faq-q .plus::after { content: ''; position: absolute; background: var(--gold); transition: transform .3s ease; }
.faq-q .plus::before { width: 100%; height: 1px; top: 50%; left: 0; }
.faq-q .plus::after { width: 1px; height: 100%; left: 50%; top: 0; }
.faq-item.open .plus::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding-bottom: 24px; color: var(--text-on-light-dim); font-size: 15px; max-width: 800px; }
.section-dark .faq-a-inner, .section-charcoal .faq-a-inner { color: var(--text-on-dark-dim); }
.faq-item.open .faq-a { max-height: 600px; }

/* Long-form article / read-more */
.prose { max-width: 780px; }
.prose h2 { font-size: 26px; margin-top: 1.6em; }
.prose h3 { font-size: 20px; margin-top: 1.4em; }
.prose p, .prose li { color: var(--text-on-light-dim); font-size: 16px; }
.prose ul, .prose ol { margin-bottom: 1.4em; }
.prose blockquote {
  border-left: 3px solid var(--gold); margin: 2em 0; padding: 0.4em 0 0.4em 24px;
  font-family: var(--serif); font-size: 20px; font-style: italic; color: var(--text-on-light);
}
.read-more-wrap { position: relative; max-height: 620px; overflow: hidden; transition: max-height .5s ease; }
.read-more-wrap.expanded { max-height: none; }
.read-more-fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 160px;
  background: linear-gradient(to bottom, transparent, var(--ivory));
  pointer-events: none; transition: opacity .3s ease;
}
.read-more-wrap.expanded .read-more-fade { opacity: 0; }
.read-more-btn { margin-top: 24px; }
.section-dark .read-more-fade, .section-charcoal .read-more-fade { background: linear-gradient(to bottom, transparent, var(--charcoal)); }

/* Testimonial / trust strip */
.trust-strip { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: center; }
.trust-strip .item { display: flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: .04em; color: var(--text-on-dark-dim); }
.trust-strip svg { color: var(--gold); flex: none; }

/* CTA band */
.cta-band {
  background: linear-gradient(120deg, var(--charcoal), var(--black));
  color: var(--ivory); text-align: center; padding: 90px 24px; border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold);
}
.cta-band h2 { font-size: 32px; color: var(--ivory); }
.cta-band p { color: var(--text-on-dark-dim); max-width: 560px; margin: 0 auto 34px; }

/* Blog cards */
.post-card { display: flex; flex-direction: column; background: var(--ivory); border: 1px solid rgba(0,0,0,0.08); }
.post-card .tag { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }
.post-card .pad { padding: 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.post-card h3 { font-size: 19px; margin: 0; }
.post-card p { color: var(--text-on-light-dim); font-size: 14px; margin: 0; }
.post-card .meta { margin-top: auto; font-size: 12px; color: var(--text-on-light-dim); display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.06); }
.post-card .thumb { height: 8px; background: linear-gradient(90deg, var(--gold-deep), var(--gold-light)); }

/* Footer */
.site-footer { background: var(--black); color: var(--text-on-dark-dim); padding: 80px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 50px; margin-bottom: 60px; }
.footer-grid h4 { color: var(--gold); font-family: var(--sans); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; font-weight: 700; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 11px; font-size: 14px; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; }
.footer-bottom a:hover { color: var(--gold); }
.footer-brandline { margin-top: 18px; font-size: 12px; color: var(--text-on-dark-dim); opacity: 0.75; text-align: center; }
.footer-brandline a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.footer-brandline a:hover { color: var(--gold); }
.footer-desc { color: var(--text-on-dark-dim); font-size: 14px; max-width: 320px; margin-top: 14px; }
.footer-phone { font-family: var(--serif); font-size: 22px; color: var(--gold-light); margin-top: 6px; display: inline-block; }

/* Floating action buttons */
.fab-stack { position: fixed; right: 26px; bottom: 26px; z-index: 900; display: flex; flex-direction: column; gap: 14px; }
.fab {
  width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35); color: #fff; position: relative;
}
.fab-whatsapp { background: var(--whatsapp); }
.fab-call { background: linear-gradient(135deg, var(--gold-light), var(--gold-deep)); color: var(--black); }
.fab-ping { position: absolute; inset: 0; border-radius: 50%; background: rgba(37,211,102,0.5); animation: ping 2s infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.9); opacity: 0; } }

/* Mobile sticky bar */
.mobile-bar { display: none; }

/* Utility */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.badge {
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700;
  padding: 7px 14px; border: 1px solid var(--line-gold); color: var(--gold-deep);
}
.section-dark .badge, .section-charcoal .badge { color: var(--gold-light); }
.district-list-page { columns: 2; gap: 40px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.sidebar-box { background: var(--cream); padding: 30px; border: 1px solid rgba(0,0,0,0.07); }
.sidebar-box h4 { font-family: var(--sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 16px; font-weight: 700; }
.sidebar-box ul { list-style: none; padding: 0; margin: 0; }
.sidebar-box li { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.07); font-size: 14px; }
.sidebar-box li a:hover { color: var(--gold-deep); }
.toc { background: var(--cream); padding: 24px 28px; margin-bottom: 40px; border-left: 3px solid var(--gold); }
.toc h4 { font-family: var(--sans); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 12px; color: var(--gold-deep); }
.toc ol { margin: 0; padding-left: 1.2em; font-size: 14px; }
.toc a:hover { color: var(--gold-deep); }
.author-box { display: flex; gap: 18px; align-items: center; background: var(--cream); padding: 24px; margin-top: 50px; }
.author-avatar { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--serif); color: var(--gold-deep); font-size: 22px; flex: none; }
.author-box h4 { font-size: 15px; margin: 0 0 4px; }
.author-box p { font-size: 13px; margin: 0; color: var(--text-on-light-dim); }

/* Responsive */
@media (max-width: 1300px) {
  .header-phone { display: none; }
}
@media (max-width: 980px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .hero h1 { font-size: 38px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .district-list-page { columns: 1; }
  .main-nav { display: none; }
  .header-phone { display: none; }
  .header-wa-btn { display: none; }
  .nav-toggle { display: flex; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .hero { padding: 56px 0 64px; }
  .hero h1 { font-size: 30px; }
  .hero-stats { margin-top: 36px; flex-wrap: wrap; row-gap: 16px; }
  .section-head h2 { font-size: 26px; }
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  body { padding-bottom: 66px; }
  .mobile-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
    border-top: 1px solid var(--line-gold);
  }
  .mobile-bar a {
    flex: 1; text-align: center; padding: 15px 8px; font-size: 13px; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; display: flex; align-items: center; justify-content: center; gap: 8px;
  }
  .mobile-bar a.call { background: var(--black); color: var(--gold-light); }
  .mobile-bar a.whatsapp { background: var(--whatsapp); color: #fff; }
  .fab-stack { right: 16px; bottom: 76px; }
  .fab { width: 50px; height: 50px; }
}

/* Mobile nav drawer */
.mobile-nav-panel {
  position: fixed; inset: 0; background: var(--black); z-index: 1000;
  padding: 100px 30px 40px; transform: translateX(100%); transition: transform .35s ease; overflow-y: auto;
}
.mobile-nav-panel.open { transform: translateX(0); }
.mobile-nav-panel a { display: block; font-family: var(--serif); font-size: 24px; color: var(--ivory); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-nav-panel .close-btn { position: absolute; top: 28px; right: 28px; background: none; border: 1px solid var(--gold); color: var(--gold); width: 42px; height: 42px; }
.mobile-nav-panel .mn-cta { margin-top: 30px; }
