/* ============================================================
   Dalaman VIP Taşımacılık — Tur Sitesi V2 görsel kimliği
   Renkler: petrol #066168 · amber #FFAA0D · Figtree/Afacad/Kaushan
   ============================================================ */
:root {
  --primary: #066168;
  --primary-hover: #054c52;
  --primary-dark: #043a3f;
  --primary-darker: #032b2f;
  --secondary: #FFAA0D;
  --secondary-hover: #e69200;
  --heading: #443935;
  --text: #346065;
  --text-muted: #5f7d81;
  --bg: #ffffff;
  --bg-soft: #f4f8f8;
  --bg-card: #ffffff;
  --border: #e2ecec;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 6px 24px rgba(4, 58, 63, .08);
  --shadow-lg: 0 16px 48px rgba(4, 58, 63, .14);
  --font-body: 'Figtree', system-ui, sans-serif;
  --font-head: 'Afacad', 'Figtree', sans-serif;
  --font-script: 'Kaushan Script', cursive;
  --container: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

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

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--heading); line-height: 1.2; }

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

.skip-link {
  position: absolute; top: -48px; left: 8px; z-index: 200;
  background: var(--primary); color: #fff; padding: 10px 18px; border-radius: 8px;
}
.skip-link:focus { top: 8px; color: #fff; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 28px; border-radius: 50px; border: 2px solid transparent;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  cursor: pointer; transition: all .25s ease; line-height: 1;
}
.btn-primary { background: var(--secondary); color: #1d1503; }
.btn-primary:hover { background: var(--secondary-hover); color: #1d1503; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255, 170, 13, .35); }
.btn-teal { background: var(--primary); color: #fff; }
.btn-teal:hover { background: var(--primary-hover); color: #fff; transform: translateY(-2px); }
.btn-outline { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-lg { padding: 16px 36px; font-size: 17px; }
.btn:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid var(--secondary); outline-offset: 2px;
}

/* ---------- Topbar ---------- */
.topbar { background: var(--primary-darker); color: #cfe6e8; font-size: 13px; position: relative; z-index: 60; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 12px; }
.topbar-contact { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-link { display: inline-flex; align-items: center; gap: 6px; color: #cfe6e8; }
.topbar-link:hover { color: var(--secondary); }

/* Dil seçici */
.lang-switcher { position: relative; }
.lang-current {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: #fff; padding: 5px 14px; border-radius: 30px; cursor: pointer;
  font-family: var(--font-body); font-size: 13px; transition: background .2s;
}
.lang-current:hover { background: rgba(255,255,255,.16); }
.lang-menu {
  position: absolute; top: calc(100% + 8px); inset-inline-end: 0; min-width: 170px;
  background: #fff; border-radius: 12px; box-shadow: var(--shadow-lg);
  list-style: none; padding: 6px; opacity: 0; visibility: hidden;
  transform: translateY(-6px); transition: all .2s ease; z-index: 100;
}
.lang-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu a {
  display: flex; align-items: center; gap: 10px; padding: 9px 14px;
  border-radius: 8px; color: var(--heading); font-size: 14px;
}
.lang-menu a:hover { background: var(--bg-soft); color: var(--primary); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--primary-dark);
  box-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-family: var(--font-head); font-size: 24px; font-weight: 500; color: #fff; line-height: 1; }
.logo-text b { color: var(--secondary); font-weight: 700; }
.logo-text small { display: block; font-size: 11px; letter-spacing: 3.5px; text-transform: uppercase; color: #9fc6c9; margin-top: 3px; font-family: var(--font-body); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a { color: #d9ebec; font-weight: 500; font-size: 15px; position: relative; padding: 6px 0; }
.main-nav > a:hover, .main-nav > a.active { color: #fff; }
.main-nav > a:not(.nav-cta)::after {
  content: ''; position: absolute; bottom: 0; inset-inline-start: 0; width: 0; height: 2px;
  background: var(--secondary); transition: width .25s;
}
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.nav-cta { margin-inline-start: 8px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; margin: 5px 0; border-radius: 2px; transition: all .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: #043a3f;
  padding: 110px 0 150px;
}

/* Marmaris cennet koyları slaytı: crossfade + yavaş zoom (Ken Burns) */
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 60%;
  opacity: 0; transition: opacity 1.8s ease-in-out;
  will-change: opacity, transform; transform: scale(1.001);
}
.hero-slide.active { opacity: 1; animation: heroZoom 9s ease-out forwards; }
@keyframes heroZoom {
  from { transform: scale(1.001); }
  to   { transform: scale(1.09); }
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(255,170,13,.14), transparent 60%),
    linear-gradient(105deg, rgba(3,43,47,.96) 0%, rgba(4,58,63,.86) 40%, rgba(5,76,82,.5) 75%, rgba(6,97,104,.4) 100%);
}
.hero-dots {
  position: absolute; inset-inline-end: 26px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 11px; z-index: 5;
}
.hero-dots button {
  width: 12px; height: 12px; border-radius: 50%; padding: 0; cursor: pointer;
  border: 2px solid rgba(255,255,255,.65); background: transparent;
  transition: background .25s, border-color .25s, transform .25s;
}
.hero-dots button:hover { border-color: #fff; }
.hero-dots button.active { background: var(--secondary); border-color: var(--secondary); transform: scale(1.25); }
@media (max-width: 768px) { .hero-dots { display: none; } }

.hero-decor { position: absolute; inset: 0; pointer-events: none; z-index: 2; overflow: hidden; }

/* Amber hilal — yavaşça salınır */
.decor-arc {
  position: absolute; width: 700px; height: 700px;
  inset-inline-start: 27%; top: -230px; opacity: .8;
  animation: arcSway 14s ease-in-out infinite alternate;
}
.decor-arc circle { stroke-width: 46; stroke-dasharray: 880 2074; }
@keyframes arcSway {
  from { transform: rotate(-4deg) translateY(0); }
  to   { transform: rotate(5deg) translateY(16px); }
}

/* Yörünge halkaları — dönen noktalar */
.decor-orbit { position: absolute; width: 620px; height: 620px; }
.orbit-1 { inset-inline-end: 6%; top: 4%; animation: orbitSpin 36s linear infinite; }
.orbit-2 { inset-inline-end: 14%; top: 22%; width: 460px; height: 460px; animation: orbitSpin 52s linear infinite reverse; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

/* Kesikli rota + uçak */
.decor-flight { position: absolute; inset-inline-start: 44%; top: 9%; width: 480px; }
.flight-path { animation: dashMove 2.6s linear infinite; }
@keyframes dashMove { to { stroke-dashoffset: -16; } }
.flight-plane { animation: planeFly 12s ease-in-out infinite; transform-origin: center; }
@keyframes planeFly {
  0%   { transform: translate(-30px, 122px) rotate(-16deg); opacity: 0; }
  8%   { opacity: 1; }
  35%  { transform: translate(150px, 55px) rotate(4deg); }
  65%  { transform: translate(320px, 68px) rotate(-10deg); }
  92%  { opacity: 1; }
  100% { transform: translate(520px, 6px) rotate(-14deg); opacity: 0; }
}

/* Bulutlar — süzülme */
.decor-cloud { position: absolute; }
.cloud-1 { width: 120px; top: 16%; inset-inline-start: -140px; animation: cloudDrift 46s linear infinite; }
.cloud-2 { width: 84px; top: 34%; inset-inline-start: -110px; animation: cloudDrift 64s linear infinite; animation-delay: -24s; }
@keyframes cloudDrift {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(100vw + 300px)); }
}

/* Eğik rozet */
.hero-badge {
  position: absolute; z-index: 2; top: 11%; inset-inline-end: 48%;
  transform: rotate(-10deg); text-align: center; color: #fff; line-height: 1.05;
  text-shadow: 0 4px 18px rgba(0,0,0,.35);
  animation: badgeFloat 5s ease-in-out infinite alternate;
}
.hero-badge small { display: block; font-size: 16px; font-weight: 500; }
.hero-badge strong { display: block; font-family: var(--font-head); font-size: 58px; font-weight: 700; color: var(--secondary); }
.hero-badge span { display: block; font-size: 15px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
@keyframes badgeFloat {
  from { transform: rotate(-10deg) translateY(0); }
  to   { transform: rotate(-7deg) translateY(-10px); }
}

/* Bizi takip edin */
.hero-follow { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.hero-follow span { font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; color: #cfe6e8; }
.hero-follow .follow-line { width: 54px; height: 1px; background: rgba(255,255,255,.4); }
.hero-follow a {
  color: #fff; opacity: .85; display: inline-flex;
  transition: opacity .2s, transform .2s;
}
.hero-follow a:hover { opacity: 1; transform: translateY(-2px); color: var(--secondary); }

/* Giriş animasyonları */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
.hero-welcome { animation: fadeUp .7s .1s both; }
.hero h1 { animation: fadeUp .7s .22s both; }
.hero .hero-sub { animation: fadeUp .7s .34s both; }
.hero p.lead { animation: fadeUp .7s .48s both; font-style: italic; }
.hero-actions { animation: fadeUp .7s .62s both; }
.hero-follow { animation: fadeUp .7s .76s both; }
.booking-card { animation: fadeUp .8s .5s both; }

.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-welcome {
  font-family: var(--font-script); font-size: clamp(26px, 4vw, 40px);
  color: var(--secondary); display: block; margin-bottom: 6px;
  transform: rotate(-2deg);
}
.hero h1 {
  font-family: var(--font-script); color: #fff; font-weight: 400;
  font-size: clamp(56px, 9vw, 108px); line-height: 1.05; margin-bottom: 4px;
}
.hero .hero-sub {
  font-family: var(--font-head); font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: #cfe6e8;
}
.hero p.lead { max-width: 480px; margin: 22px 0 34px; font-size: 17px; font-weight: 300; color: #d9ebec; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero rezervasyon kartı */
.booking-card {
  background: #fff; border-radius: var(--radius-lg); padding: 30px;
  box-shadow: var(--shadow-lg); color: var(--text);
}
.booking-card h2 {
  font-size: 24px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px;
}
.booking-card h2::before {
  content: ''; width: 34px; height: 4px; background: var(--secondary); border-radius: 4px;
}
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-grid .full { grid-column: 1 / -1; }

/* ---------- Form elemanları ---------- */
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--heading); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--border);
  border-radius: 10px; font-family: var(--font-body); font-size: 15px; color: var(--heading);
  background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(6, 97, 104, .12);
}
.field textarea { resize: vertical; min-height: 100px; }

/* ---------- Bölümler ---------- */
.section { padding: 90px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.section-head .script { font-family: var(--font-script); color: var(--secondary); font-size: 26px; display: block; margin-bottom: 8px; }
.section-head h2 { font-size: clamp(30px, 4.5vw, 44px); margin-bottom: 12px; }
.section-head p { color: var(--text-muted); }

/* ---------- Adımlar ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step {
  text-align: center; padding: 38px 26px; background: #fff;
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  position: relative; transition: transform .25s, box-shadow .25s;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.step-num {
  position: absolute; top: 14px; inset-inline-end: 18px;
  font-family: var(--font-head); font-size: 44px; font-weight: 700;
  color: var(--bg-soft); -webkit-text-stroke: 1.5px var(--border); line-height: 1;
}
.step-icon {
  width: 74px; height: 74px; margin: 0 auto 20px; border-radius: 50%;
  background: linear-gradient(140deg, var(--primary), var(--primary-hover));
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--text-muted); }

/* ---------- Güzergâh kartları ---------- */
.routes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.route-card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.route-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.route-media {
  height: 158px; position: relative;
  background: linear-gradient(150deg, var(--primary) 0%, var(--primary-dark) 100%);
  background-size: cover; background-position: center;
  display: flex; align-items: flex-end; padding: 16px;
}
.route-media::after {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80'%3E%3Cpath d='M0 80 L0 55 Q30 25 60 48 T120 42 T200 50 L200 80 Z' fill='rgba(255,255,255,0.07)'/%3E%3Cpath d='M0 80 L0 68 Q40 45 85 60 T200 62 L200 80 Z' fill='rgba(255,255,255,0.09)'/%3E%3Ccircle cx='165' cy='20' r='11' fill='rgba(255,170,13,0.75)'/%3E%3C/svg%3E") center/cover no-repeat;
}
.route-media.has-photo::after {
  /* Fotoğraflı kartlarda dalga deseni yerine başlık için alt karartma */
  background: linear-gradient(to top, rgba(3,43,47,.82) 0%, rgba(3,43,47,.25) 55%, rgba(3,43,47,.05) 100%);
}
.route-media h3 {
  position: relative; z-index: 1; color: #fff; font-size: 22px; font-weight: 600;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}
.route-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.route-meta { display: flex; gap: 14px; font-size: 13.5px; color: var(--text-muted); }
.route-meta span { display: inline-flex; align-items: center; gap: 5px; }
.route-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.route-price small { display: block; font-size: 11.5px; color: var(--text-muted); }
.route-price strong { font-family: var(--font-head); font-size: 26px; color: var(--primary); }
.route-foot .btn { padding: 9px 18px; font-size: 13.5px; }

/* ---------- Filo ---------- */
.fleet-card {
  display: grid; grid-template-columns: 1fr 1fr; background: #fff;
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
}
.fleet-media {
  background: linear-gradient(140deg, var(--primary-dark), var(--primary));
  display: flex; align-items: center; justify-content: center; padding: 0; min-height: 340px;
  overflow: hidden; position: relative;
}
.fleet-media img {
  width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;
}
.fleet-body { padding: 44px; }
.fleet-body h3 { font-size: 30px; margin-bottom: 6px; }
.fleet-badges { display: flex; gap: 12px; margin: 18px 0 22px; flex-wrap: wrap; }
.fleet-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: 30px;
  font-size: 14px; font-weight: 600; color: var(--primary);
}
.fleet-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-bottom: 28px; }
.fleet-features li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; }
.fleet-features li svg { color: var(--secondary); flex-shrink: 0; }

/* ---------- Neden biz ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg); padding: 32px 26px; color: #d9ebec;
  transition: background .25s, transform .25s;
}
.why-card:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.why-icon {
  width: 58px; height: 58px; border-radius: 16px; background: var(--secondary);
  color: #1d1503; display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.why-card h3 { color: #fff; font-size: 20px; margin-bottom: 8px; }
.why-card p { font-size: 14.5px; }
.section-dark {
  background:
    radial-gradient(900px 400px at 10% 110%, rgba(255,170,13,.12), transparent 60%),
    linear-gradient(150deg, #054c52, #032b2f);
  color: #d9ebec;
}
.section-dark .section-head h2 { color: #fff; }
.section-dark .section-head p { color: #b8d4d6; }

/* İstatistikler */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; }
.stat { text-align: center; padding: 24px 10px; border-radius: var(--radius); background: rgba(255,255,255,.05); }
.stat strong { display: block; font-family: var(--font-head); font-size: clamp(34px, 5vw, 48px); color: var(--secondary); line-height: 1.1; }
.stat span { font-size: 14px; color: #b8d4d6; }

/* ---------- Yorumlar ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card {
  background: #fff; border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow); position: relative;
}
.testi-card::before {
  content: '\201C'; position: absolute; top: 10px; inset-inline-end: 24px;
  font-family: var(--font-head); font-size: 90px; color: var(--bg-soft); line-height: 1;
}
.testi-stars { color: var(--secondary); letter-spacing: 3px; margin-bottom: 14px; font-size: 15px; }
.testi-card p { font-size: 15px; margin-bottom: 20px; position: relative; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(140deg, var(--primary), var(--primary-hover));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 18px;
}
.testi-author strong { display: block; color: var(--heading); font-size: 15px; }
.testi-author small { color: var(--text-muted); font-size: 13px; }

/* ---------- CTA bandı ---------- */
.cta-band {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background:
    radial-gradient(700px 300px at 90% 20%, rgba(255,170,13,.25), transparent 55%),
    linear-gradient(140deg, var(--primary), var(--primary-dark));
  color: #fff; padding: 64px 48px; text-align: center;
}
.cta-band h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); margin-bottom: 12px; }
.cta-band p { max-width: 520px; margin: 0 auto 30px; color: #d9ebec; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-wa { background: #25D366; color: #06300f; }
.btn-wa:hover { background: #1fb457; color: #06300f; transform: translateY(-2px); }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.page-hero {
  background:
    radial-gradient(800px 300px at 85% 0%, rgba(255,170,13,.14), transparent 60%),
    linear-gradient(155deg, #054c52, #032b2f);
  color: #fff; padding: 72px 0; text-align: center;
}
.page-hero .script { font-family: var(--font-script); color: var(--secondary); font-size: 26px; display: block; margin-bottom: 6px; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 5vw, 52px); }
.page-hero p { color: #b8d4d6; margin-top: 10px; }

/* ---------- Hizmet kartları ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: #fff; border-radius: var(--radius-lg); padding: 34px 28px;
  box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s;
  border-top: 4px solid transparent;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-top-color: var(--secondary); }
.service-icon {
  width: 62px; height: 62px; border-radius: 18px;
  background: linear-gradient(140deg, var(--primary), var(--primary-hover));
  color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.service-card h3 { font-size: 21px; margin-bottom: 10px; }
.service-card p { font-size: 14.5px; color: var(--text-muted); }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.contact-info-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.contact-info-card h3 { font-size: 22px; margin-bottom: 20px; }
.contact-line { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.contact-line:last-child { border-bottom: 0; }
.contact-line .ico {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: var(--bg-soft); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.contact-line strong { display: block; color: var(--heading); font-size: 14px; }
.contact-line a, .contact-line span { font-size: 15px; }
.form-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 22px; margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }

/* ---------- Uyarılar ---------- */
.alert { padding: 16px 20px; border-radius: 12px; margin-bottom: 24px; font-size: 15px; }
.alert-success { background: #e8f8ee; color: #14683a; border: 1px solid #b5e6c8; }
.alert-success strong { font-size: 17px; }
.alert-error { background: #fdeeee; color: #a33030; border: 1px solid #f2c5c5; }

/* ---------- Hakkımızda ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.about-text p { margin-bottom: 16px; }
.mv-grid { display: grid; gap: 18px; }
.mv-card {
  background: #fff; border-radius: var(--radius-lg); padding: 28px;
  box-shadow: var(--shadow); border-inline-start: 4px solid var(--secondary);
}
.mv-card h3 { font-size: 20px; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.mv-card h3 svg { color: var(--secondary); }

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 80;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45); transition: transform .2s;
}
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--primary-darker); color: #9fc6c9; position: relative; margin-top: 90px; }
.footer-wave { color: var(--primary-darker); position: absolute; top: -58px; left: 0; right: 0; height: 60px; }
.footer-wave svg { width: 100%; height: 100%; display: block; }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1.2fr 1.3fr; gap: 38px; padding: 60px 20px 44px;
}
.footer-col h3 { color: #fff; font-size: 18px; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: #9fc6c9; font-size: 14.5px; }
.footer-col a:hover { color: var(--secondary); }
.footer-brand p { font-size: 14.5px; margin: 14px 0 18px; }
.logo-footer .logo-text { font-size: 21px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.07); color: #cfe6e8; transition: all .2s;
}
.footer-social a:hover { background: var(--secondary); color: #1d1503; transform: translateY(-2px); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { margin-top: 4px; flex-shrink: 0; color: var(--secondary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; padding-bottom: 18px; gap: 14px; flex-wrap: wrap; font-size: 13.5px; }
.footer-langs { display: flex; gap: 10px; font-size: 18px; }
.footer-langs a { opacity: .75; transition: opacity .2s, transform .2s; }
.footer-langs a:hover { opacity: 1; transform: scale(1.15); }

/* ---------- Görünürlük animasyonu ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- RTL ---------- */
[dir="rtl"] .hero-welcome { transform: rotate(2deg); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .booking-card { max-width: 560px; }
  .hero-badge { display: none; }
  .decor-flight { inset-inline-start: 55%; top: 4%; }
  .decor-arc { inset-inline-start: 45%; }
  .routes-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .fleet-card { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .hero { padding: 70px 0 100px; }
  .steps { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .booking-grid, .form-grid { grid-template-columns: 1fr; }
  .topbar-email { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }

  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; top: 0; inset-inline-end: -100%; width: min(320px, 84vw); height: 100vh;
    background: var(--primary-darker); flex-direction: column; align-items: flex-start;
    padding: 90px 30px 30px; gap: 20px; transition: inset-inline-end .3s ease; z-index: 90;
    box-shadow: -10px 0 40px rgba(0,0,0,.3);
  }
  .main-nav.open { inset-inline-end: 0; }
  .nav-toggle { position: relative; z-index: 95; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}
@media (max-width: 520px) {
  .routes-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .fleet-features { grid-template-columns: 1fr; }
}
