/* ==========================================================================
   AYG VIP TRANSFER - MATTE DARK LUXURY DESIGN SYSTEM (V3)
   Aesthetic: Executive Obsidian, Champagne Gold, Satin Surfaces
   Designed to match the iconic gold AYG VIP Crown & Wings logo.
   Non-glaring, eye-friendly, deeply prestigious, clean and uncluttered.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

:root {
  /* Renk Paleti - Göz Almayan Mat Koyu Lüks */
  --bg-page: #080c16;             /* Derin Mat Gece Siyahı */
  --bg-surface: #0e1424;          /* Kart ve Header Zemini */
  --bg-surface-hover: #141c30;    /* Hover Zemini */
  --bg-card: #10182b;             /* Kart Gövdesi */
  --bg-card-subtle: #162035;
  --bg-input: #0b101e;            /* Giriş Alanı Zemini */
  
  --gold-primary: #d4af37;        /* İkonik AYG Altını */
  --gold-light: #f3df9b;          /* Açık Altın Parıltısı */
  --gold-dark: #a17f20;           /* Koyu Altın Tonu */
  --gold-soft-bg: rgba(212, 175, 55, 0.1);
  --gold-border: rgba(212, 175, 55, 0.28);
  --gold-border-hover: rgba(212, 175, 55, 0.6);
  --gold-gradient: linear-gradient(135deg, #f7e7a9 0%, #d4af37 50%, #9e791b 100%);
  
  --whatsapp-color: #25d366;
  --whatsapp-hover: #1ebd5a;
  
  --text-primary: #f8fafc;        /* Net, okunaklı yumuşak beyaz */
  --text-secondary: #cbd5e1;      /* İkincil metinler */
  --text-muted: #94a3b8;          /* Pasif ve etiket metinleri */
  --text-gold: #f2db91;
  
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-card: rgba(212, 175, 55, 0.22);
  
  --font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-arabic: 'Cairo', 'Plus Jakarta Sans', sans-serif;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 9999px;
  
  --shadow-card: 0 16px 36px -10px rgba(0, 0, 0, 0.75);
  --shadow-gold: 0 8px 25px -4px rgba(212, 175, 55, 0.25);
  --shadow-gold-hover: 0 12px 35px -4px rgba(212, 175, 55, 0.45);
  
  --transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-page);
  color-scheme: dark;
}

body {
  background-color: var(--bg-page);
  color: var(--text-primary);
  font-family: var(--font-family);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Arapça Font & RTL */
html[dir="rtl"], body.rtl-mode {
  font-family: var(--font-arabic);
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  color: inherit;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

section[id], div[id] {
  scroll-margin-top: 95px;
}

.gold-gradient-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gold {
  color: var(--gold-primary) !important;
}

/* ==========================================================================
   TOP BAR & HEADER
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 20, 36, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-card);
  transition: var(--transition);
}

.site-header.scrolled {
  background: rgba(10, 15, 28, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  border-bottom-color: var(--gold-border-hover);
}

.top-bar {
  background: #060912;
  border-bottom: 1px solid var(--border-subtle);
  padding: 0.45rem 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.tursab-pill,
.vip-pill,
.tursab-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--gold-soft-bg);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  padding: 0.2rem 0.75rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.top-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #ffffff;
  font-weight: 700;
  transition: var(--transition);
  white-space: nowrap;
}

.top-phone-link:hover {
  color: var(--gold-light);
}

/* Dropdown Menüler (Dil & Para Birimi) */
.custom-dropdown {
  position: relative;
}

.custom-dropdown-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  color: #ffffff;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  transition: var(--transition);
  white-space: nowrap;
}

.custom-dropdown-btn:hover {
  border-color: var(--gold-border);
  background: var(--gold-soft-bg);
}

.dropdown-menu-list {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #0e1424;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.85);
  min-width: 155px;
  padding: 0.4rem 0;
  display: none;
  z-index: 120;
}

.custom-dropdown.active .dropdown-menu-list {
  display: block;
}

.dropdown-menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.dropdown-menu-item:hover {
  background: var(--gold-soft-bg);
  color: var(--gold-light);
  font-weight: 600;
}

/* Ana Navigasyon */
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

/* Orijinal AYG VIP Logosu */
.brand-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.35));
  transition: var(--transition);
}

.brand-logo-link:hover .brand-logo-img {
  transform: scale(1.04);
  filter: drop-shadow(0 4px 14px rgba(212, 175, 55, 0.6));
}

.footer-brand .brand-logo-img {
  height: 56px;
}

.brand-title-group h1 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffffff;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-title-group span {
  font-size: 0.72rem;
  color: var(--gold-primary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links-list {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  list-style: none;
}

.nav-link-item a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 0.4rem 0;
  position: relative;
  white-space: nowrap;
}

.nav-link-item a:hover,
.nav-link-item a.active {
  color: #ffffff;
}

.nav-link-item a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-gradient);
  border-radius: 2px;
}

.nav-cta-btn {
  background: var(--gold-gradient);
  color: #070a12 !important;
  font-weight: 800;
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  transition: var(--transition);
  box-shadow: var(--shadow-gold);
  white-space: nowrap;
}

.nav-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-hover);
}

.mobile-menu-toggle-btn {
  display: none;
  background: none;
  border: 1px solid var(--border-subtle);
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

/* ==========================================================================
   HERO SECTION (MAT KOYU LÜKS & IŞILTI)
   ========================================================================== */
.hero-section {
  background: radial-gradient(ellipse at 50% 15%, #18223c 0%, var(--bg-page) 75%);
  padding: 3.5rem 0 4.5rem;
  position: relative;
  border-bottom: 1px solid var(--border-subtle);
}

.hero-header-area {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 2.5rem;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--gold-soft-bg);
  border: 1px solid var(--gold-border);
  padding: 0.35rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
}

.hero-main-title {
  font-size: 2.85rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 1rem;
}

.hero-lead-text {
  font-size: 1.12rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 1.75rem;
}

.hero-trust-badges-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  font-weight: 600;
  flex-wrap: wrap;
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-trust-item i {
  color: var(--gold-primary);
  font-size: 1.1rem;
}

/* ==========================================================================
   SECTIONS & TITLES
   ========================================================================== */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--gold-primary);
  margin-bottom: 0.4rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1rem;
}

/* ==========================================================================
   POPÜLER ROTALAR BÖLÜMÜ
   ========================================================================== */
.routes-section {
  padding: 4.5rem 0;
  background: var(--bg-surface);
}

.routes-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.routes-tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.routes-tab-btn:hover {
  border-color: var(--gold-border);
  color: #ffffff;
}

.routes-tab-btn.active {
  background: var(--gold-gradient);
  color: #070a12;
  font-weight: 800;
  border-color: transparent;
  box-shadow: var(--shadow-gold);
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.route-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.route-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-border-hover);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.9), 0 0 20px rgba(212, 175, 55, 0.15);
}

.route-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.6rem;
}

.route-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.route-tag {
  background: var(--gold-soft-bg);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--gold-border);
}

.route-highlight {
  font-size: 0.84rem;
  color: var(--text-secondary);
  margin-bottom: 1.1rem;
  line-height: 1.5;
}

.route-meta {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 0.6rem 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.82rem;
  color: var(--text-muted);
}

.route-meta-item i {
  color: var(--gold-primary);
  margin-right: 0.3rem;
}

.route-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.route-price-label {
  display: block;
  font-size: 0.74rem;
  color: var(--text-muted);
}

.route-price-val {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold-light);
}

.btn-route-book {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--gold-border);
  color: #ffffff;
  padding: 0.5rem 0.95rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}

.btn-route-book:hover {
  background: var(--gold-gradient);
  color: #070a12;
  border-color: transparent;
}

/* ==========================================================================
   LÜKS FİLO BÖLÜMÜ
   ========================================================================== */
.fleet-section {
  padding: 4.5rem 0;
  background: var(--bg-page);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.fleet-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.fleet-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-border-hover);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.9), 0 0 25px rgba(212, 175, 55, 0.18);
}

.fleet-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #090e1a;
}

.fleet-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fleet-card:hover .fleet-img-wrapper img {
  transform: scale(1.05);
}

.fleet-badge-floating {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(8, 12, 22, 0.9);
  border: 1px solid var(--gold-border);
  backdrop-filter: blur(6px);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
}

.fleet-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fleet-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.fleet-tagline {
  font-size: 0.84rem;
  color: var(--gold-primary);
  font-weight: 600;
  margin-bottom: 1.1rem;
}

.fleet-specs-row {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 0.9rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.84rem;
  color: var(--text-secondary);
}

.fleet-specs-row span i {
  color: var(--gold-primary);
  margin-right: 0.3rem;
}

.fleet-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.fleet-features-list li {
  font-size: 0.84rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fleet-features-list li i {
  color: var(--gold-primary);
  font-size: 0.95rem;
}

.btn-fleet-select {
  width: 100%;
  background: var(--gold-gradient);
  color: #070a12;
  font-weight: 800;
  font-size: 0.88rem;
  border: none;
  padding: 0.8rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  box-shadow: var(--shadow-gold);
}

.btn-fleet-select:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-hover);
}

/* ==========================================================================
   NEDEN BİZ / AVANTAJLAR
   ========================================================================== */
.features-section {
  padding: 4.5rem 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.feature-card {
  background: var(--bg-card);
  padding: 2rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-border-hover);
}

.feature-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--gold-soft-bg);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   MÜŞTERİ YORUMLARI
   ========================================================================== */
.reviews-section {
  padding: 4.5rem 0;
  background: var(--bg-page);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-card);
}

.review-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.review-text {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.review-author-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  background: var(--gold-soft-bg);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.88rem;
}

.review-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
}

.review-location {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ==========================================================================
   S.S.S. AKORDİYON
   ========================================================================== */
.faq-section {
  padding: 4.5rem 0;
  background: var(--bg-surface);
}

.faq-accordion-wrapper {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.faq-item.open {
  border-color: var(--gold-border-hover);
}

.faq-item-header {
  padding: 1.2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-question {
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
}

.faq-chevron {
  color: var(--gold-primary);
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-item.open .faq-item-body {
  max-height: 300px;
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   CTA BANNER
   ========================================================================== */
.cta-banner-section {
  padding: 4.5rem 0;
  background: radial-gradient(circle at center, #16223e 0%, #080c16 85%);
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  color: #ffffff;
  text-align: center;
}

.cta-banner-content {
  max-width: 720px;
  margin: 0 auto;
}

.cta-banner-title {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
}

.cta-banner-desc {
  font-size: 1.08rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.btn-whatsapp-cta {
  background: var(--whatsapp-color);
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.85rem 1.8rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
  transition: var(--transition);
}

.btn-whatsapp-cta:hover {
  background: var(--whatsapp-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

.btn-call-cta {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--gold-border);
  color: #ffffff !important;
  font-weight: 700;
  padding: 0.85rem 1.8rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1rem;
  transition: var(--transition);
}

.btn-call-cta:hover {
  background: var(--gold-gradient);
  color: #070a12 !important;
  border-color: transparent;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #050810;
  color: var(--text-muted);
  padding: 4rem 0 2rem;
  font-size: 0.88rem;
  border-top: 1px solid var(--border-subtle);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand p {
  margin-top: 1rem;
  line-height: 1.6;
  max-width: 320px;
  color: var(--text-secondary);
}

.footer-col-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links-list a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}

.footer-contact-info p {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  color: var(--text-secondary);
}

.footer-contact-info i {
  color: var(--gold-primary);
  font-size: 1rem;
}

.footer-bottom-bar {
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-creator {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.creator-link {
  color: var(--gold-light);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  padding: 2px 6px;
  border-radius: 4px;
}

.creator-link:hover {
  color: #ffffff;
  background: var(--gold-soft-bg);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

/* ==========================================================================
   YÜZEN INSTAGRAM & WHATSAPP
   ========================================================================== */
.floating-instagram {
  position: fixed;
  bottom: 92px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1.85rem;
  box-shadow: 0 10px 25px rgba(214, 36, 159, 0.45);
  z-index: 990;
  transition: var(--transition);
  text-decoration: none;
}

.floating-instagram:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 32px rgba(214, 36, 159, 0.65);
  color: #ffffff !important;
}

.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: var(--whatsapp-color);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.9rem;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  z-index: 990;
  transition: var(--transition);
}

.floating-whatsapp:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55);
}

.btn-instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.2rem;
  border-radius: var(--radius-md);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(214, 36, 159, 0.35);
  transition: var(--transition);
}

.btn-instagram-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(214, 36, 159, 0.55);
}

.site-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: #111a2e;
  border: 1px solid var(--gold-primary);
  color: #ffffff;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 1100;
  opacity: 0;
  transition: var(--transition);
  pointer-events: none;
}

.site-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   MODAL
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 8, 16, 0.82);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  padding: 1.5rem;
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: #101728;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  max-width: 540px;
  width: 100%;
  padding: 2.2rem;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: var(--transition);
}

.modal-close-btn:hover {
  background: var(--gold-soft-bg);
  color: var(--gold-light);
}

.modal-trip-summary-box {
  background: var(--gold-soft-bg);
  border: 1px solid var(--gold-border);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gold-light);
}

.modal-form-group {
  margin-bottom: 1rem;
}

.modal-form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--text-secondary);
}

.modal-form-input, .modal-form-textarea {
  width: 100%;
  background: var(--bg-input);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  color: #ffffff;
  font-size: 0.88rem;
  transition: var(--transition);
}

.modal-form-input:focus, .modal-form-textarea:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

/* ==========================================================================
   STICKY MOBIL ILETISIM & REZERVASYON BARI
   ========================================================================== */
.mobile-sticky-action-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(8, 12, 22, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--gold-border);
  padding: 0.65rem 0.85rem;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.8);
  gap: 0.6rem;
}

.mobile-sticky-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 0.5rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: var(--transition);
  text-align: center;
}

.mobile-sticky-btn.call-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--gold-border);
  color: #ffffff;
}

.mobile-sticky-btn.call-btn:hover {
  background: var(--gold-soft-bg);
  color: var(--gold-light);
}

.mobile-sticky-btn.whatsapp-btn {
  background: var(--whatsapp-color);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.mobile-sticky-btn.whatsapp-btn:hover {
  background: var(--whatsapp-hover);
}

.mobile-table-hint {
  display: none;
  align-items: center;
  gap: 0.5rem;
  background: var(--gold-soft-bg);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
  justify-content: center;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1040px) {
  .hero-main-title { font-size: 2.3rem; }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  /* Navbar: Menü linkleri tablet genişliğinde taşmayı önlemek için mobil çekmeceye aktarılır */
  .nav-links-list, .nav-cta-btn { display: none !important; }
  .mobile-menu-toggle-btn { display: block !important; }
  .top-bar-left { display: none; }
  .top-bar-right { gap: 0.6rem; justify-content: flex-end; width: 100%; }
  .brand-logo-img { height: 44px; }
  .brand-title-group h1 { font-size: 1.15rem; }
  .brand-title-group span { font-size: 0.68rem; }
}

@media (min-width: 769px) and (max-width: 1040px) {
  .floating-whatsapp {
    bottom: 20px;
    right: 18px;
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
    z-index: 900;
  }
  .floating-instagram {
    bottom: 76px;
    right: 18px;
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
    z-index: 900;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 84px; /* Sticky bar için güvenli alt boşluk */
  }
  .mobile-sticky-action-bar {
    display: flex;
  }
  .floating-whatsapp,
  .floating-instagram {
    display: none !important; /* Mobilde yapışkan alt bar olduğundan yuvarlak butonlar gizlenir */
  }
  .container {
    padding: 0 1rem;
  }
  .brand-logo-img { height: 40px; }
  .brand-title-group h1 { font-size: 1.08rem; }
  .brand-title-group span { font-size: 0.62rem; }
  .top-bar-left { display: none; }
  .top-bar-right { gap: 0.45rem; justify-content: center; width: 100%; }
  .top-phone-link { font-size: 0.76rem; }
  .custom-dropdown-btn { font-size: 0.75rem; padding: 0.2rem 0.5rem; }
  .nav-links-list, .nav-cta-btn { display: none !important; }
  .mobile-menu-toggle-btn { display: block !important; }
  
  .hero-section { padding: 2.2rem 0 4rem; }
  .hero-main-title { font-size: 1.75rem; line-height: 1.25; }
  .hero-lead-text { font-size: 0.92rem; }
  .hero-badge-pill { font-size: 0.75rem; padding: 0.3rem 0.75rem; }
  .hero-trust-badges-row { flex-direction: column; gap: 0.5rem; font-size: 0.82rem; }
  
  .section-title { font-size: 1.65rem; }
  .cta-banner-title { font-size: 1.65rem; }
  .cta-actions { flex-direction: column; }
  .btn-whatsapp-cta, .btn-call-cta { width: 100%; justify-content: center; }
  
  .features-section, .reviews-section, .faq-section, .cta-banner-section { padding: 3rem 0; }
  
  .fleet-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-bar { flex-direction: column; gap: 0.75rem; text-align: center; }

  .mobile-table-hint {
    display: flex;
  }
  
  /* Modal Mobil */
  .modal-overlay {
    padding: 0.75rem;
  }
  .modal-card {
    padding: 1.4rem 1.1rem;
    border-radius: var(--radius-md);
  }
  .modal-trip-summary-box {
    font-size: 0.82rem;
    padding: 0.6rem 0.75rem;
  }
  .modal-form-input, .modal-form-textarea {
    font-size: 16px; /* iOS Safari otomatik zoom engelleme */
  }
}

/* Mobil Menü Çekmecesi */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100vh;
  background: #0e1424;
  border-left: 1px solid var(--gold-border);
  z-index: 1050;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
  transition: right 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-drawer.open {
  right: 0;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 6, 14, 0.75);
  backdrop-filter: blur(3px);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle);
}

.mobile-drawer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.mobile-nav-link {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

/* ==========================================================================
   UTILITY CLASSES & SUBPAGES COMPATIBILITY
   ========================================================================== */
.glass-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.glass-card:hover {
  border-color: var(--gold-border-hover);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.85);
}

.summary-trip-badge {
  display: inline-block;
  font-size: 0.76rem;
  background: var(--gold-soft-bg);
  color: var(--gold-light);
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  border: 1px solid var(--gold-border);
}

.border-gold {
  border-color: var(--gold-border) !important;
}

/* Subpages Responsive Grids (Filomuz, Fiyatlar, Hakkımızda, İletişim) */
.fleet-detail-card {
  margin-bottom: 3rem;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: center;
}
.fleet-detail-card.reverse {
  grid-template-columns: 1.2fr 1fr;
}
.fleet-specs-badge-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle);
  flex-wrap: wrap;
}
.fleet-feature-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}
.guarantee-grid-4 {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.about-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
  align-items: flex-start;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .fleet-detail-card,
  .fleet-detail-card.reverse {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
    padding: 1.5rem !important;
  }
  .fleet-detail-card.reverse > div:first-child {
    order: 2;
  }
  .fleet-detail-card.reverse > div:last-child {
    order: 1;
  }
  .fleet-detail-card img {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  .guarantee-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
    padding: 1.5rem !important;
  }
  .about-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .contact-page-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}

@media (max-width: 540px) {
  .fleet-feature-tags {
    grid-template-columns: 1fr !important;
  }
  .fleet-specs-badge-row {
    gap: 0.75rem !important;
  }
  .guarantee-grid-4 {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  .form-row-2 {
    grid-template-columns: 1fr !important;
    gap: 0.8rem !important;
  }
}
