/* ==========================================================================
   YILDIZ SU TESİSATI — KURUMSAL WEB STİL SİSTEMİ
   Tasarım Konsepti: Aydınlık Sıcak Latte & Terracotta (Lüks & Seçkin Mimari)
   Font Ailesi: Plus Jakarta Sans & Outfit
   ========================================================================== */

/* Netlify rozeti gizle */
#netlify-badge-anchor,
.netlify-badge,
[data-netlify-deploy-id],
a[href*="netlify.com"][target="_blank"] img,
div[style*="position: fixed"] a[href*="netlify"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

:root {
  /* Renk Paleti - Aydınlık Sıcak Latte & Terracotta */
  --bg-main: #FAF7F2;
  --bg-card: #FFFFFF;
  --bg-latte-soft: #F4ECE1;
  --bg-latte-cream: #EDE4D8;
  --bg-latte-deep: #E2D7C8;

  --terracotta: #C85A32;
  --terracotta-hover: #AF4823;
  --terracotta-dark: #8F3416;
  --terracotta-light: #FAEDE7;
  --terracotta-glow: rgba(200, 90, 50, 0.22);

  --luxury-gold: #C29553;
  --luxury-gold-soft: #FBF4E8;

  --text-primary: #211B17;
  --text-secondary: #544A42;
  --text-muted: #7E736A;
  --text-inverted: #FFFFFF;

  --border-light: rgba(200, 90, 50, 0.13);
  --border-subtle: #EBE1D5;
  --border-accent: rgba(200, 90, 50, 0.35);

  --success-green: #25D366;
  --emergency-red: #D93829;

  /* Tipografi */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Gölgeler */
  --shadow-sm: 0 4px 14px rgba(33, 27, 23, 0.04);
  --shadow-md: 0 10px 30px rgba(33, 27, 23, 0.07);
  --shadow-lg: 0 20px 50px rgba(33, 27, 23, 0.11);
  --shadow-terracotta: 0 10px 25px rgba(200, 90, 50, 0.25);

  /* Geçişler & Radius */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ==========================================================================
   GENEL VE TEMEL STILLER
   ========================================================================== */
*, *::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-color: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg {
  vertical-align: middle;
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center {
  text-align: center;
}

.text-terracotta {
  color: var(--terracotta);
  font-weight: 700;
}

/* ==========================================================================
   DUYURU & 7/24 HIZMET ŞERİDİ (GÖZÜ DİNLENDİREN ZARİF TASARIM)
   ========================================================================== */
.top-announcement {
  background: #F4EBE1;
  color: #5E5248;
  font-size: 0.84rem;
  padding: 7px 0;
  border-bottom: 1px solid rgba(200, 140, 100, 0.22);
  letter-spacing: 0.01em;
}

.top-announcement-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.announcement-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #EAE0D4;
  color: #8C4022;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  border: 1px solid rgba(200, 90, 50, 0.18);
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2BAE66;
  display: inline-block;
  opacity: 0.9;
}

.announcement-text {
  flex: 1;
  text-align: center;
  color: #554A41;
  font-weight: 500;
  font-size: 0.83rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.announcement-divider {
  color: #B8A99C;
  font-size: 0.75rem;
  user-select: none;
}

.announcement-text strong {
  color: #261E19;
  font-weight: 700;
}

.announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #B54A24;
  font-size: 0.85rem;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.announcement-link:hover {
  color: #8F3416;
  background: rgba(200, 90, 50, 0.08);
}

/* ==========================================================================
   ANA HEADER & STICKY NAVİGASYON
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(250, 247, 242, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-subtle);
  transition: var(--transition);
}

.site-header.scrolled {
  box-shadow: var(--shadow-sm);
  background: rgba(250, 247, 242, 0.98);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 16px;
}

/* Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}

.brand-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.brand-logo:hover .brand-symbol {
  transform: scale(1.05);
}

.brand-text {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--text-primary);
  line-height: 1.1;
  white-space: nowrap;
}

.brand-subtitle {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--terracotta);
  white-space: nowrap;
}

/* Navigasyon Linkleri */
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0 12px;
  min-width: 0;
}

.main-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: clamp(5px, 0.9vw, 14px);
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.nav-link {
  font-size: clamp(0.74rem, 0.8vw, 0.86rem);
  font-weight: 600;
  color: var(--text-secondary);
  position: relative;
  padding: 6px 1px;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2.5px;
  background: var(--terracotta);
  border-radius: 2px;
  transition: width 0.25s ease;
}

.nav-link:hover, .nav-link.active {
  color: var(--terracotta);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

/* Header Aksiyon Butonları */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}

.btn-header-wa {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(37, 211, 102, 0.12);
  color: #17823E;
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid rgba(37, 211, 102, 0.25);
  white-space: nowrap;
}

.btn-header-wa:hover {
  background: #25D366;
  color: #FFFFFF;
  border-color: #25D366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-header-call {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--terracotta);
  color: var(--text-inverted);
  padding: 9px 16px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-terracotta);
  white-space: nowrap;
}

.btn-header-call:hover {
  background: var(--terracotta-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(200, 90, 50, 0.35);
}

/* Hamburger Buton */
.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}

.mobile-toggle .bar {
  width: 24px;
  height: 2.5px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}

/* ==========================================================================
   MOBİL MENÜ PANELİ
   ========================================================================== */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 1099;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-nav-panel {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: var(--bg-main);
  z-index: 1100;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-lg);
  transition: right 0.35s ease;
  overflow-y: auto;
}

.mobile-nav-panel.open {
  right: 0;
}

.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-subtle);
}

.mobile-close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
}

.mobile-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

.mobile-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.03);
}

.mobile-link:hover {
  color: var(--terracotta);
  padding-left: 6px;
}

.mobile-contact-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}

.mobile-lead {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}

/* Genel Butonlar */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--terracotta);
  color: var(--text-inverted);
  padding: 14px 26px;
  border-radius: var(--radius-full);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-terracotta);
  transition: var(--transition);
}

.btn-primary:hover {
  background: var(--terracotta-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(200, 90, 50, 0.38);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--bg-card);
  color: var(--text-primary);
  padding: 14px 26px;
  border-radius: var(--radius-full);
  font-size: 0.98rem;
  font-weight: 700;
  border: 1px solid var(--border-subtle);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.btn-secondary:hover {
  background: var(--bg-latte-soft);
  border-color: var(--terracotta);
  color: var(--terracotta);
  transform: translateY(-2px);
}

.full-width {
  width: 100%;
}

/* ==========================================================================
   HERO BÖLÜMÜ
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 70px 0 60px 0;
  background: linear-gradient(180deg, #FAF7F2 0%, #F5EEE4 100%);
  overflow: hidden;
}

.hero-backdrop-glow {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(200, 90, 50, 0.12) 0%, rgba(250, 247, 242, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--terracotta-light);
  color: var(--terracotta-dark);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  border: 1px solid rgba(200, 90, 50, 0.2);
}

.hero-badge .badge-icon {
  color: var(--terracotta);
  font-size: 0.9rem;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 580px;
}

.hero-description strong {
  color: var(--text-primary);
}

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

.hero-features-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.hero-feature-item .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--terracotta-light);
  color: var(--terracotta);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

/* Hero Görsel / Kart Alanı */
.hero-visual-card {
  position: relative;
}

.hero-card-glass {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(200, 90, 50, 0.16);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.service-quick-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-latte-soft);
  color: var(--text-secondary);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--terracotta);
  border-radius: 50%;
}

.hero-photo-frame {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 20px;
  border: 1px solid rgba(200, 90, 50, 0.2);
  background: #1A1614;
}

.hero-cover-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-photo-frame:hover .hero-cover-photo {
  transform: scale(1.04);
}

.hero-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(26, 22, 20, 0.88) 0%, rgba(26, 22, 20, 0.4) 60%, transparent 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}

.photo-floating-tag {
  font-size: 0.78rem;
  font-weight: 700;
  color: #FFFFFF;
  background: rgba(200, 90, 50, 0.95);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.03em;
}

/* Mini Bilgi Kartı */
.quick-callout-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--bg-card);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  margin-top: 18px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-subtle);
}

.callout-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--terracotta-light);
  border-radius: 12px;
  flex-shrink: 0;
}

.callout-content {
  display: flex;
  flex-direction: column;
}

.callout-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.callout-sub {
  font-size: 0.95rem;
  color: var(--text-primary);
}

.callout-action-btn {
  background: var(--terracotta);
  color: var(--text-inverted);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
}

.callout-action-btn:hover {
  background: var(--terracotta-hover);
}

/* ==========================================================================
   SİNEMATİK MİNİMALİST ARKA PLAN VİDEO HERO
   ========================================================================== */
.hero-section.cinematic-hero {
  position: relative;
  min-height: 85vh;
  height: 56.25vw;
  max-height: 840px;
  display: flex;
  align-items: center;
  padding: 100px 0 80px 0;
  overflow: hidden;
  background: #120E0C;
}

.hero-video-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.82) contrast(1.05);
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: 
    linear-gradient(90deg, rgba(14, 10, 8, 0.88) 0%, rgba(14, 10, 8, 0.65) 45%, rgba(14, 10, 8, 0.25) 80%, rgba(14, 10, 8, 0.15) 100%),
    linear-gradient(180deg, rgba(14, 10, 8, 0.35) 0%, transparent 40%, rgba(14, 10, 8, 0.5) 100%);
}

/* Floating Controls (Bottom Right) */
.hero-floating-pill-box {
  position: absolute;
  bottom: 24px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.hero-live-pill {
  background: rgba(20, 16, 14, 0.75);
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.hero-live-pill .live-pulse-dot {
  width: 8px;
  height: 8px;
  background: #22C55E;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #22C55E;
  animation: livePulseAnim 1.8s infinite;
}

@keyframes livePulseAnim {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.btn-hero-sound-minimal {
  background: var(--terracotta);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(200, 90, 50, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: var(--transition);
}

.btn-hero-sound-minimal:hover {
  background: var(--terracotta-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 90, 50, 0.6);
}

/* Minimalist Hero Content */
.cinematic-container-minimal {
  position: relative;
  z-index: 4;
}

.cinematic-content-minimal {
  max-width: 600px;
}

.cinematic-badge-minimal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFE0B2;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cinematic-title-minimal {
  font-family: var(--font-heading);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 14px;
  letter-spacing: -0.015em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.7);
}

.cinematic-desc-minimal {
  font-size: 1.02rem;
  color: #E8DDD2;
  line-height: 1.65;
  margin-bottom: 24px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.cinematic-cta-minimal {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.cinematic-cta-minimal .btn-primary,
.cinematic-cta-minimal .btn-secondary {
  padding: 12px 22px;
  font-size: 0.92rem;
}

.cinematic-quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.cinematic-quick-tags span {
  font-size: 0.82rem;
  font-weight: 600;
  color: #D6C9BD;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 991px) {
  .hero-section.cinematic-hero {
    min-height: auto;
    padding: 60px 0 80px 0;
  }

  .cinematic-title-minimal {
    font-size: 1.95rem;
  }

  .hero-floating-pill-box {
    position: static;
    margin-top: 24px;
    justify-content: flex-start;
  }
}

/* ==========================================================================
   İSTATİSTİK & GÜVEN SAYAÇLARI
   ========================================================================== */
.trust-stats-section {
  padding: 40px 0;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-subtle);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-card {
  padding: 24px 20px;
  background: var(--bg-main);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: var(--terracotta);
  box-shadow: var(--shadow-md);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--terracotta);
  line-height: 1.1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.stat-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   HİZMETLERİMİZ (SERVICES)
   ========================================================================== */
.services-section {
  padding: 90px 0;
  background: var(--bg-main);
}

.section-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--terracotta);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto 20px auto;
  line-height: 1.7;
}

.services-credential-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 50px;
}

.sc-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  padding: 10px 20px;
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.sc-badge svg {
  color: var(--terracotta);
  flex-shrink: 0;
}

.sc-badge.highlight {
  background: var(--terracotta-light);
  border-color: rgba(200, 90, 50, 0.35);
  color: var(--terracotta-dark);
}

.sc-badge:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--terracotta);
}

/* ==========================================================================
   HİZMETLERİMİZ (SERVICES SECTION - SLEEK & COMPACT DESIGN)
   ========================================================================== */
.services-section {
  padding: 60px 0;
  background: var(--bg-latte-soft);
}

.service-filter-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.service-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  background: #FFFFFF;
  padding: 6px 10px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.service-filter-btn {
  background: transparent;
  border: none;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.service-filter-btn:hover {
  color: var(--terracotta);
  background: var(--bg-latte-soft);
}

.service-filter-btn.active {
  background: var(--terracotta);
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(200, 90, 50, 0.25);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

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

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(200, 90, 50, 0.4);
}

.service-card.highlight-card {
  border-color: rgba(200, 90, 50, 0.35);
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF6F1 100%);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.service-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--terracotta-light);
  color: var(--terracotta);
  border-radius: 10px;
}

.service-icon-box svg {
  width: 20px;
  height: 20px;
}

.service-icon-box.emergency-box {
  background: rgba(217, 56, 41, 0.12);
  color: var(--emergency-red);
}

.service-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--terracotta);
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: var(--radius-full);
}

.service-tag.secondary {
  background: var(--bg-latte-soft);
  color: var(--text-secondary);
}

.service-tag.emergency {
  background: var(--emergency-red);
  color: #FFFFFF;
}

/* Service Photo Frame Compact */
.service-photo-slot {
  width: 100%;
  height: 125px;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  background: #1F1B18;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.service-card:hover .service-card-photo {
  transform: scale(1.05);
}

.service-photo-badge {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(26, 22, 20, 0.85);
  color: #FFFFFF;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 2;
}

.service-name {
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  line-height: 1.25;
}

.service-text {
  font-size: 0.83rem;
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-check-list {
  list-style: none;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-grow: 1;
}

.service-check-list li {
  font-size: 0.72rem;
  font-weight: 600;
  color: #4A3E36;
  background: rgba(200, 90, 50, 0.07);
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid rgba(200, 90, 50, 0.12);
  position: static;
}

.service-check-list li::before {
  display: none;
}

.service-action-bar {
  display: flex;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--border-subtle);
  margin-top: auto;
}

.btn-service-call {
  flex: 1;
  text-align: center;
  background: var(--terracotta);
  color: #FFFFFF;
  padding: 8px 0;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
}

.btn-service-call:hover {
  background: var(--terracotta-hover);
}

.btn-service-call.emergency {
  background: var(--emergency-red);
}

.btn-service-wa {
  flex: 1;
  text-align: center;
  background: rgba(37, 211, 102, 0.12);
  color: #17823E;
  padding: 8px 0;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgba(37, 211, 102, 0.3);
}

.btn-service-wa:hover {
  background: #25D366;
  color: #FFFFFF;
}

/* ==========================================================================
   ÖNCESİ & SONRASI (BEFORE & AFTER INTERACTIVE SHOWCASE)
   ========================================================================== */
.before-after-section {
  padding: 85px 0;
  background: var(--bg-main);
  border-top: 1px solid var(--border-subtle);
}

.ba-tabs-wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.ba-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background: #FFFFFF;
  padding: 8px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  max-width: 100%;
}

.ba-tab-btn {
  background: transparent;
  border: none;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.ba-tab-btn:hover {
  color: var(--terracotta);
  background: var(--bg-latte-soft);
}

.ba-tab-btn.active {
  background: var(--terracotta);
  color: #FFFFFF;
  box-shadow: var(--shadow-terracotta);
}

.ba-showcase-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}

.ba-viewer {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background: #1A1614;
  user-select: none;
}

.ba-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ba-before-layer {
  z-index: 1;
}

.ba-after-layer {
  z-index: 2;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.ba-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-state-tag {
  position: absolute;
  top: 20px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  z-index: 5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.ba-state-tag.tag-before {
  right: 24px;
  left: auto;
  background: rgba(217, 56, 41, 0.92);
  color: #FFFFFF;
}

.ba-state-tag.tag-after {
  left: 24px;
  background: rgba(37, 211, 102, 0.95);
  color: #FFFFFF;
}

.ba-photo-badge {
  position: absolute;
  bottom: 20px;
  z-index: 6;
  background: rgba(26, 22, 20, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.ba-photo-badge.left-badge {
  left: 24px;
}

.ba-photo-badge.right-badge {
  right: 24px;
}

/* Handle line & circle */
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  z-index: 10;
  pointer-events: none;
  transform: translateX(-50%);
}

.ba-handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #FFFFFF;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.ba-handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Invisible Range Input for Full Cross-Platform Interactivity */
.ba-range-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 20;
  margin: 0;
}

/* Meta footer below slider */
.ba-meta-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 30px;
  background: #FFFFFF;
  border-top: 1px solid var(--border-subtle);
}

.ba-meta-tag {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--terracotta);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.ba-project-title {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.ba-project-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
  max-width: 620px;
}

.btn-ba-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--terracotta);
  color: #FFFFFF;
  padding: 12px 22px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.btn-ba-action:hover {
  background: var(--terracotta-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-terracotta);
}

@media (max-width: 768px) {
  .ba-viewer {
    height: 300px;
  }
  .ba-state-tag {
    top: 10px;
    font-size: 0.62rem;
    padding: 4px 8px;
    letter-spacing: 0.03em;
  }
  .ba-state-tag.tag-after {
    left: 10px;
  }
  .ba-state-tag.tag-before {
    right: 10px;
  }
  .ba-photo-badge {
    bottom: 10px;
    font-size: 0.68rem;
    padding: 4px 10px;
    max-width: 44%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ba-photo-badge.left-badge {
    left: 10px;
  }
  .ba-photo-badge.right-badge {
    right: 10px;
  }
  .ba-visual-art {
    min-width: 100vw;
    padding: 20px 14px;
  }
  .ba-art-title {
    font-size: 1.1rem;
  }
  .ba-art-desc {
    font-size: 0.82rem;
  }
  .ba-meta-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .btn-ba-action {
    width: 100%;
    justify-content: center;
  }
  .ba-tabs-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .ba-tabs-nav::-webkit-scrollbar {
    display: none;
  }
}

/* ==========================================================================
   NEDEN BİZ? (PRESTİJ & GÜVEN)
   ========================================================================== */
.why-us-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #F6EFE5 0%, #FAF7F2 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.why-us-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.why-us-lead {
  font-size: 1.08rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 34px;
}

.value-propositions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.value-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.value-icon {
  width: 44px;
  height: 44px;
  background: var(--bg-card);
  color: var(--terracotta);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.value-text h4 {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.value-text p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Guarantee Card Side */
.why-us-visual-side {
  position: relative;
}

.guarantee-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(200, 90, 50, 0.2);
  position: relative;
}

.guarantee-stamp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--terracotta-light);
  color: var(--terracotta-dark);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.guarantee-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.guarantee-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 24px;
}

.service-districts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.district-pill {
  font-size: 0.82rem;
  font-weight: 600;
  background: var(--bg-latte-soft);
  color: var(--text-secondary);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-subtle);
}

.guarantee-cta p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 8px;
  text-align: center;
}

/* ==========================================================================
   HAKKIMIZDA (ABOUT US)
   ========================================================================== */
.about-section {
  padding: 60px 0;
  background: var(--bg-main);
}

.about-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 34px 38px;
  box-shadow: var(--shadow-md);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.about-content .section-title,
.about-section .section-title {
  font-size: 1.65rem;
  line-height: 1.3;
  margin-bottom: 12px;
}

.about-paragraph {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 11px;
}

.about-paragraph strong {
  color: var(--text-primary);
  font-weight: 600;
}

.founded-year-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--terracotta-light);
  color: var(--terracotta-dark);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
  border: 1px solid rgba(200, 90, 50, 0.25);
}

.certifications-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 6px 0;
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-card);
  border: 1px solid rgba(200, 90, 50, 0.2);
  color: var(--text-primary);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.cert-badge:hover {
  border-color: var(--terracotta);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.cert-badge svg {
  color: var(--terracotta);
  flex-shrink: 0;
}

.founder-signature-box {
  margin-top: 18px;
  padding: 12px 16px;
  background: var(--bg-main);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--terracotta);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.founder-name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-primary);
}

.founder-role {
  font-size: 0.78rem;
  color: var(--terracotta);
  font-weight: 700;
}

.founder-contact-meta {
  display: flex;
  gap: 14px;
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.about-side-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--bg-main);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
}

.feature-box:hover {
  border-color: var(--terracotta);
  transform: translateX(4px);
}

.f-num {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--terracotta);
  line-height: 1;
}

.f-content h4 {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.f-content p {
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.about-equipment-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 220px;
  max-height: 270px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-subtle);
  background: #1A1614;
}

.equipment-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}

.about-equipment-card:hover .equipment-img {
  transform: scale(1.04);
}

.equipment-info-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 14px;
  background: linear-gradient(to top, rgba(26, 22, 20, 0.92) 0%, rgba(26, 22, 20, 0.4) 70%, transparent 100%);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 0.76rem;
  font-weight: 700;
  pointer-events: none;
}

/* ==========================================================================
   MÜŞTERİ YORUMLARI (TESTIMONIALS)
   ========================================================================== */
.testimonials-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #FAF7F2 0%, #F5ECE0 100%);
  border-top: 1px solid var(--border-subtle);
}

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

.testimonial-card {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(200, 90, 50, 0.3);
}

.testimonial-card.highlight-testimonial {
  border-color: var(--terracotta);
  background: linear-gradient(180deg, #FFFFFF 0%, #FDFBF8 100%);
  box-shadow: var(--shadow-md);
}

.rating-stars {
  color: #F5A623;
  font-size: 1.15rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.testimonial-comment {
  font-size: 0.94rem;
  color: var(--text-secondary);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--terracotta-light);
  color: var(--terracotta);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-info strong {
  font-size: 0.92rem;
  color: var(--text-primary);
}

.author-info span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ==========================================================================
   İLETİŞİM & RANDEVU FORMU (CONTACT & FORM)
   ========================================================================== */
.contact-section {
  padding: 90px 0;
  background: var(--bg-main);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  margin-bottom: 50px;
}

.contact-lead-text {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 30px;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-item-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.contact-item-card:hover {
  border-color: var(--terracotta);
  transform: translateX(5px);
  box-shadow: var(--shadow-sm);
}

.c-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--terracotta-light);
  color: var(--terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-icon.wa-bg {
  background: rgba(37, 211, 102, 0.12);
  color: #25D366;
}

.c-icon.ig-bg {
  background: rgba(225, 48, 108, 0.12);
  color: #E1306C;
}

.c-details {
  display: flex;
  flex-direction: column;
}

.c-title {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.c-val {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #E8F5E9;
  color: #2E7D32;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 700;
}

.pulse-green {
  width: 8px;
  height: 8px;
  background: #2E7D32;
  border-radius: 50%;
  animation: pulse-green 1.8s infinite;
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(46, 125, 50, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(46, 125, 50, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 125, 50, 0); }
}

/* Form Kolonu */
.form-container-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
}

.form-header {
  margin-bottom: 24px;
}

.form-header h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.form-header p {
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-primary);
}

.form-group .required {
  color: var(--terracotta);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  background: #FAF8F5;
  color: var(--text-primary);
  font-size: 0.92rem;
  transition: var(--transition);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--terracotta);
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(200, 90, 50, 0.15);
}

.form-group textarea {
  resize: vertical;
}

.btn-submit-form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--terracotta);
  color: #FFFFFF;
  padding: 15px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-terracotta);
  transition: var(--transition);
  margin-top: 6px;
}

.btn-submit-form:hover {
  background: var(--terracotta-hover);
  transform: translateY(-2px);
}

.form-feedback {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px;
  border-radius: var(--radius-sm);
  display: none;
}

.form-feedback.success {
  display: block;
  background: #E8F5E9;
  color: #2E7D32;
  border: 1px solid #A5D6A7;
}

.form-feedback.error {
  display: block;
  background: #FFEBEE;
  color: #C62828;
  border: 1px solid #FFCDD2;
}

/* Harita Çerçevesi */
.map-section-wrapper {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  max-width: 820px;
  margin: 25px auto 0 auto;
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: var(--bg-latte-soft);
  border-bottom: 1px solid var(--border-subtle);
}

.map-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--text-primary);
}

.btn-map-directions {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--terracotta);
}

.btn-map-directions:hover {
  text-decoration: underline;
}

.map-embed-container iframe {
  display: block;
  width: 100%;
  height: 240px;
}

/* ==========================================================================
   FOOTER (ALT ALAN)
   ========================================================================== */
.site-footer {
  background: #201A16;
  color: #EDE2D4;
  padding: 70px 0 30px 0;
  border-top: 1px solid rgba(200, 90, 50, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1.1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  display: block;
}

.footer-brand-sub {
  font-size: 0.72rem;
  font-weight: 700;
  color: #FFA585;
  letter-spacing: 0.1em;
  display: block;
}

.footer-desc {
  font-size: 0.88rem;
  color: #B5A89B;
  line-height: 1.65;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: var(--transition);
}

.footer-socials a:hover {
  background: var(--terracotta);
  transform: translateY(-2px);
}

.footer-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 18px;
}

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

.footer-links a {
  font-size: 0.88rem;
  color: #B5A89B;
}

.footer-links a:hover {
  color: #FFA585;
  padding-left: 4px;
}

.footer-contact-item {
  font-size: 0.86rem;
  color: #B5A89B;
  margin-bottom: 8px;
  line-height: 1.5;
}

.footer-contact-item strong {
  color: #EDE2D4;
}

.footer-contact-item a {
  color: #FFA585;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  font-size: 0.82rem;
  color: #8C8074;
  flex-wrap: wrap;
  gap: 12px;
}

.designer-credit {
  color: #9C9084;
}

/* ==========================================================================
   YÜZEN WHATSAPP BUTONU (FLOATING CTA)
   ========================================================================== */
.floating-wa-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1050;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-icon-wrapper {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
  position: relative;
  transition: transform 0.3s ease;
}

.floating-wa-btn:hover .wa-icon-wrapper {
  transform: scale(1.08);
}

.online-indicator {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  background: #4CAF50;
  border: 2.5px solid #FFFFFF;
  border-radius: 50%;
}

.wa-tooltip {
  background: #FFFFFF;
  padding: 8px 14px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0.95;
  transition: var(--transition);
}

.wa-tooltip strong {
  font-size: 0.8rem;
  color: var(--text-primary);
}

.wa-tooltip span {
  font-size: 0.72rem;
  color: #17823E;
  font-weight: 600;
}

/* ==========================================================================
   MOBİL ALT SABİT BAR (MOBILE BOTTOM DOCK)
   ========================================================================== */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-subtle);
  z-index: 1040;
  padding: 8px 12px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.mob-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 6px;
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  font-weight: 700;
}

.mob-btn.call-action {
  background: var(--terracotta);
  color: #FFFFFF;
}

.mob-btn.wa-action {
  background: #25D366;
  color: #FFFFFF;
}

.mob-btn.quote-action {
  background: var(--bg-latte-soft);
  color: var(--text-primary);
  border: 1px solid var(--border-subtle);
}

/* ==========================================================================
   GÜVEN ROZETLERİ ŞERİDİ (TRUST BADGES STRIP)
   ========================================================================== */
.trust-badges-strip {
  background: var(--bg-latte-soft);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 24px 0;
}

.trust-badges-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #FFFFFF;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.trust-badge-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(200, 90, 50, 0.08);
  border-color: var(--terracotta-subtle);
}

.badge-icon-box {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  background: var(--terracotta-light);
  color: var(--terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-text-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-text-box strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
}

.badge-text-box span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ==========================================================================
   FOTOĞRAF GÖNDER & TEKLİF AL (WHATSAPP CALLOUT)
   ========================================================================== */
.photo-quote-banner {
  padding: 50px 0;
}

.photo-quote-card {
  background: linear-gradient(135deg, #1C1613 0%, #2A211D 100%);
  border-radius: var(--radius-xl);
  padding: 36px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.photo-quote-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(200, 90, 50, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.photo-quote-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quote-camera-icon {
  width: 68px;
  height: 68px;
  border-radius: var(--radius-lg);
  background: rgba(200, 90, 50, 0.15);
  border: 1px solid rgba(200, 90, 50, 0.3);
  color: var(--terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quote-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--terracotta);
  margin-bottom: 6px;
}

.quote-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.quote-desc {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 540px;
  line-height: 1.5;
}

.btn-photo-quote {
  background: #25D366;
  color: #FFFFFF;
  padding: 16px 28px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.btn-photo-quote:hover {
  background: #20bd5a;
  transform: translateY(-2px);
  color: #FFFFFF;
}

/* ==========================================================================
   SIKÇA SORULAN SORULAR (FAQ ACCORDION)
   ========================================================================== */
.faq-section {
  padding: 80px 0;
  background: var(--bg-latte-soft);
}

.faq-accordion-wrapper {
  max-width: 840px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.faq-item.active {
  border-color: var(--terracotta-subtle);
  box-shadow: 0 6px 20px rgba(200, 90, 50, 0.06);
}

.faq-trigger {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}

.faq-question {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text-primary);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  background: var(--bg-latte-soft);
  color: var(--terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  transition: transform var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--terracotta);
  color: #FFFFFF;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}

.faq-item.active .faq-content {
  max-height: 300px;
  padding: 0 24px 22px;
}

.faq-content p {
  font-size: 0.94rem;
  color: var(--text-secondary);
  line-height: 1.65;
  border-top: 1px dashed var(--border-subtle);
  padding-top: 14px;
  margin: 0;
}

/* Responsive Rules for New Elements */
@media (max-width: 991px) {
  .trust-badges-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .photo-quote-card {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
  }
  .photo-quote-left {
    flex-direction: column;
  }
  .btn-photo-quote {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .trust-badges-container {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   LOGOLU SAHA EKİBİMİZ & DONANIM GALERİSİ (BRANDED FIELD GALLERY)
   ========================================================================== */
.branded-field-gallery {
  padding: 80px 0;
  background: #FFFFFF;
}

.field-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.field-gallery-card {
  background: #FAF7F2;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
  display: flex;
  flex-direction: column;
}

.field-gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(200, 90, 50, 0.12);
  border-color: var(--terracotta-subtle);
}

.field-gallery-photo-box {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.field-gallery-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.field-gallery-card:hover .field-gallery-photo-box img {
  transform: scale(1.05);
}

.field-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(18, 14, 12, 0.88);
  color: #FFFFFF;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.field-gallery-info {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.field-gallery-info h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.field-gallery-info p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991px) {
  .field-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .field-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   RESPONSIVE UYUMLULUK (MEDIA QUERIES) — GELİŞMİŞ MOBİL OPTİMİZASYONU
   ========================================================================== */

/* 1. KÜÇÜK MASAÜSTÜ & GENİŞ TABLET (1240px ALTI) */
@media (max-width: 1400px) {
  .container {
    padding: 0 20px;
  }

  .main-nav .nav-links {
    gap: 8px;
  }

  .nav-link {
    font-size: 0.80rem;
  }

  .btn-header-wa {
    padding: 7px 10px;
    font-size: 0.80rem;
  }

  .btn-header-call {
    padding: 8px 12px;
    font-size: 0.82rem;
  }
}

/* 2. TABLET YATAY & DİZÜSTÜ (1400px ALTI) */
@media (max-width: 1400px) {
  .main-nav {
    display: none;
  }

  .mobile-toggle {
    display: flex;
  }

  .header-container {
    height: 72px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-visual-card {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/* 3. TABLET DİKEY & BÜYÜK TELEFONLAR (860px ALTI) */
@media (max-width: 860px) {
  .top-announcement {
    display: none;
  }

  .header-actions .btn-header-wa {
    display: none; /* Mobilde sabit alt çubuk ve yüzen WhatsApp var */
  }

  .hero-section {
    padding: 40px 0 35px;
  }

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

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-card {
    padding: 30px 20px;
  }

  /* Öncesi & Sonrası swipeable tabs */
  .ba-tabs-nav {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ba-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .ba-tab-btn {
    flex-shrink: 0;
    padding: 8px 14px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .ba-meta-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
  }

  .btn-ba-action {
    width: 100%;
    justify-content: center;
  }
}

/* 4. AKILLI TELEFONLAR (600px ALTI - MOBİL GÖRÜNÜM) */
@media (max-width: 600px) {
  .container {
    padding: 0 16px;
  }

  .header-container {
    height: 64px;
    gap: 8px;
  }

  .brand-title {
    font-size: 1.15rem;
  }

  .brand-subtitle {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .brand-symbol svg {
    width: 32px;
    height: 32px;
  }

  .btn-header-call {
    padding: 7px 12px;
    font-size: 0.78rem;
    gap: 5px;
  }

  .btn-header-call span {
    display: none;
  }

  .btn-header-call::after {
    content: "0551 892 99 50";
    display: inline;
  }

  .hero-section {
    padding: 28px 0 24px;
  }

  .hero-badge {
    font-size: 0.74rem;
    padding: 6px 12px;
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: clamp(1.75rem, 6.5vw, 2.1rem);
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .hero-description {
    font-size: 0.96rem;
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
  }

  .hero-features-list {
    gap: 8px;
  }

  .hero-feature-item {
    font-size: 0.86rem;
  }

  .hero-card-glass {
    padding: 16px;
    border-radius: var(--radius-md);
  }

  .hero-photo-frame {
    height: 220px;
    margin-bottom: 14px;
  }

  .quick-callout-card {
    padding: 12px 14px;
    gap: 10px;
    margin-top: 12px;
  }

  .callout-icon-box {
    width: 38px;
    height: 38px;
  }

  .callout-title {
    font-size: 0.72rem;
  }

  .callout-desc {
    font-size: 0.82rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .stat-card {
    padding: 14px 10px;
    border-radius: var(--radius-sm);
  }

  .stat-number {
    font-size: 1.65rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .stat-desc {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .services-section {
    padding: 45px 0;
  }

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

  .section-subtitle {
    font-size: 0.9rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .service-photo-slot {
    height: 180px;
  }

  .service-action-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .btn-service-call, .btn-service-wa {
    padding: 10px 8px;
    font-size: 0.82rem;
    justify-content: center;
  }

  /* Öncesi & Sonrası Modülü */
  .before-after-section {
    padding: 45px 0;
  }

  .ba-viewer {
    aspect-ratio: 4 / 3;
    min-height: 230px;
    border-radius: 14px;
  }

  .ba-state-tag {
    font-size: 0.62rem;
    padding: 3px 7px;
  }

  .ba-photo-badge {
    display: none;
  }

  .ba-handle-circle {
    width: 36px;
    height: 36px;
  }

  .ba-project-title {
    font-size: 1.05rem;
  }

  .ba-project-desc {
    font-size: 0.85rem;
  }

  /* Neden Biz & Hakkımızda */
  .why-us-section, .about-section {
    padding: 45px 0;
  }

  .value-propositions {
    gap: 18px;
  }

  .value-item {
    gap: 12px;
  }

  .value-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .value-text h4 {
    font-size: 0.95rem;
  }

  .value-text p {
    font-size: 0.85rem;
  }

  .guarantee-card {
    padding: 20px 16px;
  }

  .district-pill {
    padding: 4px 9px;
    font-size: 0.74rem;
  }

  .about-card {
    padding: 20px 14px;
    border-radius: 16px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-content .section-title,
  .about-section .section-title {
    font-size: 1.35rem;
  }

  .about-paragraph {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .certifications-strip {
    gap: 8px;
  }

  .cert-badge {
    font-size: 0.76rem;
    padding: 5px 10px;
  }

  .founder-signature-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
  }

  /* İletişim & Form */
  .contact-section {
    padding: 45px 0 30px;
  }

  .contact-item-card {
    padding: 12px 14px;
  }

  .c-icon {
    width: 40px;
    height: 40px;
  }

  .c-title {
    font-size: 0.75rem;
  }

  .c-val {
    font-size: 0.88rem;
  }

  .form-container-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    font-size: 16px !important;
    border-radius: 10px;
  }

  .booking-form input,
  .booking-form select {
    height: 46px;
  }

  .btn-submit-form {
    height: 48px;
    font-size: 0.94rem;
    border-radius: 10px;
  }

  .map-section-wrapper {
    margin-top: 30px;
    border-radius: 14px;
  }

  .map-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
  }

  .map-embed-container iframe {
    height: 200px;
  }

  /* Footer */
  .site-footer {
    padding: 40px 0 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Mobil Alt Bar & Kayan WhatsApp */
  .mobile-bottom-bar {
    display: grid;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 6px));
  }

  .floating-wa-btn {
    bottom: calc(72px + env(safe-area-inset-bottom, 6px));
    right: 14px;
    width: 50px;
    height: 50px;
  }

  .floating-wa-btn .wa-icon-wrapper svg {
    width: 28px;
    height: 28px;
  }

  .wa-tooltip {
    display: none;
  }

  body {
    padding-bottom: 74px;
  }
}

/* 5. ÇOK KÜÇÜK TELEFONLAR (380px ALTI) */
@media (max-width: 380px) {
  .brand-title {
    font-size: 1.05rem;
  }

  .btn-header-call::after {
    content: "Ara";
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    padding: 12px;
  }
}

/* ==========================================================================
   SAHADAN CANLI KARELER (FIELD OPERATIONS GALLERY SECTION & LIGHTBOX)
   ========================================================================== */
.field-gallery-section {
  padding: 60px 0 50px 0;
  background: var(--bg-main);
  position: relative;
}

.gallery-trust-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px auto 28px auto;
}

.gt-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  box-shadow: var(--shadow-sm);
}

.gallery-filter-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.gallery-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  background: #FFFFFF;
  padding: 6px 10px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.gallery-filter-btn {
  background: transparent;
  border: none;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.gallery-filter-btn:hover {
  color: var(--terracotta);
  background: var(--bg-latte-soft);
}

.gallery-filter-btn.active {
  background: var(--terracotta);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(200, 90, 50, 0.28);
}

/* Bento Grid */
.gallery-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: stretch;
}

.gallery-item-card {
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
}

.gallery-item-card.bento-wide {
  grid-column: span 7;
  min-height: 430px;
}

.gallery-item-card.bento-medium {
  grid-column: span 5;
  min-height: 430px;
}

.gallery-item-card.bento-third {
  grid-column: span 4;
  min-height: 380px;
}

.gallery-item-card.bento-half {
  grid-column: span 6;
  min-height: 390px;
}

.gallery-card-inner {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #191410;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(200, 90, 50, 0.16);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gallery-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.4s ease;
}

.gallery-item-card:hover .gallery-card-img {
  transform: scale(1.06);
  filter: brightness(1.03);
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 12, 10, 0.12) 0%, rgba(16, 12, 10, 0.38) 40%, rgba(16, 12, 10, 0.94) 100%);
  pointer-events: none;
  transition: background 0.3s ease;
}

.gallery-item-card:hover .gallery-card-overlay {
  background: linear-gradient(180deg, rgba(16, 12, 10, 0.08) 0%, rgba(16, 12, 10, 0.32) 35%, rgba(16, 12, 10, 0.96) 100%);
}

.gallery-card-top-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.g-badge {
  background: rgba(28, 22, 18, 0.82);
  color: #FFFFFF;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.02em;
}

.g-badge.highlight {
  background: rgba(200, 90, 50, 0.92);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 12px rgba(200, 90, 50, 0.4);
}

.g-btn-zoom {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(28, 22, 18, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: var(--transition);
}

.g-btn-zoom:hover {
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: scale(1.1);
}

.gallery-card-content {
  position: relative;
  z-index: 3;
  padding: 20px;
  color: #FFFFFF;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.gallery-meta-location {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(244, 236, 225, 0.85);
  margin-bottom: 6px;
}

.gallery-card-title {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.bento-wide .gallery-card-title {
  font-size: 1.4rem;
}

.gallery-card-desc {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gallery-expand-hint {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  transition: color 0.2s ease;
}

.gallery-item-card:hover .gallery-expand-hint {
  color: #FFFFFF;
}

.gallery-quick-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25D366;
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.35);
}

.gallery-quick-wa:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5);
}

/* Saha Galerisi Alt Eylem Kutusu */
.gallery-bottom-cta {
  margin-top: 36px;
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow-sm);
}

.g-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--terracotta-light);
  color: var(--terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.g-cta-text {
  flex: 1;
}

.g-cta-text strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.g-cta-text span {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.g-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Lightbox Modal */
.gallery-lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-lightbox-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 10, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lightbox-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  background: #1C1714;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-lightbox-modal.active .lightbox-dialog {
  transform: scale(1);
}

.lightbox-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition);
}

.lightbox-close-btn:hover {
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: scale(1.1);
}

.lightbox-nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(28, 22, 18, 0.75);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: var(--transition);
}

.lightbox-nav-btn:hover {
  background: var(--terracotta);
  border-color: var(--terracotta);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-nav-btn.prev {
  left: 16px;
}

.lightbox-nav-btn.next {
  right: 16px;
}

.lightbox-media-container {
  width: 100%;
  height: 520px;
  background: #0D0A08;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.lightbox-caption-bar {
  padding: 20px 24px;
  background: #181310;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lightbox-info {
  flex: 1;
}

.lightbox-badge {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  background: var(--terracotta);
  color: #FFFFFF;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 6px;
}

.lightbox-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.lightbox-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.btn-lightbox-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #FFFFFF;
  padding: 12px 22px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: var(--transition);
}

.btn-lightbox-wa:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .gallery-item-card.bento-wide {
    grid-column: span 12;
    min-height: 380px;
  }
  .gallery-item-card.bento-medium {
    grid-column: span 12;
    min-height: 380px;
  }
  .gallery-item-card.bento-third {
    grid-column: span 6;
    min-height: 360px;
  }
  .gallery-item-card.bento-half {
    grid-column: span 6;
    min-height: 360px;
  }
  .gallery-bottom-cta {
    flex-direction: column;
    text-align: center;
  }
  .g-cta-actions {
    justify-content: center;
    width: 100%;
  }
  .lightbox-media-container {
    height: 380px;
  }
  .lightbox-caption-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .btn-lightbox-wa {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .gallery-item-card.bento-third,
  .gallery-item-card.bento-half {
    grid-column: span 12;
    min-height: 340px;
  }
  .gallery-filter-btn {
    font-size: 0.78rem;
    padding: 6px 12px;
  }
  .gallery-card-title {
    font-size: 1.1rem;
  }
  .lightbox-media-container {
    height: 280px;
  }
  .lightbox-nav-btn {
    width: 36px;
    height: 36px;
  }
}

/* ==========================================================================
   HİZMET & BÜTÇE HESAPLAMA ARACI (SERVICE BUDGET CALCULATOR)
   ========================================================================== */
.budget-calculator-section {
  padding: 70px 0;
  background: linear-gradient(180deg, var(--bg-latte-soft) 0%, var(--bg-main) 100%);
  position: relative;
}

.calc-trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px auto 32px auto;
}

.ct-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  box-shadow: var(--shadow-sm);
}

.calculator-card-wrapper {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 32px;
  align-items: start;
}

/* Sol Panel: Girişler */
.calculator-inputs-panel {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-md);
}

.calc-step-group {
  margin-bottom: 26px;
}

.calc-step-group:last-child {
  margin-bottom: 0;
}

.calc-step-label {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.calc-service-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.calc-service-btn {
  background: #FAF7F2;
  border: 1.5px solid var(--border-subtle);
  border-radius: 14px;
  padding: 12px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition: var(--transition);
}

.calc-service-btn:hover {
  background: #FFFFFF;
  border-color: var(--terracotta);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.calc-service-btn.active {
  background: var(--terracotta-light);
  border-color: var(--terracotta);
  box-shadow: 0 4px 14px rgba(200, 90, 50, 0.2);
}

.c-srv-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.c-srv-info {
  display: flex;
  flex-direction: column;
}

.c-srv-info strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
}

.calc-service-btn.active .c-srv-info strong {
  color: var(--terracotta-dark);
}

.c-srv-info small {
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 1.3;
}

/* Yapı Türü Segmented Butonlar */
.calc-segmented-group {
  display: flex;
  gap: 10px;
}

.calc-segment-btn {
  flex: 1;
  background: #FAF7F2;
  border: 1.5px solid var(--border-subtle);
  border-radius: 12px;
  padding: 12px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-secondary);
  transition: var(--transition);
}

.calc-segment-btn:hover {
  background: #FFFFFF;
  border-color: var(--terracotta);
}

.calc-segment-btn.active {
  background: var(--terracotta);
  color: #FFFFFF;
  border-color: var(--terracotta);
  box-shadow: 0 4px 12px rgba(200, 90, 50, 0.25);
}

/* Dinamik Kapsam Paneli */
.calc-sub-panel {
  background: #FAF7F2;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 16px 18px;
}

.calc-pill-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.calc-pill-btn {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  padding: 8px 16px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.calc-pill-btn:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.calc-pill-btn.active {
  background: var(--terracotta);
  color: #FFFFFF;
  border-color: var(--terracotta);
  box-shadow: 0 2px 8px rgba(200, 90, 50, 0.25);
}

.calc-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  margin-top: 8px;
  user-select: none;
}

.calc-checkbox-label input[type="checkbox"] {
  accent-color: var(--terracotta);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Slider */
.calc-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.calc-slider-value-display {
  background: #FFFFFF;
  border: 1px solid var(--border-subtle);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  color: var(--terracotta);
}

.calc-slider-value-display strong {
  font-size: 1.15rem;
  font-weight: 800;
}

.calc-range-slider {
  width: 100%;
  accent-color: var(--terracotta);
  cursor: pointer;
  height: 6px;
  border-radius: 3px;
  margin: 10px 0;
}

.calc-slider-ticks {
  display: flex;
  justify-content: space-between;
  font-size: 0.74rem;
  color: var(--text-muted);
}

/* Select & Textarea Inputs */
.calc-select-input,
.calc-textarea-input {
  width: 100%;
  padding: 12px 16px;
  background: #FAF7F2;
  border: 1.5px solid var(--border-subtle);
  border-radius: 12px;
  font-size: 0.92rem;
  font-family: inherit;
  font-weight: 500;
  color: var(--text-primary);
  outline: none;
  transition: var(--transition);
}

.calc-select-input {
  font-weight: 600;
  cursor: pointer;
}

.calc-textarea-input {
  resize: vertical;
  min-height: 72px;
  line-height: 1.5;
}

.calc-select-input:focus,
.calc-textarea-input:focus {
  background: #FFFFFF;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(200, 90, 50, 0.15);
}

/* Sağ Panel: Sticky Sonuç Kartı */
.calculator-result-panel {
  position: relative;
}

.calc-sticky-result-card {
  position: sticky;
  top: 100px;
  background: linear-gradient(150deg, #1C1613 0%, #291F1A 100%);
  border: 1px solid rgba(200, 90, 50, 0.35);
  border-radius: 20px;
  padding: 28px;
  color: #FFFFFF;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.calc-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.calc-live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #E2D7C8;
}

.calc-live-indicator .pulse-dot {
  width: 8px;
  height: 8px;
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 8px #22C55E;
  display: inline-block;
}

.calc-guarantee-badge {
  background: rgba(200, 90, 50, 0.3);
  color: #FFB088;
  border: 1px solid rgba(200, 90, 50, 0.5);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.74rem;
  font-weight: 700;
}

.calc-price-box {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: center;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.calc-price-prefix {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 6px;
}

.calc-price-amount {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  color: #FF9E6C;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 14px rgba(200, 90, 50, 0.4);
  transition: all 0.3s ease;
  line-height: 1.25;
}

.calc-price-note {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
}

.calc-summary-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.calc-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.calc-summary-item.highlight {
  border-bottom: none;
  padding-top: 4px;
}

.c-sum-label {
  color: rgba(255, 255, 255, 0.65);
}

.c-sum-val {
  color: #FFFFFF;
  text-align: right;
}

.text-success {
  color: #22C55E !important;
}

.calc-result-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.btn-calc-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #FFFFFF;
  padding: 14px 20px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
}

.btn-calc-wa:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.55);
}

.btn-calc-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 11px 18px;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.85rem;
  transition: var(--transition);
}

.btn-calc-call:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.calc-footer-notice {
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 10px 12px;
}

/* Responsive */
@media (max-width: 992px) {
  .calculator-card-wrapper {
    grid-template-columns: 1fr;
  }
  .calc-sticky-result-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .calc-service-options {
    grid-template-columns: 1fr;
  }
  .calc-segmented-group {
    flex-direction: column;
  }
  .calculator-inputs-panel {
    padding: 20px;
  }
  .calc-price-amount {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
   KURUMSAL MERKEZİMİZ / HEADQUARTERS SHOWCASE
   ========================================================================== */
.headquarters-section {
  padding: 70px 0 50px;
  background: linear-gradient(180deg, #FAF7F2 0%, #FFFFFF 100%);
}

.headquarters-showcase-card {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  border: 1.5px solid var(--border-subtle);
  box-shadow: 0 20px 45px rgba(28, 22, 19, 0.08);
}

.hq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.hq-img-col {
  position: relative;
  min-height: 420px;
}

.hq-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hq-badge-top {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(26, 22, 20, 0.88);
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hq-badge-bottom {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(34, 197, 94, 0.92);
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  gap: 6px;
}

.hq-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-block;
}

.hq-info-col {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FAF7F2;
}

.hq-tag {
  background: var(--terracotta-light);
  color: var(--terracotta);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: inline-block;
}

.hq-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-top: 14px;
  line-height: 1.3;
}

.hq-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-top: 10px;
}

.hq-items-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hq-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hq-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.hq-item-icon.icon-geo {
  background: var(--terracotta);
  color: #fff;
  box-shadow: 0 4px 10px rgba(200, 90, 50, 0.3);
}

.hq-item-icon.icon-phone {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

.hq-item-icon.icon-time {
  background: #1976D2;
  color: #fff;
  box-shadow: 0 4px 10px rgba(25, 118, 210, 0.3);
}

.hq-item-text strong {
  display: block;
  font-size: 0.94rem;
  color: var(--text-primary);
}

.hq-item-text span {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.hq-item-text a {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--terracotta);
}

.hq-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .hq-grid {
    grid-template-columns: 1fr;
  }
  .hq-img-col {
    min-height: 250px;
    max-height: 320px;
  }
  .hq-info-col {
    padding: 24px 20px;
  }
  .hq-title {
    font-size: 1.25rem;
  }
  .hq-actions {
    flex-direction: column;
    gap: 10px;
  }
  .hq-actions .btn-primary,
  .hq-actions .btn-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 13px 20px;
  }
}

/* Payment Badges & Strip */
.footer-payments-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0 10px;
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-pay-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
}

.footer-pay-left strong {
  color: #FFFFFF;
}

.footer-pay-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pay-chip {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.pay-chip.highlight-chip {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.35);
  color: #25D366;
}

@media (max-width: 768px) {
  .footer-payments-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}




