/*
Theme Name: Emirsoy Nakliyat
Theme URI: https://emirsoynakliyat.com
Author: Emirsoy Nakliyat
Author URI: https://emirsoynakliyat.com
Description: İstanbul Evden Eve Nakliyat Firması Emirsoy Nakliyat için özel kurumsal WordPress teması. AI destekli fiyat hesaplama, SEO/AEO/GEO optimizasyonu, WhatsApp entegrasyonu.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emirsoy-nakliyat
Tags: corporate, moving, nakliyat, ai-pricing, seo-optimized
*/

/* ============================================
   EMIRSOY NAKLİYAT - ANA TEMA STİLLERİ
   Renk Paleti: #1E40AF, #1E3A8A, #B8924A
   ============================================ */

:root {
  --blue-primary: #1E40AF;
  --blue-dark: #1E3A8A;
  --gold: #B8924A;
  --gold-light: #D4A855;
  --white: #FFFFFF;
  --off-white: #F8F9FC;
  --gray-light: #F1F5F9;
  --gray-mid: #94A3B8;
  --gray-text: #475569;
  --dark: #0F172A;
  --primary:       #1E40AF;
  --primary-dark:  #1E3A8A;
  --accent:        #B8924A;
  --bg-light:      #F8FAFC;
  --text-dark:     #0F172A;
  --text-light:    #64748B;
  --border:        #E2E8F0;
  --shadow-sm: 0 2px 8px rgba(30,64,175,0.08);
  --shadow-md: 0 8px 32px rgba(30,64,175,0.15);
  --shadow-lg: 0 20px 60px rgba(30,64,175,0.2);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: var(--gray-text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: var(--blue-dark);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-style: italic; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.2rem; }
p { margin-bottom: 1rem; }

.section-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.section-title { position: relative; margin-bottom: 0.75rem; }
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
  margin-top: 0.75rem;
}
.section-title.center::after { margin: 0.75rem auto 0; }

/* CONTAINER */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 1.5rem; }

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-decoration: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
  color: var(--white);
  box-shadow: 0 4px 20px rgba(30,64,175,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(30,64,175,0.45); color: var(--white); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--white);
  box-shadow: 0 4px 20px rgba(184,146,74,0.35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(184,146,74,0.45); color: var(--white); }
.btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.45); color: var(--white); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline:hover { background: var(--white); color: var(--blue-primary); border-color: var(--white); }
.btn-lg { padding: 1.1rem 2.5rem; font-size: 1.05rem; }
.btn-sm { padding: 0.6rem 1.2rem; font-size: 0.85rem; }

/* ============================================
   HEADER / NAVİGASYON
   ============================================ */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(30,64,175,0.08);
  transition: var(--transition);
}
#site-header.scrolled { box-shadow: 0 4px 30px rgba(30,64,175,0.12); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 2rem;
}
.site-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-text { display: flex; flex-direction: column; }
.logo-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--blue-primary);
  letter-spacing: -0.02em;
  line-height: 1;
}
.logo-sub {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1;
}
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a {
  padding: 0.5rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gray-text);
  border-radius: 8px;
  transition: var(--transition);
}
.main-nav a:hover, .main-nav a.active { color: var(--blue-primary); background: rgba(30,64,175,0.06); }
.header-cta { display: flex; align-items: center; gap: 0.75rem; }
.header-phone { display: flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--blue-dark); font-size: 0.92rem; }
.header-phone svg { color: var(--gold); }

/* Hamburger — masaüstünde gizli */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--blue-dark);
}

/* ============================================
   MOBİL MENÜ — DÜZELTME
   ============================================ */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.55);
}
.mobile-menu.is-open { display: flex; }

.mobile-menu-inner {
  background: #ffffff;          /* ← BEYAZ ARKA PLAN */
  width: 280px;
  max-width: 85vw;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  animation: slideIn 0.25s ease;
  box-shadow: 4px 0 30px rgba(0,0,0,0.15);
}

@keyframes slideIn {
  from { transform: translateX(-100%); }
  to   { transform: translateX(0); }
}

.mobile-nav { display: flex; flex-direction: column; gap: 0; }

.mobile-nav a {
  display: block;
  padding: 0.85rem 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;               /* ← KOYU METİN — beyaz üzerinde görünür */
  border-bottom: 1px solid #e2e8f0;
  text-decoration: none;
  transition: all 0.2s;
}
.mobile-nav a:hover {
  color: #1E40AF;
  padding-left: 0.75rem;
  background: #f0f5ff;
  border-radius: 6px;
}

.mobile-menu-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: auto;             /* alt kısma yasla */
}

/* ============================================
   HERO SECTION
   ============================================ */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-primary) 60%, #2563EB 100%);
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 120px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.hero-content { position: relative; z-index: 2; padding: 5rem 0 8rem; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-text { color: var(--white); }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(184,146,74,0.2);
  border: 1px solid rgba(184,146,74,0.4);
  color: var(--gold-light);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-text h1 { color: var(--white); margin-bottom: 1.25rem; }
.hero-text h1 span { color: var(--gold-light); }
.hero-text p { font-size: 1.1rem; color: rgba(255,255,255,0.8); margin-bottom: 2rem; max-width: 480px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.hero-stats { display: flex; gap: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.15); }
.hero-stat { text-align: center; }
.hero-stat-number { display: block; font-size: 1.8rem; font-weight: 900; color: var(--gold-light); line-height: 1; }
.hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.7); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }

/* QUICK PRICE CARD */
.hero-price-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.hero-price-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--blue-primary));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.price-card-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--blue-dark);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.price-card-title::before { content: '🤖'; font-size: 1.2rem; }

/* ============================================
   FORM ELEMENTS
   ============================================ */
.form-group { margin-bottom: 1rem; }
.form-label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--blue-dark); margin-bottom: 0.4rem; letter-spacing: 0.03em; }
.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #E2E8F0;
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: var(--dark);
  background: var(--white);
  transition: var(--transition);
  outline: none;
}
.form-control:focus { border-color: var(--blue-primary); box-shadow: 0 0 0 4px rgba(30,64,175,0.1); }
.form-control::placeholder { color: var(--gray-mid); }
select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231E40AF' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.5rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.form-check { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; font-size: 0.88rem; font-weight: 600; color: var(--gray-text); }
.form-check input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--blue-primary); cursor: pointer; }

/* ============================================
   FİYAT HESAPLAMA
   ============================================ */
#fiyat-hesaplama { padding: 6rem 0; background: var(--off-white); position: relative; }
.calculator-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.calculator-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.calculator-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue-primary), var(--gold));
}
.calculator-title { font-size: 1.3rem; font-weight: 800; color: var(--blue-dark); margin-bottom: 0.5rem; }
.calculator-subtitle { font-size: 0.85rem; color: var(--gray-mid); margin-bottom: 1.75rem; }
.floor-selector { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin-bottom: 1rem; }
.floor-btn {
  padding: 0.6rem 0.25rem;
  border: 2px solid #E2E8F0;
  border-radius: 8px;
  background: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gray-text);
  cursor: pointer;
  text-align: center;
  transition: var(--transition);
}
.floor-btn:hover, .floor-btn.active { border-color: var(--blue-primary); background: rgba(30,64,175,0.06); color: var(--blue-primary); }
.esya-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-bottom: 1rem; }
.esya-btn {
  padding: 0.75rem 0.5rem;
  border: 2px solid #E2E8F0;
  border-radius: 8px;
  background: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gray-text);
  cursor: pointer;
  text-align: center;
  transition: var(--transition);
}
.esya-btn:hover, .esya-btn.active { border-color: var(--gold); background: rgba(184,146,74,0.06); color: var(--gold); }
.price-result { display: none; margin-top: 1.5rem; padding: 1.5rem; background: linear-gradient(135deg, var(--blue-dark), var(--blue-primary)); border-radius: var(--radius); color: var(--white); animation: fadeInUp 0.5s ease; }
.price-result.show { display: block; }
.price-result-label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.8; margin-bottom: 0.5rem; }
.price-result-amount { font-size: 2.5rem; font-weight: 900; color: var(--gold-light); line-height: 1; margin-bottom: 0.5rem; }
.price-result-note { font-size: 0.8rem; opacity: 0.75; margin-bottom: 1rem; }
.price-loading { display: none; text-align: center; padding: 2rem; color: var(--blue-primary); font-weight: 700; }
.price-loading.show { display: block; }
.loading-dots span { display: inline-block; width: 8px; height: 8px; background: var(--blue-primary); border-radius: 50%; margin: 0 2px; animation: bounce 1.4s infinite; }
.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }

/* ============================================
   HİZMETLER
   ============================================ */
#hizmetler { padding: 6rem 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.service-card {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: var(--off-white);
  border: 2px solid transparent;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-primary), var(--gold));
  transform: scaleX(0);
  transition: var(--transition);
}
.service-card:hover { border-color: rgba(30,64,175,0.15); background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark));
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(30,64,175,0.25);
}
.service-card h3 { font-size: 1.1rem; margin-bottom: 0.75rem; color: var(--blue-dark); }
.service-card p { font-size: 0.88rem; color: var(--gray-text); line-height: 1.6; margin-bottom: 0; }

/* ============================================
   İLÇELER
   ============================================ */
#ilceler { padding: 5rem 0; background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-primary) 100%); position: relative; overflow: hidden; }
#ilceler::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M20 20c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z'/%3E%3C/g%3E%3C/svg%3E");
}
.ilceler-content { position: relative; z-index: 2; }
.ilceler-intro { color: var(--white); margin-bottom: 2.5rem; }
.ilceler-intro h2 { color: var(--white); }
.ilceler-intro p { color: rgba(255,255,255,0.8); }
.ilce-tabs { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.ilce-tab { padding: 0.5rem 1.25rem; border-radius: 50px; border: 2px solid rgba(255,255,255,0.3); background: transparent; color: rgba(255,255,255,0.8); font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; cursor: pointer; transition: var(--transition); }
.ilce-tab.active, .ilce-tab:hover { background: var(--white); color: var(--blue-primary); border-color: var(--white); }
.ilce-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.75rem; }
.ilce-item { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 0.75rem 1rem; color: var(--white); font-size: 0.85rem; font-weight: 600; display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: var(--transition); text-decoration: none; }
.ilce-item:hover { background: rgba(255,255,255,0.2); border-color: var(--gold-light); color: var(--white); transform: translateX(4px); }
.ilce-item svg { opacity: 0.6; }

/* ============================================
   NEDEN BİZ
   ============================================ */
#neden-biz { padding: 6rem 0; background: var(--off-white); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.feature-item { text-align: center; padding: 2rem 1.5rem; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); transition: var(--transition); }
.feature-item:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.feature-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.feature-item h4 { font-size: 1rem; color: var(--blue-dark); margin-bottom: 0.5rem; }
.feature-item p { font-size: 0.83rem; color: var(--gray-text); margin-bottom: 0; }

/* ============================================
   MÜŞTERİ YORUMLARI
   ============================================ */
#yorumlar { padding: 6rem 0; background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.review-card { padding: 2rem; background: var(--off-white); border-radius: var(--radius-lg); border: 2px solid transparent; transition: var(--transition); position: relative; }
.review-card:hover { border-color: rgba(30,64,175,0.12); background: var(--white); box-shadow: var(--shadow-md); }
.review-stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 0.75rem; }
.review-text { font-size: 0.9rem; color: var(--gray-text); line-height: 1.7; font-style: italic; margin-bottom: 1rem; }
.review-author { display: flex; align-items: center; gap: 0.75rem; }
.review-avatar { width: 44px; height: 44px; background: linear-gradient(135deg, var(--blue-primary), var(--gold)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 800; font-size: 1rem; }
.review-name { font-weight: 700; font-size: 0.9rem; color: var(--blue-dark); }
.review-meta { font-size: 0.78rem; color: var(--gray-mid); }

/* ============================================
   SSS
   ============================================ */
#sss { padding: 6rem 0; background: var(--off-white); }
.faq-list { max-width: 780px; margin: 2.5rem auto 0; }
.faq-item { background: var(--white); border-radius: var(--radius); margin-bottom: 0.75rem; overflow: hidden; box-shadow: var(--shadow-sm); border: 2px solid transparent; transition: var(--transition); }
.faq-item.open { border-color: rgba(30,64,175,0.15); box-shadow: var(--shadow-md); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; cursor: pointer; font-weight: 700; font-size: 0.95rem; color: var(--blue-dark); gap: 1rem; }
.faq-question::after { content: '+'; font-size: 1.5rem; font-weight: 300; color: var(--blue-primary); flex-shrink: 0; transition: var(--transition); }
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner { padding: 0 1.5rem 1.25rem; font-size: 0.88rem; color: var(--gray-text); line-height: 1.75; border-top: 1px solid #F1F5F9; padding-top: 1rem; }

/* ============================================
   İLETİŞİM
   ============================================ */
#iletisim { padding: 6rem 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info p { margin-bottom: 2rem; color: var(--gray-text); }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-icon { width: 48px; height: 48px; background: linear-gradient(135deg, var(--blue-primary), var(--blue-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; color: var(--white); }
.contact-item-text h4 { font-size: 0.9rem; color: var(--blue-dark); margin-bottom: 0.2rem; }
.contact-item-text p, .contact-item-text a { font-size: 0.95rem; color: var(--gray-text); font-weight: 600; }
.contact-item-text a:hover { color: var(--blue-primary); }
.cta-buttons { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
.contact-form-box { background: var(--off-white); border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow-sm); }
.contact-form-box h3 { margin-bottom: 1.5rem; color: var(--blue-dark); }

/* ============================================
   FOOTER
   ============================================ */
#site-footer { background: var(--dark); color: rgba(255,255,255,0.75); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo-name { color: var(--white); margin-bottom: 1rem; display: block; }
.footer-brand p { font-size: 0.88rem; line-height: 1.75; margin-bottom: 1.5rem; }
.footer-title { font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.88rem; color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-links a:hover { color: var(--white); padding-left: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; }
.social-links { display: flex; gap: 0.75rem; }
.social-link { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.75); transition: var(--transition); font-size: 0.9rem; }
.social-link:hover { background: var(--blue-primary); color: var(--white); }

/* ============================================
   FLOATING BUTTONS
   ============================================ */
.floating-cta { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; display: flex; flex-direction: column; gap: 0.75rem; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0,0,0,0.2); transition: var(--transition); text-decoration: none; font-size: 1.4rem; }
.float-btn:hover { transform: scale(1.1); }
.float-whatsapp { background: #25D366; }
.float-phone { background: var(--blue-primary); }

/* ============================================
   ANİMASYONLAR
   ============================================ */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
.animate-fadeInUp { animation: fadeInUp 0.7s ease both; }
.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.2s; }
.animate-delay-3 { animation-delay: 0.3s; }

/* ============================================
   YARDIMCI SINIFLAR
   ============================================ */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-blue { color: var(--blue-primary); }
.text-white { color: var(--white); }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .mt-4 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.section-header { margin-bottom: 0.5rem; }
.divider { width: 100%; height: 1px; background: #E2E8F0; margin: 2rem 0; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-price-card { display: none; }
  .calculator-wrapper { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .header-cta { display: none; }
  .mobile-toggle { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .ilce-grid { grid-template-columns: repeat(2, 1fr); }
  .header-phone { display: none; }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .floor-selector { grid-template-columns: repeat(3, 1fr); }
  .esya-selector { grid-template-columns: 1fr 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 1rem; }
}

/* ============================================
   PRICE TABLE
   ============================================ */
.price-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.88rem; }
.price-table th { background: var(--blue-dark); color: var(--white); padding: 0.75rem 1rem; text-align: left; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.05em; }
.price-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #E2E8F0; color: var(--gray-text); }
.price-table tr:hover td { background: rgba(30,64,175,0.03); }
.price-table tr:last-child td { border-bottom: none; }
.price-table td:last-child { font-weight: 700; color: var(--blue-primary); }

/* ============================================
   ALERTS
   ============================================ */
.alert { padding: 1rem 1.25rem; border-radius: var(--radius); font-size: 0.88rem; font-weight: 600; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.alert-success { background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); color: #166534; }
.alert-error { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); color: #991b1b; }

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--gray-mid); margin-bottom: 1.5rem; }
.breadcrumb a { color: var(--blue-primary); }
.breadcrumb span { color: var(--gray-mid); }

/* ============================================
   PAGE HERO
   ============================================ */
.page-hero { background: linear-gradient(135deg, var(--blue-dark), var(--blue-primary)); padding: 6rem 0 4rem; margin-top: 80px; text-align: center; color: var(--white); }
.page-hero h1 { color: var(--white); margin-bottom: 0.75rem; }
.page-hero p { color: rgba(255,255,255,0.8); font-size: 1.05rem; }