/* ==========================================================================
   KAYSERİ VİNÇ KİRALAMA - UNIQUE KAYSERİ THEME & DESIGN SYSTEM
   ========================================================================== */

:root {
  /* Color System - Logo Compatible Dark Navy Theme */
  --color-dark-bg: #0B132B;
  --color-dark-surface: #1C2541;
  --color-primary: #1C3357;
  --color-primary-dark: #12223C;
  --color-primary-light: #4A72B0;
  --color-secondary: #0B132B;
  --color-accent-amber: #1C3357;
  --color-accent-amber-hover: #12223C;
  --color-whatsapp: #22C55E;
  --color-whatsapp-hover: #16A34A;
  
  --color-text-dark: #0B132B;
  --color-text-body: #334155;
  --color-text-muted: #64748B;
  --color-light-bg: #F8FAFC;
  --color-white: #FFFFFF;
  --color-border: #E2E8F0;
  
  /* Gradients */
  --gradient-hero: linear-gradient(135deg, rgba(11, 19, 43, 0.96) 0%, rgba(28, 51, 87, 0.92) 100%);
  --gradient-primary: linear-gradient(135deg, #1C3357 0%, #12223C 100%);
  --gradient-amber: linear-gradient(135deg, #1C3357 0%, #12223C 100%);
  --gradient-wp: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
  --gradient-card-overlay: linear-gradient(180deg, rgba(11,19,43,0) 0%, rgba(11,19,43,0.85) 100%);

  /* Typography */
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  
  /* Layout - ZERO ROUNDED CORNERS ANYWHERE */
  --container-max-width: 1140px;
  --header-height: 82px;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-pill: 0px;
  
  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.12), 0 10px 15px -5px rgba(15, 23, 42, 0.06);
  --shadow-glow: 0 0 25px rgba(29, 78, 216, 0.35);
}

/* ==================== BASE RESET ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-body);
  color: var(--color-text-body);
  background-color: #F1F5F9;
  line-height: 1.6;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 35px;
}

/* ==================== BUTTONS & BADGES ==================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}

.btn-call-now {
  background: var(--gradient-primary);
  color: var(--color-white);
  box-shadow: 0 4px 15px rgba(29, 78, 216, 0.3);
}

.btn-call-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 78, 216, 0.45);
}

.btn-hero-primary {
  background: #FFFFFF !important;
  color: var(--color-primary) !important;
  border: 1px solid #FFFFFF;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-hero-primary:hover {
  background: #E2E8F0 !important;
  color: var(--color-primary-dark) !important;
  transform: none !important;
  box-shadow: none !important;
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
}

.btn-cta-call {
  background: #FFFFFF !important;
  color: var(--color-primary) !important;
  font-size: 15.5px;
  height: 52px;
  padding: 0 20px;
  border: 1px solid #FFFFFF !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.btn-cta-call:hover {
  background: #F1F5F9 !important;
  color: var(--color-primary-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.btn-cta-wp {
  background: #FFFFFF !important;
  color: #16A34A !important;
  font-size: 15px;
  height: 52px;
  padding: 0 20px;
  border: 1px solid #FFFFFF !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.btn-cta-wp:hover {
  background: #F1F5F9 !important;
  color: #15803D !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ==================== TOP BAR ==================== */
.top-bar {
  background-color: var(--color-dark-bg);
  color: #94A3B8;
  font-size: 13px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-info span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-info i {
  color: var(--color-primary-light);
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-phone, .top-wp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #F1F5F9;
  font-weight: 600;
}

.top-phone:hover {
  color: var(--color-primary-light);
}

.top-wp {
  color: #4ADE80;
}

.top-wp:hover {
  color: #86EFAC;
}

/* ==================== MAIN HEADER ==================== */
.main-header {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

.brand-logo {
  display: flex;
  align-items: center;
}

.site-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-item {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-text-dark);
  padding: 14px 8px;
  position: relative;
}

.header-cta-btn .btn {
  padding: 14px 26px;
  font-size: 15.5px;
}

.nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-item:hover, .nav-item.active {
  color: var(--color-primary);
}

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

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color-text-dark);
  cursor: pointer;
}

/* ==================== PAGE VIEWS CONTROLLER ==================== */
.page-view {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.page-view.active {
  display: block;
}

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

/* ==================== HERO SECTION ==================== */
/* ==================== HERO SECTION ==================== */
.hero-box {
  position: relative;
  color: var(--color-white);
  padding: 85px 0 50px 0;
  overflow: hidden;
  background-color: var(--color-dark-bg);
}

.hero-bg-overlay {
  position: absolute;
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  background-image: linear-gradient(135deg, rgba(15, 23, 42, 0.82) 0%, rgba(29, 78, 216, 0.78) 100%),
                    url('images/fabrika-kurulun-02.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(10px) brightness(0.65);
  transform: scale(1.08);
  z-index: 1;
}

.hero-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(29, 78, 216, 0.3) 0%, rgba(15, 23, 42, 0) 70%);
  pointer-events: none;
  z-index: 2;
}

.hero-container {
  position: relative;
  z-index: 3;
}

.hero-text-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary-light);
  margin-bottom: 24px;
}

.hero-text-content h1 {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-text-content h1 span {
  color: #7FA7E8;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: initial;
}

.hero-text-content p {
  font-size: 18px;
  color: #CBD5E1;
  margin-bottom: 35px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==================== HERO BOTTOM SERVICES SHOWCASE STRIP ==================== */
.hero-bottom-services-showcase {
  background: var(--color-dark-bg);
  border-top: none;
  border-bottom: 4px solid var(--color-primary);
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.showcase-strip-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  padding: 0;
  gap: 0;
}

.showcase-item {
  position: relative;
  height: 160px;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s ease;
  filter: brightness(0.95);
}

.showcase-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* ==================== SECTION BLOCKS ==================== */
.section-block {
  padding: 80px 0;
}

.bg-light {
  background-color: #F8FAFC;
}

.bg-white {
  background-color: var(--color-white);
}

.section-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px auto;
}

.section-subtitle {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  color: var(--color-text-dark);
  line-height: 1.25;
  margin-bottom: 14px;
}

.section-header p {
  font-size: 16px;
  color: var(--color-text-muted);
}

/* ==================== SERVICES GRID (3/3 LAYOUT) ==================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(37, 99, 235, 0.4);
}

.service-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

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

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

.service-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-content h3 {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 12px;
}

.service-content p {
  font-size: 14.5px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 22px;
  flex-grow: 1;
}

.service-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: var(--color-primary);
  transition: all 0.3s ease;
}

.service-card:hover .service-link-btn {
  color: var(--color-primary-dark);
  transform: translateX(5px);
}

/* ==================== FEATURES / WHY US SECTION ==================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 960px;
  margin: 0 auto;
}

.feature-card {
  background: var(--color-light-bg);
  padding: 35px 30px;
  border-radius: 0;
  border: 1px solid var(--color-border);
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  background: var(--color-white);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.f-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px auto;
  background: rgba(37, 99, 235, 0.1);
  color: var(--color-primary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.feature-card h3 {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: var(--color-text-muted);
}

/* ==================== REGIONS & MAP BACKGROUND SECTION ==================== */
.regions-map-bg-section {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 58, 138, 0.92) 100%),
              url('images/kayseri-mulk-idare-il-haritasi-2758-1000-1000.jpg') center/cover no-repeat fixed;
  color: var(--color-white);
}

.regions-map-bg-section .section-subtitle {
  color: var(--color-primary-light);
}

.regions-map-bg-section .section-header h2 {
  color: var(--color-white);
}

.regions-map-bg-section .section-header p {
  color: #94A3B8;
}

.districts-grid-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.district-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.bg-white .district-card {
  background: var(--color-light-bg);
  border: 1px solid var(--color-border);
  color: var(--color-text-dark);
}

.district-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.18);
  border-color: #1D4ED8;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.bg-white .district-card:hover {
  background: var(--color-white);
  border-color: var(--color-primary);
  box-shadow: var(--shadow-md);
}

.district-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.district-card-head h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
}

.bg-white .district-card-head h3 {
  color: var(--color-text-dark);
}

.district-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 0;
  background: rgba(29, 78, 216, 0.2);
  color: var(--color-primary-light);
  border: 1px solid rgba(29, 78, 216, 0.4);
}

.district-card p {
  font-size: 13.5px;
  color: #CBD5E1;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bg-white .district-card p {
  color: var(--color-text-muted);
}

.district-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-primary-light);
  gap: 6px;
}

.district-card:hover .district-card-footer {
  color: #60A5FA;
}

/* ==================== PAGE HEADER BANNER WITH BACKGROUND IMAGES ==================== */
.page-header-banner {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  color: var(--color-white);
  text-align: center;
  background: var(--gradient-hero);
}

.banner-services-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0.28;
}

.banner-services-strip img {
  width: 16.666%;
  height: 100%;
  object-fit: cover;
}

.banner-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 58, 138, 0.88) 100%);
}

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

.page-header-banner h1 {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}

.page-header-banner p {
  font-size: 16px;
  color: #CBD5E1;
}

.breadcrumb {
  margin-bottom: 15px;
}

.breadcrumb a {
  color: var(--color-primary-light);
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb a:hover {
  color: #93C5FD;
}

/* ==================== ABOUT PAGE ==================== */
.about-container-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.about-container-card h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 20px;
}

.about-container-card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-body);
  margin-bottom: 18px;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 35px;
}

.mv-card {
  background: var(--color-light-bg);
  padding: 30px;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--color-primary);
}

.mv-card i {
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.mv-card h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 10px;
}

/* ==================== SERVICE DETAIL & DISTRICT DETAIL PAGES ==================== */
.breadcrumb {
  margin-bottom: 14px;
}

.breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 14.5px;
  background: rgba(255, 255, 255, 0.18);
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.25s ease;
  text-decoration: none;
}

.breadcrumb a:hover {
  background: #FFFFFF !important;
  color: var(--color-primary-dark) !important;
  transform: translateX(-3px);
}

.detail-page-wrapper {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
}

.detail-main-content {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--color-border);
}

.detail-icon-header h2 {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 20px;
}

.detail-text-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-body);
}

.detail-text-body p {
  margin-bottom: 18px;
}

.detail-text-body h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 30px 0 15px 0;
}

.detail-text-body ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.detail-text-body ul li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: disc;
  color: var(--color-text-body);
}

.sidebar-box {
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--color-border);
  position: sticky;
  top: 100px;
}

.sidebar-box h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-services-links li {
  margin-bottom: 10px;
}

.sidebar-services-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--color-white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-text-dark);
}

.sidebar-services-links a:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

/* ==================== DISTRICT SINGLE DETAIL PAGE ==================== */
.detail-single-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.detail-header-card {
  background: var(--color-light-bg);
  border-radius: var(--radius-lg);
  padding: 35px;
  border: 1px solid var(--color-border);
  margin-bottom: 40px;
}

.detail-header-card h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 12px;
}

.detail-header-card p {
  font-size: 16.5px;
  color: var(--color-text-body);
  line-height: 1.65;
}

.district-section-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.district-section-title i {
  color: var(--color-primary);
}

.district-services-wrapper {
  margin-bottom: 50px;
}

.neighborhoods-section {
  margin-bottom: 60px;
}

.n-info-text {
  font-size: 15px;
  color: var(--color-text-muted);
  margin-bottom: 25px;
}

.neighborhoods-clickable-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.n-clickable-card {
  background: var(--color-light-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-dark);
  transition: all 0.25s ease;
  cursor: pointer;
}

.n-clickable-card:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.n-clickable-card i {
  font-size: 12px;
  opacity: 0.7;
}

.other-districts-bottom-section {
  padding-top: 40px;
  border-top: 2px solid var(--color-border);
}

.other-districts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

/* ==================== NEIGHBORHOOD DETAIL CARD ==================== */
.neighborhood-detail-card {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.nd-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 15px;
}

.neighborhood-detail-card h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 25px;
}

.nd-content-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-body);
}

.nd-content-body p {
  margin-bottom: 18px;
}

.nd-content-body h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 30px 0 20px 0;
}

/* ==================== CONTACT PAGE & BACKGROUND SECTION ==================== */
.contact-bg-section {
  position: relative;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 58, 138, 0.90) 100%),
              url('images/bea4ebd36a31a0f.png') center/cover no-repeat fixed;
  color: var(--color-white);
}

.contact-bg-section .contact-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-bg-section .contact-box h3 {
  color: var(--color-white);
}

.contact-bg-section .contact-box p {
  color: #CBD5E1;
}

.contact-bg-section .c-tag {
  color: var(--color-primary-light);
}

.contact-bg-section .address-text {
  color: var(--color-white) !important;
}

.contact-bg-section .address-sub {
  color: var(--color-primary-light) !important;
}

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

.contact-box {
  background: var(--color-white);
  border-radius: 0;
  padding: 35px 28px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.c-icon {
  width: 70px;
  height: 70px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.highlight-phone .c-icon {
  background: rgba(29, 78, 216, 0.15);
  color: var(--color-primary-dark);
}

.highlight-wp .c-icon {
  background: rgba(34, 197, 94, 0.15);
  color: var(--color-whatsapp);
}

.highlight-address .c-icon {
  background: rgba(37, 99, 235, 0.15);
  color: var(--color-primary);
}

.c-tag {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin-bottom: 8px;
  display: block;
}

.contact-box h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 12px;
}

.contact-box p {
  font-size: 14.5px;
  color: var(--color-text-muted);
  margin-bottom: 25px;
  line-height: 1.5;
}

.c-bottom-btn {
  width: 100%;
}

.contact-big-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  background: var(--gradient-primary);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 18px;
  border-radius: 0;
}

.contact-big-link.wp-bg {
  background: var(--gradient-wp);
  color: var(--color-white);
}

.address-text {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-dark) !important;
}

.address-sub {
  font-size: 13.5px;
  color: var(--color-primary) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.about-custom-header {
  position: relative;
  background-image: url('images/vinc-kiralama-04.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.contact-custom-header {
  position: relative;
  background-image: url('images/sepetli-vinc-03.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.regions-custom-header {
  position: relative;
  background-image: url('images/kayseri-mulk-idare-il-haritasi-2758-1000-1000.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.about-custom-header .banner-dark-overlay,
.regions-custom-header .banner-dark-overlay,
.contact-custom-header .banner-dark-overlay,
.service-custom-banner .banner-dark-overlay,
.page-header-banner .banner-dark-overlay {
  background: linear-gradient(135deg, rgba(11, 19, 43, 0.68) 0%, rgba(28, 51, 87, 0.60) 100%);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

/* ==================== UNIVERSAL BOTTOM CTA ==================== */
.bottom-cta-section {
  background: var(--color-dark-bg);
  padding: 45px 0;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.bottom-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.cta-outer-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.cta-side-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 320px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.cta-collage-thumb {
  position: relative;
  height: 150px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transition: all 0.35s ease;
}

.cta-collage-thumb:nth-child(3) {
  grid-column: span 2;
  height: 160px;
}

.cta-collage-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cta-collage-thumb:hover {
  border-color: #60A5FA;
  transform: scale(1.06);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.cta-collage-thumb:hover img {
  transform: scale(1.1);
}

.cta-main-card-box {
  flex: 1;
  width: 100%;
  min-height: 322px;
  background: linear-gradient(135deg, #0F172A 0%, #1C3357 50%, #0B132B 100%);
  border: 1px solid rgba(74, 114, 176, 0.4);
  border-top: 4px solid var(--color-primary-light);
  padding: 45px 30px;
  text-align: center;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.cta-main-card-box h2 {
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.cta-main-card-box p {
  font-size: 16px;
  color: #CBD5E1;
  margin-bottom: 24px;
  max-width: 580px;
}

.cta-buttons-aligned {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 580px;
}

.cta-buttons-aligned .btn {
  flex: 1;
  min-width: 200px;
  height: 52px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.cta-info-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.cta-text h2 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}

.cta-text p {
  font-size: 15.5px;
  color: #CBD5E1;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

/* ==================== SITE FOOTER ==================== */
.site-footer {
  background-color: #090D16;
  color: #94A3B8;
  padding-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo-img {
  height: 48px;
  width: auto;
}

.footer-desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.65;
  color: #94A3B8;
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 20px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul a {
  font-size: 14px;
  color: #94A3B8;
}

.footer-col ul a:hover {
  color: var(--color-primary-light);
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-col p i {
  color: #94A3B8;
}

.footer-copyright {
  padding: 22px 0;
  font-size: 13.5px;
  text-align: center;
  color: #64748B;
}

/* HAMBURGER TOGGLE BUTTON */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 38px;
  height: 32px;
  z-index: 1001;
}

.hamburger-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-dark-bg);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-toggle.active .hamburger-bar:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  background-color: var(--color-primary);
}

.mobile-menu-toggle.active .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.mobile-menu-toggle.active .hamburger-bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  background-color: var(--color-primary);
}

.mobile-nav-cta {
  display: none;
}

/* ==================== MOBILE FLOATING BAR ==================== */
.mobile-float-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #090D16;
  padding: 0;
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.float-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding: 0 10px;
  border-radius: 0 !important;
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  color: var(--color-white);
}

.float-phone {
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.float-whatsapp {
  background: #FFFFFF !important;
  color: #16A34A !important;
}

/* ==================== RESPONSIVE MEDIA QUERIES ==================== */
@media (max-width: 992px) {
  .mobile-menu-toggle {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    background: var(--color-white);
    flex-direction: column;
    align-items: stretch;
    padding: 20px 24px 30px 24px;
    gap: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid var(--color-primary);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }

  .nav-menu.mobile-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-menu .nav-item {
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-dark);
    border-bottom: 1px solid var(--color-border);
    display: block;
    border-radius: 0;
  }

  .nav-menu .nav-item.active {
    background: rgba(37, 99, 235, 0.06);
    color: var(--color-primary);
  }

  .mobile-nav-cta {
    display: block;
    margin-top: 20px;
  }

  .mobile-nav-cta .btn {
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-size: 15px;
  }

  .header-cta-btn {
    display: none;
  }

  .hero-text-content h1 {
    font-size: 34px;
  }

  .showcase-strip-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .showcase-item {
    height: 130px;
  }

  .detail-page-wrapper {
    grid-template-columns: 1fr;
  }

  .sidebar-box {
    position: static;
  }

  .cta-outer-flex {
    flex-direction: column;
    gap: 20px;
  }

  .cta-main-card-box {
    width: 100%;
    max-width: 100%;
    padding: 30px 16px;
  }

  .cta-main-card-box h2 {
    font-size: 22px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .cta-main-card-box p {
    font-size: 14.5px;
    text-align: center;
    margin-bottom: 20px;
  }

  .cta-side-collage {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cta-collage-thumb {
    height: 90px;
  }

  .cta-collage-thumb:nth-child(3) {
    grid-column: span 2;
    height: 100px;
  }

  .cta-left-outside {
    order: 2;
  }

  .cta-right-outside {
    order: 3;
  }

  .cta-collage-thumb {
    height: 90px;
  }

  .cta-buttons-aligned {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .cta-buttons-aligned .btn {
    width: 100%;
    min-width: 100%;
  }

  .cta-text h2 {
    font-size: 24px;
  }

  .cta-text p {
    font-size: 14.5px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .cta-buttons .btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 15px;
  }

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

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

  .districts-grid-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .top-bar {
    display: block;
    padding: 8px 0;
    background: var(--color-dark-bg);
  }

  .top-bar-content {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .top-info {
    font-size: 12px;
  }

  .top-contact {
    justify-content: center;
    gap: 12px;
    font-size: 12px;
  }

  .showcase-strip-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-item {
    height: 110px;
  }

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

  .districts-grid-preview {
    grid-template-columns: 1fr;
  }

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

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .hero-box {
    padding: 40px 0 50px 0;
  }

  .hero-text-content h1 {
    font-size: 26px;
  }

  .hero-text-content p {
    font-size: 14.5px;
  }

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

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

  .cta-main-card-box h2 {
    font-size: 19px;
  }

  .mobile-float-bar {
    display: flex;
  }

  body {
    padding-bottom: 60px;
  }
}
