/* ======================= RENK PALETİ & TÜM RENK AYARLARI ==========================*/
:root {
  /* === Ana Renk Paleti === */
  --ana-renk: #ff6600;          /* Turuncu - Ana vurgu */
  --yardimci-renk: #ff944d;     /* Açık turuncu */
  --arkaplan-renk: #020202;     /* Antrasit siyah */
  --metin-renk: #fcf7f7;        /* Açık beyaz metin */
  --beyaz: #eae6e6;             /* Beyaz */
  --gri-acik: #d9d9d9;          /* Açık gri */
  --gri-orta: #666666;          /* Orta gri */
  --gri-koyu: #2a2a2a;          /* Koyu gri */
  --yesil: #28a745;             /* Yeşil */
  --kirmizi: #dc3545;           /* Kırmızı */
  --sari: #ffc107;              /* Sarı */
  
  /* === Kart İçi Özel Renkler === */
  --kart-metin: #333333;        /* Kart içi metin rengi - KOYU GRİ */
  --kart-baslik: #e41212;       /* Kart başlık rengi */
  --vurgu-yesil: #32d44a;       /* Parlak yeşil vurgu */
  --vurgu-turuncu: #ff8533;     /* Parlak turuncu vurgu */
}

/* === Accessibility İçin Renk Varyantları === */
@media (prefers-contrast: high) {
  :root {
    --ana-renk: #ff8800;
    --metin-renk: #ffffff;
    --gri-orta: #888888;
    --kart-metin: #222222;
  }
}

/* ======================= YAPISAL STİLLER ==========================*/
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--arkaplan-renk);
  color: var(--metin-renk);
  line-height: 1.6;
}

/* Container sınıfı */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Bootstrap spacing utilities */
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* ======================= Bölüm Stilleri ==========================*/
section {
  margin: 3rem 0;
  background-color: var(--arkaplan-renk);
  color: var(--metin-renk);
}

#hero-kusadasi {
  padding: 3rem 2rem;
  text-align: center;
  background-color: var(--arkaplan-renk);
}

#hizmet-detayları,
#neden-biz,
#filo {
  background-color: var(--arkaplan-renk);
  padding: 3rem 0;
}

/* ======================= Tipografi ==========================*/
h1, h2, h3, h4 {
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 10px;
  color: var(--beyaz);
}

.faq-title,
.section-title {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: var(--beyaz);
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: var(--ana-renk);
}

a:hover {
  color: var(--yardimci-renk);
}

/* ======================= Hero Bölümleri ==========================*/
.hero-section {
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--beyaz);
  background-color: var(--gri-koyu);
}

#hero-kusadasi h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

#hero-kusadasi p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-bottom: 2px solid var(--ana-renk);
}

/* ======================= Transfer Section ==========================*/
.transfer-section {
  padding: 2rem;
  border-radius: 10px;
  background: var(--arkaplan-renk);
  border-left: 4px solid var(--ana-renk);
}

.lead-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: var(--metin-renk);
}

/* ======================= Özel Vurgular ==========================*/
.highlight-orange {
  color: var(--ana-renk);
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.brand-highlight {
  color: var(--yardimci-renk);
  font-weight: 600;
}

.secondary-highlight {
  color: var(--yardimci-renk);
  font-weight: 600;
  font-size: 0.9em;
}

/* ======================= Fiyat Kutusu ==========================*/
.fiyat-kutu-cerceve {
  background: linear-gradient(135deg, var(--ana-renk), var(--yardimci-renk));
  color: var(--beyaz);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.3);
  max-width: 500px;
  margin: 2rem auto;
  text-align: center;
}

.fiyat-deger {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  margin: 0.5rem 0;
}

.fiyat-veya {
  font-size: 1.2rem;
  margin: 0 1rem;
  opacity: 0.8;
}

.fiyat-not {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 1rem;
}

/* ======================= Vito Galerisi ==========================*/
.vito-galerisi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.vito-arac-kutusu {
  background: #ffffff;
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.vito-arac-kutusu:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.vito-arac-kutusu img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.vito-arac-info {
  padding: 1.5rem;
}

.vito-arac-info h3 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  color: var(--ana-renk);
}

.vito-arac-info p {
  line-height: 1.5;
  margin: 0;
  color: #333333;
}

/* ======================= Transfer Avantajları ==========================*/
.transfer-avantajlar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.avantaj {
  background: var(--gri-koyu);
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  padding: 1.5rem;
  border-left: 4px solid var(--ana-renk);
  transition: transform 0.3s ease;
}

.avantaj:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.2);
}

.avantaj h4 {
  color: var(--ana-renk);
  margin-bottom: 0.8rem;
}

.avantaj p {
  color: #e0e0e0;
  margin: 0;
  line-height: 1.5;
}

/* ======================= Benefits Container ==========================*/
.benefits-container {
  margin: 2rem 0;
}

.benefits-container h3 {
  color: var(--beyaz);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.benefit-box {
  background: #ffffff;
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  padding: 1.2rem;
  transition: transform 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-3px);
  border-color: var(--ana-renk);
}

.benefit-content strong {
  color: var(--ana-renk);
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.benefit-content p {
  color: #070707;
  margin: 0;
  font-size: 0.9rem;
}

/* ======================= Routes Section ==========================*/
.routes-section {
  margin: 2.5rem 0;
}

.routes-section h3 {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  color: var(--beyaz);
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.route-card {
  background: var(--gri-koyu);
  border: 1px solid var(--gri-orta);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.route-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 102, 0, 0.2);
  border-color: var(--ana-renk);
}

.route-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.route-header h4 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--beyaz);
}

.route-badges {
  display: flex;
  gap: 0.5rem;
}

.duration-badge {
  background: var(--ana-renk);
  color: var(--beyaz);
  padding: 0.3rem 0.6rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.distance-badge {
  background: var(--yesil);
  color: var(--beyaz);
  padding: 0.3rem 0.6rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.route-card p {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: var(--metin-renk);
}

.route-highlights {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.highlight-tag {
  background: var(--arkaplan-renk);
  color: var(--yardimci-renk);
  border: 1px solid var(--yardimci-renk);
  padding: 0.3rem 0.7rem;
  border-radius: 12px;
  font-size: 0.8rem;
}

.route-button {
  background: linear-gradient(135deg, var(--ana-renk), var(--yardimci-renk));
  color: var(--beyaz);
  display: inline-block;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s ease;
  width: 100%;
  text-align: center;
}

.route-button:hover {
  transform: scale(1.02);
  color: var(--beyaz);
}

/* ======================= Contact Section ==========================*/
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

.contact-left h3 {
  color: var(--beyaz);
  margin-bottom: 1.5rem;
}

.booking-steps {
  margin-bottom: 1.5rem;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: var(--metin-renk);
}

.step-number {
  background: var(--ana-renk);
  color: var(--beyaz);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
}

.contact-buttons {
  display: flex;
  gap: 1rem;
}

.contact-btn {
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.phone-btn {
  background: var(--ana-renk);
  color: var(--beyaz);
}

.whatsapp-btn {
  background: var(--yesil);
  color: var(--beyaz);
}

.contact-btn:hover {
  transform: translateY(-2px);
  color: var(--beyaz);
}

.guarantee-box {
  background: var(--gri-koyu);
  border: 2px solid var(--yesil);
  border-radius: 10px;
  padding: 1.5rem;
}

.guarantee-box h4 {
  color: var(--yesil);
  margin-bottom: 1rem;
}

.guarantee-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guarantee-list li {
  color: var(--metin-renk);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gri-orta);
  font-size: 0.9rem;
}

.guarantee-list li:last-child {
  border-bottom: none;
}

/* ======================= FAQ Bölümü ==========================*/
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: var(--gri-koyu);
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.faq-question {
  color: var(--ana-renk);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.faq-answer {
  color: var(--metin-renk);
  line-height: 1.6;
  margin: 0;
}

.faq-answer strong {
  color: var(--beyaz);
  font-weight: 600;
}

/* ======================= CTA Text ==========================*/
.cta-text {
  background: linear-gradient(135deg, var(--ana-renk), var(--yardimci-renk));
  color: var(--beyaz);
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin: 1.5rem 0;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.2);
}

/* ======================= Final CTA ==========================*/
.final-cta {
  background: linear-gradient(135deg, var(--ana-renk), var(--yardimci-renk));
  color: var(--beyaz);
  text-align: center;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 15px;
}

.final-cta p {
  color: var(--beyaz);
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* ======================= Duration Info ==========================*/
.duration-info {
  background: var(--arkaplan-renk);
  color: var(--ana-renk);
  border: 2px solid var(--ana-renk);
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  margin: 1.5rem 0;
}

/* ======================= Trust Badge ==========================*/
.trust-badge {
  background: linear-gradient(135deg, var(--ana-renk), var(--yardimci-renk));
  color: var(--beyaz);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(255, 102, 0, 0.3);
}

/* ======================= Butonlar ==========================*/
.btn {
  background: var(--ana-renk);
  color: var(--beyaz);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  border-radius: 5px;
}

.btn:hover {
  background: var(--yardimci-renk);
  transform: scale(1.05);
}

/* ======================= Cards ==========================*/
.card-base {
  background: #ffffff;
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-base:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(0,0,0,0.4);
  border-color: var(--ana-renk);
}

.card {
  background: #ffffff;
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 15px;
}

.transfer-card {
  background: #ffffff;
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 15px;
}

.card-content,
.card-content p {
  color: var(--kart-metin);
  opacity: 1;
  font-weight: 400;
  line-height: 1.6;
}

.card h3,
.card-content h3 {
  color: var(--ana-renk);
  font-weight: 600;
}

/* ======================= Grid Sistemleri ==========================*/
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.card-grid .card {
  margin: 0;
}

.card-grid .card img,
.vehicle-section .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

/* ======================= Vehicle Section ==========================*/
.vehicle-section .card-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.vehicle-section .card-content p {
  color: #333333;
}

.vehicle-section .card-content h3 {
  color: var(--ana-renk);
}

/* ======================= Bootstrap Uyumlu Stiller ==========================*/
.custom-bg-light {
  background-color: #ffffff;
  color: var(--kart-metin);
  border: 1px solid var(--gri-orta);
  border-radius: 10px;
  padding: 1.5rem;
}

.custom-bg-light h3 {
  color: var(--ana-renk);
  margin-bottom: 15px;
}

.custom-bg-light p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
}

.custom-text-dark {
  color: var(--kart-metin);
}

.custom-border {
  border-color: var(--gri-orta);
}

.custom-shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 102, 0, 0.2);
}

.custom-rounded {
  border-radius: 10px;
}

/* ======================= Services Grid ==========================*/
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
}

.service-item {
  background: var(--gri-koyu);
  border: 2px solid var(--gri-orta);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-8px);
  border-color: var(--ana-renk);
  box-shadow: 0 12px 40px rgba(255, 102, 0, 0.2);
}

.service-header {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.service-icon {
  font-size: 3rem;
  background: linear-gradient(135deg, var(--ana-renk), var(--yardimci-renk));
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 80px;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

.service-title {
  color: var(--beyaz);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
  line-height: 1.2;
}

.service-description {
  color: var(--metin-renk);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

/* ======================= Navigasyon ==========================*/
nav {
  background: var(--arkaplan-renk);
  color: var(--beyaz);
  border-bottom: 2px solid var(--ana-renk);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav a {
  color: var(--beyaz);
  margin: 0 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav a:hover {
  color: var(--ana-renk);
}

/* ======================= Footer ==========================*/
footer {
  background: var(--arkaplan-renk);
  color: var(--beyaz);
  border-top: 2px solid var(--ana-renk);
  text-align: center;
  padding: 20px 0;
  margin-top: 3rem;
}

/* ======================= İkonlar ==========================*/
.icon-star { color: var(--sari); }
.icon-clock { color: var(--ana-renk); }
.icon-location { color: var(--yesil); }
.icon-check { color: var(--yesil); }
.icon-mobile { color: var(--ana-renk); }
.icon-users { color: var(--gri-acik); }

/* ======================= Focus ve Erişilebilirlik ==========================*/
button:focus,
a:focus,
.btn:focus {
  outline: 2px solid var(--ana-renk);
  outline-offset: 2px;
}

/* Animasyon azaltma */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ======================= Responsive Tasarım ==========================*/

/* Tablet (1024px ve altı) */
@media (max-width: 1024px) {
  .container {
    padding: 0 1.5rem;
  }
  
  .hero-section {
    height: 50vh;
  }
  
  .section-title,
  .faq-title {
    font-size: 1.8rem;
  }
  
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
  }
}

/* Mobil (768px ve altı) */
@media (max-width: 768px) {
  #hero-kusadasi h1 {
    font-size: 2rem;
  }
  
  #hero-kusadasi p {
    font-size: 1rem;
  }
  
  .vito-galerisi {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .vehicle-section .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .benefits-grid,
  .routes-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-section {
    grid-template-columns: 1fr;
  }
  
  .contact-buttons {
    flex-direction: column;
  }
  
  .transfer-avantajlar {
    grid-template-columns: 1fr;
  }
  
  .container {
    padding: 0 1rem;
  }
  
  .section-title,
  .faq-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

/* Küçük Mobil (480px ve altı) */
@media (max-width: 480px) {
  #hero-kusadasi {
    padding: 2rem 1rem;
  }
  
  #hero-kusadasi h1 {
    font-size: 1.5rem;
  }
  
  .fiyat-kutu-cerceve {
    padding: 1.5rem;
    margin: 1rem;
  }
  
  .fiyat-deger {
    font-size: 2rem;
  }
  
  .vehicle-section .card-grid {
    grid-template-columns: 1fr;
  }
  
  .trust-badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.6rem;
  }
}

/* ======================= Print Stili ==========================*/
@media print {
  body {
    background: white;
    color: black;
  }
  
  nav,
  .flexible-banner,
  .contact-buttons,
  .route-button {
    display: none;
  }
  
  .card-base,
  .service-item,
  .vito-arac-kutusu {
    border: 1px solid #ccc;
  }

 body { 
   font-family: 'Inter', sans-serif; 
   margin: 0; 
   padding: 0; 
   line-height: 1.6; 
 }
 .page-wrapper { min-height: 100vh; }
 .navbar { background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
 .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

 .row {
  display: flex;
  align-items: flex-start;
}


@media (min-width: 768px) {
  .sticky-top {
    top: 120px !important;
  }
}
}