/* ==========================================================================
   ZNG VIP TRANSFER - MATTE DARK LUXURY DESIGN SYSTEM (V3)
   Aesthetic: Executive Obsidian, Champagne Gold, Satin Surfaces
   Designed to match the iconic gold ZNG 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 - ZNG Warm Champagne Gold & Smoky Obsidian Luxury (Doğal ZNG Logo Tonları) */
  --bg-page: #0a0908;             /* Derin Sıcak Obsidiyen Gece */
  --bg-surface: #12100e;          /* Sıcak Mat Panel Zemini */
  --bg-surface-hover: #1b1814;    /* Hover Zemini */
  --bg-card: #151310;             /* Kart Gövdesi */
  --bg-card-subtle: #1f1b16;
  --bg-input: #0e0c0a;            /* Giriş Alanı */
  
  /* Ana Vurgu Rengi: ZNG Logo Champagne Gold & Warm Amber Bronze (Logo ile %100 Uyumlu) */
  --gold-primary: #dfb368;        /* ZNG Logo Doğal Şampanya Altını */
  --gold-light: #f7e0aa;          /* Işıltılı Şampanya */
  --gold-dark: #b87d35;           /* Sıcak Konyak Bronz */
  --gold-amber: #cd9a53;          /* ZNG Kanat Amberi */
  --gold-soft-bg: rgba(223, 179, 104, 0.1);
  --gold-border: rgba(223, 179, 104, 0.28);
  --gold-border-hover: rgba(223, 179, 104, 0.75);
  --gold-gradient: linear-gradient(135deg, #f7e0aa 0%, #dfb368 45%, #b87d35 100%);
  --gold-gradient-subtle: linear-gradient(135deg, rgba(223, 179, 104, 0.16) 0%, rgba(184, 125, 53, 0.04) 100%);
  --gold-glow: 0 0 25px rgba(223, 179, 104, 0.25);
  --shadow-gold: 0 8px 24px -4px rgba(205, 154, 83, 0.35);
  --shadow-gold-hover: 0 12px 32px -4px rgba(223, 179, 104, 0.55);

  /* Aero referansları ZNG Şampanya Altınına yönlendirildi */
  --aero-primary: var(--gold-primary);
  --aero-cyan: var(--gold-light);
  --aero-light: var(--gold-light);
  --aero-dark: var(--gold-dark);
  --aero-soft-bg: var(--gold-soft-bg);
  --aero-border: var(--gold-border);
  --aero-border-hover: var(--gold-border-hover);
  --aero-gradient: var(--gold-gradient);
  --aero-gradient-subtle: var(--gold-gradient-subtle);
  --aero-glow: var(--gold-glow);
  --shadow-aero: var(--shadow-gold);
  --shadow-aero-hover: var(--shadow-gold-hover);
  
  --whatsapp-color: #25d366;
  --whatsapp-hover: #1ebd5a;
  
  --text-primary: #faf8f5;        /* Sıcak Lüks Beyaz */
  --text-secondary: #d1cbc4;      /* İkincil Metin */
  --text-muted: #9c948a;          /* Pasif Metin */
  --text-gold: #f7e0aa;           /* Şampanya Metin */
  --text-aero: #f7e0aa;
  
  --border-subtle: rgba(255, 255, 255, 0.07);
  --border-card: rgba(223, 179, 104, 0.22);
  --border-gold: var(--gold-border);
  --border-card-hover: rgba(223, 179, 104, 0.65);
  
  --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.85);
  
  --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: linear-gradient(135deg, #ffffff 10%, #f7e0aa 55%, #dfb368 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gold {
  color: var(--gold-primary) !important;
}

/* ==========================================================================
   FLOATING ISLAND CAPSULE HEADER (ZNG AERO LUXURY)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 14px;
  z-index: 1000;
  width: calc(100% - 2rem);
  max-width: 1360px;
  margin: 0 auto;
  border-radius: var(--radius-full);
  background: rgba(18, 16, 14, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--gold-border);
  box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.9), 0 0 25px rgba(223, 179, 104, 0.12);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.scrolled {
  top: 8px;
  background: rgba(12, 10, 8, 0.96);
  border-color: var(--gold-border-hover);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.95), 0 0 30px rgba(223, 179, 104, 0.22);
}

.top-bar {
  display: none !important; /* Integrated cleanly into floating header & hero */
}

/* Ana Navigasyon */
.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 1.95rem 0.45rem 1.25rem;
  gap: 0.75rem;
  width: 100%;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo-img {
  height: 44px;
  width: 110px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(226, 190, 82, 0.35));
  transition: var(--transition);
}

.brand-logo-link:hover .brand-logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 16px rgba(226, 190, 82, 0.65));
}

.footer-brand .brand-logo-img {
  height: 54px;
}

.brand-title-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
  text-align: left;
}

html[dir="rtl"] .brand-title-group {
  text-align: right;
}

.brand-main-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  white-space: nowrap;
  display: block;
}

.brand-sub-title {
  font-size: 0.60rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}

.nav-links-list {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 1;
}

.nav-link-item a {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-full);
  position: relative;
  white-space: nowrap;
  transition: var(--transition);
}

.nav-link-item a:hover {
  color: #ffffff;
  background: var(--aero-soft-bg);
}

.nav-link-item a.active {
  color: var(--gold-light);
  background: var(--gold-soft-bg);
  border: 1px solid var(--gold-border);
}

.nav-link-item a.active::after {
  display: none; /* Pill styling replaces underline */
}

/* Header Sağ Kontroller */
.header-actions-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.top-phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: var(--gold-primary);
  font-size: 0.95rem;
  transition: var(--transition);
  flex-shrink: 0;
}

.top-phone-link span {
  display: none !important;
}

.top-instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: #E1306C;
  font-size: 1.05rem;
  transition: var(--transition);
  flex-shrink: 0;
}

.top-instagram-link:hover {
  background: rgba(225, 48, 108, 0.15);
  border-color: #E1306C;
  transform: scale(1.08);
}

.top-bar-insta-text {
  display: none;
}

/* Dropdown Menüler */
.custom-dropdown {
  position: relative;
  flex-shrink: 0;
}

.custom-dropdown-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  color: #ffffff;
  padding: 0.32rem 0.6rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  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% + 8px);
  right: 0;
  background: #151310;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.95);
  min-width: 160px;
  padding: 0.4rem 0;
  display: none;
  z-index: 1200;
}

.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;
}

.nav-cta-btn {
  background: var(--gold-gradient);
  color: #0b0906 !important;
  box-shadow: var(--shadow-gold);
  font-weight: 800;
  padding: 0.44rem 1.05rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  transition: var(--transition);
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-hover);
}

.mobile-menu-toggle-btn {
  display: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  color: #ffffff;
  font-size: 1.4rem;
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition);
}

.mobile-menu-toggle-btn:hover {
  border-color: var(--gold-border);
  background: var(--gold-soft-bg);
}

/* ==========================================================================
   ASYMMETRIC SPLIT-HERO SECTION (ZNG EXECUTIVE JET LOUNGE)
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 2.8rem 0 3.5rem;
  border-bottom: 1px solid var(--border-subtle);
  background: radial-gradient(circle at 80% 25%, rgba(226, 190, 82, 0.09) 0%, transparent 55%),
              radial-gradient(circle at 15% 70%, rgba(12, 17, 28, 0.8) 0%, var(--bg-page) 85%);
  overflow: hidden;
}

.hero-split-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

/* Sol Kolon: Başlık, Açıklama ve Hızlı Eylemler */
.hero-content-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.zng-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(90deg, rgba(223, 179, 104, 0.22) 0%, rgba(223, 179, 104, 0.06) 100%);
  border: 1px solid var(--aero-border);
  color: var(--gold-light);
  padding: 0.35rem 0.95rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0 4px 15px rgba(226, 190, 82, 0.1);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  display: inline-block;
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.zng-hero-title {
  font-size: 2.85rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}

.zng-hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-secondary);
  margin: 0;
  max-width: 580px;
}

/* 4'lü Özellik Matrisi */
.hero-chips-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0.2rem 0;
}

.zng-feature-chip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(14, 20, 32, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-md);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-primary);
  transition: var(--transition);
}

.zng-feature-chip:hover {
  border-color: var(--gold-border);
  background: var(--gold-soft-bg);
}

.zng-feature-chip i {
  color: var(--gold-primary);
  font-size: 1.1rem;
}

/* Eylem Butonları */
.hero-actions-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

.zng-hero-btn-primary {
  background: var(--gold-gradient);
  color: #0b0906 !important;
  box-shadow: var(--shadow-gold);
  font-weight: 800;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  transition: var(--transition);
}

.zng-hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold-hover);
}

.zng-hero-btn-whatsapp {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #25d366 !important;
  font-weight: 700;
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  transition: var(--transition);
}

.zng-hero-btn-whatsapp:hover {
  background: #25d366;
  color: #ffffff !important;
  border-color: #25d366;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

/* Sosyal Kanıt & İstatistik Şeridi */
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--border-subtle);
  font-size: 0.84rem;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.hero-proof-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-proof-item strong {
  color: #ffffff;
}

/* Sağ Kolon: Lüks Kokpit Vitrin Kartı */
.hero-showcase-col {
  position: relative;
}

.showcase-cockpit-card {
  position: relative;
  background: #080c14;
  border-radius: var(--radius-xl);
  border: 1px solid var(--gold-border);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 30px rgba(226, 190, 82, 0.15);
  overflow: hidden;
}

/* Slider Düzenlemeleri */
.showcase-cockpit-card .hero-vitrin-slider {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 490px;
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #04060a;
}

.vitrin-slides-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.vitrin-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vitrin-slide.active {
  opacity: 1;
  z-index: 2;
}

.vitrin-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 6s cubic-bezier(0.1, 0.9, 0.2, 1);
}

.vitrin-slide[data-slide-index="0"] img { object-position: center 55%; }
.vitrin-slide[data-slide-index="1"] img { object-position: center 68%; }
.vitrin-slide[data-slide-index="2"] img { object-position: center 60%; }
.vitrin-slide[data-slide-index="3"] img { object-position: center 68%; }
.vitrin-slide[data-slide-index="4"] img { object-position: center 68%; }
.vitrin-slide[data-slide-index="5"] img { object-position: center 68%; }

.vitrin-slide.active img {
  transform: scale(1.03);
}

/* Vitrin Alt Açıklama Şeridi */
.vitrin-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.1rem 1.4rem;
  background: linear-gradient(180deg, rgba(4, 6, 11, 0) 0%, rgba(4, 6, 11, 0.6) 35%, rgba(4, 6, 11, 0.95) 100%);
  z-index: 3;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  pointer-events: none;
}

.vitrin-caption-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.vitrin-caption-badge {
  background: rgba(8, 12, 20, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  padding: 0.32rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.vitrin-zoom-btn {
  background: rgba(226, 190, 82, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--gold-border);
  color: #ffffff;
  padding: 0.32rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.vitrin-zoom-btn:hover {
  background: var(--gold-gradient);
  color: #04060a;
  border-color: transparent;
  transform: scale(1.05);
}

.vitrin-caption-text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

/* Navigasyon Okları */
.vitrin-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(8, 12, 20, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease;
  opacity: 0.85;
}

.vitrin-nav-btn:hover {
  opacity: 1;
  background: var(--gold-gradient);
  color: #04060a;
  border-color: transparent;
  transform: translateY(-50%) scale(1.08);
}

.vitrin-prev {
  left: 12px;
}

.vitrin-next {
  right: 12px;
}

.vitrin-dots-bar {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(6, 9, 16, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 190, 82, 0.3);
}

.vitrin-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}

.vitrin-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.vitrin-dot.active {
  background: var(--gold-light);
  width: 20px;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(226, 190, 82, 0.7);
}

/* ==========================================================================
   SECTIONS & TITLES
   ========================================================================== */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--gold-light);
  background: linear-gradient(90deg, rgba(223, 179, 104, 0.2) 0%, rgba(223, 179, 104, 0.05) 100%);
  border: 1px solid var(--aero-border);
  padding: 0.35rem 1.1rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.85rem;
}

.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(--aero-gradient);
  color: #ffffff;
  font-weight: 800;
  border-color: transparent;
  box-shadow: var(--shadow-aero);
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.route-card {
  background: linear-gradient(180deg, #151e33 0%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.route-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(226, 190, 82, 0.8), transparent);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.route-card:hover {
  transform: translateY(-5px);
  border-color: rgba(226, 190, 82, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7), 0 0 25px rgba(226, 190, 82, 0.18);
}

.route-card:hover::before {
  opacity: 1;
}

.route-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.65rem;
  gap: 0.75rem;
}

.route-name {
  font-size: 1.12rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.route-tag {
  background: rgba(226, 190, 82, 0.14);
  color: #fbbf24;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.65rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(226, 190, 82, 0.35);
  white-space: nowrap;
}

.route-highlight {
  font-size: 0.85rem;
  color: #cbd5e1;
  margin-bottom: 1.1rem;
  line-height: 1.55;
}

.route-meta {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: #94a3b8;
}

.route-meta-item i {
  color: #eab308;
  margin-right: 0.35rem;
}

.route-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.route-price-label {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 0.15rem;
}

.route-price-val {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.btn-route-book {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  padding: 0.58rem 1.15rem;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-route-book:hover {
  background: #ffffff;
  color: #0b1120;
  border-color: #ffffff;
  box-shadow: 0 4px 18px rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* ==========================================================================
   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: linear-gradient(180deg, #0a1122 0%, #060a14 100%);
  border: 1px solid rgba(226, 190, 82, 0.25);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
}

.fleet-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
  opacity: 0.5;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.fleet-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-border-hover);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.95), 0 0 30px rgba(226, 190, 82, 0.25);
}

.fleet-card:hover::before {
  opacity: 1;
}

.fleet-img-wrapper {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(223, 179, 104, 0.08) 0%, var(--bg-card) 75%);
}

.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(2, 4, 8, 0.88);
  border: 1px solid var(--gold-border);
  backdrop-filter: blur(8px);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.8rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.fleet-card-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fleet-card-title {
  font-size: 1.3rem;
  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: 0.6rem;
  flex-wrap: wrap;
  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 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
}

.fleet-specs-row span i {
  color: var(--gold-primary);
  margin-right: 0.35rem;
}

.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(--aero-gradient);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.88rem;
  border: none;
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  box-shadow: var(--shadow-aero);
  letter-spacing: 0.02em;
}

.btn-fleet-select:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(226, 190, 82, 0.45);
}

/* ==========================================================================
   NEDEN BİZ / AVANTAJLAR
   ========================================================================== */
.features-section {
  padding: 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: linear-gradient(180deg, rgba(226, 190, 82, 0.04) 0%, rgba(8, 14, 28, 0.9) 25%, #080e1c 100%);
  padding: 2.2rem 1.6rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(226, 190, 82, 0.2);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-border-hover);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.95), 0 0 25px rgba(226, 190, 82, 0.18);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(223, 179, 104, 0.16) 0%, rgba(223, 179, 104, 0.04) 100%);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: 1.35rem;
  box-shadow: 0 0 20px rgba(226, 190, 82, 0.16);
  transition: var(--transition);
}

.feature-card:hover .feature-icon-box {
  transform: scale(1.08) rotate(3deg);
  border-color: var(--gold-primary);
  box-shadow: 0 0 25px rgba(226, 190, 82, 0.35);
}

.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: 5.5rem 0;
  background: radial-gradient(ellipse at 50% 20%, rgba(223, 179, 104, 0.18) 0%, rgba(21, 19, 16, 0.9) 50%, var(--bg-page) 90%);
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-primary) 50%, transparent 100%);
}

.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(226, 190, 82, 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(226, 190, 82, 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
   ========================================================================== */
/* Desktop / Laptop Header Optimization (1221px - 1380px) */
@media (max-width: 1380px) {
  .site-header {
    width: calc(100% - 1.5rem);
    max-width: 1360px;
  }
  .main-nav {
    padding: 0.45rem 1.95rem 0.45rem 1.2rem;
    gap: 0.6rem;
  }
  .nav-links-list {
    gap: 0.15rem;
  }
  .nav-link-item a {
    font-size: 0.81rem;
    padding: 0.38rem 0.6rem;
  }
  .top-phone-link span {
    display: none !important;
  }
  .top-phone-link {
    width: 36px;
    height: 36px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .header-actions-group {
    gap: 0.42rem;
  }
  .nav-cta-btn {
    padding: 0.44rem 0.95rem;
    font-size: 0.8rem;
  }
  .custom-dropdown-btn {
    padding: 0.3rem 0.52rem;
    font-size: 0.77rem;
  }
}

@media (max-width: 1220px) {
  .site-header {
    width: calc(100% - 1.5rem);
    top: 10px;
  }
  .hero-split-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .zng-hero-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: Tablet & Mobile controls */
  .nav-links-list, .nav-cta-btn { display: none !important; }
  .mobile-menu-toggle-btn { display: inline-flex !important; align-items: center; justify-content: center; }
  .brand-logo-img { height: 42px; }
  .showcase-cockpit-card .hero-vitrin-slider {
    height: 400px !important;
  }
}

@media (min-width: 769px) and (max-width: 1220px) {
  .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 */
  }
  .site-header {
    width: calc(100% - 1rem);
    top: 8px;
    border-radius: 40px;
  }
  .main-nav {
    padding: 0.45rem 0.85rem;
  }
  .header-actions-group .top-phone-link span {
    display: none; /* Mobilde sadece telefon ikonu */
  }
  .header-actions-group .top-phone-link {
    padding: 0.4rem;
    width: 34px;
    height: 34px;
    justify-content: center;
    border-radius: 50%;
  }
  .mobile-sticky-action-bar {
    display: flex;
  }
  .floating-whatsapp {
    display: none !important;
  }
  .floating-instagram {
    display: flex !important;
    bottom: 84px !important;
    right: 14px !important;
    width: 46px !important;
    height: 46px !important;
    font-size: 1.45rem !important;
    z-index: 1001 !important;
    box-shadow: 0 4px 18px rgba(214, 36, 159, 0.55) !important;
  }
  .zng-hero-title {
    font-size: 1.85rem;
  }
  .zng-hero-lead {
    font-size: 0.95rem;
  }
  .hero-chips-matrix {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .hero-actions-row {
    flex-direction: column;
    width: 100%;
  }
  .zng-hero-btn-primary, .zng-hero-btn-whatsapp {
    width: 100%;
    justify-content: center;
  }
  .hero-social-proof {
    gap: 0.85rem;
    font-size: 0.78rem;
  }
  .showcase-cockpit-card .hero-vitrin-slider {
    height: 330px !important;
  }
  .vitrin-slide[data-slide-index="0"] img { object-position: center 55% !important; }
  .vitrin-slide[data-slide-index="1"] img { object-position: center 65% !important; }
  .vitrin-slide[data-slide-index="2"] img { object-position: center 58% !important; }
  .vitrin-slide[data-slide-index="3"] img { object-position: center 65% !important; }
  .vitrin-slide[data-slide-index="4"] img { object-position: center 65% !important; }
  .vitrin-slide[data-slide-index="5"] img { object-position: center 65% !important; }
  .vitrin-nav-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 1rem !important;
  }
  .vitrin-prev { left: 8px !important; }
  .vitrin-next { right: 8px !important; }
  .vitrin-caption-text { font-size: 0.85rem !important; line-height: 1.35 !important; }
  .vitrin-caption-badge { font-size: 0.68rem !important; padding: 0.2rem 0.55rem !important; }
  .vitrin-zoom-btn { font-size: 0.68rem !important; padding: 0.2rem 0.55rem !important; }
  .vitrin-slide-caption { padding: 0.75rem 0.9rem !important; }
  .vitrin-dots-bar { top: 10px !important; right: 10px !important; padding: 0.25rem 0.5rem !important; }
  .vitrin-dot { width: 7px !important; height: 7px !important; }
  .vitrin-dot.active { width: 18px !important; }
  .container {
    padding: 0 1rem;
  }
  .site-header {
    margin: 0.6rem auto;
    padding: 0.4rem 0.85rem;
    width: calc(100% - 20px);
  }
  .brand-logo-img {
    height: 38px !important;
    width: 93px !important;
    flex-shrink: 0;
  }
  .header-actions-group {
    gap: 0.45rem;
  }
  .top-instagram-link,
  .top-phone-link,
  .currency-dropdown {
    display: none !important;
  }
  .lang-dropdown .custom-dropdown-btn {
    font-size: 0.76rem;
    padding: 0.25rem 0.55rem;
  }
  .nav-links-list, .nav-cta-btn { display: none !important; }
  .mobile-menu-toggle-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    background: rgba(226, 190, 82, 0.1) !important;
    border: 1px solid var(--gold-border) !important;
    border-radius: var(--radius-full) !important;
    color: var(--gold-light) !important;
    font-size: 1.25rem !important;
    flex-shrink: 0;
  }
  
  .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: #0c101a;
  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;
  }
  .about-gallery-row {
    grid-template-columns: 1fr !important;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
  .interior-highlights-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
  .lightbox-prev {
    left: 10px !important;
  }
  .lightbox-next {
    right: 10px !important;
  }
  .lightbox-close-btn {
    top: -40px !important;
    right: 5px !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;
  }
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .interior-highlights-grid {
    grid-template-columns: 1fr !important;
  }
  .gallery-card {
    height: 240px !important;
  }
  .gallery-filter-btn {
    font-size: 0.8rem !important;
    padding: 0.5rem 1rem !important;
  }
}

/* ==================== VIP FİLO VE İÇ MEKAN GALERİSİ ==================== */
.gallery-section {
  padding: 4.5rem 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-light);
}

.gallery-filter-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 2rem 0 2.5rem;
}

.gallery-filter-btn {
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  background: rgba(18, 26, 44, 0.7);
  border: 1px solid var(--border-gold);
  color: var(--text-secondary);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.gallery-filter-btn:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
}

.gallery-filter-btn.active {
  background: var(--gold-gradient);
  color: #07090e;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(226, 190, 82, 0.35);
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.gallery-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: var(--bg-card);
  height: 280px;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-card.hidden {
  display: none !important;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 24px rgba(226, 190, 82, 0.25);
  border-color: var(--gold-light);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(8, 12, 22, 0.88);
  backdrop-filter: blur(8px);
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.gallery-zoom-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(8, 12, 22, 0.88);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  z-index: 2;
}

.gallery-card:hover .gallery-zoom-icon {
  transform: scale(1.1);
  background: var(--gold-gradient);
  color: #07090e;
  border-color: transparent;
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,12,22,0) 35%, rgba(8,12,22,0.85) 75%, rgba(8,12,22,0.98) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  z-index: 2;
  transition: background 0.3s ease;
}

.gallery-card:hover .gallery-card-overlay {
  background: linear-gradient(180deg, rgba(8,12,22,0.1) 20%, rgba(8,12,22,0.9) 70%, rgba(8,12,22,0.98) 100%);
}

.gallery-card-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.gallery-card-desc {
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.4;
  margin: 0;
}

/* Lightbox Modal */
.gallery-lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(5, 8, 15, 0.94);
  backdrop-filter: blur(12px);
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-lightbox-modal.active {
  display: flex;
  opacity: 1;
}

.lightbox-content-wrapper {
  position: relative;
  max-width: 92vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img-holder {
  max-width: 90vw;
  max-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(226, 190, 82, 0.2);
  background: #000;
}

.lightbox-img-holder img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  display: block;
}

.lightbox-caption-bar {
  width: 100%;
  max-width: 800px;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  background: rgba(18, 26, 44, 0.85);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.lightbox-close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--border-light);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
  background: var(--gold-gradient);
  color: #07090e;
  border-color: transparent;
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(18, 26, 44, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.lightbox-nav-btn:hover {
  background: var(--gold-gradient);
  color: #07090e;
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: -60px;
}

.lightbox-next {
  right: -60px;
}

/* VIP Kabin Ayrıcalıkları (Anasayfa Showcase Kartları) */
.interior-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.interior-feature-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: var(--bg-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.interior-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(226, 190, 82, 0.25);
  border-color: var(--gold-light);
}

.interior-feature-img-wrapper {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.interior-feature-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.interior-feature-card:hover .interior-feature-img-wrapper img {
  transform: scale(1.06);
}

.interior-feature-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.interior-feature-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.interior-feature-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}


/* ==========================================================================
   SEO & AI KNOWLEDGE HUB STYLES (Bölgesel Dizin & Yapay Zeka Ağı)
   ========================================================================== */
.seo-knowledge-hub {
  padding: 3.5rem 0 2.2rem;
  background: linear-gradient(180deg, #070a12 0%, #05080f 100%);
  border-top: 1px solid rgba(226, 190, 82, 0.15);
  position: relative;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.seo-hub-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 2.5rem;
}

.seo-hub-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.seo-hub-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.6rem;
}

.seo-hub-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.seo-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .seo-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .seo-hub-grid {
    grid-template-columns: 1fr;
  }
}

.seo-hub-card {
  background: rgba(14, 20, 36, 0.6);
  border: 1px solid rgba(226, 190, 82, 0.12);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  transition: border-color 0.3s ease;
}

.seo-hub-card:hover {
  border-color: rgba(226, 190, 82, 0.35);
}

.seo-hub-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.seo-hub-card-title i {
  color: var(--color-gold);
  font-size: 1.1rem;
}

.seo-hub-card-text {
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--text-secondary);
  margin-bottom: 0.8rem;
}

.seo-route-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.seo-route-list li {
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 0.4rem;
}

.seo-route-list li a {
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.2s;
}

.seo-route-list li a:hover {
  color: var(--color-gold);
}

.seo-route-price {
  font-weight: 700;
  color: var(--color-gold);
  white-space: nowrap;
}

.seo-hub-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-tag-pill {
  font-size: 0.76rem;
  padding: 0.3rem 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.2s;
}

.seo-tag-pill:hover {
  background: rgba(226, 190, 82, 0.15);
  border-color: var(--border-gold);
  color: var(--color-gold);
}


/* Ultra-Responsive Mobile Header Optimization */
@media (max-width: 768px) {
  .container {
    padding: 0 0.85rem !important;
  }
  .main-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }
  .brand-logo-link {
    gap: 0.55rem !important;
    max-width: calc(100% - 52px) !important;
  }
  .brand-logo-img {
    height: 36px !important;
    flex-shrink: 0 !important;
  }
  .brand-title-group {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .brand-main-title, .brand-title-group h1, .brand-title-group span:first-child {
    font-size: 1.02rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.15 !important;
  }
  .brand-sub-title, .brand-title-group span:last-child {
    font-size: 0.58rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    color: var(--gold-light) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    line-height: 1.15 !important;
  }
  .mobile-menu-toggle-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    background: rgba(226, 190, 82, 0.08) !important;
    border: 1px solid var(--gold-border) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--gold-light) !important;
    font-size: 1.4rem !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
  }
  .top-bar-inner {
    padding: 0.35rem 0 !important;
  }
  .top-bar-right {
    width: 100% !important;
    justify-content: space-between !important;
    gap: 0.35rem !important;
    font-size: 0.72rem !important;
  }
  .top-instagram-link, .top-phone-link {
    font-size: 0.72rem !important;
  }
}


/* Fix Mobile Top Bar & Prevent Page Horizontal Overflow */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .top-bar-left {
    display: none !important;
  }
  .top-instagram-link {
    display: none !important;
  }
  .top-bar-right {
    width: 100% !important;
    justify-content: flex-end !important;
    gap: 0.4rem !important;
  }
  .top-phone-link span {
    font-size: 0.78rem !important;
  }
}
