/* =====================================================
   Antalya Rent A Car - Beyaz/Turuncu Tema
   ===================================================== */

:root {
  --bg: #ffffff;
  --bg-2: #fff7f0;
  --bg-3: #fef0e3;
  --surface: #ffffff;
  --border: #f0e4d4;
  --border-dark: #e5d4bd;
  --text: #1a1a1a;
  --text-2: #525252;
  --text-3: #8a8a8a;
  --orange: #ff6b1a;
  --orange-2: #e85d10;
  --orange-3: #ff8847;
  --orange-soft: rgba(255, 107, 26, 0.08);
  --orange-soft-2: rgba(255, 107, 26, 0.15);
  --sea: #00b4d8;
  --sea-soft: rgba(0, 180, 216, 0.1);
  --danger: #ef4444;
  --success: #10b981;
  --radius: 10px;
  --display: 'Playfair Display', Georgia, serif;
  --body: 'Inter', -apple-system, sans-serif;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  --shadow: 0 10px 30px rgba(255, 107, 26, 0.12);
  --shadow-lg: 0 20px 50px rgba(0,0,0,0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--orange); }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== HEADER ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  gap: 16px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
}
.logo-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: var(--radius);
  font-family: var(--display);
  box-shadow: var(--shadow);
}
.logo-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .3px;
  color: var(--text);
}
.logo-text small {
  display: block;
  font-size: 10px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: var(--body);
  font-weight: 600;
  margin-top: 2px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav > a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2px;
  color: var(--text);
  position: relative;
}
.main-nav > a:not(.nav-phone)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width .3s;
}
.main-nav > a:not(.nav-phone):hover::after { width: 100%; }
.nav-phone {
  color: var(--orange) !important;
  font-weight: 600;
  background: var(--orange-soft);
  padding: 10px 18px;
  border-radius: 100px;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
}

/* ========== DİL SEÇİCİ ========== */
.lang-switcher {
  position: relative;
  flex-shrink: 0;
}
.lang-current {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  padding: 7px 12px 7px 8px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  user-select: none;
}
.lang-current:hover {
  border-color: var(--orange);
}
.lang-current .arrow {
  font-size: 9px;
  color: var(--text-3);
}
.lang-flag {
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}
.lang-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}
.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 6px;
  min-width: 170px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .2s;
  z-index: 200;
}
.lang-switcher.open .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  color: var(--text);
}
.lang-menu a:hover {
  background: var(--bg-2);
  color: var(--orange);
}
.lang-menu a.active {
  background: var(--orange-soft);
  color: var(--orange);
  font-weight: 600;
}

/* ========== HERO - ANTALYA GÖRSELLİ ========== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(255,247,240,0.85) 50%, rgba(255,107,26,0.15) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1080' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3ClinearGradient id='sky' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23ffd9a8'/%3E%3Cstop offset='0.4' stop-color='%23ffb380'/%3E%3Cstop offset='0.7' stop-color='%2300b4d8'/%3E%3Cstop offset='1' stop-color='%230077b6'/%3E%3C/linearGradient%3E%3ClinearGradient id='sea' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%2300b4d8'/%3E%3Cstop offset='1' stop-color='%23023e8a'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1920' height='1080' fill='url(%23sky)'/%3E%3Crect y='620' width='1920' height='460' fill='url(%23sea)'/%3E%3Cellipse cx='1500' cy='280' rx='80' ry='80' fill='%23fff5d6' opacity='0.9'/%3E%3Cpath d='M 0 620 Q 240 600 480 620 T 960 620 T 1440 620 T 1920 620 L 1920 1080 L 0 1080 Z' fill='%23023e8a' opacity='0.3'/%3E%3Cpath d='M 0 680 Q 200 660 400 680 T 800 680 T 1200 680 T 1600 680 T 1920 680 L 1920 1080 L 0 1080 Z' fill='%23023e8a' opacity='0.4'/%3E%3Cpath d='M 0 540 L 80 480 L 160 510 L 240 460 L 320 490 L 400 450 L 480 510 L 560 470 L 640 530 L 720 480 L 800 540 L 880 500 L 960 555 L 1040 510 L 1120 555 L 1200 520 L 1280 555 L 1360 530 L 1440 555 L 1520 540 L 1600 555 L 1680 545 L 1760 555 L 1840 550 L 1920 555 L 1920 620 L 0 620 Z' fill='%23a0826d' opacity='0.6'/%3E%3Cpath d='M 0 555 L 100 520 L 200 540 L 300 505 L 400 530 L 500 510 L 600 545 L 700 520 L 800 545 L 900 530 L 1000 555 L 1100 540 L 1200 560 L 1300 545 L 1400 565 L 1500 555 L 1600 570 L 1700 565 L 1800 570 L 1920 570 L 1920 620 L 0 620 Z' fill='%23704832' opacity='0.7'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 75% 30%, rgba(255, 215, 130, 0.4), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(0, 180, 216, 0.15), transparent 50%);
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 0px 0 100px;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid var(--orange-soft-2);
  border-radius: 100px;
  font-weight: 600;
}
.hero-tag::before {
  content: '☀';
  font-size: 16px;
  color: var(--orange);
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(44px, 6.5vw, 84px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  color: var(--text);
}
.hero h1 em {
  font-style: italic;
  color: var(--orange);
  font-weight: 600;
}
.hero-sub {
  font-size: 19px;
  color: var(--text-2);
  max-width: 640px;
  margin: 0 auto 48px;
  font-weight: 400;
}

/* ========== REZERVASYON KUTUSU ========== */
.booking-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12), 0 0 0 1px rgba(255, 107, 26, 0.08);
  position: relative;
  z-index: 2;
}
.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.field label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-3);
  font-weight: 700;
}
.field input,
.field select,
.field textarea {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  transition: all .2s;
  width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 4px var(--orange-soft);
}

/* ========== BUTONLAR ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 100px;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .3px;
  cursor: pointer;
  border: none;
  transition: all .25s;
  white-space: nowrap;
}
.btn-orange, .btn-gold {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 107, 26, 0.3);
}
.btn-orange:hover, .btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(255, 107, 26, 0.4);
  color: #fff;
}
.btn-ghost {
  background: #fff;
  border: 1.5px solid var(--border);
  color: var(--text);
}
.btn-ghost:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.btn-block { width: 100%; }
.btn-lg { padding: 17px 36px; font-size: 15px; }

/* ========== BÖLÜM BAŞLIKLARI ========== */
section { padding: 0px 0; }
.section-head {
  text-align: center;
  margin-bottom: 60px;
}
.section-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 700;
  background: var(--orange-soft);
  padding: 8px 18px;
  border-radius: 100px;
}
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 50px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--text);
  letter-spacing: -1px;
}
.section-head h2 em {
  font-style: italic;
  color: var(--orange);
}
.section-head p {
  color: var(--text-2);
  max-width: 620px;
  margin: 0 auto;
  font-size: 17px;
}

/* ========== ÖZELLİKLER ========== */
.features {
  background: var(--bg-2);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.feature {
  text-align: center;
  padding: 36px 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  transition: all .3s;
}
.feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--orange-soft-2);
}
.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange-soft), var(--orange-soft-2));
  border-radius: 16px;
  font-size: 28px;
  color: var(--orange);
}
.feature h3 {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text);
}
.feature p {
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.6;
}

/* ========== GÜVEN MAKALESİ ========== */
.trust-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.trust-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--orange-soft), transparent);
  z-index: 0;
}
.trust-section::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--sea-soft), transparent);
  z-index: 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.trust-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: 
    linear-gradient(180deg, rgba(255,179,128,0.3) 0%, rgba(0,119,182,0.4) 100%),
    url("https://rentacaralya.com/a.png");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-lg);
}
.trust-image-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.trust-image-badge .num {
  font-family: var(--display);
  font-size: 36px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.trust-image-badge .txt {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.4;
}

.trust-content h2 {
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -.5px;
}
.trust-content p {
  color: var(--text-2);
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.8;
}
.trust-content p strong {
  color: var(--text);
  background: var(--orange-soft);
  padding: 2px 8px;
  border-radius: 4px;
}
.trust-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.trust-feature {
  background: var(--bg-2);
  border: 1px solid var(--border);
  padding: 18px;
  border-radius: 12px;
}
.trust-feature-icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid var(--orange-soft-2);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: var(--orange);
  margin-bottom: 10px;
}
.trust-feature h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.trust-feature p {
  font-size: 12px;
  color: var(--text-3);
  margin: 0;
}

/* ========== ARAÇ KARTLARI ========== */
.cars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 24px;
}
.car-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}
.car-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange-soft-2);
  box-shadow: var(--shadow);
}
.car-img {
  position: relative;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--bg-2), var(--bg-3));
  display: grid;
  place-items: center;
  overflow: hidden;
}
.car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car-img-placeholder {
  font-family: var(--display);
  font-size: 80px;
  color: var(--orange);
  opacity: .25;
  font-weight: 700;
}
.car-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.car-title {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
  color: var(--text);
}
.car-subtitle {
  font-size: 13px;
  color: var(--text-3);
  margin-bottom: 18px;
}
.car-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  font-size: 13px;
  color: var(--text-2);
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 18px;
}
.car-spec {
  display: flex;
  align-items: center;
  gap: 8px;
}
.car-spec-icon { color: var(--orange); }
.car-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.car-price-value {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.car-price-unit {
  font-size: 12px;
  color: var(--text-3);
  margin-top: 4px;
}

/* ========== ARAÇ DETAY ========== */
.car-detail {
  padding: 60px 0;
  background: var(--bg-2);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}
.detail-img {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 20px;
}
.detail-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-img .placeholder {
  font-family: var(--display);
  font-size: 140px;
  color: var(--orange);
  opacity: .2;
}
.detail-info h1 {
  font-family: var(--display);
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -.5px;
}
.detail-meta {
  color: var(--text-2);
  margin-bottom: 24px;
}
.detail-price {
  font-family: var(--display);
  font-size: 42px;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 8px;
}
.detail-price small {
  font-size: 16px;
  color: var(--text-3);
  font-family: var(--body);
  font-weight: 400;
}
.detail-desc {
  color: var(--text-2);
  margin: 24px 0;
  line-height: 1.8;
}
.detail-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}
.detail-spec {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}
.detail-spec-label {
  font-size: 11px;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.detail-spec-value {
  font-weight: 600;
  font-size: 16px;
}
.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.features-list span {
  background: var(--orange-soft);
  color: var(--orange);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
}

/* ========== FORM ========== */
.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.form-card h2 {
  font-family: var(--display);
  font-size: 26px;
  margin-bottom: 24px;
  font-weight: 600;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-full { grid-column: 1 / -1; }

.alert {
  padding: 14px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.alert-success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--success);
}
.alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: var(--danger);
}
.alert-info {
  background: var(--orange-soft);
  border: 1px solid var(--orange-soft-2);
  color: var(--orange-2);
}

.price-summary {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}
.price-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}
.price-row.total {
  font-family: var(--display);
  font-size: 24px;
  color: var(--orange);
  border-top: 1px solid var(--border);
  margin-top: 8px;
  padding-top: 16px;
  font-weight: 700;
}

/* ========== FOOTER ========== */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 80px 0 30px;
  margin-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-desc {
  color: var(--text-2);
  font-size: 14px;
}
.footer-col h4 {
  font-family: var(--display);
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--orange);
  font-weight: 600;
}
.footer-col a, .footer-col p {
  display: block;
  color: var(--text-2);
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-col a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  text-align: center;
  color: var(--text-3);
  font-size: 13px;
}

/* ========== WHATSAPP FLOAT ========== */
.floating-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  z-index: 99;
  transition: transform .2s;
}
.floating-wa:hover {
  transform: scale(1.1);
  color: white;
}
.floating-wa svg {
  width: 28px;
  height: 28px;
}

/* ========== FİLTRE ========== */
.filter-bar {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  box-shadow: var(--shadow-sm);
}

/* ========== ANIMATIONS ========== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero h1, .hero-sub, .booking-box, .hero-tag {
  animation: fadeUp .8s ease both;
}
.hero-tag { animation-delay: 0s; }
.hero h1 { animation-delay: .1s; }
.hero-sub { animation-delay: .2s; }
.booking-box { animation-delay: .3s; }

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  .trust-grid { grid-template-columns: 1fr; gap: 40px; }
  .trust-image { aspect-ratio: 16/10; }
}
@media (max-width: 900px) {
  .nav-toggle { display: flex; order: 3; }
  .lang-switcher { order: 2; margin-left: auto; margin-right: 12px; }
  .lang-current { padding: 6px 10px 6px 6px; }
  .lang-current .lang-name { display: none; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    padding: 0;
    order: 4;
    width: 100%;
  }
  .main-nav.open { max-height: 500px; padding: 8px 0; }
  .main-nav > a {
    padding: 14px 24px;
    width: 100%;
    border-bottom: 1px solid var(--border);
  }
  .booking-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  section { padding: 60px 0; }
  .trust-features { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr; }
  .container { padding: 0 16px; }
  .logo-text { font-size: 16px; }
  .hero-content { padding: 0px 0 80px; }
  .booking-box { padding: 20px; }
}

/* ========== SIK SORULAN SORULAR (FAQ) ========== */
.faq-section {
  background: var(--bg-2);
  padding: 100px 0;
}
.faq-container {
  max-width: 860px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all .2s;
}
.faq-item:hover {
  border-color: var(--orange-soft-2);
}
.faq-item.open {
  border-color: var(--orange);
  box-shadow: var(--shadow);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
  user-select: none;
}
.faq-question:hover { color: var(--orange); }
.faq-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}
.faq-item.open .faq-icon {
  background: var(--orange);
  color: #fff;
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-answer-inner {
  padding: 0 26px 22px;
  color: var(--text-2);
  line-height: 1.7;
  font-size: 15px;
}
.faq-item.open .faq-answer { max-height: 500px; }

/* ========== KULLANICI YORUMLARI ========== */
.reviews-section {
  background: #fff;
  padding: 100px 0;
  overflow: hidden;
}
.reviews-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: linear-gradient(135deg, var(--bg-2), #fff);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  transition: all .3s;
}
.review-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange-soft-2);
  box-shadow: var(--shadow);
}
.review-stars {
  color: #fbbf24;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.review-text {
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.review-text::before {
  content: '"';
  font-family: var(--display);
  font-size: 60px;
  color: var(--orange);
  opacity: 0.2;
  position: absolute;
  top: 8px;
  right: 18px;
  line-height: 1;
}
.review-user {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--display);
  flex-shrink: 0;
}
.review-info strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
}
.review-info span {
  font-size: 12px;
  color: var(--text-3);
}
.review-flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}

/* Reviews stats */
.reviews-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.review-stat {
  text-align: center;
}
.review-stat-num {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.review-stat-label {
  color: var(--text-2);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
  font-weight: 500;
}
.review-stat-stars {
  color: #fbbf24;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 8px;
}

/* ========== HIZLI REZERVASYON BUTONLARI (araç detay) ========== */
.quick-booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.btn-phone {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}
.btn-phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.35);
  color: #fff;
}
.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.35);
  color: #fff;
}

@media (max-width: 900px) {
  .reviews-track { grid-template-columns: 1fr; gap: 16px; }
  .reviews-stats { gap: 24px; }
  .review-stat-num { font-size: 36px; }
  .faq-question { padding: 18px 20px; font-size: 15px; }
  .faq-answer-inner { padding: 0 20px 18px; }
  .quick-booking { grid-template-columns: 1fr; }
}

/* ========== TRUST BAR (HERO ALTI) ========== */
.trust-bar {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.trust-bar-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
}
.trust-bar-item svg {
  width: 24px;
  height: 24px;
  color: var(--orange);
  flex-shrink: 0;
}

/* ========== ERKEN REZ. BANNER ========== */
.promo-banner {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  padding: 14px 24px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.promo-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255,255,255,0.05) 20px, rgba(255,255,255,0.05) 40px);
}
.promo-banner-content {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.promo-badge {
  background: #fff;
  color: var(--orange);
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 13px;
}
.promo-banner strong {
  font-weight: 700;
}
.promo-banner small {
  opacity: 0.85;
  font-size: 12px;
}

/* ========== ANIMATED SAYAÇLAR ========== */
.stats-section {
  background: linear-gradient(135deg, var(--bg-2), #fff);
  padding: 80px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-box {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: all .3s;
}
.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--orange-soft-2);
}
.stat-box .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--orange-soft), var(--orange-soft-2));
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--orange);
}
.stat-number {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  color: var(--text-2);
  font-size: 14px;
  font-weight: 500;
}

/* ========== 3 ADIMDA REZERVASYON ========== */
.steps-section {
  background: #fff;
  padding: 100px 0;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 16.67%;
  right: 16.67%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--orange-soft-2) 0, var(--orange-soft-2) 8px, transparent 8px, transparent 16px);
  z-index: 0;
}
.step-card {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(255, 107, 26, 0.3);
}
.step-card h3 {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.step-card p {
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
  margin: 0 auto;
}

/* ========== KARŞILAŞTIRMA TABLOSU ========== */
.compare-section {
  background: var(--bg-2);
  padding: 60px 0;
}
.compare-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  max-width: 800px;
  margin: 0 auto;
}
.compare-head {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  background: linear-gradient(135deg, var(--orange-soft), transparent);
}
.compare-head > div {
  padding: 18px 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.compare-head .us {
  color: var(--orange);
  text-align: center;
  background: var(--orange-soft);
}
.compare-head .them {
  text-align: center;
  color: var(--text-3);
}
.compare-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  border-top: 1px solid var(--border);
}
.compare-row > div {
  padding: 16px 20px;
  font-size: 14px;
}
.compare-row .feature-name {
  color: var(--text);
  font-weight: 500;
}
.compare-row .us {
  text-align: center;
  color: var(--success);
  font-weight: 600;
  background: rgba(16, 185, 129, 0.04);
}
.compare-row .us::before {
  content: '✓ ';
  font-weight: 700;
}
.compare-row .them {
  text-align: center;
  color: var(--text-3);
}
.compare-row .them::before {
  content: '✗ ';
  color: var(--danger);
  font-weight: 700;
}

/* ========== GARANTİ ROZETLERİ (araç detay) ========== */
.guarantee-box {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0.02));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 18px;
}
.guarantee-box h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--success);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.guarantee-box h4::before {
  content: '🛡';
  font-size: 16px;
}
.guarantee-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.guarantee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text);
}
.guarantee-item::before {
  content: '✓';
  width: 18px;
  height: 18px;
  background: var(--success);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ========== FİYATA DAHİL OLANLAR ========== */
.included-box {
  background: var(--bg-2);
  border: 1px dashed var(--border-dark);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 16px;
}
.included-box h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.included-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}
.included-list span {
  font-size: 12px;
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 6px;
}
.included-list span::before {
  content: '✓';
  color: var(--success);
  font-weight: 700;
}

/* ========== ACİLİYET GÖSTERGELERİ ========== */
.urgency-bar {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 8px;
  padding: 10px 14px;
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.urgency-bar .pulse {
  width: 8px;
  height: 8px;
  background: #f59e0b;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}
.urgency-bar strong { color: #f59e0b; }

.live-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-3);
  margin-top: 12px;
}
.live-stat .eye-icon {
  color: var(--orange);
}

/* ========== ÇEVRİMİÇİ İNDİKATÖR ========== */
.online-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--success);
  font-weight: 500;
}
.online-dot {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
  animation: blink 2s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ========== WHATSAPP FLOAT GENİŞ ========== */
.floating-wa-box {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 12px;
}
.floating-wa-text {
  background: #fff;
  padding: 10px 16px;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.floating-wa-text .online {
  color: var(--success);
  font-weight: 600;
  font-size: 11px;
}
@media (max-width: 600px) {
  .floating-wa-text { display: none; }
}

/* ========== CESUR GARANTİ ========== */
.bold-guarantee {
  background: linear-gradient(135deg, #fff, var(--bg-2));
  padding: 80px 0;
}
.bold-guarantee-card {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--orange);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow);
}
.bold-guarantee-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(255, 107, 26, 0.4);
}
.bold-guarantee h3 {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 700;
  margin: 12px 0 16px;
  color: var(--text);
}
.bold-guarantee p {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* ========== INSTAGRAM ========== */
.insta-section {
  background: var(--bg-2);
  padding: 80px 0;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}
.insta-item {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--orange-soft), var(--bg-3));
  position: relative;
  display: grid;
  place-items: center;
  transition: all .3s;
  cursor: pointer;
}
.insta-item:hover {
  transform: scale(1.03);
}
.insta-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,107,26,0.4), rgba(0,180,216,0.3));
  opacity: 0;
  transition: opacity .3s;
}
.insta-item:hover::before {
  opacity: 1;
}
.insta-item-icon {
  font-size: 32px;
  opacity: 0.4;
}
.insta-cta {
  text-align: center;
  margin-top: 12px;
}

/* ========== SERTİFİKA BAR ========== */
.cert-bar {
  background: #fff;
  padding: 30px 0;
  border-top: 1px solid var(--border);
}
.cert-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--text-2);
  font-weight: 500;
  padding: 10px 18px;
  background: var(--bg-2);
  border-radius: 100px;
  border: 1px solid var(--border);
}
.cert-item svg {
  width: 22px;
  height: 22px;
  color: var(--orange);
}

/* ========== HİKAYE YORUM ========== */
.story-review {
  grid-column: span 3;
  background: linear-gradient(135deg, var(--orange-soft), #fff);
  border: 2px solid var(--orange-soft-2);
  padding: 36px;
}
.story-review .review-text {
  font-size: 17px;
  line-height: 1.8;
}

/* ========== FOOTER MAPS ========== */
.footer-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 180px;
  background: var(--bg-2);
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.9);
}
.footer-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 13px;
  color: var(--orange);
  font-weight: 500;
}

/* ========== KURUMSAL FOOTER ========== */
.footer-corporate {
  text-align: center;
  margin-top: 12px;
  padding-top: 1px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-3);
}
.footer-corporate strong { color: var(--text-2); }

/* ========== İLETİŞİM SAYFA MAP ========== */
.contact-map-section {
  margin-top: 60px;
}
.contact-map {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 460px;
  box-shadow: var(--shadow-sm);
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-number { font-size: 36px; }
  .steps-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid::before { display: none; }
  .compare-head, .compare-row { grid-template-columns: 1.2fr 1fr 1fr; font-size: 13px; }
  .compare-head > div, .compare-row > div { padding: 12px 14px; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .bold-guarantee-card { padding: 40px 24px; }
  .bold-guarantee h3 { font-size: 24px; }
  .trust-bar-inner { gap: 16px; }
  .trust-bar-item { font-size: 12px; }
  .story-review { grid-column: span 1; padding: 24px; }
  .contact-map { height: 320px; }
}

/* ========== KEMER LANDING - MAKALE ========== */
.location-article {
  background: #fff;
  padding: 80px 0;
}
.location-article-wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.location-article-head {
  text-align: center;
  margin-bottom: 48px;
}
.location-article-content {
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.85;
}
.location-article-content h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  color: var(--text);
  margin: 40px 0 16px;
  letter-spacing: -.3px;
  position: relative;
  padding-left: 20px;
}
.location-article-content h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: linear-gradient(180deg, var(--orange), var(--orange-2));
  border-radius: 4px;
}
.location-article-content h3:first-child { margin-top: 0; }
.location-article-content p {
  margin-bottom: 20px;
}
.location-article-content p strong {
  color: var(--text);
  background: var(--orange-soft);
  padding: 1px 6px;
  border-radius: 3px;
}

.location-avantajlar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 40px 0;
}
.location-avantaj {
  background: linear-gradient(135deg, var(--bg-2), #fff);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  transition: all .25s;
}
.location-avantaj:hover {
  transform: translateY(-3px);
  border-color: var(--orange-soft-2);
  box-shadow: var(--shadow);
}
.location-avantaj-icon {
  font-size: 26px;
  margin-bottom: 8px;
}
.location-avantaj-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.location-cta-box {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  text-align: center;
  margin-top: 48px;
}
.location-cta-box h3 {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.location-cta-box p {
  font-size: 16px;
  margin-bottom: 24px;
  opacity: 0.95;
}
.location-cta-box .btn {
  background: #fff;
  color: var(--orange);
  font-weight: 700;
}
.location-cta-box .btn:hover {
  background: var(--bg-2);
  color: var(--orange);
}

@media (max-width: 900px) {
  .location-avantajlar { grid-template-columns: 1fr 1fr; }
  .location-article-content h3 { font-size: 22px; }
  .location-cta-box { padding: 32px 24px; }
  .location-cta-box h3 { font-size: 24px; }
}

/* ========== FOOTER İLÇE LİSTESİ ========== */
.footer-cities {
  border-top: 1px solid var(--border);
  padding-top: 32px;
  margin-top: 24px;
}
.footer-cities-title {
  font-family: var(--display);
  font-size: 16px;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
.footer-cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 6px 18px;
}
.footer-cities-grid a {
  display: block;
  font-size: 13px;
  color: var(--text-2);
  padding: 4px 0;
  transition: color .15s;
}
.footer-cities-grid a:hover {
  color: var(--orange);
}
@media (max-width: 600px) {
  .footer-cities-grid { grid-template-columns: 1fr 1fr; gap: 4px 14px; }
}

/* ========== BLOG ========== */
.blog-toolbar {
  display: flex;
  gap: 12px;
  max-width: 700px;
  margin: 0 auto;
}
.blog-toolbar input,
.blog-toolbar select {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 14px;
}
.blog-toolbar input:focus,
.blog-toolbar select:focus {
  outline: none;
  border-color: var(--orange);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 28px;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-5px);
  border-color: var(--orange-soft-2);
  box-shadow: var(--shadow);
}
.blog-card-img {
  display: block;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}
.blog-card-img img,
.blog-card-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  letter-spacing: 0.5px;
}
.blog-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--text-3);
  margin-bottom: 12px;
}
.blog-card-category {
  display: inline-block;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-card-date {
  margin-left: auto;
}
.blog-card-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: -.3px;
}
.blog-card-title a {
  color: var(--text);
}
.blog-card-title a:hover {
  color: var(--orange);
}
.blog-card-ozet {
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
.blog-card-link {
  color: var(--orange);
  font-weight: 600;
  font-size: 14px;
  margin-top: auto;
}

/* ========== BLOG DETAY ========== */
.blog-article-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.blog-article-hero img,
.blog-article-hero svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-article-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 40px 0;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(0,0,0,0.65) 100%);
  color: #fff;
}
.blog-article-hero-overlay h1 {
  font-family: var(--display);
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  margin: 12px 0;
  color: #fff;
  letter-spacing: -.5px;
  max-width: 900px;
}
.blog-article-meta {
  display: flex;
  gap: 12px;
  font-size: 13px;
  opacity: 0.9;
  flex-wrap: wrap;
}
.blog-back {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-bottom: 16px;
  opacity: 0.85;
}
.blog-back:hover { color: var(--orange-3); }

.blog-article-wrapper {
  max-width: 820px;
  margin: 60px auto 80px;
}
.blog-article-content {
  font-size: 17px;
  line-height: 1.85;
  color: var(--text-2);
}
.blog-ozet {
  font-size: 19px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  line-height: 1.6;
}
.blog-article-content h2 {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  color: var(--text);
  margin: 40px 0 16px;
  letter-spacing: -.3px;
  line-height: 1.25;
}
.blog-article-content h3 {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  color: var(--text);
  margin: 28px 0 12px;
}
.blog-article-content p {
  margin-bottom: 18px;
}
.blog-article-content strong {
  color: var(--text);
  font-weight: 600;
}
.blog-article-content ul,
.blog-article-content ol {
  margin: 20px 0 24px;
  padding-left: 24px;
}
.blog-article-content li {
  margin-bottom: 10px;
}
.blog-article-content a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-tags {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-tag {
  background: var(--bg-2);
  color: var(--text-2);
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 100px;
}

.blog-cta {
  margin-top: 50px;
  padding: 40px;
  background: linear-gradient(135deg, var(--orange-soft), var(--bg-2));
  border: 1px solid var(--orange-soft-2);
  border-radius: 20px;
  text-align: center;
}
.blog-cta h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-cta p {
  color: var(--text-2);
  margin-bottom: 20px;
}

.blog-related {
  margin: 60px 0 80px;
  padding-top: 60px;
  border-top: 1px solid var(--border);
}
.blog-related h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 28px;
  text-align: center;
}

@media (max-width: 700px) {
  .blog-article-hero { height: 320px; }
  .blog-article-wrapper { margin: 40px auto 60px; padding: 0 16px; }
  .blog-article-content { font-size: 16px; }
  .blog-toolbar { flex-direction: column; }
  .blog-cta { padding: 28px 20px; }
}

/* ========== FOOTER İLETİŞİM DÜZELTMESİ ========== */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.5;
}
.footer-contact-item a {
  color: var(--text-2);
  display: inline;
}
.footer-contact-item a:hover {
  color: var(--orange);
}
.footer-contact-icon {
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 1px;
}

/* ========== GALERİ ========== */
.gallery-section {
  background: var(--bg-2);
  padding: 70px 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.gallery-item {
  display: block;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: var(--bg-3);
  transition: transform .25s, box-shadow .25s;
}
.gallery-item:hover {
  transform: scale(1.04);
  box-shadow: var(--shadow);
  z-index: 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item::after {
  content: '🔍';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  opacity: 0;
  transition: opacity .25s;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.gallery-item:hover::after {
  opacity: 1;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.open {
  display: flex;
}
.lightbox-img {
  max-width: 92vw;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s;
  backdrop-filter: blur(10px);
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.25);
}
.lightbox-close {
  top: 20px;
  right: 20px;
}
.lightbox-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  background: rgba(0,0,0,0.5);
  padding: 6px 14px;
  border-radius: 100px;
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .lightbox-prev, .lightbox-next { width: 40px; height: 40px; font-size: 22px; }
}
@media (max-width: 500px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ========== MOBIL DÜZELTMELERİ - PROMO BANNER ========== */

/* PROMO BANNER MOBIL */
@media (max-width: 700px) {
  .promo-banner {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.4;
  }
  .promo-banner-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .promo-banner-content strong {
    font-size: 12px;
    line-height: 1.3;
    display: block;
  }
  .promo-banner small {
    font-size: 11px;
    opacity: 0.9;
  }
  .promo-banner small::before {
    content: '';
  }
  .promo-badge {
    font-size: 11px;
    padding: 3px 10px;
    margin-bottom: 2px;
  }
}

@media (max-width: 400px) {
  .promo-banner {
    padding: 8px 10px;
  }
  .promo-banner-content strong {
    font-size: 11px;
  }
}

/* ========== LOGO RESİM ========== */
.logo-img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.footer-logo-img {
  display: block;
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
@media (max-width: 700px) {
  .logo-img {
    height: 40px;
    max-width: 160px;
  }
  .footer-logo-img {
    height: 48px;
    max-width: 180px;
  }
}

/* ========== MOBIL SECTION ARALARI ========== */
@media (max-width: 700px) {
  section { padding: 60px 0; }
  .gallery-section { padding: 50px 0; }
}
