/* ======================================================
   SEYHAN TAKSİ — Marka Kimliği
   Tema: Seyhan Nehri'nin gece lacivert akışı + Çukurova gün batımı
   Fontlar: Space Grotesk (başlık), Inter (gövde), Space Mono (taksimetre)
   ====================================================== */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root{
  --night:#0F2138;       /* Seyhan nehri gece lacivert */
  --night-2:#152C48;
  --brick:#C1440E;       /* Adana biberi kırmızısı */
  --brick-dark:#9E3609;
  --gold:#E8A33D;        /* Çukurova gün batımı */
  --teal:#1E6B63;        /* nehir yeşili */
  --paper:#F6F1E6;       /* sıcak kağıt zemin */
  --paper-2:#EFE7D6;
  --ink:#181A1F;
  --ink-soft:#4B4F58;
  --white:#FFFFFF;
  --line: rgba(15,33,56,0.12);
  --shadow: 0 12px 30px rgba(15,33,56,0.14);
  --radius: 18px;
  --maxw: 1180px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter', sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
h1,h2,h3,h4{
  font-family:'Space Grotesk', sans-serif;
  font-weight:700;
  line-height:1.12;
  margin:0 0 .5em;
  letter-spacing:-0.01em;
}
p{margin:0 0 1em;}
.container{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
.mono{font-family:'Space Mono', monospace;}

/* Görsel odak / erişilebilirlik */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:2px;
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
}

/* ---------- ÜST BİLGİ ŞERİDİ (canlı durum) ---------- */
.topbar{
  background:var(--night);
  color:#DCE6F0;
  font-size:13.5px;
}
.topbar .container{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding-top:9px; padding-bottom:9px; flex-wrap:wrap;
}
.topbar .status{display:flex; align-items:center; gap:8px; font-weight:600; color:#fff;}
.dot{
  width:9px; height:9px; border-radius:50%;
  background:#33D17A;
  box-shadow:0 0 0 0 rgba(51,209,122,.6);
  animation:pulse 1.8s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(51,209,122,.55);}
  70%{box-shadow:0 0 0 8px rgba(51,209,122,0);}
  100%{box-shadow:0 0 0 0 rgba(51,209,122,0);}
}
.topbar .quick-links{display:flex; gap:18px; flex-wrap:wrap;}
.topbar .quick-links a{opacity:.9;}
.topbar .quick-links a:hover{color:var(--gold);}
.topbar .call{
  background:var(--brick); color:#fff; font-weight:700;
  padding:6px 14px; border-radius:999px; font-family:'Space Mono',monospace;
  letter-spacing:.02em;
}

/* ---------- HEADER / NAV ---------- */
header.site-header{
  background:var(--paper);
  border-bottom:1px solid var(--line);
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(6px);
}
.nav-wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 24px;
}
.brand{display:flex; align-items:center; gap:12px;}
.brand-mark{
  width:46px; height:46px; border-radius:12px;
  background:linear-gradient(155deg, var(--brick) 0%, var(--gold) 100%);
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-family:'Space Grotesk'; font-weight:700; font-size:20px;
  box-shadow: var(--shadow);
}
.brand-text .name{font-family:'Space Grotesk'; font-weight:700; font-size:20px; color:var(--night); line-height:1;}
.brand-text .tag{font-size:12.5px; color:var(--ink-soft); letter-spacing:.03em;}
nav.main-nav{display:flex; align-items:center; gap:28px;}
nav.main-nav a{
  font-weight:600; font-size:15px; color:var(--night);
  position:relative; padding:4px 0;
}
nav.main-nav a::after{
  content:''; position:absolute; left:0; bottom:-2px; height:2px; width:0;
  background:var(--brick); transition:width .25s ease;
}
nav.main-nav a:hover::after, nav.main-nav a.active::after{width:100%;}
nav.main-nav a.active{color:var(--brick);}
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-weight:700; font-size:15px; padding:12px 22px;
  border-radius:999px; border:none; cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--brick); color:#fff; box-shadow:0 10px 22px rgba(193,68,14,.32);}
.btn-primary:hover{background:var(--brick-dark);}
.btn-outline{background:transparent; color:var(--night); border:2px solid var(--night);}
.btn-ghost{background:var(--night); color:#fff;}
.header-cta{display:flex; align-items:center; gap:14px;}
.burger{display:none; background:none; border:none; cursor:pointer; padding:6px;}
.burger span{display:block; width:26px; height:3px; background:var(--night); margin:5px 0; border-radius:2px;}

/* ---------- HERO ---------- */
.hero{
  position:relative; overflow:hidden;
  background:radial-gradient(ellipse at 15% 0%, var(--night-2) 0%, var(--night) 55%, #0A1830 100%);
  color:#fff; padding:76px 0 0;
}
.hero .container{
  display:grid; grid-template-columns:1.15fr .85fr; gap:48px; align-items:center;
  padding-bottom:64px;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Space Mono', monospace; font-size:12.5px; letter-spacing:.08em;
  text-transform:uppercase; color:var(--gold);
  border:1px solid rgba(232,163,61,.4); padding:6px 12px; border-radius:999px;
  margin-bottom:22px;
}
.hero h1{font-size:clamp(34px, 4.6vw, 54px); color:#fff;}
.hero h1 em{font-style:normal; color:var(--gold);}
.hero p.lead{font-size:18px; color:#C8D3E0; max-width:520px;}
.hero-actions{display:flex; gap:14px; margin-top:30px; flex-wrap:wrap;}
.hero-stats{display:flex; gap:34px; margin-top:44px; flex-wrap:wrap;}
.hero-stats .stat b{
  display:block; font-family:'Space Grotesk'; font-size:26px; color:#fff;
}
.hero-stats .stat span{font-size:13px; color:#9FB0C4;}

/* Taksimetre kartı — imza öge */
.meter-card{
  background:linear-gradient(160deg,#12283F, #0C1C31);
  border:1px solid rgba(232,163,61,.25);
  border-radius:22px; padding:28px;
  box-shadow: 0 22px 50px rgba(0,0,0,.45);
  position:relative;
}
.meter-card::before{
  content:'TAKSİMETRE';
  position:absolute; top:-11px; left:24px;
  background:var(--brick); color:#fff; font-family:'Space Mono';
  font-size:11px; letter-spacing:.1em; padding:4px 10px; border-radius:6px;
}
.meter-row{display:flex; justify-content:space-between; align-items:center; padding:10px 0; border-bottom:1px dashed rgba(255,255,255,.14);}
.meter-row:last-of-type{border-bottom:none;}
.meter-row .label{font-size:12.5px; color:#93A4B8; text-transform:uppercase; letter-spacing:.06em;}
.meter-row .value{font-family:'Space Mono'; font-weight:700; font-size:15px; color:#fff;}
.meter-phone{
  margin-top:18px; text-align:center; padding:18px 10px;
  background:rgba(232,163,61,.08); border:1px solid rgba(232,163,61,.35); border-radius:14px;
}
.meter-phone .lbl{font-size:12px; color:var(--gold); letter-spacing:.08em; text-transform:uppercase; margin-bottom:6px;}
.meter-phone .num{
  font-family:'Space Mono'; font-size:clamp(24px,3vw,30px); font-weight:700; color:#fff;
  letter-spacing:.02em;
}
.meter-phone .num span{color:var(--gold);}

/* Nehir dalga ayırıcı */
.wave{display:block; width:100%; line-height:0;}
.wave svg{width:100%; height:70px; display:block;}

/* ---------- ŞOFÖR BİLGİ TABLOSU (üstte, öne çıkan) ---------- */
.driver-strip{
  background:var(--paper); padding:0 0 56px;
  margin-top:-1px;
}
.driver-card{
  background:#fff; border-radius:var(--radius); box-shadow:var(--shadow);
  border:1px solid var(--line);
  display:grid; grid-template-columns:auto 1fr auto; gap:26px; align-items:center;
  padding:26px 30px; margin-top:-46px; position:relative; z-index:5;
}
.driver-avatar{
  width:74px; height:74px; border-radius:50%;
  background:linear-gradient(155deg,var(--teal), var(--night));
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-family:'Space Grotesk'; font-weight:700; font-size:26px;
  flex-shrink:0;
}
.driver-table{width:100%; border-collapse:collapse;}
.driver-table td{padding:6px 14px 6px 0; font-size:14.5px; vertical-align:top;}
.driver-table td.k{color:var(--ink-soft); font-weight:600; white-space:nowrap; width:130px;}
.driver-table td.v{color:var(--night); font-weight:700;}
.driver-table td.v.mono{font-family:'Space Mono'; letter-spacing:.02em;}
.driver-badge{
  display:inline-block; background:rgba(30,107,99,.12); color:var(--teal);
  font-size:12px; font-weight:700; padding:3px 10px; border-radius:999px; margin-left:8px;
}
@media (max-width:760px){
  .driver-card{grid-template-columns:1fr; text-align:left; padding:22px;}
}

/* ---------- BÖLÜM GENEL ---------- */
section{padding:78px 0;}
.section-head{max-width:640px; margin:0 auto 46px;}
.section-head.center{text-align:center; margin-left:auto; margin-right:auto;}
.kicker{
  font-family:'Space Mono'; font-size:12.5px; letter-spacing:.1em; text-transform:uppercase;
  color:var(--brick); margin-bottom:10px; display:block; font-weight:700;
}
.section-head h2{font-size:clamp(26px,3.2vw,38px); color:var(--night);}
.section-head p{color:var(--ink-soft); font-size:16.5px;}

.section-alt{background:#fff;}
.section-dark{background:var(--night); color:#fff;}
.section-dark .section-head h2{color:#fff;}
.section-dark .section-head p{color:#AAB9CB;}

/* ---------- HİZMET KARTLARI ---------- */
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
.card{
  background:#fff; border-radius:16px; padding:30px 26px;
  border:1px solid var(--line); box-shadow:0 6px 18px rgba(15,33,56,.06);
  transition:transform .2s ease, box-shadow .2s ease;
}
.card:hover{transform:translateY(-5px); box-shadow:var(--shadow);}
.card .ic{
  width:52px; height:52px; border-radius:12px; margin-bottom:16px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(155deg, var(--gold), var(--brick));
  color:#fff;
}
.card h3{font-size:19px; color:var(--night);}
.card p{color:var(--ink-soft); font-size:15px; margin-bottom:0;}

/* ---------- SÜREÇ (gerçek sıra: ara → onay → varış) ---------- */
.process{display:flex; gap:0; counter-reset:step;}
.step{flex:1; position:relative; padding:0 22px;}
.step:first-child{padding-left:0;}
.step:last-child{padding-right:0;}
.step-num{
  font-family:'Space Mono'; font-size:34px; font-weight:700; color:var(--gold);
  opacity:.5; margin-bottom:6px;
}
.step h3{color:var(--night); font-size:18px;}
.step p{color:var(--ink-soft); font-size:14.5px;}
.step-line{
  position:absolute; top:20px; right:-14px; width:28px; height:2px; background:var(--line);
}
.step:last-child .step-line{display:none;}
@media(max-width:820px){
  .process{flex-direction:column; gap:28px;}
  .step-line{display:none;}
}

/* ---------- BÖLGELER ---------- */
.districts{display:flex; flex-wrap:wrap; gap:10px;}
.district-pill{
  background:var(--paper-2); border:1px solid var(--line); color:var(--night);
  font-weight:600; font-size:14px; padding:9px 16px; border-radius:999px;
}

/* ---------- İSTATİSTİK ŞERİDİ ---------- */
.stat-strip{
  background:var(--night); color:#fff; padding:44px 0;
}
.stat-strip .grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center;}
.stat-strip b{display:block; font-family:'Space Grotesk'; font-size:32px; color:var(--gold);}
.stat-strip span{font-size:13.5px; color:#B7C2D1;}

/* ---------- YORUMLAR ---------- */
.quote-card{
  background:#fff; border-radius:16px; padding:26px; border:1px solid var(--line);
  box-shadow:0 6px 18px rgba(15,33,56,.06);
}
.quote-card .stars{color:var(--gold); font-size:15px; margin-bottom:10px; letter-spacing:2px;}
.quote-card p{color:var(--ink); font-size:15px;}
.quote-card .who{font-weight:700; color:var(--night); font-size:14px;}
.quote-card .where{color:var(--ink-soft); font-size:12.5px;}

/* ---------- SSS ---------- */
.faq-item{
  border-bottom:1px solid var(--line); padding:20px 0;
}
.faq-item summary{
  cursor:pointer; font-weight:700; color:var(--night); font-size:16px;
  list-style:none; display:flex; justify-content:space-between; align-items:center; gap:12px;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:'+'; font-size:22px; color:var(--brick); font-family:'Space Grotesk'; flex-shrink:0;
}
.faq-item[open] summary::after{content:'–';}
.faq-item p{margin-top:12px; color:var(--ink-soft); font-size:15px;}

/* ---------- CTA BANDI ---------- */
.cta-band{
  background:linear-gradient(135deg, var(--brick), var(--brick-dark));
  color:#fff; border-radius:24px; padding:50px; text-align:center;
  position:relative; overflow:hidden;
}
.cta-band h2{color:#fff; font-size:clamp(24px,3vw,32px);}
.cta-band p{color:rgba(255,255,255,.88);}
.cta-band .btn-ghost{background:#fff; color:var(--brick);}
.cta-band .btn-ghost:hover{background:var(--paper);}

/* ---------- İLETİŞİM SAYFASI ---------- */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start;}
.info-list{list-style:none; margin:0; padding:0;}
.info-list li{
  display:flex; gap:16px; padding:18px 0; border-bottom:1px solid var(--line);
}
.info-list .ic{
  width:44px; height:44px; border-radius:11px; flex-shrink:0;
  background:var(--paper-2); display:flex; align-items:center; justify-content:center; color:var(--brick);
}
.info-list .k{font-size:12.5px; text-transform:uppercase; letter-spacing:.06em; color:var(--ink-soft); font-weight:700;}
.info-list .v{font-weight:700; color:var(--night); font-size:16px;}
.info-list .v a:hover{color:var(--brick);}
.map-embed{
  border-radius:16px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow);
}
.map-embed iframe{width:100%; height:340px; border:0; display:block;}
.contact-form{background:#fff; border-radius:16px; padding:30px; border:1px solid var(--line); box-shadow:var(--shadow);}
.form-row{margin-bottom:16px;}
.form-row label{display:block; font-weight:700; font-size:13.5px; color:var(--night); margin-bottom:6px;}
.form-row input, .form-row textarea{
  width:100%; padding:12px 14px; border-radius:10px; border:1.5px solid var(--line);
  font-family:'Inter'; font-size:15px; background:var(--paper);
}
.form-row input:focus, .form-row textarea:focus{border-color:var(--brick); outline:none;}

/* ---------- FOOTER ---------- */
footer.site-footer{
  background:#0B1929; color:#B7C2D1; padding:60px 0 0; margin-top:80px;
}
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:36px; padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-grid h4{color:#fff; font-size:14px; letter-spacing:.04em; text-transform:uppercase; margin-bottom:16px;}
.footer-grid ul{list-style:none; margin:0; padding:0;}
.footer-grid li{margin-bottom:10px; font-size:14.5px;}
.footer-grid a:hover{color:var(--gold);}
.footer-brand .brand-text .name{color:#fff;}
.footer-brand p{color:#8C9AAC; font-size:14px; max-width:280px; margin-top:14px;}
.footer-bottom{
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;
  padding:22px 0; font-size:13px; color:#7C8AA0;
}
.footer-tech{display:flex; gap:16px; flex-wrap:wrap;}
.footer-tech a{
  border:1px solid rgba(255,255,255,.16); padding:4px 12px; border-radius:999px; font-family:'Space Mono'; font-size:12px;
}
.footer-tech a:hover{border-color:var(--gold); color:var(--gold);}

/* ---------- SAYFA BAŞLIĞI (iç sayfalar) ---------- */
.page-hero{
  background:radial-gradient(ellipse at 85% 0%, var(--night-2) 0%, var(--night) 60%, #0A1830 100%);
  color:#fff; padding:64px 0 90px; text-align:left;
}
.page-hero .container{max-width:900px;}
.breadcrumb{font-size:13px; color:#9FB0C4; margin-bottom:16px; font-family:'Space Mono';}
.breadcrumb a:hover{color:var(--gold);}
.page-hero h1{font-size:clamp(28px,4vw,44px); color:#fff;}
.page-hero p{color:#C8D3E0; font-size:17px; max-width:640px;}

/* ---------- YARDIMCI ---------- */
.mt0{margin-top:0;}
.text-center{text-align:center;}
.tag-list{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px;}
.tag-list span{
  background:var(--paper-2); color:var(--night); font-size:12.5px; font-weight:600;
  padding:5px 12px; border-radius:999px;
}

/* ---------- RESPONSİVE ---------- */
@media (max-width:980px){
  .hero .container{grid-template-columns:1fr;}
  .meter-card{order:-1;}
  .grid-3, .grid-2, .contact-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .stat-strip .grid-4{grid-template-columns:1fr 1fr;}
}
@media (max-width:760px){
  nav.main-nav{
    position:fixed; inset:70px 0 0 0; background:var(--paper); flex-direction:column;
    align-items:flex-start; padding:28px 24px; gap:22px; transform:translateX(100%);
    transition:transform .3s ease; overflow-y:auto;
  }
  nav.main-nav.open{transform:translateX(0);}
  .burger{display:block;}
  .header-cta .btn-outline{display:none;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column; align-items:flex-start;}
  .driver-card{margin-top:-30px;}
}
