/* ===== MyCar Brand Variables — Kırmızı & Siyah ===== */
:root {
  --primary: #e30613;
  --primary-dark: #b8050f;
  --primary-light: #ff3b45;
  --primary-muted: rgba(227, 6, 19, 0.12);
  --primary-glow: rgba(227, 6, 19, 0.3);
  --dark: #0a0a0a;
  --dark-mid: #111111;
  --dark-elevated: #161616;
  --dark-card: #1a1a1a;
  --dark-border: rgba(255, 255, 255, 0.07);
  --gray: #6b7280;
  --gray-muted: #9ca3af;
  --light: #f7f7f8;
  --light-border: #e8e8ea;
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.06);
  --gradient: linear-gradient(135deg, #b8050f 0%, #e30613 55%, #ff4444 100%);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  --shadow-red: 0 8px 32px rgba(227, 6, 19, 0.15);
  --radius: 12px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --fade-gray: #d8dadf;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--dark);
  background: #fff;
  overflow-x: hidden;
}

/* ===== Navbar ===== */
.navbar {
  padding: 0.75rem 0;
  transition: var(--transition);
  background: transparent;
}

.navbar.scrolled {
  background: rgba(10, 10, 10, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  padding: 0.5rem 0;
}

.navbar-brand {
  text-decoration: none;
}

/* ===== MYCAR Logo ===== */
.mycar-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.mycar-logo__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--gradient);
  border-radius: 10px;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px var(--primary-glow);
}

.mycar-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.mycar-logo__name {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-style: italic;
}

.mycar-logo__name .my {
  color: #fff;
}

.mycar-logo__name .car {
  color: var(--primary);
}

.mycar-logo__tag {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.mycar-logo--nav .mycar-logo__name {
  font-size: 1.35rem;
}

.mycar-logo--footer .mycar-logo__icon {
  width: 36px;
  height: 36px;
  font-size: 1rem;
}

.mycar-logo--footer .mycar-logo__name {
  font-size: 1.2rem;
}

.nav-link {
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
  transition: var(--transition);
  color: rgba(255, 255, 255, 0.85) !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
}

.btn-primary {
  background: var(--gradient);
  border: none;
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--primary-glow);
  background: var(--gradient);
  color: #fff;
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline-light:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-red);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--dark);
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(216, 218, 223, 0) 18%,
    rgba(216, 218, 223, 0.1) 42%,
    rgba(216, 218, 223, 0.32) 68%,
    rgba(216, 218, 223, 0.68) 88%,
    var(--fade-gray) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Background slideshow */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slides {
  position: absolute;
  inset: -24px;
  filter: blur(3px);
  transform: scale(1.03);
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--dark);
  opacity: 0;
  transform: scale(1.02);
  animation: heroSlide 25s infinite ease-in-out;
  animation-delay: calc(var(--slide-i) * 5s);
  will-change: opacity, transform;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  pointer-events: none;
  user-select: none;
}

/* Araç fotoğrafları — tam araç görünsün */
.hero-slide--car img {
  object-position: center 45%;
}

/* ECU anakart — geniş PCB görünümü */
.hero-slide--ecu img {
  object-fit: cover;
  object-position: center center;
}

/* Motor / DPF kesiti */
.hero-slide--detail img {
  object-position: center 40%;
}

@keyframes heroSlide {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  6% {
    opacity: 0.78;
    transform: scale(1.03);
  }
  18% {
    opacity: 0.78;
    transform: scale(1.04);
  }
  24%, 100% {
    opacity: 0;
    transform: scale(1.02);
  }
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.62) 50%, rgba(10, 10, 10, 0.78) 100%),
    radial-gradient(ellipse at 75% 15%, rgba(227, 6, 19, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(227, 6, 19, 0.05) 0%, transparent 50%);
  z-index: 1;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 75%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.hero-content {
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
}

.hero-main {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0;
}

.hero-glow--red {
  width: 400px;
  height: 400px;
  background: rgba(227, 6, 19, 0.15);
  top: 10%;
  right: 5%;
}

.hero-glow--accent {
  width: 320px;
  height: 320px;
  background: rgba(227, 6, 19, 0.08);
  bottom: 18%;
  left: -5%;
}

.hero-badge {
  display: inline-block;
  background: var(--primary-muted);
  border: 1px solid rgba(227, 6, 19, 0.25);
  color: var(--primary-light);
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.text-red {
  color: var(--primary);
}

.hero-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-tag {
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

/* Hero showcase panel */
.hero-showcase {
  position: relative;
}

.hero-showcase__inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2rem 2rem;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.mycar-logo--hero {
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.mycar-logo--hero .mycar-logo__icon {
  width: 64px;
  height: 64px;
  font-size: 2rem;
  border-radius: 16px;
}

.hero-brand-name {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 5rem);
  font-style: italic;
  letter-spacing: 3px;
  line-height: 1;
  display: block;
}

.hero-brand-name .my {
  color: #fff;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.15);
}

.hero-brand-name .car {
  color: var(--primary);
  text-shadow: 0 0 40px var(--primary-glow);
}

.hero-brand-tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.5rem;
}

.hero-chips {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  min-width: 90px;
  transition: var(--transition);
}

.hero-chip:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
}

.hero-chip__label {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 1px;
}

.hero-chip__off {
  background: var(--primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.6rem;
  border-radius: 4px;
  letter-spacing: 1px;
}

.hero-showcase__footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}

.hero-showcase__line {
  width: 40px;
  height: 2px;
  background: var(--primary);
}

/* Stats bar */
.hero-stats-bar {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-stat {
  flex: 1;
  max-width: 200px;
  text-align: center;
  padding: 1.5rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-stat:last-child {
  border-right: none;
}

.hero-stat__num {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.hero-stat__lbl {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.35rem;
}

.hero-scroll {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.hero-scroll a {
  color: rgba(227, 6, 19, 0.45);
  font-size: 1.25rem;
  animation: bounce 2s infinite;
  text-decoration: none;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  60% { transform: translateY(-4px); }
}

/* ===== Sections — siyah / beyaz alternasyon, yumuşak geçiş ===== */
.section {
  position: relative;
  padding: 100px 0;
}

.section .container {
  position: relative;
  z-index: 1;
}

/* Açık bölümler */
.section-light,
.section-tuning,
.section-contact {
  background: linear-gradient(180deg, var(--fade-gray) 0%, #e4e5e8 14%, #f0f0f2 32%, #f8f8f9 50%, #ffffff 65%, #f5f5f6 100%);
  color: var(--dark);
}

/* Hero altı — üstte ekstra yumuşak birleşim */
.section-light {
  margin-top: -1px;
}

.section-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.015) 0%, transparent 100%);
  pointer-events: none;
}

.section-tuning::before,
.section-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.02) 0%, transparent 100%);
  pointer-events: none;
}

/* Yazılım — hizmetlerle aynı açık zemin, üstte ince ayırıcı */
.section-tuning {
  background: linear-gradient(180deg, #f8f8f9 0%, #ffffff 50%, #fafafa 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.section-tuning::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background: var(--gradient);
  border-radius: 0 0 3px 3px;
  opacity: 0.75;
}

/* Koyu bölümler */
.section-dark {
  background: linear-gradient(180deg, #0c0c0c 0%, #0a0a0a 50%, #0b0b0b 100%);
  color: #fff;
}

.section-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
  pointer-events: none;
}

.section-tag {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.75rem;
}

.section-dark .section-tag {
  color: var(--primary-light);
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--dark);
}

.section-dark .section-title {
  color: #fff;
}

.section-desc {
  color: var(--gray);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 3.5rem;
}

/* ===== Service Cards ===== */
.service-card {
  background: #fff;
  border: 1px solid var(--light-border);
  border-radius: var(--radius);
  padding: 2rem;
  height: 100%;
  transition: var(--transition);
  box-shadow: var(--shadow-soft);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), var(--shadow-red);
  border-color: rgba(227, 6, 19, 0.2);
}

.service-icon {
  width: 56px;
  height: 56px;
  background: var(--primary-muted);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1.25rem;
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background: var(--gradient);
  color: #fff;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--dark);
}

.service-card p {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Yazılım kartları — hizmetlerle aynı beyaz stil, hafif kırmızı üst çizgi */
.service-card--tuning {
  position: relative;
  overflow: hidden;
}

.service-card--tuning::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary) 30%, var(--primary) 70%, transparent);
  opacity: 0.35;
  transition: var(--transition);
}

.service-card--tuning:hover::before {
  opacity: 0.9;
  height: 3px;
}

/* ===== Features ===== */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.feature-check {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(227, 6, 19, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-weight: 700;
}

.feature-item strong {
  color: #fff;
  display: block;
  margin-bottom: 0.15rem;
}

/* ===== CTA Box ===== */
.cta-box {
  background: linear-gradient(165deg, #1a1a1a 0%, #121212 100%);
  border: 1px solid rgba(227, 6, 19, 0.15);
  border-radius: var(--radius);
  padding: 3rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.cta-icon {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.cta-box h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.5rem;
}

.cta-phone {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.5px;
}

.contact-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
  border: 1px solid var(--light-border);
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), var(--shadow-red);
  border-color: rgba(227, 6, 19, 0.2);
}

.contact-icon {
  width: 56px;
  height: 56px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 auto 1rem;
}

.contact-card h4 {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--dark);
}

.contact-card p {
  color: var(--gray);
  margin: 0;
  line-height: 1.7;
}

.contact-card a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.contact-card a:hover {
  color: var(--primary-dark);
}

.contact-card .business-name {
  font-weight: 700;
  color: var(--dark);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.map-link {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--gray);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
}

.map-link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.closed-text {
  color: var(--primary);
  font-weight: 500;
}

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--light-border);
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===== Footer ===== */
.footer {
  background: var(--dark);
  padding: 2.5rem 0;
  color: rgba(255, 255, 255, 0.6);
  border-top: 2px solid rgba(227, 6, 19, 0.3);
}

.footer-desc {
  font-size: 0.9rem;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: var(--dark-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  transition: var(--transition);
  text-decoration: none;
}

.footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.footer-address {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  line-height: 1.6;
}

.footer-copy {
  font-size: 0.85rem;
}

.footer-domain a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.85rem;
  transition: var(--transition);
}

.footer-domain a:hover {
  color: var(--primary);
}

/* ===== Back to Top ===== */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--primary);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  transition: var(--transition);
}

.back-to-top.visible {
  display: flex;
}

.back-to-top:hover {
  background: var(--primary-dark);
  color: #fff;
  box-shadow: var(--shadow-red);
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 991.98px) {
  .section {
    padding: 80px 0;
  }

  .section-header {
    margin-bottom: 2.5rem;
  }

  .hero-content {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }

  .hero-main {
    align-items: flex-start;
  }

  .hero-showcase {
    margin-top: 0;
  }

  .hero-stats-bar {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
  }

  .hero-slides {
    inset: -16px;
    filter: blur(2px);
    transform: scale(1.02);
  }

  .hero-slide--car img {
    object-position: center 38%;
  }

  .hero-slide--detail img {
    object-position: center 35%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 70px;
  }

  .section {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-title {
    font-size: 1.65rem;
  }

  .section-desc {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }

  /* Navbar mobile menu */
  .navbar-mobile-menu {
    background: rgba(10, 10, 10, 0.98);
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar-mobile-menu .nav-link {
    padding: 0.75rem 0.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .navbar-mobile-menu .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .navbar-mobile-menu .btn {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.65rem 1rem !important;
  }

  .mycar-logo--nav .mycar-logo__name {
    font-size: 1.15rem;
  }

  .mycar-logo--nav .mycar-logo__icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  /* Hero arka plan — dikey ekranda kırpılma azalsın */
  .hero-slides {
    inset: -8px;
    filter: blur(2px);
    transform: none;
  }

  .hero-slide img {
    object-position: center 32%;
  }

  .hero-slide--car img {
    object-position: center 30%;
  }

  .hero-slide--ecu img {
    object-position: center center;
  }

  .hero-slide--detail img {
    object-position: center 28%;
  }

  @keyframes heroSlide {
    0% {
      opacity: 0;
      transform: scale(1.01);
    }
    6% {
      opacity: 0.78;
      transform: scale(1.02);
    }
    18% {
      opacity: 0.78;
      transform: scale(1.025);
    }
    24%, 100% {
      opacity: 0;
      transform: scale(1.01);
    }
  }

  .hero-title {
    font-size: 1.85rem;
  }

  .hero-desc {
    font-size: 0.95rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-showcase__inner {
    padding: 1.75rem 1.25rem;
  }

  .hero-brand-name {
    letter-spacing: 2px;
  }

  .hero-brand-tag {
    font-size: 0.65rem;
    letter-spacing: 2.5px;
  }

  .hero-chips {
    gap: 0.65rem;
  }

  .hero-chip {
    min-width: 80px;
    padding: 0.75rem 1rem;
    flex: 1;
    max-width: 110px;
  }

  .hero-showcase__footer {
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.65rem;
    letter-spacing: 1px;
  }

  .hero-showcase__line {
    width: 30px;
  }

  .hero-stats-bar {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-stat {
    flex: 1 1 33%;
    min-width: 90px;
    max-width: none;
    border-right: none;
    border-bottom: none;
    padding: 1rem 0.5rem;
  }

  .hero-stat__num {
    font-size: 1.5rem;
  }

  .hero-stat__lbl {
    font-size: 0.65rem;
  }

  .hero-scroll {
    display: none;
  }

  /* Cards */
  .service-card {
    padding: 1.5rem;
  }

  .service-card h3 {
    font-size: 1rem;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .cta-box {
    padding: 1.75rem;
  }

  .feature-item {
    gap: 0.75rem;
  }

  /* Footer */
  .footer {
    padding: 2rem 0;
    text-align: center;
  }

  .footer .col-md-4 {
    text-align: center !important;
  }

  .mycar-logo--footer {
    justify-content: center;
  }

  .map-embed {
    aspect-ratio: 4 / 3;
  }

  .back-to-top {
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}

/* Small phones */
@media (max-width: 575.98px) {
  .hero-slides {
    inset: 0;
    filter: blur(1.5px);
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content {
    padding-top: 4.25rem;
  }

  .hero-title {
    font-size: 1.6rem;
  }

  .hero-tags {
    gap: 0.4rem;
  }

  .hero-tag {
    font-size: 0.72rem;
    padding: 0.3rem 0.65rem;
  }

  .hero-stats-bar {
    border-top: none;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 0.5rem;
    margin-top: 1rem;
  }

  .hero-stat {
    flex: 1 1 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 0.75rem;
  }

  .hero-stat:last-child {
    border-bottom: none !important;
  }

  .mycar-logo__tag {
    display: none;
  }

  .hero-chip {
    max-width: none;
    flex: 1 1 calc(33% - 0.5rem);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
    opacity: 0;
  }

  .hero-slide:first-child {
    opacity: 0.72;
    transform: scale(1.02);
  }

  .hero-slides {
    filter: none;
    transform: none;
    inset: 0;
  }

  .hero-slide img {
    transform: none;
  }
}
