/* ============ Pati Vip Servis — Dalmaçyalı (siyah-beyaz benek) tema ============ */

:root {
  --bg: #fafafa;
  --bg-2: #f0f0f0;
  --bg-3: #e4e4e4;
  --card: #ffffff;
  --ink: #111111;
  --coral: #111111;
  --coral-dark: #000000;
  --coral-light: #2a2a2a;
  --teal: #333333;
  --teal-light: #d8d8d8;
  --sun: #1a1a1a;
  --text: #111111;
  --text-muted: #5c5c5c;
  --border: rgba(17, 17, 17, 0.85);
  --border-soft: rgba(17, 17, 17, 0.12);
  --radius: 28px;
  --shadow: 0 14px 0 rgba(17, 17, 17, 0.12), 0 18px 40px rgba(17, 17, 17, 0.1);
  --shadow-soft: 0 6px 0 rgba(17, 17, 17, 0.06), 0 10px 24px rgba(17, 17, 17, 0.06);
  --font-display: "Baloo 2", cursive;
  --font-body: "Nunito", sans-serif;
  --spots:
    radial-gradient(circle at 12% 18%, #111 0 9px, transparent 10px),
    radial-gradient(circle at 28% 62%, #111 0 6px, transparent 7px),
    radial-gradient(circle at 48% 12%, #111 0 12px, transparent 13px),
    radial-gradient(circle at 68% 38%, #111 0 5px, transparent 6px),
    radial-gradient(circle at 82% 72%, #111 0 10px, transparent 11px),
    radial-gradient(circle at 8% 88%, #111 0 7px, transparent 8px),
    radial-gradient(circle at 92% 14%, #111 0 6px, transparent 7px),
    radial-gradient(circle at 55% 88%, #111 0 8px, transparent 9px),
    radial-gradient(circle at 38% 42%, #111 0 4px, transparent 5px),
    radial-gradient(circle at 74% 8%, #111 0 5px, transparent 6px);
  --spots-dense:
    radial-gradient(circle at 10% 20%, #111 0 7px, transparent 8px),
    radial-gradient(circle at 22% 55%, #111 0 5px, transparent 6px),
    radial-gradient(circle at 40% 15%, #111 0 10px, transparent 11px),
    radial-gradient(circle at 58% 48%, #111 0 4px, transparent 5px),
    radial-gradient(circle at 70% 22%, #111 0 8px, transparent 9px),
    radial-gradient(circle at 85% 60%, #111 0 6px, transparent 7px),
    radial-gradient(circle at 15% 80%, #111 0 9px, transparent 10px),
    radial-gradient(circle at 48% 78%, #111 0 5px, transparent 6px),
    radial-gradient(circle at 92% 30%, #111 0 7px, transparent 8px),
    radial-gradient(circle at 33% 35%, #111 0 4px, transparent 5px),
    radial-gradient(circle at 78% 85%, #111 0 8px, transparent 9px),
    radial-gradient(circle at 5% 45%, #111 0 5px, transparent 6px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  color-scheme: light;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.04;
  background: var(--spots);
  background-size: 480px 440px;
}

.container {
  width: min(1180px, 92%);
  margin-inline: auto;
}

.container-narrow { width: min(820px, 92%); }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; }

h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); font-weight: 700; }
h3 { font-size: 1.22rem; font-weight: 700; }

.gold-text {
  color: var(--ink);
  background: none;
  -webkit-text-fill-color: unset;
  position: relative;
  display: inline;
  text-decoration: none;
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  border: 3px solid var(--ink);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s;
  font-family: var(--font-body);
}

.btn-gold {
  background: var(--ink);
  color: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.btn-gold:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

/* Hero'daki siyah butonun gölgesi butonla birleşmesin */
.hero .btn-gold {
  box-shadow:
    5px 5px 0 #bdbdbd,
    0 12px 24px rgba(17, 17, 17, 0.16);
}

.hero .btn-gold:hover {
  box-shadow:
    7px 7px 0 #a8a8a8,
    0 14px 28px rgba(17, 17, 17, 0.2);
}

.btn-outline {
  border: 3px solid var(--ink);
  color: var(--ink);
  background: #fff;
  box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.15);
}

.btn-outline:hover {
  background: var(--bg-2);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.2);
}

.btn-lg { padding: 16px 36px; font-size: 1.03rem; }
.btn-block { width: 100%; justify-content: center; }

/* WhatsApp aksiyonu — marka yeşili */
.btn-whatsapp {
  border: 3px solid #128c4a;
  background: #25d366;
  color: #05331a;
  box-shadow: 4px 4px 0 #0b6b39;
}

.btn-whatsapp:hover {
  background: #1fbe5b;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #0b6b39;
}

/* ---------- Navbar ---------- */
.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 18px 0;
  overflow: visible;
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
  background: rgba(250, 250, 250, 0.94);
  backdrop-filter: blur(14px);
  padding: 10px 0;
  box-shadow: 0 4px 0 rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  /* Navbar yüksekliği menü/butona göre kalsın; logo taşabilir */
  min-height: 48px;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 120px;
  height: 48px;
  overflow: visible;
  text-decoration: none;
  line-height: 0;
  z-index: 2;
}

.logo-img {
  position: absolute;
  left: 0;
  top: 94%;
  transform: translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
}

.logo-text {
  display: none;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.15;
  white-space: nowrap;
}

/* Sticky: logo boyutu aynı kalır, yanına yazı gelir; taşma navbar overflow ile kesilir */
.navbar.scrolled .logo {
  width: auto;
  min-width: 120px;
  padding-left: 120px;
}

.navbar.scrolled .logo-text {
  display: block;
}

.nav-links {
  display: flex;
  gap: 26px;
  margin-left: auto;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--coral); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.hamburger span {
  width: 24px;
  height: 3px;
  background: var(--text);
  border-radius: 3px;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 130px 0 120px;
  background: #fff;
  overflow-x: clip;
  overflow-y: visible;
}

/* Kenarlarda çok hafif benek — metin alanına girmez */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--spots);
  background-size: 480px 440px;
  opacity: 0.12;
  -webkit-mask-image: radial-gradient(ellipse 55% 70% at 20% 45%, transparent 55%, #000 100%);
  mask-image: radial-gradient(ellipse 55% 70% at 20% 45%, transparent 55%, #000 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ink);
  bottom: 18%;
  right: 6%;
  opacity: 0.35;
  pointer-events: none;
  box-shadow:
    -70px 50px 0 -8px rgba(17, 17, 17, 0.25),
    50px -70px 0 -10px rgba(17, 17, 17, 0.2),
    -30px -100px 0 -12px rgba(17, 17, 17, 0.18);
}

.hero-bg-glow {
  display: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 8px 12px 8px 0;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 85%,
    rgba(255, 255, 255, 0) 100%
  );
}

.badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 999px;
  border: 3px solid var(--ink);
  background: #fff;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
  box-shadow: 3px 3px 0 var(--ink);
}

.hero-sub {
  color: var(--text-muted);
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 540px;
  margin: 20px 0 32px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 52px;
}

.stat { display: block; }

.stat-num, .stat-plus {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--coral);
}

.stat-label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-top: -4px;
}

.stat-divider {
  width: 3px;
  height: 44px;
  background: var(--ink);
  border-radius: 2px;
  opacity: 0.2;
}

/* Hero scene animasyonu */
.hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  justify-self: end;
}

.scene {
  position: relative;
  width: 145%;
  max-width: 900px;
  margin-left: -20%;
  aspect-ratio: 1024 / 768;
  isolation: isolate;
  animation: sceneIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.scene img {
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.scene-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.van {
  position: absolute;
  z-index: 2;
  width: 82%;
  left: 9%;
  bottom: 11%;
  animation: vanDriveIn 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.van__bob {
  width: 100%;
  transform-origin: 50% 90%;
  filter: drop-shadow(0 18px 16px rgba(26, 35, 48, 0.22));
  animation: vanBob 2.4s ease-in-out 1.7s infinite;
}

.van__bob img {
  width: 100%;
  height: auto;
}

.road-dust {
  position: absolute;
  z-index: 2;
  left: 18%;
  bottom: 13%;
  width: 64%;
  height: 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(196, 120, 92, 0.35), transparent 70%);
  opacity: 0;
  animation: dustPulse 2.4s ease-in-out 1.7s infinite;
}

.pettaxi {
  position: absolute;
  z-index: 4;
  width: 12.8%;
  left: 33%;
  bottom: 11%;
  animation: charInLeft 1s cubic-bezier(0.22, 1, 0.36, 1) 1.05s both;
}

.pettaxi__idle {
  width: 100%;
  transform-origin: 50% 100%;
  filter: drop-shadow(0 10px 8px rgba(26, 35, 48, 0.18));
  animation: charIdleAlt 2.6s ease-in-out 2.1s infinite;
}

.pettaxi__idle img {
  width: 100%;
  height: auto;
}

.musteri {
  position: absolute;
  z-index: 3;
  width: 19.8%;
  left: 46%;
  bottom: 11%;
  animation: charInRight 1.05s cubic-bezier(0.22, 1, 0.36, 1) 1.15s both;
}

.musteri__idle {
  width: 100%;
  transform-origin: 50% 100%;
  filter: drop-shadow(0 10px 8px rgba(26, 35, 48, 0.18));
  animation: charIdle 2.8s ease-in-out 2.2s infinite;
}

.musteri__idle img {
  width: 100%;
  height: auto;
}

@keyframes sceneIn {
  from { opacity: 0; transform: translateY(28px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes vanDriveIn {
  from { opacity: 0; transform: translateX(42%) translateY(6px); }
  to { opacity: 1; transform: translateX(0) translateY(0); }
}

@keyframes vanBob {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  40% { transform: translateY(-5px) rotate(-0.4deg); }
  70% { transform: translateY(-2px) rotate(0.25deg); }
}

@keyframes charInLeft {
  from { opacity: 0; transform: translateX(-28px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes charInRight {
  from { opacity: 0; transform: translateX(32px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes charIdle {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-4px) rotate(0.6deg); }
}

@keyframes charIdleAlt {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-3px) rotate(-0.5deg); }
}

@keyframes dustPulse {
  0%, 100% { opacity: 0.35; transform: scaleX(1); }
  50% { opacity: 0.55; transform: scaleX(1.08); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media (prefers-reduced-motion: reduce) {
  .scene,
  .van,
  .musteri,
  .pettaxi,
  .van__bob,
  .musteri__idle,
  .pettaxi__idle,
  .road-dust,
  .vehicle-mascot {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0;
}

.hero-wave svg { width: 100%; height: 80px; }

/* ---------- Bölümler ---------- */
.section { padding: 100px 0; background: var(--bg-2); position: relative; }
.section-dark { background: #fff; }

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--spots);
  background-size: 400px 360px;
  opacity: 0.08;
  pointer-events: none;
}

.section-dark::before { opacity: 0.06; }

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
  position: relative;
}

.section-head p { color: var(--text-muted); font-weight: 500; margin-top: 14px; }

.section-tag {
  display: inline-block;
  color: #fff;
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
}

/* ---------- Hizmet kartları ---------- */
#hizmetler { overflow: hidden; }

/* Kedi maskotu: yalnızca dış boşluğun yeterli olduğu geniş ekranlarda görünür,
   böylece kart yazılarının üstüne binmez. */
.services-cat {
  display: none;
  position: absolute;
  right: 270px;
  bottom: 625px;
  width: clamp(200px, 13vw, 280px);
  height: auto;
  z-index: 0 !important;
  pointer-events: none;
  filter: drop-shadow(-6px 8px 0 rgba(17, 17, 17, 0.1));
  animation: float 6s ease-in-out infinite;
}

@media (min-width: 1600px) {
  .services-cat { display: block; }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  background: var(--card);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  padding: 34px 28px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: -22px 18px 0 -3px var(--ink), 8px 28px 0 -5px var(--ink);
  opacity: 0.9;
  pointer-events: none;
}

.service-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--ink);
}

.service-card.featured {
  border-color: var(--ink);
  background: #fff;
  overflow: visible;
}

.featured-tag {
  position: absolute;
  top: -14px;
  right: 20px;
  background: var(--ink);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 6px 15px;
  border-radius: 999px;
  letter-spacing: 0.03em;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 #fff, 5px 5px 0 var(--ink);
  z-index: 2;
}

.service-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 50%;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  box-shadow: 3px 3px 0 var(--ink);
}

.service-card:hover .service-icon { transform: scale(1.12) rotate(6deg); }

.service-card h3 { margin-bottom: 8px; }
.service-card p { color: var(--text-muted); font-size: 0.95rem; font-weight: 500; }

/* ---------- Araç ---------- */
.vehicle-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.vehicle-visual {
  position: relative;
}

.vehicle-mascot {
  position: absolute;
  left: -38%;
  bottom: -6%;
  width: 46%;
  height: auto;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(-4px 6px 0 rgba(17, 17, 17, 0.12));
  animation: mascotPeek 4.5s ease-in-out infinite;
  transform-origin: bottom center;
}

.vehicle-mascot-top {
  display: none;
}

@keyframes mascotPeek {
  0%, 100% { transform: scaleX(-1) translateY(0) rotate(0deg); }
  50% { transform: scaleX(-1) translateY(-10px) rotate(-1.5deg); }
}

.vehicle-frame {
  position: relative;
  aspect-ratio: 1 / 0.85;
  border-radius: 34px;
  background:
    var(--spots-dense),
    #fff;
  background-size: 220px 200px, auto;
  border: 4px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 8px 8px 0 var(--ink);
}

.vehicle-emoji {
  font-size: clamp(6rem, 12vw, 10rem);
  filter: drop-shadow(0 12px 0 rgba(17, 17, 17, 0.15));
  animation: float 7s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.vehicle-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.5) 48%, transparent 60%);
  animation: shine 5s ease-in-out infinite;
}

@keyframes shine {
  0%, 60%, 100% { transform: translateX(-100%); }
  30% { transform: translateX(100%); }
}

.vehicle-content > p { color: var(--text-muted); font-weight: 500; margin: 16px 0 30px; }

.vehicle-features {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.vehicle-features li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.feat-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 3px 3px 0 var(--ink);
}

.vehicle-features strong { display: block; font-size: 0.98rem; }
.vehicle-features span:not(.feat-icon) { color: var(--text-muted); font-size: 0.87rem; font-weight: 500; }

/* ---------- Adımlar (animasyonlu) ---------- */
.steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.step {
  flex: 1;
  max-width: 320px;
  text-align: center;
  background: var(--card);
  border-radius: var(--radius);
  padding: 36px 26px 34px;
  box-shadow: 5px 5px 0 var(--ink);
  border: 3px solid var(--ink);
  opacity: 0;
  transform: translateY(36px) scale(0.96);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.steps.is-visible .step[data-step="1"] {
  transition-delay: 0.05s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.steps.is-visible .step[data-step="2"] {
  transition-delay: 0.28s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.steps.is-visible .step[data-step="3"] {
  transition-delay: 0.52s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.step:hover {
  transform: translate(-3px, -3px) scale(1.02);
  box-shadow: 8px 8px 0 var(--ink);
}

.steps.is-visible .step:hover {
  transform: translate(-3px, -3px) scale(1.02);
}

.step-icon-wrap {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  font-size: 2.2rem;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
  opacity: 0;
  transform: scale(0.6) rotate(-8deg);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.steps.is-visible .step[data-step="1"] .step-icon {
  transition-delay: 0.18s;
  opacity: 1;
  transform: scale(1) rotate(0deg);
  animation: stepIconFloat 3s ease-in-out 0.8s infinite;
}

.steps.is-visible .step[data-step="2"] .step-icon {
  transition-delay: 0.42s;
  opacity: 1;
  transform: scale(1) rotate(0deg);
  animation: stepIconFloat 3.2s ease-in-out 1.05s infinite;
}

.steps.is-visible .step[data-step="3"] .step-icon {
  transition-delay: 0.66s;
  opacity: 1;
  transform: scale(1) rotate(0deg);
  animation: stepIconFloat 2.8s ease-in-out 1.3s infinite;
}

.step-num {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--ink);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.steps.is-visible .step[data-step="1"] .step-num {
  transition-delay: 0.32s;
  opacity: 1;
  transform: scale(1);
}

.steps.is-visible .step[data-step="2"] .step-num {
  transition-delay: 0.56s;
  opacity: 1;
  transform: scale(1);
}

.steps.is-visible .step[data-step="3"] .step-num {
  transition-delay: 0.8s;
  opacity: 1;
  transform: scale(1);
  animation: stepNumPulse 2.4s ease-in-out 1.4s infinite;
}

.step h3 {
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.step p {
  color: var(--text-muted);
  font-size: 0.93rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.steps.is-visible .step[data-step="1"] h3,
.steps.is-visible .step[data-step="1"] p {
  transition-delay: 0.38s;
  opacity: 1;
  transform: translateY(0);
}

.steps.is-visible .step[data-step="2"] h3,
.steps.is-visible .step[data-step="2"] p {
  transition-delay: 0.62s;
  opacity: 1;
  transform: translateY(0);
}

.steps.is-visible .step[data-step="3"] h3,
.steps.is-visible .step[data-step="3"] p {
  transition-delay: 0.86s;
  opacity: 1;
  transform: translateY(0);
}

.steps.is-visible .step[data-step="1"] p { transition-delay: 0.46s; }
.steps.is-visible .step[data-step="2"] p { transition-delay: 0.7s; }
.steps.is-visible .step[data-step="3"] p { transition-delay: 0.94s; }

.step-arrow {
  align-self: center;
  position: relative;
  width: 54px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.steps.is-visible .step-arrow:nth-of-type(2) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateX(0);
}

.steps.is-visible .step-arrow:nth-of-type(4) {
  transition-delay: 0.64s;
  opacity: 1;
  transform: translateX(0);
}

.step-arrow-chevrons {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -2px;
  opacity: 0;
  animation: none;
}

.steps.is-visible .step-arrow-chevrons {
  animation: stepChevronSlide 1.4s ease-in-out infinite;
}

@keyframes stepIconFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(2deg); }
}

@keyframes stepNumPulse {
  0%, 100% { box-shadow: 0 0 0 3px var(--ink); }
  50% { box-shadow: 0 0 0 3px var(--ink), 0 0 0 10px rgba(17, 17, 17, 0.12); }
}

@keyframes stepChevronSlide {
  0%, 100% { opacity: 0; transform: translateX(-6px); }
  40%, 60% { opacity: 0.9; transform: translateX(2px); }
}

@keyframes stepChevronSlideDown {
  0%, 100% { opacity: 0; transform: rotate(90deg) translateX(-6px); }
  40%, 60% { opacity: 0.9; transform: rotate(90deg) translateX(2px); }
}

@media (prefers-reduced-motion: reduce) {
  .step,
  .step-icon,
  .step-num,
  .step h3,
  .step p,
  .step-arrow {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .step-arrow-chevrons {
    animation: none !important;
    opacity: 0.7 !important;
  }
}

/* ---------- Yorumlar ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial {
  background: var(--card);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--ink); }

.stars { color: var(--ink); letter-spacing: 3px; font-size: 1.05rem; }

.testimonial blockquote {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  font-style: italic;
  flex: 1;
}

.testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 13px;
}

.avatar {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: var(--bg-2);
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.testimonial figcaption strong { display: block; font-size: 0.96rem; }
.testimonial figcaption span:not(.avatar) { color: var(--text-muted); font-size: 0.83rem; font-weight: 600; }

/* ---------- Fiyat hesaplayıcı ---------- */
.quote-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 560px;
  margin-inline: auto;
}

.quote-form,
.quote-result {
  background: var(--card);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 32px 28px;
  box-shadow: 6px 6px 0 var(--ink);
}

.quote-fields {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.form-group { margin-bottom: 18px; }

.form-group label {
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 7px;
}

.form-group input {
  width: 100%;
  padding: 13px 16px;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 14px;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.form-group input:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.12);
}

/* ---------- Özel tarih & saat seçici ---------- */
/* Fiyat bölümünü üstte tut ki açılan takvim/saat sonraki bölümün altında kalmasın */
#fiyat { z-index: 6; }

.picker { position: relative; }

.picker-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 16px;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 14px;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.15s;
}

.picker-trigger svg { flex-shrink: 0; color: var(--ink); }

.picker-trigger:hover { box-shadow: 3px 3px 0 var(--ink); transform: translate(-1px, -1px); }

.picker-trigger[aria-expanded="true"] {
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.12);
}

.picker-value.is-empty { color: #9a9a9a; font-weight: 600; }

.picker-pop {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 3px solid var(--ink);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--ink);
  padding: 12px;
  animation: pickerIn 0.16s ease;
}

@keyframes pickerIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Takvim */
.date-pop { width: min(320px, 88vw); }

.date-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.date-head strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
}

.date-nav {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  background: #fff;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.15s, color 0.15s;
}

.date-nav:hover { background: var(--ink); color: #fff; }

.date-week,
.date-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.date-week {
  margin-bottom: 6px;
}

.date-week span {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 4px 0;
}

.date-cell {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-body);
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}

button.date-cell:hover { border-color: var(--ink); }

.date-cell.is-empty { cursor: default; }

.date-cell.is-disabled {
  color: #c9c9c9;
  cursor: not-allowed;
}

.date-cell.is-today { border-color: var(--ink); }

.date-cell.is-selected {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

/* Saat listesi */
.time-pop {
  list-style: none;
  max-height: 244px;
  overflow-y: auto;
  padding: 8px;
}

.time-opt {
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  transition: background 0.12s, color 0.12s;
}

.time-opt:hover { background: var(--bg-2); }

.time-opt.is-selected {
  background: var(--ink);
  color: #fff;
}

.time-pop::-webkit-scrollbar { width: 10px; }
.time-pop::-webkit-scrollbar-thumb {
  background: var(--ink);
  border-radius: 10px;
  border: 3px solid #fff;
}

.form-group input::placeholder { color: #9a9a9a; font-weight: 500; }

.ac-wrap { position: relative; }

.ac-list {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: calc(100% - 10px);
  margin: 0;
  padding: 8px;
  list-style: none;
  background: var(--card);
  border: 2px solid var(--bg-3);
  border-radius: 14px;
  box-shadow: var(--shadow);
  max-height: 220px;
  overflow-y: auto;
}

.ac-list li {
  padding: 11px 12px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
}

.ac-list li:hover,
.ac-list li.active { background: var(--bg-2); color: var(--coral-dark); }

.chip-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: stretch;
}

.chip {
  position: relative;
  cursor: pointer;
  display: flex;
  height: 100%;
}

.chip input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.chip span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  flex: 1;
  width: 100%;
  min-height: 68px;
  padding: 12px 10px;
  border-radius: 14px;
  border: 3px solid var(--ink);
  background: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  text-align: center;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s;
}

.chip input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}

.chip:hover span { border-color: var(--coral-light); }

.return-trip-options,
.return-address-options {
  grid-template-columns: repeat(2, 1fr);
}

.chip-discount small,
.chip span small {
  color: var(--text-muted);
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.2;
}

.chip input:checked + span small {
  color: rgba(255, 255, 255, 0.75);
}

.field-hint {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group input[type="date"],
.form-group input[type="time"] {
  cursor: pointer;
}

.return-fields {
  margin: -4px 0 18px;
  padding: 16px;
  background: var(--bg-2);
  border: 3px dashed var(--ink);
  border-radius: 18px;
}

.return-fields[hidden],
#returnAddressField[hidden] {
  display: none;
}

.return-fields .form-group:last-of-type {
  margin-bottom: 10px;
}

.discount-note {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

.quote-error {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 3px solid var(--ink);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 3px 3px 0 var(--ink);
}

.quote-result[hidden] { display: none !important; }

.quote-price-block {
  text-align: center;
  padding: 10px 0 22px;
  border-bottom: 2px dashed var(--bg-3);
  margin-bottom: 18px;
}

.quote-price-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.quote-price {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--coral);
  line-height: 1.1;
}

.quote-meta {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.9rem;
}

.quote-breakdown {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.quote-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-muted);
}

.quote-breakdown li span:last-child { color: var(--text); }

.quote-breakdown li.discount-line {
  color: var(--coral-light);
}

.quote-breakdown li.discount-line span:last-child {
  color: var(--coral-light);
}

.route-map-wrap {
  margin: 0 0 18px;
  overflow: hidden;
  background: var(--bg);
  border: 3px solid var(--ink);
  border-radius: 18px;
  box-shadow: 4px 4px 0 var(--ink);
}

.route-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  font-size: 0.9rem;
}

.route-map-head span {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
}

.route-map {
  width: 100%;
  height: 280px;
  border-top: 2px solid var(--bg-3);
  z-index: 1;
  background: #f4f4f4;
}

.route-map .leaflet-control-attribution,
.route-map .leaflet-control-attribution a {
  display: none !important;
}

.route-map .leaflet-control-zoom a {
  background: #fff;
  color: var(--text);
  border-color: var(--ink);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 10px;
  box-shadow: 2px 2px 0 var(--ink);
}

.route-map .leaflet-bar {
  border: none;
  box-shadow: none;
  gap: 6px;
}

.route-map .leaflet-bar a + a {
  margin-top: 6px;
  border-top: none;
}

.route-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--ink);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 8px;
  box-shadow: 0 0 0 2px var(--ink);
  transform: rotate(-45deg);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
}

.route-marker span { transform: rotate(45deg); }
.route-marker.end { background: var(--teal); }

.quote-info {
  background: var(--bg-2);
  border: 2px solid var(--bg-3);
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 12px;
}

.quote-info strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.quote-info p {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
}

.quote-info em {
  font-style: normal;
  color: var(--coral-dark);
  font-weight: 800;
}

.quote-disclaimer {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}

.quote-result .btn {
  text-decoration: none;
  margin: 18px 0 16px;
}

/* ---------- SSS ---------- */
.faq-list { display: flex; flex-direction: column; gap: 14px; }

.faq-item {
  background: var(--card);
  border: 3px solid var(--ink);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 0.25s, box-shadow 0.25s;
}

.faq-item[open] {
  border-color: var(--ink);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.99rem;
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-2);
  color: var(--coral);
  font-weight: 600;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.faq-item[open] .faq-icon { transform: rotate(45deg); }

.faq-item p {
  padding: 0 24px 22px;
  color: var(--text-muted);
  font-size: 0.94rem;
  font-weight: 500;
}

/* ---------- CTA band ---------- */
.cta-band {
  padding: 90px 0;
  background:
    var(--spots-dense),
    #fff;
  background-size: 280px 260px, auto;
  text-align: center;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.cta-inner p { color: var(--text-muted); font-weight: 500; margin: 12px 0 30px; }

/* ---------- Footer ---------- */
.footer {
  background:
    var(--spots),
    var(--ink);
  background-size: 340px 300px, auto;
  color: #fff;
  padding-top: 70px;
  border-top: none;
}

.footer .logo {
  width: 120px;
  height: 120px;
}

.footer .logo-img {
  position: static;
  transform: none;
  width: 120px;
  height: 120px;
  pointer-events: auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.91rem;
  font-weight: 500;
  margin-top: 16px;
  max-width: 300px;
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 600;
  margin-bottom: 11px;
  transition: color 0.2s;
}

.footer-col a:hover { color: #fff; }

.footer-bottom {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
}

/* ---------- Action dock: desktop right rail ---------- */
.action-dock {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 86px;
  transform: translateY(-50%);
  filter: drop-shadow(-4px 6px 0 rgba(17, 17, 17, 0.2));
  animation: adSlideIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ad-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 10px;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  line-height: 1.15;
  text-align: center;
  color: var(--text);
  border: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.ad-btn span:not(.ad-call-pulse) {
  max-width: 100%;
}

.ad-price {
  background: #fff;
  color: var(--ink);
  border-radius: 18px 0 0 0;
  border: 3px solid var(--ink);
  border-right: none;
}

.ad-wa {
  background: #25d366;
  color: #05331a;
  border-radius: 0 0 0 18px;
  border: 3px solid var(--ink);
  border-right: none;
  border-top: none;
}

.ad-call {
  z-index: 2;
  width: calc(100% + 18px);
  margin-left: -18px;
  padding: 18px 12px;
  font-size: 0.8rem;
  color: #fff;
  background: var(--ink);
  border-radius: 20px 0 0 20px;
  border: 3px solid var(--ink);
  box-shadow:
    0 0 0 3px #fff,
    -6px 8px 0 var(--ink);
  animation: mabCallGlow 2.2s ease-in-out infinite;
  overflow: hidden;
}

.ad-call::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(255, 255, 255, 0.38) 45%,
    transparent 70%
  );
  background-size: 220% 100%;
  animation: mabShine 2.8s linear infinite;
  pointer-events: none;
}

.ad-call-pulse {
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.55);
  animation: adPulseRing 2.2s ease-out infinite;
  pointer-events: none;
}

.ad-call svg {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.ad-call span:not(.ad-call-pulse) {
  position: relative;
  z-index: 1;
}

.ad-btn:hover {
  transform: translateX(-6px);
}

.ad-call:hover {
  transform: translateX(-10px) scale(1.03);
}

@keyframes adSlideIn {
  from {
    opacity: 0;
    transform: translate(40px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@keyframes adPulseRing {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

/* ---------- Reveal animasyonu ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero {
    overflow: hidden;
  }

  .hero-inner { grid-template-columns: 1fr; gap: 70px; }
  .hero-content { text-align: center; }
  .hero-sub { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-visual {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    justify-self: center;
    overflow: hidden;
  }

  .scene {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .scene img {
    max-width: 100%;
  }

  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-cat { display: none; }
  .vehicle-inner { grid-template-columns: 1fr; gap: 50px; }
  .vehicle-visual {
    margin-top: clamp(180px, 55vw, 235px);
  }
  .vehicle-mascot {
    display: none;
  }
  .vehicle-mascot-top {
    display: block;
    position: absolute;
    z-index: 4;
    top: auto;
    bottom: calc(100% - 37px);
    left: 50%;
    width: clamp(180px, 52vw, 240px);
    height: auto;
    transform: translateX(-50%);
    pointer-events: none;
    filter: drop-shadow(0 6px 0 rgba(17, 17, 17, 0.12));
  }
  .booking-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav-links {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(250, 250, 250, 0.98);
    backdrop-filter: blur(14px);
    padding: 26px 8%;
    gap: 20px;
    border-bottom: 3px solid var(--ink);
    transform: translateY(-130%);
    transition: transform 0.35s ease;
  }
  .nav-links.open { transform: translateY(0); }
  .hamburger { display: flex; margin-left: auto; }
  .nav-cta { display: none; }
  .logo {
    width: 100px;
    height: 44px;
  }
  .logo-img {
    width: 100px;
    height: 100px;
  }
  .navbar.scrolled .logo {
    min-width: 100px;
    padding-left: 100px;
  }
  .navbar.scrolled .logo-text {
    font-size: 1rem;
  }
  .services-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; align-items: center; gap: 8px; }
  .step { width: min(100%, 360px); }
  .step-arrow {
    width: 28px;
    height: 42px;
    flex-direction: column;
  }
  .steps.is-visible .step-arrow:nth-of-type(2),
  .steps.is-visible .step-arrow:nth-of-type(4) {
    transform: none;
  }
  .step-arrow-chevrons {
    transform: rotate(90deg);
    letter-spacing: -4px;
  }
  .steps.is-visible .step-arrow-chevrons {
    animation: stepChevronSlideDown 1.4s ease-in-out infinite;
  }
  .testimonials { grid-template-columns: 1fr; }
  .vehicle-features { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px; }

  .van {
    width: 86%;
    left: 7%;
    bottom: 10%;
  }

  .pettaxi {
    width: 13.5%;
    left: 28%;
    bottom: 10%;
  }

  .musteri {
    width: 20%;
    left: 44%;
    bottom: 10%;
  }

  /* Mobile: convert right rail into full-width bottom bar */
  .action-dock {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    transform: none;
    filter: none;
    min-height: 64px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #fff;
    border-top: 3px solid var(--ink);
    box-shadow: 0 -6px 0 rgba(17, 17, 17, 0.08);
    animation: none;
  }

  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .ad-btn {
    gap: 4px;
    padding: 10px 6px;
    font-size: 0.72rem;
    border: none;
    border-radius: 0;
  }

  .ad-btn:hover,
  .ad-call:hover {
    transform: none;
  }

  .ad-btn:active {
    transform: scale(0.97);
  }

  .ad-price {
    background: var(--bg-2);
    color: var(--coral-dark);
  }

  .ad-wa {
    background: #25d366;
    color: #05331a;
  }

  .ad-call {
    width: auto;
    margin-left: 0;
    margin-top: -10px;
    margin-bottom: -2px;
    padding: 12px 8px;
    font-size: 0.8rem;
    border-radius: 18px 18px 0 0;
    box-shadow:
      0 0 0 3px #fff,
      0 6px 0 var(--ink);
  }

  .ad-call-pulse {
    display: none;
  }
}

@keyframes mabCallGlow {
  0%, 100% {
    box-shadow:
      0 0 0 3px #fff,
      -6px 8px 0 var(--ink);
  }
  50% {
    box-shadow:
      0 0 0 5px #fff,
      -8px 10px 0 var(--ink);
  }
}

@keyframes mabShine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ---------- Pati imleç ---------- */
.paw-cursor {
  display: none;
}

.paw-trail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 28px;
  height: 28px;
  font-size: 24px;
  line-height: 1;
  pointer-events: none;
  opacity: 0.7;
  transform: translate(-50%, -50%) rotate(-20deg) scale(1);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
  filter: brightness(0);
}

.paw-trail.is-fade {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-20deg) scale(0.4);
}

@media (hover: hover) and (pointer: fine) {
  html.has-paw-cursor,
  html.has-paw-cursor * {
    cursor: none !important;
  }

  .paw-cursor {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 44px;
    height: 44px;
    font-size: 40px;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
    transform: translate(-40%, -20%);
    filter: brightness(0) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.18));
    will-change: transform;
  }

  .paw-cursor.is-on {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .paw-cursor,
  .paw-trail { display: none !important; }
  html.has-paw-cursor,
  html.has-paw-cursor * {
    cursor: auto !important;
  }
}
