:root {
  --primary-color: #2c3e50;
  --secondary-color: #34495e;
  --accent-color: #34495e;
  --success-color: #27ae60;
  --warning-color: #f39c12;
  --danger-color: #e74c3c;
  --dark-color: #2c3e50;
  --light-color: #ecf0f1;
  --border-color: #bdc3c7;
  --text-color: #2c3e50;
  --text-muted: #2c3e50;
  --bg-white: #ffffff;
  --bg-light: #f8f9fa;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
  --shadow-md: 0 4px 8px rgba(0,0,0,0.15);
  --shadow-lg: 0 8px 16px rgba(0,0,0,0.2);
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  --gradient-success: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

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

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: var(--text-color);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
  font-display: swap;
}

/* Critical Performance Optimizations */
.preload-critical {
  content-visibility: auto;
  contain-intrinsic-size: 200px;
}

/* Mobile-first optimized loading */
@media (max-width: 768px) {
  .preload-critical {
    contain-intrinsic-size: 150px;
  }
}

/* Optimized Image Loading */
img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: none; /* Remove transitions for mobile */
  background-color: #f8f9fa;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  will-change: auto;
}

/* Desktop only transitions */
@media (min-width: 769px) {
  img {
    transition: opacity 0.3s ease;
  }
}

img[loading="lazy"] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

img.loaded {
  opacity: 1;
  transform: translateY(0);
}

.lazy-placeholder {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  min-height: 200px;
}

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

/* Optimized Background Shapes - Mobile Hidden */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.05) 0%, transparent 50%);
  z-index: -1;
  will-change: auto;
}

@media (max-width: 768px) {
  body::before {
    display: none;
  }
}

/* Floating shapes - Desktop Only */
.shape {
  position: fixed;
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
  will-change: auto;
}

@media (max-width: 768px) {
  .shape {
    display: none;
  }
}

.shape:nth-child(1) {
  top: 20%;
  left: 10%;
  width: 60px;
  height: 60px;
  background: var(--gradient-accent);
  border-radius: 50%;
}

.shape:nth-child(2) {
  top: 60%;
  right: 10%;
  width: 50px;
  height: 50px;
  background: var(--gradient-secondary);
  border-radius: 20%;
}

/* Navbar - cPanel Uyumlu Sabit Sistem */
.navbar {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  height: 70px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100vw !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

/* Temel Container - cPanel Sabit Sistem */
.nav-container {
  width: 100% !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative !important;
  z-index: 9998 !important;
  box-sizing: border-box !important;
  padding: 0 15px !important;
  margin: 0 !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}

/* Logo - Tüm Cihazlarda Optimize */
.logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-decoration: none !important;
  z-index: 1002 !important;
  position: relative !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  order: 1 !important;
  max-width: none !important;
  width: auto !important;
}

.logo svg {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/1 !important;
}

/* Desktop Navigation - 769px ve Üzeri - Hamburger Menu Style */
@media (min-width: 769px) {
  .nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    height: 70px;
  }

  .logo {
    flex: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9998 !important;
  }

  .logo svg {
    width: 420px !important;
    height: 65px !important;
    transition: all 0.3s ease !important;
    max-width: calc(100vw - 120px) !important;
    flex-shrink: 1 !important;
  }

  .logo:hover svg {
    transform: scale(1.02) !important;
  }

  /* Desktop'ta hamburger menu ortaya sabitlendi */
  .hamburger-menu {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    flex: 0 0 55px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 55px !important;
    height: 45px !important;
    background: rgba(26, 54, 93, 0.12) !important;
    border: 2px solid rgba(26, 54, 93, 0.3) !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    z-index: 9997 !important;
    padding: 8px !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    gap: 6px !important;
  }

  .hamburger-menu span {
    width: 28px !important;
    height: 3px !important;
    background: #1a365d !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    display: block !important;
    margin: 0 !important;
  }

  /* Desktop navigation links - hamburger menu style - sola doğru açılır */
  .nav-links {
    position: fixed !important;
    top: 70px !important;
    left: -350px !important;
    width: 320px !important;
    height: calc(100vh - 70px) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 250, 0.96) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 30px 25px !important;
    box-shadow: 12px 0 35px rgba(0, 0, 0, 0.15) !important;
    transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    overflow-y: auto !important;
    z-index: 999 !important;
    border-right: 3px solid rgba(26, 54, 93, 0.15) !important;
    order: 3 !important;
  }

  .nav-links.active {
    left: 0 !important;
  }

  .nav-links li {
    margin-bottom: 12px !important;
    position: relative !important;
  }

  .nav-links a {
    display: block !important;
    padding: 18px 22px !important;
    color: var(--text-color) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    position: relative !important;
    background: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 3px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  }

  .nav-links a:hover {
    background: rgba(26, 54, 93, 0.1) !important;
    border-color: rgba(26, 54, 93, 0.3) !important;
    color: #1a365d !important;
    transform: translateX(-4px) !important;
    box-shadow: 4px 0 12px rgba(26, 54, 93, 0.2) !important;
  }

  /* CTA Desktop Button in Menu */
  .nav-cta {
    display: none !important;
  }

  .nav-cta-mobile {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    margin-top: 35px !important;
    text-align: center !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    font-size: 16px !important;
    padding: 22px 28px !important;
    border-radius: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  .nav-cta-mobile:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #667eea 100%) !important;
    color: white !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6) !important;
  }
}

/* Tablet Navigation - cPanel Kesin Pozisyon */
@media (min-width: 481px) and (max-width: 768px) {
  .navbar {
    height: 80px !important;
    width: 100vw !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
  }

  .nav-container {
    height: 80px !important;
    padding: 0 20px !important;
    max-width: 100vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important;
    position: relative !important;
    gap: 20px !important;
  }

  .logo {
    flex: 1 1 auto !important;
    max-width: calc(100vw - 80px) !important;
    display: flex !important;
    align-items: center !important;
    order: 1 !important;
    overflow: hidden !important;
  }

  .logo svg {
    width: 640px !important;
    height: 110px !important;
    max-width: calc(100vw - 90px) !important;
    flex-shrink: 1 !important;
  }

  .hamburger-menu {
    flex: 0 0 55px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 55px !important;
    height: 42px !important;
    background: rgba(26, 54, 93, 0.12) !important;
    border: 2px solid rgba(26, 54, 93, 0.3) !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    z-index: 9997 !important;
    padding: 6px !important;
    transition: all 0.3s ease !important;
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    order: 2 !important;
    margin: 0 !important;
    gap: 6px !important;
  }

  .hamburger-menu span {
    width: 25px !important;
    height: 2px !important;
    background: #1a365d !important;
    border-radius: 1px !important;
    transition: all 0.3s ease !important;
    display: block !important;
    margin: 0 !important;
  }

  .nav-links {
    position: fixed !important;
    top: 80px !important;
    right: -320px !important;
    width: 300px !important;
    height: calc(100vh - 80px) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 250, 0.96) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 25px 20px !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15) !important;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    overflow-y: auto !important;
    z-index: 999 !important;
    border-left: 3px solid rgba(26, 54, 93, 0.15) !important;
  }

  .nav-links.active {
    right: 0 !important;
  }

  .nav-cta {
    display: none !important;
  }
}

/* Mobile Navigation - cPanel Kesin Çözüm */
@media (max-width: 480px) {
  .navbar {
    height: 70px !important;
    position: fixed !important;
    width: 100vw !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    box-sizing: border-box !important;
  }

  .nav-container {
    height: 70px !important;
    padding: 0 15px !important;
    max-width: 100vw !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  .logo {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100vw - 70px) !important;
    height: auto !important;
    order: 1 !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .logo svg {
    width: 560px !important;
    height: 100px !important;
    max-width: calc(100vw - 80px) !important;
    display: block !important;
    flex-shrink: 1 !important;
  }

  .hamburger-menu {
    flex: 0 0 45px !important;
    width: 45px !important;
    height: 35px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(26, 54, 93, 0.12) !important;
    border: 2px solid rgba(26, 54, 93, 0.3) !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    z-index: 9998 !important;
    padding: 4px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    margin: 0 !important;
    gap: 4px !important;
    order: 2 !important;
  }

  .hamburger-menu span {
    width: 26px !important;
    height: 3px !important;
    background: #1a365d !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
    display: block !important;
    margin: 0 !important;
  }

  .nav-links {
    position: fixed !important;
    top: 70px !important;
    right: -300px !important;
    width: 280px !important;
    height: calc(100vh - 70px) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 250, 0.96) 100%) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 20px 15px !important;
    box-shadow: -8px 0 25px rgba(0, 0, 0, 0.15) !important;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    overflow-y: auto !important;
    z-index: 9996 !important;
    border-left: 2px solid rgba(26, 54, 93, 0.12) !important;
    box-sizing: border-box !important;
  }

  .nav-links.active {
    right: 0 !important;
  }

  .nav-cta {
    display: none !important;
  }
}

/* Çok Küçük Ekranlar - cPanel Kesin Çözüm */
@media (max-width: 360px) {
  .nav-container {
    height: 70px !important;
    padding: 0 10px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    margin: 0 !important;
    position: relative !important;
    max-width: 100vw !important;
  }

  .logo {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100vw - 65px) !important;
    order: 1 !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .logo svg {
    width: 490px !important;
    height: 92px !important;
    max-width: calc(100vw - 70px) !important;
    flex-shrink: 1 !important;
  }

  .hamburger-menu {
    flex: 0 0 45px !important;
    width: 45px !important;
    height: 35px !important;
    padding: 5px !important;
    order: 2 !important;
    margin: 0 !important;
    gap: 4px !important;
    border-radius: 6px !important;
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    background: rgba(26, 54, 93, 0.12) !important;
    border: 2px solid rgba(26, 54, 93, 0.3) !important;
  }

  .hamburger-menu span {
    width: 21px !important;
    height: 2px !important;
  }

  .nav-links {
    width: 240px !important;
    right: -250px !important;
    padding: 18px 15px !important;
  }

  .nav-links.active {
    right: 0 !important;
  }
}

/* Hamburger Menu Aktif Durumları */
.hamburger-menu:hover {
  background: rgba(26, 54, 93, 0.12);
  border-color: rgba(26, 54, 93, 0.35);
  transform: scale(1.05);
}

.hamburger-menu.active {
  background: rgba(231, 76, 60, 0.12);
  border-color: rgba(231, 76, 60, 0.4);
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  background: #e74c3c;
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background: #e74c3c;
}

/* Nav Links Aktif Durumu */
.nav-links.active {
  right: 0 !important;
}

/* Nav Links İç Stiller */
.nav-links li {
  margin-bottom: 10px;
}

.nav-links a {
  display: block;
  padding: 16px 20px;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-links a:hover {
  background: rgba(26, 54, 93, 0.1);
  border-color: rgba(26, 54, 93, 0.3);
  color: #1a365d;
  transform: translateX(-4px);
  box-shadow: 4px 0 12px rgba(26, 54, 93, 0.2);
}

/* CTA Mobile Button */
.nav-cta-mobile {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
  color: white !important;
  margin-top: 30px !important;
  text-align: center !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4) !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  font-size: 16px !important;
  padding: 20px 25px !important;
  border-radius: 15px !important;
}

.nav-cta-mobile:hover {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%) !important;
  color: white !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(231, 76, 60, 0.6) !important;
}

/* Menu Overlay - Desktop ve Mobile uyumlu */
.nav-links.active::before {
  content: '';
  position: fixed;
  top: 70px;
  right: 0;
  width: calc(100vw - 320px);
  height: calc(100vh - 70px);
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

@media (min-width: 769px) {
  .nav-links.active::before {
    left: 320px;
    right: auto;
    width: calc(100vw - 320px);
  }
}

@media (max-width: 480px) {
  .nav-links.active::before {
    width: calc(100vw - 280px);
  }
}

@media (max-width: 360px) {
  .nav-links.active::before {
    width: calc(100vw - 280px);
  }
}

/* cPanel Uyumlu - Kritik Element Görünürlüğü */
@media (max-width: 768px) {
  /* Navbar Container */
  .navbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 70px !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
  }

  .nav-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 70px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    position: relative !important;
  }

  /* Logo Düzeltmeleri */
  .logo {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: none !important;
    order: 1 !important;
    align-items: center !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: calc(100% - 60px) !important;
    overflow: hidden !important;
  }

  .logo svg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    height: auto !important;
    flex-shrink: 1 !important;
  }

  .logo svg * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Hamburger Menu Düzeltmeleri */
  .hamburger-menu {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: none !important;
    flex-shrink: 0 !important;
    order: 2 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    float: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  /* Nav Links */
  .nav-links {
    position: fixed !important;
    z-index: 999 !important;
    top: 70px !important;
    transform: none !important;
  }
}


/* Download button styles removed for production */

/* Hero Banner - Sade ve Kurumsal Tasarım */
.hero-banner {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 80px;
  overflow: hidden;
  /* Sade mavi arka plan - daha az yoğun */
  background: linear-gradient(135deg, #1a365d 0%, #2d5282 100%);
}

@media (max-width: 768px) {
  .hero-banner {
    padding: 90px 0 50px;
    min-height: 75vh;
  }
}

@media (max-width: 480px) {
  .hero-banner {
    padding: 85px 0 45px;
    min-height: 70vh;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('attached_assets/WhatsApp Image 2025-07-07 at 09.43.14 (20)_1756032203652.jpeg') center/cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.08;
  filter: blur(1px);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 54, 93, 0.7);
  z-index: 2;
}

/* Sade geometrik şekiller - daha az göze çarpan */
.hero-banner::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 8%;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 2;
}

.hero-banner::after {
  content: '';
  position: absolute;
  bottom: 25%;
  right: 12%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.03);
  transform: rotate(45deg);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  animation: heroContentSlideIn 1.5s ease-out;
}

@keyframes heroContentSlideIn {
  0% { opacity: 0; transform: translateY(50px); }
  100% { opacity: 1; transform: translateY(0); }
}

.hero-title {
  font-size: 24px;
  font-weight: 900;
  /* Beyaz renk - hero arka planında okunabilir */
  color: white !important;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.3px;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  animation: none;
  position: relative;
  z-index: 10;
  line-height: 1.1;
  text-align: center;
  word-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 800;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  .hero-title {
    font-size: 78px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

.hero-subtitle {
  font-size: 12px;
  font-weight: 700;
  /* Beyaz renk - hero arka planında okunabilir */
  color: white !important;
  background: none;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: none;
  position: relative;
  z-index: 10;
  line-height: 1.3;
  text-align: center;
  word-wrap: break-word;
}

@media (max-width: 480px) {
  .hero-subtitle {
    font-size: 11px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    padding: 0 15px;
    font-weight: 600;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero-subtitle {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
  }
}

@media (min-width: 769px) {
  .hero-subtitle {
    font-size: 36px;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
}

.hero-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  .hero-description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 15px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

@media (min-width: 769px) {
  .hero-description {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 45px;
  }
}

/* Floating animations */
@keyframes float1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-20px) rotate(120deg); }
  66% { transform: translateY(10px) rotate(240deg); }
}

@keyframes float2 {
  0%, 100% { transform: translateY(0px) rotate(45deg); }
  50% { transform: translateY(-15px) rotate(225deg); }
}

.hero-phone-btn {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 50%, #e74c3c 100%);
  background-size: 200% 200%;
  color: white;
  padding: 25px 55px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 900;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow:
    0 15px 35px rgba(231, 76, 60, 0.4),
    0 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: none;
  border: 3px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  animation: buttonPulse 3s ease-in-out infinite;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .hero-phone-btn {
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 30px;
    gap: 10px;
    margin: 0 auto 18px auto;
    max-width: 240px;
    width: 85%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-weight: 800;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero-phone-btn {
    font-size: 20px;
    padding: 22px 45px;
    border-radius: 50px;
    gap: 15px;
    margin-bottom: 25px;
  }
}

@media (min-width: 769px) {
  .hero-phone-btn {
    font-size: 26px;
    padding: 28px 65px;
  }
}

@keyframes buttonPulse {
  0%, 100% {
    background-position: 0% 50%;
    box-shadow:
      0 15px 35px rgba(231, 76, 60, 0.4),
      0 5px 15px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    background-position: 100% 50%;
    box-shadow:
      0 20px 40px rgba(231, 76, 60, 0.6),
      0 8px 20px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
}

.hero-phone-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}

.hero-phone-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.hero-phone-btn:hover::before {
  left: 100%;
}

.hero-phone-btn:hover::after {
  width: 200px;
  height: 200px;
}

.hero-phone-btn:hover {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 50%, #c0392b 100%);
  transform: translateY(-5px) scale(1.08);
  box-shadow:
    0 25px 50px rgba(231, 76, 60, 0.7),
    0 10px 25px rgba(0, 0, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-phone-btn i {
  font-size: 22px;
  animation: phoneRing 2s ease-in-out infinite;
}

@keyframes phoneRing {
  0%, 100% { transform: rotate(0deg); }
  10%, 30%, 50%, 70%, 90% { transform: rotate(-10deg); }
  20%, 40%, 60%, 80% { transform: rotate(10deg); }
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: featuresSlideUp 2s ease-out 1s both;
}

@keyframes featuresSlideUp {
  0% { opacity: 0; transform: translateY(50px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .hero-features {
    gap: 12px;
    margin-top: 25px;
    max-width: 320px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero-features {
    gap: 18px;
    margin-top: 35px;
    max-width: 500px;
  }
}

@media (min-width: 769px) {
  .hero-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    max-width: 900px;
    margin-top: 70px;
  }
}

.feature-box {
  /* Açık arka plan - okunabilirlik için */
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(26, 54, 93, 0.3);
  padding: 20px 15px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  animation: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  user-select: none;
}

@media (max-width: 480px) {
  .feature-box {
    padding: 15px 10px;
    border-radius: 15px;
    border: 1px solid rgba(26, 54, 93, 0.25);
  }
}

@media (min-width: 769px) {
  .feature-box {
    padding: 30px 22px;
    border-radius: 25px;
  }
}

.feature-box:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(39, 174, 96, 0.7);
  box-shadow: 0 8px 25px rgba(39, 174, 96, 0.2);
}

.feature-box:active {
  transform: translateY(-1px) scale(0.98);
  border-color: #27ae60;
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.feature-box i {
  font-size: 24px;
  /* Logo rengine uygun mavi */
  color: #1a365d;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  animation: none;
}

.feature-box:hover i {
  color: #c05621;
  transform: scale(1.1);
}

.feature-box span {
  font-size: 13px;
  font-weight: 700;
  /* Koyu gri - okunabilir */
  color: #2d3748;
  display: block;
  text-shadow: none;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  line-height: 1.2;
}

.feature-box:hover span {
  color: #1a365d;
  transform: scale(1.02);
}

@media (max-width: 480px) {
  .feature-box i {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .feature-box span {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .feature-box i {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .feature-box span {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .feature-box {
    padding: 25px 20px;
  }

  .feature-box i {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .feature-box span {
    font-size: 15px;
    font-weight: 800;
  }
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

/* Özel bölgeler ve iletişim başlıkları */
.service-areas .section-title,
.contact .section-title {
  font-size: 42px;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.service-areas .section-title::after,
.contact .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #34495e;
  font-weight: 500;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Özel bölgeler ve iletişim alt başlıkları */
.service-areas .section-subtitle,
.contact .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

/* Optimized Services Section */
.services {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

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

.service-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-accent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.service-card p {
  color: #34495e;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
}

/* Optimized Stats Section */
.stats {
  padding: 80px 0;
  background: var(--gradient-primary);
  position: relative;
  overflow: hidden;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.stat-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 20px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  will-change: transform;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  display: block;
}

.stat-label {
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
}

/* Optimized Reviews Section */
.reviews {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.review-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-success);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.review-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: var(--warning-color);
  font-size: 16px;
  margin-bottom: 15px;
}

.review-text {
  color: #2c3e50;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar {
  width: 50px;
  height: 50px;
  background: var(--gradient-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3);
}

.reviewer-info h4 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
}

.reviewer-info p {
  color: #34495e;
  font-weight: 500;
  font-size: 13px;
}

/* Modern Service Areas Design */
.service-areas {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.service-areas::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  z-index: 1;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .areas-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

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

@media (max-width: 480px) {
  .areas-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.area-item {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 1px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  will-change: transform;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.area-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2, #667eea);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { background-position: -200% 0; }
  50% { background-position: 200% 0; }
}

.area-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 8px 16px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
}

.area-item:hover::before {
  background: linear-gradient(90deg, #27ae60, #2ecc71, #27ae60);
  background-size: 200% 100%;
}

.area-item i {
  color: #667eea;
  font-size: 28px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  display: block;
  position: relative;
}

.area-item:hover i {
  color: #27ae60;
  transform: scale(1.2);
}

.area-item h4 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.area-item:hover h4 {
  color: #27ae60;
}

.area-item p {
  color: #5a6c7d;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

.area-item:hover p {
  color: #34495e;
}

/* Mobile optimizations for areas */
@media (max-width: 768px) {
  .area-item {
    padding: 20px 15px;
  }

  .area-item i {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .area-item h4 {
    font-size: 14px;
  }

  .area-item p {
    font-size: 12px;
  }
}

/* Optimized Article Main Content */
.article-main-content {
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-top: 40px;
}

.article-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px;
  align-items: center;
  background: linear-gradient(135deg, rgba(79, 172, 254, 0.05) 0%, rgba(102, 126, 234, 0.05) 100%);
}

.article-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.3;
}

.article-text p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 30px;
}

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

.highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  will-change: transform;
}

.highlight-item:hover {
  transform: translateY(-2px);
}

.highlight-item i {
  color: var(--accent-color);
  font-size: 18px;
  width: 24px;
}

.highlight-item span {
  font-weight: 600;
  color: var(--text-color);
  font-size: 14px;
}

.main-article-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  will-change: transform;
}

.main-article-img:hover {
  transform: scale(1.02);
}

.services-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 50px;
  background: var(--bg-light);
}

.service-category {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  position: relative;
  will-change: transform;
}

.service-category:hover {
  transform: translateY(-3px);
}

.category-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
}

.category-icon i {
  color: white;
  font-size: 24px;
}

.service-category h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.service-category p {
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}

.service-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-category li {
  color: #34495e;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 0;
}

.cta-section {
  background: var(--gradient-primary);
  padding: 50px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: white;
}

.cta-button {
  background: white;
  color: var(--primary-color);
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  will-change: transform;
}

.cta-button:hover {
  transform: translateY(-2px);
}

/* Optimized Articles Section */
.articles {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.article-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  position: relative;
  will-change: transform;
}

.article-card:hover {
  transform: translateY(-8px);
}

.article-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-content {
  padding: 25px;
}

.article-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
  line-height: 1.3;
}

.article-content p {
  color: #34495e;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 15px;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(189, 195, 199, 0.3);
}

.article-date {
  color: #34495e;
  font-weight: 500;
  font-size: 13px;
}

.article-category {
  background: var(--gradient-accent);
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(79, 172, 254, 0.3);
}

/* Optimized Contact Section */
.contact {
  padding: 80px 0;
  background: var(--gradient-primary);
  position: relative;
  overflow: hidden;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.contact-item {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  will-change: transform;
}

.contact-item:hover {
  transform: translateY(-5px);
}

.contact-item i {
  font-size: 32px;
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.contact-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.contact-item p {
  color: #34495e;
  font-weight: 500;
  font-size: 15px;
}

/* Button Optimizations */
.btn-primary {
  background: var(--gradient-accent);
  color: white;
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
  box-shadow: 0 8px 25px rgba(79, 172, 254, 0.3);
  will-change: transform;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

/* Critical Mobile Optimizations - Keep desktop appearance but optimize performance */
@media (max-width: 768px) {
  /* Disable all animations and transitions to prevent shaking */
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    backdrop-filter: none !important;
    will-change: auto !important;
  }

  /* Remove expensive effects but keep basic backgrounds */
  body::before,
  .hero::before,
  .hero-banner::before,
  .hero-banner::after,
  .shape {
    display: none !important;
  }

  /* Disable hero background animations */
  .hero-banner {
    animation: none !important;
    background: #0066cc !important;
    background-size: 100% 100% !important;
    background-position: center !important;
  }

  .hero-background {
    animation: none !important;
    opacity: 0.15 !important;
    transform: none !important;
    filter: blur(1px) !important;
  }

  .hero-overlay {
    background: rgba(0, 102, 204, 0.1) !important;
  }

  /* Disable button animations */
  .hero-phone-btn {
    animation: none !important;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    transform: none !important;
  }

  .hero-phone-btn::before,
  .hero-phone-btn::after {
    display: none !important;
  }

  .hero-phone-btn i {
    animation: none !important;
    transform: none !important;
  }

  /* Disable hero content animations */
  .hero-content {
    animation: none !important;
    transform: none !important;
  }

  .hero-features {
    animation: none !important;
    transform: none !important;
  }

  /* Keep desktop colors and styling */
  .navbar {
    background: rgba(255, 255, 255, 0.95) !important;
  }

  /* Reduce shadows for performance but keep styling */
  .service-card,
  .review-card,
  .article-card,
  .contact-item,
  .stat-card,
  .area-item {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  }

  /* Force all images to display properly */
  img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Logo specific fixes */
  .logo svg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 160px !important;
    height: 40px !important;
  }

  .logo svg * {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

  /* Force show navbar */
  .navbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
  }

  .nav-container {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Force show hamburger menu */
  .hamburger-menu {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Reveal Animations - Simplified for Performance */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Performance optimizations */
.critical-render {
  content-visibility: auto;
  contain-intrinsic-size: 200px;
}

/* Preload optimization */
.preload-image {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Bottom strip with oval button */
.bottom-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #d73027;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Oval button in the center */
.call-service-btn {
  position: absolute;
  top: -25px;
  background: #d73027;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 20px 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  font-family: inherit;
  text-decoration: none;
}

.call-service-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.2);
  background: #c0392b;
}

.call-service-btn:active {
  transform: translateY(-1px);
}

/* Phone icon */
.phone-icon {
  width: 22px;
  height: 22px;
  fill: white;
}

/* Button text */
.btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.btn-main-text {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.btn-main-text a {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 0;
  text-decoration: none;
}

.btn-main-text a:hover {
  color: white;
}

.btn-sub-text {
  font-size: 12px;
  font-weight: 400;
  color: white;
  opacity: 0.95;
  margin: 0;
}

/* Left and right decorative elements on strip */
.strip-decoration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.strip-decoration.left {
  left: 50px;
}

.strip-decoration.right {
  right: 50px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .bottom-strip {
    height: 55px;
  }
  
  .call-service-btn {
    top: -22px;
    padding: 18px 30px;
  }
  
  .phone-icon {
    width: 20px;
    height: 20px;
  }
  
  .btn-main-text {
    font-size: 15px;
  }
  
  .btn-sub-text {
    font-size: 11px;
  }
  
  .strip-decoration {
    width: 60px;
  }
  
  .strip-decoration.left {
    left: 30px;
  }
  
  .strip-decoration.right {
    right: 30px;
  }
}

/* ===== Desktop Navbar Compact Center (v18) ===== */
@media (min-width: 992px){
  .navbar, .nav-container, .logo { display: initial !important; }
  .navbar .nav-container{
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .hamburger, .hamburger-menu, .menu-toggle { display: none !important; }
  .navbar .logo{ flex: 0 0 auto; }
  .navbar .nav-links, .navbar nav ul, header nav ul{
    flex: 1 1 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0;
    flex-wrap: wrap;
  }
  .navbar .nav-links > li > a,
  .navbar nav ul > li > a,
  header nav ul > li > a,
  .navbar .nav-links > li > button,
  header nav ul > li > button{
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 12px;
    white-space: nowrap;
  }
  @media (min-width: 992px) and (max-width: 1200px){
    .navbar .nav-links > li > a,
    header nav ul > li > a{
      font-size: 13px;
      padding: 7px 10px;
    }
  }
}
/* =============================================== */



/* ===== v19 Desktop Reset: neutralize mobile slide-in on desktop ===== */
@media (min-width: 992px){
  /* put navbar in normal document flow */
  .navbar{ position: sticky !important; top: 0 !important; left: 0 !important; right: 0 !important; }
  .navbar .nav-container{ position: relative !important; }
  /* reset .nav-links mobile styles */
  .navbar .nav-links{
    position: static !important;
    top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
    width: auto !important; height: auto !important;
    background: transparent !important;
    backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    transform: none !important; opacity: 1 !important; pointer-events: auto !important;
    list-style: none;
  }
  .navbar .nav-links.active{ left: auto !important; } /* guard */
  /* show links in a centered row; wrap if tight */
  .navbar .nav-links{ display: flex !important; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 0; }
  .navbar .nav-links > li{ margin: 0 !important; }
  .navbar .nav-links > li > a{ white-space: nowrap; padding: 8px 12px; font-size: 14px; border-radius: 12px; }
  /* hide hamburger only on desktop */
  .hamburger, .hamburger-menu, .menu-toggle{ display: none !important; }
}
/* ================================================================ */



/* ===== v20 Desktop: header only with left-aligned logo ===== */
@media (min-width: 992px){
  /* Header container */
  .navbar .nav-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 12px;
  }
  /* Show only the logo */
  .navbar .logo{ display:block; flex:0 0 auto; margin:0; }
  /* Hide everything else in the navbar on desktop */
  .navbar .nav-links,
  .navbar nav ul,
  header nav ul,
  .navbar .nav-cta,
  .navbar .nav-cta-desktop,
  .navbar .phone,
  .navbar .phone-btn,
  .navbar .tel-btn,
  .navbar .header-call,
  .navbar a[href^="tel:"],
  .hamburger, .hamburger-menu, .menu-toggle{
    display: none !important;
  }
  /* Neutralize any mobile drawer transforms if applied at larger widths */
  .navbar .nav-links{ position: static !important; transform:none !important; opacity:1 !important; pointer-events:auto !important; }
}
/* =========================================================== */



/* ===== v21 Desktop: STRICT logo-only header ===== */
@media (min-width: 992px){
  /* container - keep header stable */
  .navbar .nav-container, header .nav-container, .site-header .nav-container{
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    max-width:1140px; margin:0 auto; padding:8px 12px;
    min-height:64px;
  }
  /* show only logo */
  .navbar .logo, header .logo, .site-header .logo, .navbar-brand, .brand, [class*="logo"]{
    display:block !important; flex:0 0 auto;
  }
  .navbar .logo img, header .logo img, .navbar-brand img, [class*="logo"] img{
    display:block; height:44px; width:auto; object-fit:contain;
  }
  /* hide every menu/cta/hamburger/tel in header on desktop */
  .navbar nav, header nav, .site-header nav,
  .nav-links, .menu, .menu-area, .top-menu, .main-menu,
  .nav-cta, .nav-cta-desktop, .phone, .phone-btn, .tel-btn, .header-call,
  .hamburger, .hamburger-menu, .menu-toggle, .menu-btn,
  .navbar a[href^="tel:"], header a[href^="tel:"], .site-header a[href^="tel:"]{
    display: none !important;
  }
  /* neutralize any mobile drawer transforms */
  .nav-links{ position: static !important; transform:none !important; opacity:1 !important; pointer-events:auto !important; }
}
/* ================================================= */

/* === Auto-centered divider for section titles === */
hr, .divider, .section-title::after, .section-title:after, .title-divider, .section-divider {
  margin-left: auto !important;
  margin-right: auto !important;
}
