/* ═══════════════════════════════════════════════════════════════
   EczaneDekorasyon Pro — MAIN CSS v5.0
   Tasarımcı: Claude | Tarih: 2025
   Kırmızı/Beyaz — LED Tabela — Mimari & Şık
═══════════════════════════════════════════════════════════════ */

/* ─── 1. CSS DEĞİŞKENLERİ ──────────────────────────────────── */
:root {
  --red-primary: #C41E3A;
  --red-dark: #8B0000;
  --red-deeper: #5C0011;
  --red-light: #E63946;
  --red-pale: #FFE8E8;
  --red-glow: rgba(196, 30, 58, 0.4);
  --red-glow-soft: rgba(196, 30, 58, 0.15);
  --white: #FFFFFF;
  --off-white: #FAF6F6;
  --cream: #F5EFEF;
  --dark: #0A0203;
  --dark-surface: #120408;
  --dark-red-bg: #1A0508;
  --text-muted: #9A7A7A;
  --border-light: rgba(196, 30, 58, 0.2);
  --font-display: 'Bebas Neue', 'Impact', sans-serif;
  --font-elegant: 'Cormorant Garamond', 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', 'Inter', sans-serif;
  --radius-oval: 60px;
  --radius-card: 24px;
  --radius-pill: 100px;
  --shadow-red: 0 25px 80px rgba(196, 30, 58, 0.35);
  --shadow-deep: 0 40px 120px rgba(10, 2, 3, 0.6);
  --shadow-card: 0 8px 40px rgba(196, 30, 58, 0.12);
  --transition-fast: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  --header-height: 80px;
}

/* ─── 2. RESET & BASE ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition-fast); }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; outline: none; }
input, textarea, select { font-family: inherit; }
::selection { background: var(--red-primary); color: var(--white); }

/* ─── 3. TİPOGRAFİ ─────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 { font-size: clamp(3rem, 8vw, 9rem); }
h2 { font-size: clamp(2.4rem, 5vw, 6rem); }
h3 { font-size: clamp(1.8rem, 3vw, 3.5rem); }
h4 { font-size: clamp(1.4rem, 2vw, 2.5rem); }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.2rem; }

.text-elegant {
  font-family: var(--font-elegant);
  font-style: italic;
  letter-spacing: 0.05em;
}

.section-kicker {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red-primary);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.section-kicker::before,
.section-kicker::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--red-primary);
  display: block;
}

/* ─── 4. LAYOUT ─────────────────────────────────────────────── */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
  width: 100%;
}

.container--narrow { max-width: 900px; }
.container--wide { max-width: 1600px; }

section { position: relative; overflow: hidden; }

.section-pad { padding: clamp(60px, 8vw, 140px) 0; }
.section-pad-sm { padding: clamp(40px, 5vw, 80px) 0; }

/* ─── 5. HEADER & NAVİGASYON ───────────────────────────────── */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: var(--transition);
  background: transparent;
}

#site-header.scrolled {
  background: rgba(10, 2, 3, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 40px rgba(196, 30, 58, 0.2);
  height: 68px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* LED LOGO */
.site-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  position: relative;
}

.logo-led {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-led .led-square {
  position: absolute;
  inset: 0;
  border: 2.5px solid var(--red-primary);
  animation: led-square-blink 2s ease-in-out infinite;
}

.logo-led .led-letter {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--red-primary);
  line-height: 1;
  animation: led-letter-blink 2s ease-in-out infinite 0.15s;
  position: relative;
  z-index: 1;
}

.logo-led::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(196, 30, 58, 0.3);
  animation: led-outer-blink 2s ease-in-out infinite 0.3s;
}

@keyframes led-letter-blink {
  0%   { opacity: 1; text-shadow: 0 0 8px #C41E3A, 0 0 20px #C41E3A, 0 0 40px #C41E3A; }
  8%   { opacity: 0.15; text-shadow: none; }
  12%  { opacity: 1; text-shadow: 0 0 8px #C41E3A, 0 0 20px #C41E3A; }
  18%  { opacity: 0.2; text-shadow: none; }
  22%  { opacity: 1; text-shadow: 0 0 8px #C41E3A, 0 0 20px #C41E3A, 0 0 40px #C41E3A; }
  100% { opacity: 1; text-shadow: 0 0 8px #C41E3A, 0 0 20px #C41E3A, 0 0 40px #C41E3A; }
}

@keyframes led-square-blink {
  0%   { opacity: 1; box-shadow: 0 0 6px #C41E3A, 0 0 12px #C41E3A, inset 0 0 6px rgba(196,30,58,0.2); }
  8%   { opacity: 0.1; box-shadow: none; }
  12%  { opacity: 1; box-shadow: 0 0 6px #C41E3A, 0 0 12px #C41E3A; }
  18%  { opacity: 0.15; box-shadow: none; }
  22%  { opacity: 1; box-shadow: 0 0 6px #C41E3A, 0 0 12px #C41E3A, inset 0 0 6px rgba(196,30,58,0.2); }
  100% { opacity: 1; box-shadow: 0 0 6px #C41E3A, 0 0 12px #C41E3A, inset 0 0 6px rgba(196,30,58,0.2); }
}

@keyframes led-outer-blink {
  0%   { opacity: 1; box-shadow: 0 0 15px rgba(196,30,58,0.4); }
  8%   { opacity: 0; }
  12%  { opacity: 1; }
  18%  { opacity: 0; }
  22%  { opacity: 1; box-shadow: 0 0 15px rgba(196,30,58,0.4); }
  100% { opacity: 1; box-shadow: 0 0 15px rgba(196,30,58,0.4); }
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-text .logo-main {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: var(--white);
  text-transform: uppercase;
}

.logo-text .logo-sub {
  font-family: var(--font-elegant);
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.25em;
  font-style: italic;
  margin-top: 2px;
}

/* NAVİGASYON */
.nav-primary {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-primary a {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 8px 16px;
  position: relative;
  transition: var(--transition-fast);
}

.nav-primary a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: calc(100% - 32px);
  height: 1px;
  background: var(--red-primary);
  transition: transform 0.3s ease;
}

.nav-primary a:hover { color: var(--white); }
.nav-primary a:hover::after { transform: translateX(-50%) scaleX(1); }

.nav-primary .current_page_item > a,
.nav-primary .current-menu-item > a { color: var(--red-primary); }

/* CTA BUTTON */
.btn-header-cta {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--red-primary);
  padding: 11px 24px;
  border-radius: var(--radius-pill);
  transition: var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.btn-header-cta:hover {
  background: var(--red-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(196,30,58,0.5);
  color: var(--white);
}

/* HAMBURGER */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1100;
}

.nav-toggle span {
  width: 26px;
  height: 2px;
  background: var(--white);
  display: block;
  transition: var(--transition-fast);
}

.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* MOBİL MENÜ */
.nav-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--dark-surface);
  z-index: 999;
  padding: 100px 40px 60px;
  flex-direction: column;
  gap: 4px;
}

.nav-mobile-overlay.open { display: flex; }

.nav-mobile-overlay a {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: var(--white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: var(--transition-fast);
}

.nav-mobile-overlay a:hover { color: var(--red-primary); padding-left: 10px; }

/* ─── 6. BUTONLAR ───────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: var(--radius-pill);
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.08);
  transform: translateX(-100%) skewX(-10deg);
  transition: transform 0.5s ease;
}

.btn:hover::before { transform: translateX(100%) skewX(-10deg); }

.btn-primary {
  background: var(--red-primary);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(196,30,58,0.4);
}

.btn-primary:hover {
  background: var(--red-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(196,30,58,0.5);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.7);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--dark);
  border-color: var(--white);
  transform: translateY(-3px);
}

.btn-outline-red {
  background: transparent;
  color: var(--red-primary);
  border: 2px solid var(--red-primary);
}

.btn-outline-red:hover {
  background: var(--red-primary);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: var(--shadow-red);
}

.btn-lg { padding: 20px 50px; font-size: 0.95rem; }
.btn-sm { padding: 10px 24px; font-size: 0.75rem; }

.btn-whatsapp {
  background: #25D366;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp:hover {
  background: #128C7E;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
  color: var(--white);
}

/* ─── 7. HERO SECTION ───────────────────────────────────────── */
#hero {
  min-height: 100vh;
  background: var(--dark);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Arka plan geometric desen */
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--dark) 0%, var(--dark-red-bg) 40%, #2A0510 70%, var(--dark) 100%);
  z-index: 0;
}

.hero-bg-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(196,30,58,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,30,58,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: grid-pan 20s linear infinite;
}

@keyframes grid-pan {
  0% { background-position: 0 0; }
  100% { background-position: 80px 80px; }
}

/* Glow noktaları */
.hero-glow-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(196,30,58,0.3) 0%, transparent 70%);
  top: -100px;
  right: -100px;
  z-index: 1;
  animation: glow-pulse 4s ease-in-out infinite;
}

.hero-glow-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139,0,0,0.25) 0%, transparent 70%);
  bottom: -100px;
  left: -50px;
  z-index: 1;
  animation: glow-pulse 4s ease-in-out infinite 2s;
}

@keyframes glow-pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
}

/* Parçacıklar */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-particles span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--red-primary);
  border-radius: 50%;
  opacity: 0;
  animation: particle-float var(--duration, 8s) ease-in-out infinite var(--delay, 0s);
}

@keyframes particle-float {
  0%   { transform: translate(0, 0) scale(0); opacity: 0; }
  10%  { opacity: 0.8; transform: scale(1); }
  80%  { opacity: 0.6; }
  100% { transform: translate(var(--tx, 50px), var(--ty, -100px)) scale(0); opacity: 0; }
}

/* Hero içerik */
.hero-content {
  position: relative;
  z-index: 10;
  padding-top: var(--header-height);
  width: 100%;
}

.hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: calc(100vh - var(--header-height));
  gap: 60px;
}

.hero-left { position: relative; }

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red-primary);
  margin-bottom: 24px;
  padding: 8px 16px;
  border: 1px solid rgba(196,30,58,0.4);
  border-radius: var(--radius-pill);
}

.hero-kicker span {
  width: 6px;
  height: 6px;
  background: var(--red-primary);
  border-radius: 50%;
  animation: dot-pulse 1.5s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(4rem, 9vw, 11rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--white);
}

.hero-title .line-red { color: var(--red-primary); }

.hero-title .line-outline {
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
}

.hero-subtitle {
  font-family: var(--font-elegant);
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-style: italic;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  letter-spacing: 0.04em;
}

.hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  max-width: 500px;
  line-height: 1.8;
  margin-bottom: 44px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Hero sağ taraf - LED tabela efekti */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-led-display {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.hero-led-box {
  background: var(--dark-surface);
  border: 2px solid rgba(196,30,58,0.4);
  border-radius: var(--radius-card);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}

.hero-led-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--red-primary), transparent);
  animation: scan-line 3s linear infinite;
}

@keyframes scan-line {
  0% { top: 0; opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hero-stat-item {
  padding: 24px;
  border: 1px solid rgba(196,30,58,0.2);
  border-radius: var(--radius-card);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.hero-stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--red-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.hero-stat-item:hover::after { transform: scaleX(1); }

.hero-stat-item:hover { border-color: rgba(196,30,58,0.5); background: rgba(196,30,58,0.05); }

.hero-stat-num {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  color: var(--red-primary);
  display: block;
  letter-spacing: 0.02em;
}

.hero-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 6px;
  display: block;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
  cursor: pointer;
}

.scroll-indicator .scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, var(--red-primary));
  animation: scroll-line-anim 2s ease-in-out infinite;
}

@keyframes scroll-line-anim {
  0% { height: 0; opacity: 0; }
  50% { height: 50px; opacity: 1; }
  100% { height: 0; opacity: 0; margin-top: 50px; }
}

.scroll-indicator .scroll-text {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

/* ─── 8. ANİMASYON UTILITIES ───────────────────────────────── */
.reveal-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right.visible { opacity: 1; transform: translateX(0); }

.reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-scale.visible { opacity: 1; transform: scale(1); }

/* Gecikme sınıfları */
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
.delay-6 { transition-delay: 0.6s !important; }
.delay-7 { transition-delay: 0.7s !important; }
.delay-8 { transition-delay: 0.8s !important; }

/* ─── 9. SECTION BAŞLIK ─────────────────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: clamp(50px, 6vw, 90px);
  position: relative;
}

.section-header--left { text-align: left; }
.section-header--left .section-kicker { justify-content: flex-start; }

.section-title {
  font-family: var(--font-display);
  color: inherit;
  position: relative;
  display: inline-block;
}

.section-title .title-accent {
  color: var(--red-primary);
}

.section-title .title-outline {
  -webkit-text-stroke: 2px currentColor;
  color: transparent;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 20px auto 0;
  line-height: 1.8;
}

.section-header--left .section-desc { margin-left: 0; }

/* Dekoratif çizgi */
.title-line {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--red-primary);
  margin: 20px auto 0;
  position: relative;
}

.title-line::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 12px;
  height: 3px;
  background: var(--red-primary);
  opacity: 0.4;
}

.title-line::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 12px;
  height: 3px;
  background: var(--red-primary);
  opacity: 0.4;
}

/* ─── 10. STATS SECTION ─────────────────────────────────────── */
#stats-section {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

#stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(196,30,58,0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(139,0,0,0.1) 0%, transparent 60%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}

.stat-item {
  padding: 60px 30px;
  text-align: center;
  position: relative;
  transition: var(--transition);
}

.stat-item + .stat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: rgba(196,30,58,0.25);
}

.stat-item:hover { background: rgba(196,30,58,0.05); }

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 6rem);
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
}

.stat-number .count { color: var(--red-primary); }
.stat-number .suffix { font-size: 0.6em; color: var(--red-primary); }

.stat-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 12px;
  display: block;
}

.stat-desc {
  font-family: var(--font-elegant);
  font-style: italic;
  font-size: 1rem;
  color: rgba(255,255,255,0.25);
  margin-top: 6px;
  display: block;
}

/* ─── 11. HİZMETLER ─────────────────────────────────────────── */
#services-section {
  background: var(--off-white);
  position: relative;
}

#services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(to bottom, var(--cream), transparent);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.service-card {
  background: var(--white);
  border-radius: var(--radius-oval);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(196,30,58,0.08);
  display: flex;
  flex-direction: column;
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red-dark), var(--red-primary), var(--red-light));
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left;
}

.service-card:hover::before { transform: scaleX(1); }

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-red);
  border-color: rgba(196,30,58,0.2);
}

.service-card-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, var(--red-pale), rgba(196,30,58,0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: var(--transition);
  flex-shrink: 0;
}

.service-card:hover .service-card-icon {
  background: var(--red-primary);
  transform: rotate(5deg);
}

.service-card-icon svg,
.service-card-icon i {
  font-size: 28px;
  color: var(--red-primary);
  transition: var(--transition);
}

.service-card:hover .service-card-icon svg,
.service-card:hover .service-card-icon i { color: var(--white); }

.service-card-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: var(--dark);
  margin-bottom: 14px;
  line-height: 1.1;
}

.service-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  flex-grow: 1;
  margin-bottom: 24px;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red-primary);
  transition: var(--transition-fast);
  margin-top: auto;
}

.service-card-link i { transition: transform 0.3s ease; }

.service-card:hover .service-card-link i { transform: translateX(6px); }

.service-card-link:hover { color: var(--red-dark); }

/* ─── 12. ÖNCESİ SONRASI ────────────────────────────────────── */
#before-after-section {
  background: var(--dark-red-bg);
  position: relative;
  overflow: hidden;
}

#before-after-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(196,30,58,0.2) 0%, transparent 60%);
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  position: relative;
  z-index: 1;
}

.ba-slider-wrap {
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--dark);
  position: relative;
}

.ba-slider-title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: rgba(0,0,0,0.5);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.ba-slider {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  user-select: none;
}

.ba-before,
.ba-after {
  position: absolute;
  inset: 0;
  background: #1A0508;
}

.ba-after {
  clip-path: inset(0 50% 0 0);
  transition: none;
}

.ba-before img,
.ba-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ba-label {
  position: absolute;
  bottom: 20px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  z-index: 15;
}

.ba-label-before {
  left: 16px;
  background: rgba(0,0,0,0.7);
  color: rgba(255,255,255,0.7);
}

.ba-label-after {
  right: 16px;
  background: var(--red-primary);
  color: var(--white);
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: var(--white);
  cursor: ew-resize;
  z-index: 20;
}

.ba-handle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-handle::after {
  content: '◀ ▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: var(--red-primary);
  font-weight: 900;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}

/* Dummy images (gerçek proje resmi yoksa) */
.ba-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-placeholder-before {
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
}

.ba-placeholder-after {
  background: linear-gradient(135deg, var(--dark-red-bg), #2A0510);
}

.ba-placeholder-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.2em;
  text-align: center;
  padding: 20px;
}

/* ─── 13. NEDEN BİZ ─────────────────────────────────────────── */
#why-us-section {
  background: var(--white);
  position: relative;
}

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-us-left .section-header { text-align: left; }

.why-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.why-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  border-radius: var(--radius-oval);
  border: 1px solid rgba(196,30,58,0.1);
  transition: var(--transition);
  background: var(--off-white);
}

.why-feature:hover {
  border-color: rgba(196,30,58,0.3);
  background: var(--white);
  box-shadow: var(--shadow-card);
  transform: translateX(8px);
}

.why-feature-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--red-pale), rgba(196,30,58,0.08));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.why-feature:hover .why-feature-icon {
  background: var(--red-primary);
}

.why-feature-icon i {
  font-size: 22px;
  color: var(--red-primary);
  transition: var(--transition);
}

.why-feature:hover .why-feature-icon i { color: var(--white); }

.why-feature-body h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--dark);
  margin-bottom: 6px;
}

.why-feature-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Why us sağ taraf */
.why-us-visual {
  position: relative;
}

.why-main-img {
  border-radius: var(--radius-oval);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
  background: var(--cream);
}

.why-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.why-main-img:hover img { transform: scale(1.04); }

.why-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--red-primary);
  color: var(--white);
  border-radius: var(--radius-card);
  padding: 24px 28px;
  box-shadow: var(--shadow-red);
  z-index: 2;
}

.why-badge .badge-num {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  display: block;
}

.why-badge .badge-text {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.85;
  display: block;
  margin-top: 4px;
}

/* ─── 14. PROJELERİMİZ GALLERY ─────────────────────────────── */
#projects-section {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.projects-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.filter-btn {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  transition: var(--transition-fast);
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.project-card {
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  background: var(--dark-surface);
  cursor: pointer;
}

.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.project-card:hover .project-card-img { transform: scale(1.08); }

.project-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,2,3,0.95) 0%, rgba(10,2,3,0.3) 50%, transparent 100%);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.project-card:hover .project-card-overlay { opacity: 1; }

.project-card-cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red-primary);
  margin-bottom: 6px;
}

.project-card-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--white);
  letter-spacing: 0.03em;
}

.project-card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: var(--red-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  opacity: 0;
  transform: scale(0.7);
  transition: var(--transition);
}

.project-card:hover .project-card-icon { opacity: 1; transform: scale(1); }

/* Placeholder grid items */
.project-placeholder {
  background: var(--dark-surface);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.project-placeholder i {
  font-size: 2.5rem;
  color: rgba(196,30,58,0.3);
}

.project-placeholder span {
  font-family: var(--font-display);
  font-size: 1rem;
  color: rgba(255,255,255,0.15);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* ─── 15. SÜREÇ SECTION ─────────────────────────────────────── */
#process-section {
  background: var(--cream);
  position: relative;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(12.5% + 25px);
  right: calc(12.5% + 25px);
  height: 2px;
  background: linear-gradient(90deg, var(--red-primary), rgba(196,30,58,0.2));
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.step-num {
  width: 80px;
  height: 80px;
  background: var(--white);
  border: 2px solid rgba(196,30,58,0.2);
  border-radius: var(--radius-oval);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--red-primary);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.step-num::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--red-primary);
  transform: scale(0);
  border-radius: inherit;
  transition: transform 0.4s ease;
  z-index: -1;
}

.process-step:hover .step-num {
  color: var(--white);
  border-color: var(--red-primary);
}

.process-step:hover .step-num::after { transform: scale(1); }

.step-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--dark);
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.step-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ─── 16. TESTİMONİALS ──────────────────────────────────────── */
#testimonials-section {
  background: var(--white);
  position: relative;
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
  flex: 0 0 calc(33.333% - 20px);
  min-width: calc(33.333% - 20px);
  background: var(--off-white);
  border-radius: var(--radius-oval);
  padding: 44px 36px;
  position: relative;
  border: 1px solid rgba(196,30,58,0.08);
  transition: var(--transition);
}

.testimonial-card:hover {
  box-shadow: var(--shadow-card);
  border-color: rgba(196,30,58,0.2);
  transform: translateY(-6px);
}

.testimonial-quote {
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--red-primary);
  opacity: 0.15;
  line-height: 0.8;
  margin-bottom: 20px;
  display: block;
}

.testimonial-text {
  font-family: var(--font-elegant);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--dark);
  line-height: 1.7;
  margin-bottom: 28px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-primary), var(--red-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--white);
  flex-shrink: 0;
}

.testimonial-info .name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--dark);
  letter-spacing: 0.05em;
  display: block;
}

.testimonial-info .role {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  display: block;
}

.testimonial-stars {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--red-primary);
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}

.slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--off-white);
  border: 1px solid rgba(196,30,58,0.2);
  color: var(--red-primary);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
}

.slider-btn:hover {
  background: var(--red-primary);
  color: var(--white);
  border-color: var(--red-primary);
  transform: scale(1.1);
}

/* ─── 17. CTA SECTION ───────────────────────────────────────── */
#cta-section {
  background: var(--dark-red-bg);
  position: relative;
  overflow: hidden;
  text-align: center;
}

#cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(196,30,58,0.25) 0%, transparent 70%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 24px;
}

.cta-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 50px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ─── 18. FOOTER ────────────────────────────────────────────── */
#site-footer {
  background: var(--dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

#site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red-primary), transparent);
}

.footer-top {
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  text-decoration: none;
}

.footer-brand .footer-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 300px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  transition: var(--transition-fast);
}

.social-link:hover {
  background: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(196,30,58,0.4);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  transition: var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--red-primary);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.footer-links a:hover { color: var(--white); padding-left: 6px; }
.footer-links a:hover::before { opacity: 1; }

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.45);
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-contact-item i {
  color: var(--red-primary);
  font-size: 0.9rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-bottom {
  padding: 24px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}

.footer-copy a { color: var(--red-primary); }
.footer-copy a:hover { color: var(--red-light); }

.footer-keywords {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-kw {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
}

/* ─── 19. FLOATING WHATSAPP ─────────────────────────────────── */
.floating-cta {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.floating-wa {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
  transition: var(--transition);
  animation: float-pulse 3s ease-in-out infinite;
}

@keyframes float-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.floating-wa:hover {
  transform: scale(1.1) !important;
  animation: none;
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.7);
}

.floating-phone {
  width: 50px;
  height: 50px;
  background: var(--red-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  box-shadow: 0 8px 25px rgba(196,30,58,0.5);
  transition: var(--transition-fast);
}

.floating-phone:hover {
  transform: scale(1.1);
  background: var(--red-dark);
}

/* ─── 20. MARQUEe / TICKER ──────────────────────────────────── */
.ticker-section {
  background: var(--red-primary);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}

.ticker-inner {
  display: flex;
  gap: 0;
  animation: ticker-scroll 30s linear infinite;
  white-space: nowrap;
}

.ticker-inner:hover { animation-play-state: paused; }

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-item {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 40px;
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.ticker-item::after {
  content: '✦';
  font-size: 0.7em;
  opacity: 0.6;
}

/* ─── 21. MAP/KONUM SECTION ─────────────────────────────────── */
#location-section {
  background: var(--off-white);
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 24px;
  background: var(--white);
  border-radius: var(--radius-oval);
  border: 1px solid rgba(196,30,58,0.08);
  transition: var(--transition);
}

.location-item:hover {
  border-color: rgba(196,30,58,0.25);
  box-shadow: var(--shadow-card);
}

.location-icon {
  width: 48px;
  height: 48px;
  background: var(--red-pale);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--red-primary);
  font-size: 1.1rem;
}

.location-body h5 {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--dark);
  margin-bottom: 4px;
}

.location-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.map-container {
  border-radius: var(--radius-oval);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-card);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ─── 22. YÜKLENİYOR / PRELOADER ────────────────────────────── */
#preloader {
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-logo {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-logo .p-square {
  position: absolute;
  inset: 0;
  border: 3px solid var(--red-primary);
  animation: led-square-blink 1.5s ease-in-out infinite;
}

.preloader-logo .p-letter {
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--red-primary);
  animation: led-letter-blink 1.5s ease-in-out infinite 0.1s;
}

.preloader-bar {
  width: 200px;
  height: 2px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
}

.preloader-bar-fill {
  height: 100%;
  background: var(--red-primary);
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 10px var(--red-primary);
}

.preloader-text {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

/* ─── 23. SCROLL PROGRESS BAR ───────────────────────────────── */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red-dark), var(--red-primary), var(--red-light));
  z-index: 1001;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px var(--red-primary);
}

/* ─── 24. CURSOR CUSTOM ─────────────────────────────────────── */
.cursor-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--red-primary);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(196,30,58,0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9997;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s;
}

.cursor-hover .cursor-ring {
  width: 60px;
  height: 60px;
  background: rgba(196,30,58,0.05);
}
