/* ============================================================
   MERTCAN FİLO - MODERN UI THEME (Light, Blue/White)
   Tüm sayfalarda ortak modern görünüm + fiyat gizleme + yeni layout
   ============================================================ */

/* Tipografi: Başlıklar Archivo (kurumsal, kalın, klasik) + Gövde Manrope (rahat okunur) */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root {
  --m-primary: #1e88e5;
  --m-primary-dark: #1565c0;
  --m-primary-light: #e3f2fd;
  --m-accent: #f59e0b;
  --m-accent-dark: #d97706;
  --m-success: #10b981;
  --m-bg: #f5f9fc;
  --m-surface: #ffffff;
  --m-surface-alt: #f0f6fb;
  --m-border: #e2e8f0;
  --m-text: #0f172a;
  --m-text-soft: #475569;
  --m-text-muted: #94a3b8;
  --m-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);
  --m-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  --m-shadow-lg: 0 20px 48px rgba(15, 23, 42, .14);
  --m-radius-sm: 10px;
  --m-radius: 16px;
  --m-radius-lg: 24px;
  --m-radius-xl: 32px;
  --m-font-body: "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  --m-font-display: "Archivo", "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --m-grad-primary: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
  --m-grad-accent: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
  --m-grad-hero: linear-gradient(135deg, #e3f2fd 0%, #fef3c7 100%);
}

/* === RESET / BASE === */
html, body {
  background: var(--m-bg) !important;
  background-image: none !important;
  background-attachment: scroll !important;
  color: var(--m-text) !important;
  font-family: var(--m-font-body) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-feature-settings: "cv11" !important;
}

/* Tüm başlıklarda Archivo display font - kurumsal kalın stil */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .section-title,
html body .fleet-title,
html body .campaign-hero-title,
html body .category-title {
  font-family: var(--m-font-display) !important;
  letter-spacing: -0.015em !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  color: #0f172a !important;
}

html body h1,
html body .m-hero h1,
html body .m-page-hero h1,
html body .m-feature-text h2 {
  font-weight: 900 !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body h2,
html body .m-categories h2,
html body .m-how h2 {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important;
}

html body h3 {
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

/* Eyebrow rozetleri kurumsal görünüm */
html body .m-eyebrow,
html body .m-hero-eyebrow,
html body .m-page-hero-eyebrow {
  font-family: var(--m-font-body) !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-size: .78rem !important;
}

/* Butonlarda body font */
html body button,
html body .btn,
html body a.btn,
html body .m-info-btn {
  font-family: var(--m-font-body) !important;
  letter-spacing: 0.2px !important;
}

/* MENU / NAV / TÜM METİN ELEMANLARINDA OUTFIT'İ ZORLA (orijinal Inter'i override) */
html body *,
html body header,
html body header *,
html body .nav,
html body .nav *,
html body #mainNav,
html body #mainNav *,
html body .nav-link,
html body .mobile-nav-link,
html body .brand,
html body .brand *,
html body .brand-title,
html body .brand-text,
html body .brand-text *,
html body p,
html body span,
html body div,
html body a,
html body li,
html body input,
html body textarea,
html body select,
html body label {
  font-family: var(--m-font-body) !important;
}

html body::before,
html body::after {
  display: none !important;
  background: none !important;
  content: none !important;
  background-image: none !important;
}

main {
  background: var(--m-bg) !important;
}

main::before,
main::after {
  display: none !important;
  content: none !important;
}

/* Gizli admin link */
.admin-secret-link {
  display: none !important;
}

/* === HEADER === */
html body header,
html body .header {
  background: rgba(255, 255, 255, .96) !important;
  background-image: none !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid var(--m-border) !important;
  box-shadow: var(--m-shadow-sm) !important;
  overflow: visible !important;
}

html body header::before,
html body header::after,
html body .header::before,
html body .header::after {
  display: none !important;
  background: none !important;
  content: none !important;
}

html body header .topbar,
html body .topbar {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 14px 24px !important;
  background: transparent !important;
  color: var(--m-text) !important;
}

/* Brand alanı */
html body .brand,
html body .brand-content,
html body .brand-wrapper,
html body .header .brand {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

html body .brand::before,
html body .brand::after,
html body .brand-logo::before,
html body .brand-logo::after {
  display: none !important;
  background: none !important;
}

html body .brand-logo,
html body .brand-logo-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

html body .brand-logo img {
  border-radius: 50% !important;
  box-shadow: var(--m-shadow-sm) !important;
}

html body .brand-text h1,
html body .brand-title,
html body header h1,
html body .header h1 {
  color: var(--m-text) !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: var(--m-text) !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}

html body .brand-text span,
html body .brand-text small {
  color: var(--m-text-soft) !important;
  background: none !important;
  -webkit-text-fill-color: var(--m-text-soft) !important;
}

/* Mobile menu toggle */
html body .mobile-toggle,
html body #mobileMenuToggle {
  background: var(--m-primary-light) !important;
  color: var(--m-primary-dark) !important;
  border: 1px solid var(--m-border) !important;
  box-shadow: none !important;
}

html body .mobile-toggle span,
html body #mobileMenuToggle span {
  background: var(--m-text) !important;
}

/* === NAV === */
#mainNav .nav-link,
.nav a,
.mobile-nav-link {
  background: transparent !important;
  color: var(--m-text) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  border: none !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  transition: all .2s ease !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-family: var(--m-font-body) !important;
}

#mainNav .nav-link:hover,
.nav a:hover,
#mainNav .nav-link.active {
  background: var(--m-primary-light) !important;
  color: var(--m-primary-dark) !important;
}

/* Brand title da net okunsun */
html body .brand-title,
html body .brand-text h1,
html body header h1 {
  font-family: var(--m-font-body) !important;
  font-weight: 800 !important;
  letter-spacing: -0.3px !important;
  font-size: 1.15rem !important;
}

html body .brand-text span,
html body .brand-text small {
  font-family: var(--m-font-body) !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  font-size: .72rem !important;
  text-transform: uppercase !important;
}

/* === BUTTONS === */
.btn,
.btn-primary,
.cta-button,
button.btn,
a.btn {
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: .2px !important;
  transition: all .25s ease !important;
}

.btn-primary,
.cta-button,
.fleet-cta-btn,
.campaign-hero-btn,
.fleet-rent-btn,
.rent-now,
.add-to-cart-simple,
.send-btn,
.m-btn-primary {
  background: var(--m-primary) !important;
  background-image: linear-gradient(135deg, var(--m-primary) 0%, var(--m-primary-dark) 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 20px rgba(30, 136, 229, .28) !important;
}

.btn-primary:hover,
.cta-button:hover,
.fleet-cta-btn:hover,
.campaign-hero-btn:hover,
.fleet-rent-btn:hover,
.rent-now:hover,
.add-to-cart-simple:hover,
.send-btn:hover,
.m-btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 32px rgba(30, 136, 229, .38) !important;
}

.btn-secondary,
.view-details-btn,
.m-btn-secondary {
  background: #fff !important;
  color: var(--m-primary-dark) !important;
  border: 2px solid var(--m-primary) !important;
}

.btn-secondary:hover,
.view-details-btn:hover,
.m-btn-secondary:hover {
  background: var(--m-primary-light) !important;
}

/* === HERO SECTION OVERRIDES === */
.hero,
.campaigns-hero-section,
.campaign-hero-slider,
.about-hero,
.contact-hero {
  background: linear-gradient(180deg, #eaf4fc 0%, #f5f9fc 100%) !important;
  color: var(--m-text) !important;
}

.hero h1,
.hero p,
.campaign-hero-title,
.about-hero h1,
.contact-hero h1 {
  color: var(--m-text) !important;
  background: none !important;
  -webkit-text-fill-color: var(--m-text) !important;
  text-shadow: none !important;
}

.campaign-hero-description,
.about-hero p,
.contact-hero p {
  color: var(--m-text-soft) !important;
}

/* === SECTIONS === */
.section,
section.section {
  background: transparent !important;
}

.section-title,
.fleet-title,
h2.section-title {
  color: var(--m-text) !important;
  background: none !important;
  -webkit-text-fill-color: var(--m-text) !important;
  font-weight: 800 !important;
}

.section-eyebrow,
.fleet-subtitle,
.section-subtitle {
  color: var(--m-text-soft) !important;
}

/* === CARDS === */
.car-card,
.fleet-item,
.blog-card,
.about-card,
.contact-card,
.local-area-card,
.faq-item,
.vehicle-card,
.testimonial-card {
  background: var(--m-surface) !important;
  color: var(--m-text) !important;
  border: 1px solid var(--m-border) !important;
  border-radius: var(--m-radius) !important;
  box-shadow: var(--m-shadow-sm) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}

.car-card:hover,
.fleet-item:hover,
.blog-card:hover,
.vehicle-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--m-shadow) !important;
  border-color: rgba(30, 136, 229, .4) !important;
}

.car-card h3,
.car-title,
.vehicle-name,
.fleet-item h3,
.blog-card h3,
.about-card h3,
.contact-card h3,
.faq-item h3,
.local-area-card h3 {
  color: var(--m-text) !important;
}

.car-subtitle,
.fleet-subtitle,
.blog-card p,
.about-card p,
.faq-item p,
.local-area-card li {
  color: var(--m-text-soft) !important;
}

/* === FİYATLARI TAMAMEN GİZLE === */
.simple-price,
.price-box,
.price-block,
.price-amount,
.gross-amount,
.total-amount,
.total-vat,
.total-gross,
.fleet-price,
.fleet-price-label,
.fleet-price-amount,
.fleet-price-period,
.campaign-price,
.campaign-price-new,
.campaign-price-old,
.cart-price-row,
.summary-item-price,
.edit-panel-price,
.edit-new-price,
.car-price,
.price-display,
.base-price,
.price-label,
.price-value,
.fleet-price-vat,
.car-details-collapsed .price-info,
[data-price],
.car-card .pricing,
.vehicle-card .price-display,
.discount-price,
.original-price,
.savings-amount {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Filtreleri / kontrolleri de gizle (fiyat tabanlı) */
.inventory-controls,
.price-filter,
.km-filter,
.months-filter,
.calc-section,
.calculator-panel {
  display: none !important;
}

/* === ESKİ KAMPANYA HERO BÖLÜMLERİNİ GİZLE (yeni tasarımla uyumsuz) === */
html body .campaigns-hero-section,
html body .campaign-hero-slider,
html body .campaign-hero-section,
html body .campaign-banner,
html body .campaign-strip,
html body .campaign-promo {
  display: none !important;
}

/* Eski "about-hero" ve "contact-hero" alanları (m-page-hero ile değişti) */
html body .about-hero,
html body .contact-hero {
  display: none !important;
}

/* Eski "Nasıl Kullanılır" fiyat sistemi kullanım kılavuzu (artık fiyat yok) */
html body .user-guide,
html body .user-guide-content,
html body .pricing-guide,
html body .usage-guide,
html body .rental-guide,
html body .how-to-use,
html body .step-guide {
  display: none !important;
}

/* === ARAÇ KARTI - YENİ "HEMEN BİLGİ AL" BUTONU === */
.car-card .card-actions,
.car-card .card-actions-simple,
.fleet-item .fleet-actions,
.vehicle-card .vehicle-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 12px !important;
}

.car-card .card-actions-simple .view-details-btn,
.car-card .card-actions-simple .add-to-cart-simple {
  display: none !important;
}

.car-card .card-actions .rent-now,
.fleet-item .fleet-rent-btn,
.vehicle-card .send-btn {
  width: 100% !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  border-radius: 999px !important;
}

/* Hemen Bilgi Al butonu için ortak stil */
.m-info-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 14px 20px !important;
  background: linear-gradient(135deg, var(--m-primary) 0%, var(--m-primary-dark) 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(30, 136, 229, .28) !important;
  transition: all .25s ease !important;
}

.m-info-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 32px rgba(30, 136, 229, .38) !important;
}

/* === SAYFA BAZLI SECTION GİZLEME === */
/* Hakkımızda sayfası açıldığında SADECE aboutSection görünsün */
body.m-page-aboutSection #homeSection,
body.m-page-aboutSection #vehiclesSection,
body.m-page-aboutSection #contactSection {
  display: none !important;
}

/* İletişim sayfası */
body.m-page-contactSection #homeSection,
body.m-page-contactSection #vehiclesSection,
body.m-page-contactSection #aboutSection {
  display: none !important;
}

/* Araçlar sayfası */
body.m-page-vehiclesSection #homeSection,
body.m-page-vehiclesSection #aboutSection,
body.m-page-vehiclesSection #contactSection {
  display: none !important;
}

/* Anasayfa - tam tersi */
body.m-page-homeSection #vehiclesSection,
body.m-page-homeSection #aboutSection,
body.m-page-homeSection #contactSection {
  display: none !important;
}

/* === MODERN PAGE HERO (diğer sayfaların üst banner'ı) === */
.m-page-hero {
  position: relative;
  background: linear-gradient(135deg, var(--m-primary) 0%, var(--m-primary-dark) 100%);
  color: #fff;
  padding: 140px 24px 90px;
  text-align: center;
  margin-bottom: 48px;
  overflow: hidden;
  isolation: isolate;
}

.m-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

.m-page-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.m-page-hero-eyebrow {
  display: inline-block;
  font-family: var(--m-font-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .25);
}

.m-page-hero h1 {
  font-family: var(--m-font-display) !important;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  margin: 0 0 16px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.m-page-hero p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  opacity: .95;
  margin: 0 auto;
  max-width: 720px;
  color: #fff;
  line-height: 1.6;
}

/* === MODERN HERO (yeni anasayfa) === */
.m-hero {
  position: relative;
  padding: 130px 24px 90px;
  text-align: center;
  background: linear-gradient(180deg, #e3f2fd 0%, #f5f9fc 100%);
}

.m-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.m-hero-eyebrow {
  display: inline-block;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--m-accent-dark);
  background: rgba(245, 158, 11, .12);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.m-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  color: var(--m-text);
  margin: 0 0 16px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.m-hero-accent {
  color: var(--m-primary-dark);
  display: inline-block;
}

.m-hero .m-hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--m-text-soft);
  margin: 0 auto 40px;
  max-width: 640px;
  line-height: 1.6;
}

.m-hero-image-wrap {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  border-radius: var(--m-radius-lg);
  overflow: hidden;
  box-shadow: var(--m-shadow-lg);
  background: #eaf4fc;
}

.m-hero-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--m-radius-lg);
}

.m-hero-feature-card {
  position: relative;
  max-width: 760px;
  margin: -60px auto 0;
  background: #fff;
  border-radius: var(--m-radius);
  box-shadow: var(--m-shadow);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  z-index: 5;
}

.m-hero-feature-info h3 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--m-text);
}

.m-hero-feature-info p {
  margin: 0;
  color: var(--m-text-soft);
  font-size: .95rem;
}

/* === CATEGORY STRIP === */
.m-categories {
  padding: 80px 24px 40px;
  background: var(--m-bg);
}

.m-categories-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.m-categories h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--m-text);
  margin: 0 0 8px;
}

.m-categories-eyebrow {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: var(--m-accent);
  border-radius: 2px;
  margin-bottom: 16px;
}

.m-categories-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.m-category-card {
  background: #fff;
  border: 1px solid var(--m-border);
  border-radius: 12px;
  padding: 14px 8px 12px;
  text-decoration: none;
  color: var(--m-text);
  transition: all .2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.m-category-card:hover {
  border-color: var(--m-primary);
  transform: translateY(-3px);
  box-shadow: var(--m-shadow);
}

.m-category-img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 2px;
  transition: transform .2s ease;
  display: block;
}

.m-category-card:hover .m-category-img {
  transform: scale(1.06);
}

.m-category-name {
  font-weight: 600;
  font-size: .8rem;
  color: var(--m-text-soft);
  text-align: center;
  line-height: 1.2;
}

.m-category-card:hover .m-category-name {
  color: var(--m-primary-dark);
}

@media (max-width: 900px) {
  .m-categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .m-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .m-category-img { height: 50px; }
  .m-category-name { font-size: .75rem; }
}

.m-categories-cta {
  margin-top: 36px;
}

/* === FEATURE ROWS (Shop Online, Inventory, Top Quality) === */
.m-feature-row {
  padding: 80px 24px;
  background: #fff;
}

.m-feature-row.alt {
  background: var(--m-bg);
}

.m-feature-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.m-feature-inner.reverse > :first-child {
  order: 2;
}

.m-feature-img {
  width: 100%;
  height: auto;
  border-radius: var(--m-radius-lg);
  box-shadow: var(--m-shadow);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.m-feature-text .m-eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  color: var(--m-accent-dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.m-feature-text h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  color: var(--m-text);
  margin: 0 0 18px;
  line-height: 1.15;
}

.m-feature-text h2 strong {
  color: var(--m-primary-dark);
}

.m-feature-text p {
  color: var(--m-text-soft);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 24px;
}

.m-feature-text .m-info-btn {
  display: inline-flex;
  width: auto;
  padding: 14px 28px;
}

/* === HOW IT WORKS - YENİ GÖRSELLİ KART TASARIMI === */
.m-how {
  padding: 90px 24px;
  background: linear-gradient(180deg, #fff 0%, #f5f9fc 100%);
}

.m-how-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.m-how h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 800;
  color: var(--m-text);
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}

.m-how-sub {
  color: var(--m-text-soft);
  max-width: 600px;
  margin: 8px auto 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.m-how-eyebrow {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: var(--m-accent);
  border-radius: 2px;
  margin-bottom: 16px;
}

.m-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.m-how-step {
  background: #fff;
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-lg);
  padding: 0;
  text-align: left;
  transition: all .3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.m-how-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, .14);
  border-color: rgba(30, 136, 229, .35);
}

.m-how-step-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--m-bg);
}

.m-how-step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.m-how-step:hover .m-how-step-media img {
  transform: scale(1.06);
}

.m-how-step-num {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--m-primary) 0%, var(--m-primary-dark) 100%);
  color: #fff;
  font-family: var(--m-font-display);
  font-weight: 800;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(30, 136, 229, .45);
  border: 3px solid #fff;
}

.m-how-step-body {
  padding: 28px 24px 32px;
  flex: 1;
}

.m-how-step h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--m-text);
  margin: 0 0 12px;
  font-family: var(--m-font-display);
  letter-spacing: -0.3px;
}

.m-how-step p {
  color: var(--m-text-soft);
  font-size: .98rem;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 900px) {
  .m-how-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .m-how-step-media {
    aspect-ratio: 16 / 9;
  }
}

/* === FOOTER === */
footer,
.footer {
  background: #0f172a !important;
  color: #cbd5e1 !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
}

.footer-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 48px 24px 24px !important;
}

.footer-top h3 {
  color: #fff !important;
}

.map-link {
  color: var(--m-primary) !important;
}

.footer-bottom {
  color: #94a3b8 !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  padding-top: 20px !important;
  margin-top: 24px !important;
}

/* === CONTACT STRIP === */
.contact-strip {
  background: #fff !important;
  border: 1px solid var(--m-border) !important;
  border-radius: var(--m-radius-lg) !important;
  box-shadow: var(--m-shadow-sm) !important;
  padding: 32px !important;
}

.contact-strip h4 {
  color: var(--m-text) !important;
}

/* === FLOATING BUTTONS === */
.whatsapp-float,
#whatsappBtn,
.floating-whatsapp {
  background: #25d366 !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .35) !important;
}

#phoneFloatBtn,
.floating-phone {
  background: var(--m-primary) !important;
  box-shadow: 0 8px 20px rgba(30, 136, 229, .35) !important;
}

/* === MOBILE MENU - MODERN SLIDE-IN PANEL === */
html body .mobile-menu,
html body #mobileMenu {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%) !important;
  color: var(--m-text) !important;
  width: min(360px, 88vw) !important;
  max-width: 360px !important;
  box-shadow: -24px 0 60px rgba(15, 23, 42, .18) !important;
  border-left: 1px solid var(--m-border) !important;
  padding: 0 !important;
  border-radius: 24px 0 0 24px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

html body .mobile-menu-overlay {
  background: rgba(15, 23, 42, .55) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

html body .mobile-menu-header {
  background: var(--m-grad-primary) !important;
  color: #fff !important;
  padding: 22px 20px !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 14px !important;
  border-bottom: none !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: left !important;
}

html body .mobile-menu-brand {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-align: left !important;
}

html body .mobile-menu-brand .mobile-menu-text,
html body .mobile-menu-brand-text {
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  align-items: flex-start !important;
}

html body .mobile-menu-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.18) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,.12) 0%, transparent 50%);
  pointer-events: none;
}

html body .mobile-menu-brand,
html body .mobile-menu-brand * {
  color: #fff !important;
  position: relative;
  z-index: 2;
}

html body .mobile-menu-logo {
  background: #fff !important;
  border-radius: 50% !important;
  padding: 3px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.15) !important;
  width: 44px !important;
  height: 44px !important;
  flex-shrink: 0 !important;
}

html body .mobile-menu-brand > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  min-width: 0 !important;
}

html body .mobile-menu-title {
  font-family: var(--m-font-display) !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  letter-spacing: -0.01em !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

html body .mobile-menu-subtitle {
  color: rgba(255,255,255,.85) !important;
  font-size: .68rem !important;
  font-weight: 600 !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  margin: 2px 0 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

html body .mobile-menu-close {
  background: rgba(255,255,255,.18) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  color: #fff !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all .2s ease !important;
  position: relative;
  z-index: 2;
}

html body .mobile-menu-close:hover {
  background: rgba(255,255,255,.3) !important;
  transform: rotate(90deg) !important;
}

html body .mobile-menu-nav,
html body .mobile-menu-links {
  padding: 16px 14px !important;
  flex: 1 !important;
  overflow-y: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

html body .mobile-nav-link {
  color: var(--m-text) !important;
  background: #fff !important;
  border: 1px solid var(--m-border) !important;
  border-bottom: 1px solid var(--m-border) !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  font-family: var(--m-font-body) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  text-decoration: none !important;
  transition: all .25s ease !important;
  position: relative !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body .mobile-nav-link::after {
  content: "→";
  margin-left: auto;
  color: var(--m-text-muted);
  font-size: 18px;
  transition: transform .2s ease, color .2s ease;
}

html body .mobile-nav-link:hover,
html body .mobile-nav-link.active {
  background: var(--m-grad-primary) !important;
  color: #fff !important;
  border-color: transparent !important;
  transform: translateX(4px) !important;
  box-shadow: 0 10px 24px rgba(30, 136, 229, .28) !important;
}

html body .mobile-nav-link:hover::after,
html body .mobile-nav-link.active::after {
  color: #fff;
  transform: translateX(4px);
}

html body .mobile-nav-link .nav-icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  background: var(--m-primary-light) !important;
  color: var(--m-primary-dark) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: all .25s ease !important;
}

html body .mobile-nav-link:hover .nav-icon,
html body .mobile-nav-link.active .nav-icon {
  background: rgba(255,255,255,.22) !important;
  color: #fff !important;
}

html body .mobile-menu-footer {
  padding: 18px 18px 22px !important;
  border-top: 1px solid var(--m-border) !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

html body .mobile-menu-contact {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 18px !important;
  border-radius: 12px !important;
  background: var(--m-primary-light) !important;
  color: var(--m-primary-dark) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  transition: all .2s ease !important;
  border: 1px solid transparent !important;
}

html body .mobile-menu-contact:hover {
  background: var(--m-grad-primary) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(30, 136, 229, .3) !important;
}

html body .mobile-menu-contact svg {
  width: 18px !important;
  height: 18px !important;
}

/* Hamburger butonu modernleştir (eski menü - site-nav devraldı) */
html body .mobile-menu-toggle:not(.m-site-menu-toggle),
html body #mobileMenuToggle:not(#mSiteMenuToggle) {
  display: none !important;
  background: var(--m-primary-light) !important;
  border: 1px solid var(--m-border) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  cursor: pointer !important;
  transition: all .25s ease !important;
  box-shadow: var(--m-shadow-sm) !important;
}

html body .mobile-menu-toggle:hover,
html body #mobileMenuToggle:hover {
  background: var(--m-primary) !important;
  border-color: var(--m-primary) !important;
}

html body .mobile-menu-toggle span,
html body #mobileMenuToggle span {
  width: 20px !important;
  height: 2.5px !important;
  background: var(--m-primary-dark) !important;
  border-radius: 2px !important;
  transition: all .3s ease !important;
}

html body .mobile-menu-toggle:hover span,
html body #mobileMenuToggle:hover span {
  background: #fff !important;
}

/* === SLIDER / TESTIMONIALS === */
.testimonials,
.testimonial-card {
  color: var(--m-text);
}

.testimonial-card {
  background: #fff !important;
  border: 1px solid var(--m-border) !important;
  color: var(--m-text) !important;
}

/* === FAQ === */
.faq-item h3 {
  color: var(--m-text) !important;
}

.faq-item p {
  color: var(--m-text-soft) !important;
}

/* === SEO BLOG === */
.seo-blog-section,
.faq-section,
.local-seo-section {
  background: transparent !important;
}

.blog-card,
.faq-item,
.local-area-card {
  background: #fff !important;
  color: var(--m-text) !important;
}

.blog-card h3,
.blog-card p,
.blog-card strong,
.blog-meta span {
  color: var(--m-text) !important;
}

.blog-meta span {
  background: var(--m-primary-light) !important;
  color: var(--m-primary-dark) !important;
  border-radius: 999px !important;
  padding: 4px 10px !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
}

/* === BREADCRUMB === */
.breadcrumb-link,
.breadcrumb-current {
  color: var(--m-text-soft) !important;
}

.breadcrumb-link:hover {
  color: var(--m-primary) !important;
}

/* === FILTER BUTTONS === */
.filter-btn {
  background: rgba(255, 255, 255, .55) !important;
  color: var(--m-text) !important;
  border: 1.5px solid rgba(30, 136, 229, .18) !important;
  border-radius: 12px !important;
  padding: 10px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  cursor: pointer !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease !important;
  box-shadow: none !important;
  transform: none !important;
}

.filter-btn:hover {
  background: rgba(255, 255, 255, .85) !important;
  border-color: rgba(30, 136, 229, .35) !important;
  color: var(--m-primary-dark) !important;
}

.filter-btn.active {
  background: var(--m-grad-primary) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(30, 136, 229, .28) !important;
  transform: translateY(-1px) !important;
}

/* === CAR GRID === */
.car-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)) !important;
  gap: 28px !important;
}

.category-section {
  margin-bottom: 56px !important;
}

.category-title {
  color: var(--m-text) !important;
  font-family: var(--m-font-display) !important;
  font-size: 1.65rem !important;
  font-weight: 800 !important;
  border-left: 4px solid var(--m-primary) !important;
  padding-left: 16px !important;
  margin-bottom: 24px !important;
  letter-spacing: -0.3px !important;
}

/* === ARAÇ KARTI MODERNLEŞTİRME (araç görsellerini KORU) === */
html body .car-card {
  position: relative !important;
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 22px !important;
  border: 1px solid rgba(30, 136, 229, .1) !important;
  overflow: hidden !important;
  padding: 0 !important;
  gap: 0 !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06) !important;
  transition: all .35s cubic-bezier(.22, 1, .36, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  cursor: default !important;
}

html body .car-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: var(--m-grad-accent) !important;
  opacity: 0 !important;
  transition: opacity .3s ease !important;
  z-index: 2 !important;
}

html body .car-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 48px rgba(30, 136, 229, .14) !important;
  border-color: rgba(30, 136, 229, .28) !important;
}

html body .car-card:hover::before {
  opacity: 1 !important;
}

html body .car-card .car-info,
html body .car-card .car-content {
  padding: 20px 20px 0 !important;
  flex: 1 !important;
}

html body .car-card .car-title,
html body .car-card h3 {
  font-family: var(--m-font-display) !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  color: var(--m-text) !important;
  margin: 0 0 6px !important;
  letter-spacing: -0.3px !important;
  line-height: 1.35 !important;
}

html body .car-card .car-subtitle,
html body .car-card .car-meta,
html body .car-card .car-specs {
  color: var(--m-text-soft) !important;
  font-size: .92rem !important;
  font-weight: 500 !important;
}

/* Araç görsel alanı - tam genişlik, büyük ebat */
html body .car-card .car-visual,
html body .car-card .car-image,
html body .car-card .photo-trigger {
  position: relative !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 220px !important;
  background: linear-gradient(180deg, #eef6ff 0%, #f5f9fc 100%) !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  cursor: zoom-in !important;
  display: block !important;
}

html body .car-card .car-visual img,
html body .car-card .photo-trigger img,
html body .car-card .car-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1) !important;
  background: transparent !important;
  display: block !important;
}

html body .car-card:hover .car-visual img,
html body .car-card:hover .photo-trigger img {
  transform: scale(1.05) !important;
}

html body .car-card .zoom-hint {
  position: absolute !important;
  right: 12px !important;
  bottom: 12px !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: rgba(15, 23, 42, .72) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #fff !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .5px !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
}

html body .car-card .car-meta {
  padding: 16px 20px 0 !important;
  gap: 8px !important;
}

html body .car-card .car-title {
  font-size: 1.08rem !important;
  line-height: 1.35 !important;
}

html body .car-card .car-subtitle {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: center !important;
  font-size: .82rem !important;
}

html body .car-card .m-info-actions {
  padding: 16px 20px 20px !important;
  margin-top: auto !important;
}

html body .car-card .m-call-btn {
  letter-spacing: .3px !important;
}

html body .car-card .card-top-line,
html body .car-card .simple-price,
html body .car-card .car-details-collapsed,
html body .car-card .controls,
html body .car-card .price-box {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Araçlar sayfası - inventory alanı */
body.m-page-vehiclesSection .inventory {
  background: linear-gradient(180deg, #f0f7ff 0%, #f8fafc 40%, #fff 100%) !important;
  padding: clamp(24px, 4vw, 48px) clamp(16px, 3vw, 32px) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

body.m-page-vehiclesSection .inventory-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 18px !important;
  margin-bottom: 28px !important;
}

body.m-page-vehiclesSection .inventory-title {
  margin-bottom: 0 !important;
}

body.m-page-vehiclesSection .category-header {
  margin: 36px 0 20px !important;
  padding: 0 4px !important;
}

body.m-page-vehiclesSection .category-header h3 {
  font-family: var(--m-font-display) !important;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem) !important;
  font-weight: 800 !important;
  color: var(--m-text) !important;
  letter-spacing: -0.02em !important;
  border-left: 4px solid var(--m-primary) !important;
  padding-left: 14px !important;
  margin: 0 0 6px !important;
}

body.m-page-vehiclesSection .category-header p {
  color: var(--m-text-soft) !important;
  font-size: .92rem !important;
  padding-left: 18px !important;
  margin: 0 !important;
}

body.m-page-vehiclesSection .car-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 24px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

/* === ARAÇLAR + MOBİL RESPONSIVE === */
@media (max-width: 768px) {
  body.m-page-vehiclesSection .m-page-hero {
    padding: 100px 20px 56px !important;
  }

  body.m-page-vehiclesSection .m-page-hero h1 {
    font-size: 1.65rem !important;
  }

  body.m-page-vehiclesSection .inventory {
    padding: 20px 14px 32px !important;
  }

  body.m-page-vehiclesSection .car-grid,
  html body .car-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html body .car-card {
    border-radius: 18px !important;
  }

  html body .car-card .car-visual,
  html body .car-card .photo-trigger {
    aspect-ratio: 16 / 9 !important;
    min-height: 240px !important;
  }

  html body .car-card .car-meta {
    padding: 14px 16px 0 !important;
  }

  html body .car-card .car-title,
  html body .car-card h3 {
    font-size: 1.05rem !important;
  }

  html body .car-card .m-info-actions {
    padding: 14px 16px 16px !important;
  }

  html body .car-card .m-call-btn {
    min-height: 50px !important;
    font-size: 15px !important;
  }

  body.m-page-vehiclesSection .inventory-filters,
  body.m-page-vehiclesSection #inventoryFilters {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding: 0 0 4px !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body.m-page-vehiclesSection .inventory-filters::-webkit-scrollbar,
  body.m-page-vehiclesSection #inventoryFilters::-webkit-scrollbar {
    display: none !important;
  }

  body.m-page-vehiclesSection .filter-btn {
    flex-shrink: 0 !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    border-radius: 10px !important;
  }

  body.m-page-vehiclesSection .inventory-header {
    margin-bottom: 20px !important;
    gap: 14px !important;
  }

  body.m-page-vehiclesSection .inventory-title h2 {
    font-size: 1.25rem !important;
  }

  body.m-page-vehiclesSection .category-header {
    margin: 28px 0 14px !important;
  }

  body.m-page-vehiclesSection .page-section-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  body.m-page-vehiclesSection .car-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html body .car-card .car-visual,
  html body .car-card .photo-trigger {
    min-height: 180px !important;
  }
}

body.m-page-vehiclesSection .inventory-filters,
body.m-page-vehiclesSection #inventoryFilters,
body.m-page-vehiclesSection .filter-bar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Araç filtre & arama bar'ı modernleştir */
html body .filter-bar,
html body .filters-row,
html body .vehicles-filters {
  background: #fff !important;
  border: 1px solid var(--m-border) !important;
  border-radius: var(--m-radius) !important;
  padding: 16px 20px !important;
  box-shadow: var(--m-shadow-sm) !important;
  margin-bottom: 32px !important;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .m-feature-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .m-feature-inner.reverse > :first-child {
    order: 0;
  }

  .m-hero {
    padding: 100px 20px 60px;
  }

  .m-feature-row,
  .m-categories,
  .m-how {
    padding: 60px 20px;
  }

  .m-hero-feature-card {
    margin-top: -40px;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .m-categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-category-card { padding: 14px 8px; }
  .m-category-name { font-size: .8rem; }
  .m-page-hero { padding: 100px 20px 60px; }
}

/* === FORM ELEMENTS === */
input, textarea, select {
  background: #fff !important;
  color: var(--m-text) !important;
  border: 1.5px solid var(--m-border) !important;
  border-radius: var(--m-radius-sm) !important;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--m-primary) !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(30, 136, 229, .12) !important;
}

label {
  color: var(--m-text) !important;
  font-weight: 600 !important;
}

/* === MODAL === */
.modal, .booking-modal, #cartOverlay {
  background: rgba(15, 23, 42, .55) !important;
}

.modal-content, .booking-content, .cart-content {
  background: #fff !important;
  color: var(--m-text) !important;
  border-radius: var(--m-radius-lg) !important;
}

/* === CART (gizle, fiyatlar olduğu için) === */
#cartOverlay,
.cart-floating,
#desktopCartToggle,
#mobileCartToggle,
.cart-toggle,
.floating-cart {
  display: none !important;
}

/* === SCROLLBAR === */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--m-grad-primary);
}

/* ============================================================
   PREMIUM UPGRADES - Renkli accent, animasyon, glassmorphism
   ============================================================ */

/* === GENEL KART GÜÇLENDİRME === */
html body .about-card,
html body .contact-card,
html body .blog-card,
html body .local-area-card,
html body .faq-item,
html body .testimonial-card {
  background: #fff !important;
  border: 1px solid var(--m-border) !important;
  border-radius: 20px !important;
  padding: 28px 24px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all .35s cubic-bezier(.2, .8, .2, 1) !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04) !important;
  isolation: isolate;
}

html body .about-card::before,
html body .contact-card::before,
html body .blog-card::before,
html body .local-area-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--m-grad-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
  z-index: 1;
}

html body .about-card::after,
html body .contact-card::after,
html body .blog-card::after,
html body .local-area-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(30, 136, 229, .08) 0%, transparent 50%);
  opacity: 0;
  transition: opacity .4s ease;
  z-index: -1;
  pointer-events: none;
}

html body .about-card:hover,
html body .contact-card:hover,
html body .blog-card:hover,
html body .local-area-card:hover,
html body .faq-item:hover,
html body .testimonial-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(30, 136, 229, .35) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .14) !important;
}

html body .about-card:hover::before,
html body .contact-card:hover::before,
html body .blog-card:hover::before,
html body .local-area-card:hover::before {
  transform: scaleX(1);
}

html body .about-card:hover::after,
html body .contact-card:hover::after,
html body .blog-card:hover::after,
html body .local-area-card:hover::after {
  opacity: 1;
}

/* Kart başlıkları net */
html body .about-card h3,
html body .contact-card h3,
html body .blog-card h3,
html body .local-area-card h3,
html body .faq-item h3 {
  font-family: var(--m-font-display) !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  letter-spacing: -0.3px !important;
  color: var(--m-text) !important;
  margin: 0 0 10px !important;
}

/* === KART İÇİ İKON BADGE'LERİ === */
html body .card-icon,
html body .about-icon,
html body .contact-icon,
html body .feature-icon,
html body .service-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 16px !important;
  background: var(--m-grad-primary) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
  box-shadow: 0 10px 24px rgba(30, 136, 229, .35) !important;
  font-size: 1.5rem !important;
  position: relative !important;
}

/* === ANIMATED SECTION TITLES === */
html body .section-title,
html body .category-title,
html body .fleet-title {
  position: relative !important;
}

/* === ROZET / BADGE STILLERI === */
.m-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: var(--m-font-body);
}

.m-badge-primary { background: var(--m-primary-light); color: var(--m-primary-dark); }
.m-badge-accent { background: rgba(245, 158, 11, .15); color: var(--m-accent-dark); }
.m-badge-success { background: rgba(16, 185, 129, .15); color: #047857; }

/* === HERO ANIMATIONS === */
@keyframes mFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes mFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mPulse {
  0%, 100% { opacity: .9; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes mShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.m-hero h1,
.m-hero-sub,
.m-hero-image-wrap,
.m-hero-feature-card {
  animation: mFadeUp .8s ease both;
}

.m-hero h1 { animation-delay: .1s; }
.m-hero-sub { animation-delay: .2s; }
.m-hero-image-wrap { animation-delay: .3s; }
.m-hero-feature-card { animation-delay: .4s; }

.m-hero-image-wrap {
  animation-name: mFadeUp, mFloat;
  animation-duration: .8s, 6s;
  animation-delay: .3s, 1.1s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
  animation-timing-function: ease, ease-in-out;
}

.m-hero-eyebrow {
  animation: mPulse 3s ease-in-out infinite;
}

/* === SECTION DIVIDER (renkli accent çubuk) === */
.m-section-divider {
  display: block;
  height: 4px;
  width: 64px;
  margin: 0 auto 20px;
  background: var(--m-grad-accent);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.m-section-divider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent);
  background-size: 200% 100%;
  animation: mShimmer 2.5s linear infinite;
}

/* m-categories-eyebrow & m-how-eyebrow için shimmer */
.m-categories-eyebrow,
.m-how-eyebrow {
  width: 64px !important;
  height: 4px !important;
  background: var(--m-grad-accent) !important;
  border-radius: 4px !important;
  position: relative !important;
  overflow: hidden !important;
}

.m-categories-eyebrow::after,
.m-how-eyebrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);
  background-size: 200% 100%;
  animation: mShimmer 2.5s linear infinite;
}

/* === GRADIENT TEXT (vurgu için) === */
.m-gradient-text,
.m-feature-text h2 strong,
.m-hero-accent {
  background: linear-gradient(135deg, #1e88e5 0%, #1565c0 50%, #0d47a1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* === SCROLL REVEAL TRIGGER === */
.m-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}

.m-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* === KATEGORİ KARTLARI - ACCENT TOUCH === */
html body .m-category-card {
  position: relative;
  overflow: hidden;
}

html body .m-category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--m-grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

html body .m-category-card:hover::before {
  transform: scaleX(1);
}

/* === HOW STEP BADGE ANIMATION === */
.m-how-step:hover .m-how-step-num {
  animation: mPulse 1.5s ease-in-out infinite;
}

/* === FEATURE-IMG MASK & SHADOW === */
.m-feature-img {
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, .15));
}

.m-feature-img:hover {
  transform: scale(1.02);
  transition: transform .4s ease;
}

/* === CONTACT STRIP MODERN === */
html body .contact-strip {
  background: linear-gradient(135deg, #fff 0%, #f5f9fc 100%) !important;
  border-radius: 24px !important;
  position: relative;
  overflow: hidden;
}

html body .contact-strip::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(30, 136, 229, .12) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(80px, -80px);
}

/* === FILTRE BUTONLARI MODERN === */
html body .filter-btn {
  position: relative !important;
  overflow: visible !important;
}

html body .filter-btn::before {
  display: none !important;
}

/* === HEADER STICKY GÜZELLEŞTİRMESİ === */
html body header,
html body .header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
}

/* === FOOTER MODERN === */
html body footer,
html body .footer {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

html body footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1e88e5, #f59e0b, #1e88e5);
  background-size: 200% 100%;
  animation: mShimmer 4s linear infinite;
}

/* === FLOATING ACTION BUTTONS (telefon/whatsapp) MODERN === */
html body .whatsapp-float,
html body #whatsappBtn,
html body .floating-whatsapp {
  border-radius: 50% !important;
  width: 56px !important;
  height: 56px !important;
  animation: mPulse 2s ease-in-out infinite;
}

html body #phoneFloatBtn,
html body .floating-phone {
  border-radius: 50% !important;
  width: 56px !important;
  height: 56px !important;
}

/* === HERO FEATURE CARD GÜÇLENDİRME === */
html body .m-hero-feature-card {
  border: 1px solid rgba(30, 136, 229, .15) !important;
  background: linear-gradient(135deg, #fff 0%, #fafdff 100%) !important;
  position: relative;
  overflow: hidden;
}

html body .m-hero-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--m-grad-accent);
}

/* === RESPONSIVE TYPO REFINEMENT === */
@media (max-width: 600px) {
  html body .m-hero h1 { font-size: 1.85rem !important; }
  html body .m-hero-sub { font-size: .95rem !important; }
  html body .m-page-hero h1 { font-size: 1.85rem !important; }
  html body .m-feature-text h2 { font-size: 1.6rem !important; }
  html body .m-categories h2,
  html body .m-how h2 { font-size: 1.4rem !important; }
}

/* === HEMEN BİLGİ AL BUTON - SHIMMER EFFECT === */
.m-info-btn {
  position: relative !important;
  overflow: hidden !important;
}

.m-info-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transition: left .6s ease;
}

.m-info-btn:hover::before {
  left: 100%;
}

/* ============================================================
   BİRLEŞİK SİTE NAVİGASYONU - TAM GENİŞLİK HEADER
   ============================================================ */
html body header,
html body .m-site-header,
html body .m-landing-header {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

html body header .topbar,
html body .m-site-header-inner {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px clamp(16px, 3vw, 48px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(12px, 2vw, 28px) !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  box-sizing: border-box !important;
}

html body .m-site-brand,
html body header .brand.m-site-brand {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  color: var(--m-text) !important;
  flex-shrink: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .m-site-brand img,
html body .m-site-brand .brand-logo img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

html body .m-site-brand div,
html body .m-site-brand .brand-text {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.1 !important;
}

html body .m-site-brand strong,
html body .m-site-brand h1,
html body .m-site-brand .brand-text h1 {
  font-family: var(--m-font-display) !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  letter-spacing: -0.02em !important;
  color: var(--m-text) !important;
  background: none !important;
  -webkit-text-fill-color: var(--m-text) !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

html body .m-site-brand span,
html body .m-site-brand .brand-text span {
  font-size: .68rem !important;
  color: var(--m-text-soft) !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  font-weight: 600 !important;
  margin-top: 2px !important;
  background: none !important;
  -webkit-text-fill-color: var(--m-text-soft) !important;
}

html body .m-site-nav,
html body #mainNav.m-site-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: static !important;
}

html body .m-nav-link,
html body .m-nav-dropdown-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  font-family: var(--m-font-body) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: var(--m-text) !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all .2s ease !important;
  box-shadow: none !important;
}

html body .m-nav-link:hover,
html body .m-nav-link.active,
html body .m-nav-dropdown-btn:hover,
html body .m-nav-dropdown.active > .m-nav-dropdown-btn {
  background: var(--m-primary-light) !important;
  color: var(--m-primary-dark) !important;
}

html body .m-nav-dropdown {
  position: relative !important;
}

html body .m-nav-dropdown-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(6px) !important;
  min-width: 240px !important;
  background: #fff !important;
  border: 1px solid var(--m-border) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, .14) !important;
  padding: 8px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: all .22s ease !important;
  z-index: 200 !important;
}

html body .m-nav-dropdown.open .m-nav-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

html body .m-nav-dropdown-item {
  display: block !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  color: var(--m-text) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: background .2s ease !important;
}

html body .m-nav-dropdown-item:hover,
html body .m-nav-dropdown-item.active {
  background: var(--m-primary-light) !important;
  color: var(--m-primary-dark) !important;
}

html body .m-site-header-actions,
html body .header-actions.m-site-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
  width: auto !important;
  justify-content: flex-end !important;
}

html body .m-site-phone {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 18px !important;
  background: var(--m-grad-primary) !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  box-shadow: 0 6px 18px rgba(30, 136, 229, .28) !important;
  white-space: nowrap !important;
}

html body .m-site-phone:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(30, 136, 229, .38) !important;
}

html body .m-site-menu-toggle,
html body #mSiteMenuToggle {
  display: none !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  border: 1px solid var(--m-border) !important;
  background: var(--m-primary-light) !important;
  cursor: pointer !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

html body .m-site-menu-toggle span {
  display: block !important;
  width: 20px !important;
  height: 2.5px !important;
  background: var(--m-primary-dark) !important;
  border-radius: 2px !important;
}

/* Masaüstünde eski hamburger gizle */
html body .mobile-menu-toggle:not(.m-site-menu-toggle),
html body #mobileMenuToggle:not(#mSiteMenuToggle) {
  display: none !important;
}

/* Sepet butonu gizle (fiyat kaldırıldı) */
html body .desktop-cart-btn,
html body #desktopCartToggle {
  display: none !important;
}

/* Mobil panel - Premium slide-in */
html body .m-site-mobile-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(8, 15, 30, .72) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  z-index: 9998 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity .35s ease, visibility .35s ease !important;
}

html body .m-site-mobile-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
}

html body .m-site-mobile-panel {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: min(340px, 92vw) !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  background:
    linear-gradient(165deg, #0b1220 0%, #111827 42%, #0f172a 100%) !important;
  z-index: 9999 !important;
  transform: translateX(105%) !important;
  transition: transform .38s cubic-bezier(.22, 1, .36, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: -30px 0 80px rgba(0, 0, 0, .45) !important;
  overflow: hidden !important;
  border-left: 1px solid rgba(255, 255, 255, .08) !important;
}

html body .m-site-mobile-panel.active {
  transform: translateX(0) !important;
}

html body .m-site-mobile-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 18px 18px 16px !important;
  background: linear-gradient(135deg, rgba(30, 136, 229, .95) 0%, rgba(21, 101, 192, .92) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
  flex-shrink: 0 !important;
}

html body .m-site-mobile-brand {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  color: #fff !important;
  min-width: 0 !important;
}

html body .m-site-mobile-brand img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255, 255, 255, .35) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25) !important;
  flex-shrink: 0 !important;
}

html body .m-site-mobile-brand strong {
  display: block !important;
  font-family: var(--m-font-display) !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  letter-spacing: .5px !important;
  color: #fff !important;
}

html body .m-site-mobile-brand span {
  display: block !important;
  font-size: .62rem !important;
  opacity: .88 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
  color: rgba(255, 255, 255, .85) !important;
  margin-top: 2px !important;
}

html body .m-site-mobile-close {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #fff !important;
  cursor: pointer !important;
  display: grid !important;
  place-items: center !important;
  flex-shrink: 0 !important;
  transition: background .2s ease, transform .2s ease !important;
}

html body .m-site-mobile-close:hover {
  background: rgba(255, 255, 255, .22) !important;
  transform: scale(1.04) !important;
}

html body .m-site-mobile-body {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 18px 16px 12px !important;
  -webkit-overflow-scrolling: touch !important;
}

html body .m-mob-section-label {
  margin: 0 0 12px 4px !important;
  font-size: .68rem !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(148, 163, 184, .9) !important;
}

html body .m-mob-quick-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-bottom: 18px !important;
}

html body .m-mob-quick {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-height: 96px !important;
  padding: 14px !important;
  border-radius: 16px !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  color: #f1f5f9 !important;
  font-weight: 700 !important;
  font-size: .88rem !important;
  transition: all .22s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

html body .m-mob-quick::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, rgba(30, 136, 229, .18), transparent 60%) !important;
  opacity: 0 !important;
  transition: opacity .22s ease !important;
}

html body .m-mob-quick:hover,
html body .m-mob-quick.active {
  border-color: rgba(56, 189, 248, .45) !important;
  background: rgba(30, 136, 229, .18) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(30, 136, 229, .2) !important;
}

html body .m-mob-quick.active::before,
html body .m-mob-quick:hover::before {
  opacity: 1 !important;
}

html body .m-mob-quick-icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  background: rgba(30, 136, 229, .25) !important;
  display: grid !important;
  place-items: center !important;
  color: #7dd3fc !important;
}

html body .m-mob-quick-icon svg {
  width: 20px !important;
  height: 20px !important;
}

html body .m-mob-services {
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .04) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  overflow: hidden !important;
}

html body .m-mob-services-toggle {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 16px 16px !important;
  background: transparent !important;
  border: none !important;
  color: #f8fafc !important;
  font-family: var(--m-font-body) !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-align: left !important;
}

html body .m-mob-services-chevron {
  display: grid !important;
  place-items: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #94a3b8 !important;
  transition: transform .28s ease, background .2s ease !important;
}

html body .m-mob-services-chevron svg {
  width: 18px !important;
  height: 18px !important;
}

html body .m-mob-services.open .m-mob-services-chevron {
  transform: rotate(180deg) !important;
  background: rgba(30, 136, 229, .25) !important;
  color: #7dd3fc !important;
}

html body .m-mob-services-panel {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height .35s cubic-bezier(.22, 1, .36, 1) !important;
  border-top: 0 solid rgba(255, 255, 255, .08) !important;
}

html body .m-mob-services.open .m-mob-services-panel {
  max-height: 420px !important;
  border-top-width: 1px !important;
  overflow-y: auto !important;
}

html body .m-mob-service {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 13px 16px !important;
  text-decoration: none !important;
  color: #cbd5e1 !important;
  font-size: .84rem !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .05) !important;
  transition: background .18s ease, color .18s ease, padding-left .18s ease !important;
}

html body .m-mob-service:last-child {
  border-bottom: none !important;
}

html body .m-mob-service:hover,
html body .m-mob-service.active {
  background: rgba(30, 136, 229, .14) !important;
  color: #fff !important;
  padding-left: 20px !important;
}

html body .m-mob-service-arrow {
  opacity: 0 !important;
  transform: translateX(-4px) !important;
  transition: all .18s ease !important;
  color: #7dd3fc !important;
}

html body .m-mob-service-arrow svg {
  width: 16px !important;
  height: 16px !important;
}

html body .m-mob-service:hover .m-mob-service-arrow,
html body .m-mob-service.active .m-mob-service-arrow {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

html body .m-site-mobile-foot {
  flex-shrink: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom)) !important;
  background: rgba(8, 15, 30, .85) !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  backdrop-filter: blur(12px) !important;
}

html body .m-mob-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 12px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: .88rem !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

html body .m-mob-cta-phone {
  background: linear-gradient(135deg, #1e88e5, #1565c0) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(30, 136, 229, .35) !important;
}

html body .m-mob-cta-wa {
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .3) !important;
}

html body .m-mob-cta:hover {
  transform: translateY(-2px) !important;
}

/* Eski mobil nav stilleri gizle */
html body .m-site-mobile-nav,
html body .m-mobile-link,
html body .m-mobile-sublink,
html body .m-nav-dropdown-mobile,
html body .m-site-mobile-phone {
  display: none !important;
}

html body.m-site-menu-open {
  overflow: hidden !important;
}

@media (max-width: 991px) {
  html body .m-site-nav,
  html body #mainNav.m-site-nav {
    display: none !important;
  }

  html body .m-site-menu-toggle,
  html body #mSiteMenuToggle {
    display: flex !important;
  }

  html body .m-site-phone {
    display: none !important;
  }

  html body header .topbar,
  html body .m-site-header-inner {
    padding: 12px 16px !important;
  }
}

@media (max-width: 1200px) {
  html body .m-nav-link,
  html body .m-nav-dropdown-btn {
    padding: 9px 11px !important;
    font-size: 13px !important;
  }
}

/* === ARAÇLAR SAYFASI - ESKİ AMATÖR BAŞLIKLARI GİZLE === */
body.m-page-vehiclesSection #homeSection {
  display: none !important;
}

body.m-page-vehiclesSection #vehiclesSection {
  display: block !important;
}

body.m-page-vehiclesSection .fleet-showcase,
body.m-page-vehiclesSection .campaigns-hero-section,
body.m-page-vehiclesSection .campaign-hero-slider,
body.m-page-vehiclesSection .user-guide,
body.m-page-vehiclesSection .breadcrumb {
  display: none !important;
}

/* Araçlar hero - premium görünüm */
body.m-page-vehiclesSection .m-page-hero h1 {
  font-family: var(--m-font-display) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
  line-height: 1.15 !important;
}

body.m-page-vehiclesSection .m-page-hero-eyebrow {
  background: rgba(255,255,255,.22) !important;
  letter-spacing: 2px !important;
}

body.m-page-vehiclesSection .m-page-hero h1,
body.m-page-vehiclesSection .m-page-hero p {
  color: #fff !important;
}

body.m-page-vehiclesSection .social-proof-widgets,
body.m-page-vehiclesSection .recently-viewed {
  display: none !important;
}

body.m-page-vehiclesSection .inventory-title h2 {
  font-family: var(--m-font-display) !important;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}
