
/* ===== ANTAKYA TAKSİ DURAĞI — STYLE.CSS ===== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');

:root {
  --fire:    #e8470a;
  --gold:    #f5a623;
  --dark:    #0d0d0f;
  --dark2:   #161619;
  --dark3:   #1e1e24;
  --text:    #e8e8ee;
  --muted:   #8a8a9a;
  --border:  rgba(255,255,255,0.08);
  --radius:  14px;
  --shadow:  0 8px 40px rgba(0,0,0,0.55);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--dark);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold); text-decoration: none; transition: color .2s; }
a:hover { color: var(--fire); }

img { max-width: 100%; display: block; border-radius: var(--radius); }

/* ─── NAVBAR ─── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  height: 70px;
  background: rgba(13,13,15,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
.navbar.scrolled { box-shadow: 0 4px 30px rgba(232,71,10,0.15); }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.nav-logo span { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 2px; color: var(--gold); }
.nav-badge {
  background: var(--fire); color: #fff;
  font-size: .7rem; font-weight: 700;
  padding: 3px 9px; border-radius: 20px;
  animation: pulse-badge 2s infinite;
}
@keyframes pulse-badge {
  0%,100% { opacity: 1; } 50% { opacity: .7; }
}
.nav-phone a {
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--fire), var(--gold));
  color: #fff; font-weight: 700; font-size: .9rem;
  padding: 9px 20px; border-radius: 30px;
  white-space: nowrap;
}
.nav-phone a:hover { opacity: .88; color: #fff; }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding-top: 70px;
}
.hero-slides {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(13,13,15,0.6) 0%, rgba(13,13,15,0.85) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,71,10,0.18);
  border: 1px solid rgba(232,71,10,0.4);
  color: var(--gold); font-size: .85rem; font-weight: 600;
  padding: 7px 18px; border-radius: 30px; margin-bottom: 24px;
}
.hero-badge span { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; animation: blink 1.4s infinite; display: block; }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:.2;} }
.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 1.0;
  letter-spacing: 3px;
  background: linear-gradient(135deg, #fff 30%, var(--gold) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.hero p {
  font-size: 1.15rem; color: rgba(232,232,238,0.85);
  max-width: 560px; margin: 0 auto 36px;
}
.hero-cta {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.btn-fire {
  display: inline-flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, var(--fire), var(--gold));
  color: #fff; font-weight: 700; font-size: 1rem;
  padding: 15px 34px; border-radius: 40px;
  box-shadow: 0 4px 24px rgba(232,71,10,0.4);
  transition: transform .2s, box-shadow .2s;
}
.btn-fire:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,71,10,0.55); color: #fff; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 9px;
  border: 2px solid rgba(255,255,255,0.3);
  color: #fff; font-weight: 600; font-size: 1rem;
  padding: 15px 34px; border-radius: 40px;
  transition: border-color .2s, background .2s;
}
.btn-outline:hover { border-color: var(--gold); background: rgba(245,166,35,0.08); color: var(--gold); }

/* ─── STATS ─── */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item {
  background: var(--dark2);
  padding: 28px 20px; text-align: center;
}
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
  color: var(--gold);
  line-height: 1;
}
.stat-label { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* ─── SECTION GENEL ─── */
.section { padding: 80px 5vw; }
.section-sm { padding: 50px 5vw; }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  margin-bottom: 12px;
}
.section-sub { color: var(--muted); font-size: 1rem; margin-bottom: 48px; }
.accent { color: var(--gold); }
.fire-accent { color: var(--fire); }

/* ─── BÖLGELER GRID ─── */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}
.region-card {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex; flex-direction: column; gap: 10px;
}
.region-card:hover {
  border-color: var(--fire);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(232,71,10,0.18);
}
.region-card-icon { font-size: 1.6rem; }
.region-card h3 {
  font-size: 1rem; font-weight: 700; color: #fff;
}
.region-card p { font-size: .85rem; color: var(--muted); }
.region-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .82rem; font-weight: 700; color: var(--gold);
  margin-top: auto;
}
.region-card-link:hover { color: var(--fire); }

/* ─── GALERI ─── */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.gallery-grid img { width: 100%; height: 300px; object-fit: cover; }

/* ─── HOW IT WORKS ─── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.step-card {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
}
.step-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fire), var(--gold));
  color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.step-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.step-card p { font-size: .85rem; color: var(--muted); }

/* ─── REVIEWS ─── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.review-card {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}
.review-stars { color: var(--gold); font-size: 1rem; margin-bottom: 12px; }
.review-text { font-size: .9rem; color: var(--text); font-style: italic; margin-bottom: 16px; }
.review-author { font-size: .8rem; font-weight: 700; color: var(--muted); }

/* ─── İÇ SAYFA HERO ─── */
.page-hero {
  background: linear-gradient(135deg, var(--dark2) 0%, var(--dark3) 100%);
  border-bottom: 1px solid var(--border);
  padding: 120px 5vw 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(232,71,10,0.12) 0%, transparent 60%);
}
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; color: var(--muted);
  margin-bottom: 16px; position: relative; z-index: 1;
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--fire); }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #fff;
  position: relative; z-index: 1;
  margin-bottom: 14px;
}
.page-hero .lead {
  font-size: 1.1rem; color: rgba(232,232,238,0.8);
  max-width: 640px; position: relative; z-index: 1;
}
.page-hero-meta {
  display: flex; gap: 20px; flex-wrap: wrap;
  margin-top: 24px; position: relative; z-index: 1;
}
.page-hero-meta span {
  display: flex; align-items: center; gap: 7px;
  font-size: .85rem; color: var(--muted);
  background: rgba(255,255,255,0.05);
  padding: 7px 14px; border-radius: 20px;
  border: 1px solid var(--border);
}

/* ─── İÇ SAYFA LAYOUT ─── */
.page-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  padding: 60px 5vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media(max-width:900px) { .page-layout { grid-template-columns: 1fr; } }

/* ─── ARTICLE ─── */
.article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; color: #fff;
  margin: 36px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.article-body h3 {
  font-size: 1.1rem; font-weight: 700; color: var(--gold);
  margin: 24px 0 10px;
}
.article-body p { color: rgba(232,232,238,0.85); margin-bottom: 16px; }
.article-body strong { color: #fff; }
.article-body em { color: var(--gold); font-style: italic; }
.article-body ul { list-style: none; margin: 16px 0 24px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.article-body ul li { padding-left: 22px; position: relative; color: rgba(232,232,238,0.85); font-size: .95rem; }
.article-body ul li::before { content: '›'; position: absolute; left: 0; color: var(--fire); font-weight: 700; }

/* ─── SIDEBAR ─── */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-card {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.sidebar-card h4 {
  font-size: .85rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: var(--muted); margin-bottom: 16px;
}
.call-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: linear-gradient(135deg, var(--fire), var(--gold));
  color: #fff; font-weight: 700; font-size: 1rem;
  padding: 14px; border-radius: 10px; width: 100%;
  margin-bottom: 10px; text-align: center;
}
.call-btn:hover { opacity: .88; color: #fff; }
.wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #22c55e; color: #fff; font-weight: 700; font-size: .95rem;
  padding: 13px; border-radius: 10px; width: 100%;
  text-align: center;
}
.wa-btn:hover { background: #16a34a; color: #fff; }
.info-row {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 0; border-bottom: 1px solid var(--border);
  font-size: .87rem; color: var(--text);
}
.info-row:last-child { border-bottom: none; }
.info-row .icon { color: var(--gold); flex-shrink: 0; font-size: 1rem; }
.rating-big {
  text-align: center; padding: 10px 0;
}
.rating-big .num { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; color: var(--gold); line-height: 1; }
.rating-big .stars { color: var(--gold); font-size: 1.2rem; margin: 4px 0; }
.rating-big .count { font-size: .8rem; color: var(--muted); }

/* ─── DİĞER BÖLGELER ─── */
.other-regions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.region-pill {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 7px 16px; font-size: .82rem; color: var(--muted);
  transition: border-color .2s, color .2s;
}
.region-pill:hover { border-color: var(--gold); color: var(--gold); }

/* ─── FAQ ─── */
.faq { margin-top: 40px; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.faq-q {
  font-weight: 700; color: #fff; font-size: .95rem;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer;
}
.faq-q::after { content: '+'; color: var(--gold); font-size: 1.3rem; }
.faq-a { font-size: .88rem; color: var(--muted); margin-top: 10px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q::after { content: '−'; }

/* ─── FOOTER ─── */
.footer {
  background: var(--dark2);
  border-top: 1px solid var(--border);
  padding: 60px 5vw 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand img { width: 56px; border-radius: 10px; margin-bottom: 16px; }
.footer-brand p { font-size: .88rem; color: var(--muted); max-width: 280px; }
.footer-col h5 {
  font-size: .8rem; text-transform: uppercase; letter-spacing: 1px;
  color: var(--fire); margin-bottom: 16px; font-weight: 700;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: .88rem; color: var(--muted); }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
  font-size: .8rem; color: var(--muted);
}

/* ─── STICKY MOBILE BAR ─── */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 999;
  grid-template-columns: 1fr 1fr;
  background: var(--dark2);
  border-top: 1px solid var(--border);
}
.mobile-bar a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: .9rem; color: #fff;
  padding: 16px;
}
.mobile-bar a:first-child { background: var(--fire); }
.mobile-bar a:last-child { background: #22c55e; }
.mobile-bar a:hover { opacity: .9; color: #fff; }

/* ─── 404 ─── */
.not-found {
  min-height: 100vh; display: flex; align-items: center;
  justify-content: center; flex-direction: column; text-align: center;
  padding: 40px 20px;
}
.not-found h1 { font-family: 'Bebas Neue', sans-serif; font-size: 8rem; color: var(--fire); line-height: 1; }
.not-found h2 { font-size: 1.5rem; color: #fff; margin: 10px 0 20px; }
.not-found p { color: var(--muted); margin-bottom: 30px; }

/* ─── RESPONSIVE ─── */
@media(max-width:768px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-phone span { display: none; }
  .mobile-bar { display: grid; }
  body { padding-bottom: 60px; }
}
@media(max-width:480px) {
  .navbar { padding: 0 16px; }
  .nav-logo span { font-size: 1.1rem; }
}
