 
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--page-bg);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
main { flex: 1 0 auto; }

:root {
  --navy-900: #0b1e3b;
  --navy-800: #102a56;
  --navy-700: #143567;
  --accent: #ffc107;
  --accent-2: #ffd54f;
  --text: #eaf2fb;
  --muted: #b9c7da;
  --page-bg: #071528;
  --card-bg: #ffffff;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.25);

  --container: 1100px;
  --radius: 14px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
}

h1, h2, h3 { margin: 0 0 var(--space-3); line-height: 1.1; }
p { margin: 0 0 var(--space-4); }
.hero-title { font-weight: 700; font-size: clamp(2rem, 1.25rem + 4vw, 3.5rem); }
.hero-subtitle { font-size: clamp(1rem, 0.9rem + 1vw, 1.25rem); color: var(--muted); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--space-4); }
.container.container-wide { max-width: none; width: 100%; }
@media (max-width: 900px) {
.container.container-wide { padding-left: 6px; padding-right: 6px; }
}

.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(6px); background: rgba(7, 21, 40, 0.7); border-bottom: 1px solid rgba(255,255,255,0.06); }
.site-header .container { max-width: 100%; margin: 0; padding-left: 0; padding-right: 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.topbar { background: rgba(7, 21, 40, 0.85); border-bottom: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(6px); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 32px; font-size: 13px; color: var(--muted); gap: var(--space-3); }
.topbar .topbar-inner { padding-left: var(--space-4); padding-right: var(--space-4); }
.topbar-left { display: inline-flex; align-items: center; gap: 10px; }
.topbar-right { display: inline-flex; align-items: center; gap: 10px; }
.topbar-center { display: none; }
.topbar-center .social-link { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: var(--text); opacity: 0.85; text-decoration: none; background: none; border: none; border-radius: 0; box-shadow: none; position: relative; }
.topbar-center .social-link:hover { opacity: 1; }
.topbar-center .social-ico { width: 16px; height: 16px; display: block; filter: invert(1) brightness(1.2); opacity: 0.9; }
.topbar-center .social-link:hover .social-ico { opacity: 1; }
.topbar-center .social-link::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -2px; width: 18px; height: 6px; background: radial-gradient(ellipse at center, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.15) 45%, rgba(255,255,255,0) 100%); filter: blur(3px); opacity: 0.6; pointer-events: none; }
.topbar-center .social-link:hover::after { opacity: 0.85; }
.topbar-link { color: var(--text); text-decoration: none; opacity: 0.9; }
.topbar-link:hover { opacity: 1; }
.topbar-contact a { color: #61e27b; text-decoration: none; font-weight: 600; }
.topbar-contact a { animation: whatsapp-blink 1.4s ease-in-out infinite; will-change: opacity, text-shadow; }
@keyframes whatsapp-blink {
  0% { opacity: 1; text-shadow: 0 0 0 rgba(97, 226, 123, 0); }
  50% { opacity: 0.65; text-shadow: 0 0 10px rgba(97, 226, 123, 0.55); }
  100% { opacity: 1; text-shadow: 0 0 0 rgba(97, 226, 123, 0); }
}
.topbar-contact .wa-number { display: none !important; }
.topbar-contact .blink-dot { display: inline-block; width: 6px; height: 6px; border-radius: 999px; background: #61e27b; margin-right: 6px; vertical-align: middle; box-shadow: 0 0 0 0 rgba(97,226,123,0.6); animation: pulse-dot 1.4s ease-in-out infinite; }
@keyframes pulse-dot {
  0% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(97,226,123,0.6); }
  50% { transform: scale(1.35); opacity: 0.7; box-shadow: 0 0 10px 2px rgba(97,226,123,0.55); }
  100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(97,226,123,0.6); }
}
.topbar-sep { color: rgba(255,255,255,0.4); }
.topbar-select { background: rgba(255,255,255,0.08); color: var(--text); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; padding: 4px 8px; font-size: 12px; line-height: 1.4; appearance: none; color-scheme: dark; text-align: center; text-align-last: center; }
.topbar-select:focus { outline: 2px solid rgba(255,255,255,0.25); outline-offset: 2px; }
.topbar-select option { background: var(--navy-900); color: var(--text); text-align: left; }
.topbar-right .gtranslate_wrapper { display: inline-flex; align-items: center; gap: 6px; flex: 0 1 auto; }
.topbar-right .gtranslate_wrapper * { box-sizing: border-box; }
.topbar-right .gtranslate_wrapper img { vertical-align: middle; }
@media (max-width: 640px) {
  .topbar-inner { height: auto; min-height: 28px; font-size: 12px; align-items: center; flex-wrap: nowrap; }
  .topbar .topbar-inner { padding-left: var(--space-3); padding-right: var(--space-3); }
  .topbar-select { font-size: 11px; padding: 2px 8px; height: 22px; line-height: 22px; border-radius: 8px; vertical-align: middle; align-self: center; min-width: 70px; }
  .topbar-select { text-align: center; text-align-last: center; }
  .topbar-left, .topbar-right { min-width: 0; }
  .topbar-center { display: none; }
  .topbar-left { flex: 1 1 auto; order: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .topbar-right { flex: 0 0 auto; order: 0; justify-content: flex-end; align-items: center; gap: 6px; flex-wrap: nowrap; }
  .topbar-right .gtranslate_wrapper { gap: 4px; align-items: center; flex-wrap: nowrap; }
  .topbar-right .gtranslate_wrapper a { display: inline-flex; align-items: center; }
  .topbar-right .gtranslate_wrapper img { width: 16px !important; height: 16px !important; }
  .topbar-select { max-width: 100%; }
}

@media (min-width: 641px) {
  .topbar-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
  .topbar-left { justify-self: start; }
  .topbar-right { justify-self: end; }
  .topbar-center { display: inline-flex; gap: 8px; justify-self: center; }
}
.brand { position: relative; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 700; padding-left: 96px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title { font-weight: 700; color: var(--text); font-size: clamp(18px, 2.4vw, 24px); }
.brand-license { font-weight: 600; color: #ffc107; font-size: clamp(12px, 1.6vw, 14px); letter-spacing: 0.3px; }
.brand-logo-img { position: absolute; left: 0; top: 50%; transform: translateY(-50%) scale(1.4); transform-origin: left center; width: 64px; height: 64px; object-fit: contain; display: block; border-radius: 4px; background: transparent; }
.brand-name { letter-spacing: 0.2px; }
.nav-cta { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #071528; font-weight: 700; border: none; padding: 12px 18px; border-radius: 999px; cursor: pointer; box-shadow: 0 6px 16px rgba(255, 193, 7, 0.35); }
.nav-cta:hover { filter: brightness(1.05); }

.nav { display: flex; align-items: center; gap: var(--space-3); }
.nav-link {
  color: var(--text);
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: background 180ms ease, color 180ms ease, opacity 180ms ease;
  opacity: 0.9;
}
.nav-link:hover { background: rgba(255,255,255,0.08); opacity: 1; }
.nav-link:focus-visible { outline: 2px solid rgba(255,255,255,0.25); outline-offset: 2px; }
.nav-link.active { color: #071528; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 8px 20px rgba(255, 193, 7, 0.25); }
@media (max-width: 640px) {
  .nav { gap: var(--space-2); }
  .nav-link { padding: 8px 12px; }
}

.nav-toggle { display: none; align-items: center; justify-content: center; gap: 3px; width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.08); color: var(--text); cursor: pointer; }
.nav-toggle .bar { display: block; width: 18px; height: 2px; background: var(--text); opacity: 0.9; }
.nav-toggle .bar { transition: transform 220ms ease, opacity 180ms ease, width 180ms ease; }
.nav-toggle:focus-visible { outline: 2px solid rgba(255,255,255,0.25); outline-offset: 2px; }
@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed;
    left: 0; right: 0; top: 96px; bottom: 0;
    height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px var(--space-4);
    background: rgba(7, 21, 40, 0.92);
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 12px 28px rgba(0,0,0,0.35);
    z-index: 20;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .site-header.menu-open .nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-link { display: block; font-size: 1rem; padding: 12px 14px; border-radius: 10px; }
  .nav-link + .nav-link { margin-top: 2px; }
  .nav-link:hover { background: rgba(255,255,255,0.08); }
  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 15;
  }
  .site-header.menu-open .nav-overlay { display: block; }
}
@media (max-width: 640px) {
  .nav { top: 80px; height: calc(100vh - 80px); padding: 14px var(--space-3); }
}
.site-header.menu-open .nav-toggle .bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.menu-open .nav-toggle .bar:nth-child(2) { opacity: 0; width: 0; }
.site-header.menu-open .nav-toggle .bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

#hero, #about, #promo, #booking, #contact { scroll-margin-top: 96px; }
@media (max-width: 640px) {
  #hero, #about, #promo, #booking, #contact { scroll-margin-top: 80px; }
}

.hero { position: relative; overflow: visible; background: linear-gradient(180deg, var(--navy-900), var(--navy-800)); min-height: 68vh; padding: var(--space-5) 0; }
.hero-bg::before, .hero-bg::after { content: ""; position: absolute; inset: -30% -20% auto auto; pointer-events: none; }
.hero-bg::before { width: 80vmax; height: 80vmax; background: radial-gradient(closest-side, rgba(0,212,255,0.15), transparent 60%); transform: translate(-10%, -20%); }
.hero-bg::after { bottom: -30%; left: -10%; width: 60vmax; height: 60vmax; background: radial-gradient(closest-side, rgba(61,214,208,0.15), transparent 62%); filter: blur(20px); }

.hero-inner { position: relative; z-index: 2; display: grid; gap: var(--space-5); align-items: center; }
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1fr 1.3fr; }
}

@media (min-width: 900px) {
  .hero { padding-bottom: calc(var(--space-5) * 3); overflow: visible; }
  .hero .booking-card {
    position: absolute;
    left: 50%;
    bottom: var(--space-2);
    transform: translateX(-50%);
    width: min(1200px, 97%);
    z-index: 3;
  }
}

@media (max-width: 640px) {
  .hero { min-height: 48vh; }
  .hero .container { padding-left: 0; padding-right: 0; }
  .booking-card { border-radius: 0; margin: 0; }
}
@media (max-width: 480px) {
  .hero-bg::before, .hero-bg::after { inset: -30% 0 auto auto; }
}

@media (max-width: 480px) {
  .hero { min-height: 52vh; }
  .hero-slider { background-color: #000; }
  .slide { background-size: contain; background-position: center; }
}

@media (max-width: 768px) {
  #booking-form-below-hero.container { padding-left: 0; padding-right: 0; }
}

.hero-copy { padding: var(--space-4) 0; }
.hero-highlights { display: flex; gap: var(--space-3); list-style: none; padding: 0; margin: var(--space-3) 0 0; color: var(--text); }
.hero-highlights li { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; backdrop-filter: blur(6px); }

.hero-slider { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
 .hero-slider::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.22)); pointer-events: none; }
 .slide { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; opacity: 0; transition: opacity 600ms ease; }
 .slide.active { opacity: 1; }
.booking-card {
  position: relative;
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: var(--space-5);
}
.booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0) 35%);
  pointer-events: none;
}
.booking-form { display: grid; gap: var(--space-4); }
.form-row { display: grid; gap: var(--space-4); }
@media (min-width: 600px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

.form-row.form-row-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 599px) {
  .form-row.form-row-3 { grid-template-columns: 1fr; }
}

.booking-form .form-row.form-row-3 .form-group { min-width: 0; }

@media (min-width: 900px) {
  .booking-card .booking-form {
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(210px, 0.7fr) max-content;
    align-items: center;
    gap: var(--space-3);
  }
  .booking-card .btn-primary {
    width: auto;
    white-space: nowrap;
  }
}

@media (min-width: 900px) {
  .passenger-panel {
    min-width: 400px;
    max-width: 460px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 16px;
  }
}

.passenger-select { position: relative; }
.passenger-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; border: 1.5px solid rgba(255,255,255,0.22); border-radius: 12px;
  background: rgba(11, 30, 59, 0.35); color: var(--text); cursor: pointer;
}
.passenger-trigger .label { font-weight: 600; }
.passenger-trigger .badge { display: inline-flex; align-items: center; justify-content: center; min-width: 28px; height: 24px; padding: 0 8px; border-radius: 999px; background: rgba(255,255,255,0.18); color: var(--text); font-weight: 700; }
.passenger-trigger .chevron { opacity: 0.8; }

.passenger-panel { position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 1000;
  background: rgba(11, 30, 59, 0.45); color: var(--text); border-radius: 12px; box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  border: 1px solid rgba(255, 255, 255, 0.22); padding: 14px; display: none;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.passenger-panel.is-open { display: block; }
.counter-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.counter-label { font-weight: 600; }
.counter-controls { display: inline-flex; align-items: center; gap: 12px; }
.counter-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.18); color: var(--text); cursor: pointer; font-weight: 700; }
.counter-btn:hover { filter: brightness(1.06); }
.count { min-width: 12px; text-align: center; font-weight: 700; color: var(--text); }

/* Passenger panel actions */
.passenger-panel .actions { margin-top: 8px; display: flex; justify-content: flex-end; }
.passenger-panel .actions .btn-confirm { min-width: 120px; }

/* Mobil ve tabletlerde paneli viewport'a sabitle */
@media (max-width: 900px) {
  .passenger-panel {
    position: fixed;
    left: 8px;
    right: 8px;
    top: 84px; /* sticky header altında güvenli boşluk */
    bottom: 12px;
    z-index: 2000;
    max-height: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
  }
  /* Onayla butonunu her zaman görünür tutmak için yapışkan alt bar */
  .passenger-panel .actions {
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(11, 30, 59, 0), rgba(11, 30, 59, 0.55));
    padding-top: 8px;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .passenger-panel .actions .btn-confirm {
    width: 100%;
  }
}

.sr-only { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

input, select, textarea, button { font: inherit; -webkit-appearance: none; appearance: none; }
input, select, textarea, button { font-size: 16px; line-height: 1.2; }

.input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  color: #0b1e3b;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input::placeholder { color: #7a8699; }
.input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(0,212,255,0.18); }
.input:hover { border-color: #cbd5e1; }

/* Portaled passenger panel: force bottom sheet on all viewports */
.passenger-panel.is-portaled {
  position: fixed !important;
  left: 8px;
  right: 8px;
  bottom: 12px;
  top: auto;
  z-index: 10000;
  max-height: 80vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.passenger-panel.is-portaled .actions {
  position: sticky;
  bottom: 0;
}
select.input { background-image: linear-gradient(135deg, var(--accent), var(--accent-2)); background-origin: border-box; color: #071528; }
select.input option { color: #0b1e3b; }

.input[disabled], select.input[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(8%);
}

.btn-primary {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  color: #071528;
  background: var(--accent);
  box-shadow: 0 8px 18px rgba(255, 193, 7, 0.35);
  text-decoration: none;
}
.btn-primary:hover { filter: brightness(1.06); }
.btn-primary:active { transform: translateY(1px); }

.site-footer { background: var(--page-bg); color: var(--text); margin-top: auto; }
.footer-inner { padding: var(--space-4); text-align: left; font-size: 14px; }

.tours-promo { background: var(--page-bg); }
.tours-promo .tours-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: var(--space-3); padding: var(--space-3) var(--space-4); }
.tours-promo h3 { margin: 0; font-size: 20px; }
.tours-promo p { margin: 6px 0 0; font-size: 14px; opacity: 0.9; }
.tours-promo h3 { background: linear-gradient(135deg, #C18A00, #FFD54F); -webkit-background-clip: text; background-clip: text; color: transparent; }

.btn-accent { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border-radius: 12px; font-weight: 800; text-decoration: none; color: #071528; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 6px 16px rgba(255,193,7,0.35); }
.btn-accent:hover { filter: brightness(1.06); }
.btn-accent:active { transform: translateY(1px); }

.tours-slider { overflow: hidden; padding: 10px 0 16px; perspective: 900px; }
.tours-track { display: inline-flex; align-items: stretch; gap: 12px; will-change: transform; animation: tours-scroll 28s linear infinite; transform-style: preserve-3d; }
.tours-slider:hover .tours-track { animation-play-state: paused; }
.tour-card { flex: 0 0 auto; width: 190px; border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)); border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 6px 14px rgba(0,0,0,0.12); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; transform: translateZ(0); animation: cardIntro .5s ease both; }
.tour-card:hover { transform: translateY(-6px) rotateX(3deg) scale(1.03); box-shadow: 0 16px 28px rgba(0,0,0,0.28); border-color: rgba(255,255,255,0.18); }
.tour-card:active { transform: translateY(-2px) rotateX(1deg) scale(1.01); }
.tour-thumb { width: 100%; height: 110px; background-size: cover; background-position: center; position: relative; }
.tour-thumb { transition: transform .25s ease, filter .25s ease; }
.tour-card:hover .tour-thumb { transform: scale(1.06); filter: saturate(1.05) brightness(1.08); }
.tour-title { padding: 10px 12px; font-weight: 700; font-size: 14px; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.45); }
#turlar .tour-thumb { height: 130px; }
#turlar .tour-title { font-size: 15px; }
#turlar .tours-slider { padding: 0; }
#turlar .tours-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; animation: none; }
#turlar .tour-card { width: auto; }
@media (max-width: 1100px) {
  #turlar .tours-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  #turlar .tours-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  #turlar .tours-track { grid-template-columns: 1fr; }
}
.price-badge { position: absolute; right: 8px; bottom: 8px; padding: 4px 10px; font-size: 12px; font-weight: 700; border-radius: 999px; background: linear-gradient(135deg, #c3902f, #f0d47a); color: #1c1405; box-shadow: 0 4px 10px rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.35); }
.tour-card:hover .price-badge { transform: translateY(-2px); }
.tour-card:nth-child(1) { animation-delay: .04s; }
.tour-card:nth-child(2) { animation-delay: .08s; }
.tour-card:nth-child(3) { animation-delay: .12s; }
.tour-card:nth-child(4) { animation-delay: .16s; }
.tour-card:nth-child(5) { animation-delay: .20s; }
.tour-card:nth-child(6) { animation-delay: .24s; }
@keyframes tours-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes cardIntro {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .tours-track { animation: none; }
  .tour-card { animation: none; transition: none; }
}

.detail-hero { padding: 80px 0 72px; background-size: cover; background-position: center; position: relative; border-bottom: 1px solid rgba(255,255,255,0.08); }
.detail-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35)); }
.detail-hero .container { position: relative; z-index: 2; }
.detail-head { max-width: 980px; margin: 0 auto; text-align: left; }
.detail-head h1 { font-size: 42px; font-weight: 800; line-height: 1.1; margin: 0 0 12px; color: #fff; text-shadow: 0 2px 6px rgba(0,0,0,0.35); letter-spacing: .3px; }
.detail-head h1::after { content:""; display:block; width: 96px; height: 3px; margin-top: 10px; background: linear-gradient(90deg, #c3902f, #f0d47a); border-radius: 2px; }
.detail-sub { font-size: 16px; color: rgba(255,255,255,0.92); max-width: 780px; }
.detail-meta { margin-top: 14px; gap: 8px; }
.detail-meta .chip { background: rgba(0,0,0,0.35); color: #fff; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.22); box-shadow: 0 2px 6px rgba(0,0,0,0.25); }

.tour-detail { padding: 32px 0 64px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1080px; margin: 0 auto; }
.detail-section { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; box-shadow: 0 10px 24px rgba(0,0,0,0.18); padding: 18px 20px; position: relative; display: flex; flex-direction: column; }
.detail-section h3 { margin: 0 0 12px; font-size: 18px; font-weight: 800; background: linear-gradient(135deg, #c3902f, #f0d47a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.detail-span { grid-column: 1 / -1; }
.detail-list { list-style: none; margin: 0; padding: 0; flex: 1; }
.detail-list li { padding: 8px 0 8px 28px; color: rgba(255,255,255,0.92); position: relative; }
.detail-list li + li { border-top: 1px dashed rgba(255,255,255,0.12); }
.detail-list li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; position: absolute; left: 4px; top: 10px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25)); }
.list-included li::before { background: linear-gradient(135deg, #38ef7d, #11998e); }
.list-excluded li::before { background: linear-gradient(135deg, #ff6a00, #ee0979); }

.section-actions { margin-top: 14px; display: flex; justify-content: flex-end; }
.section-actions .btn-accent { padding: 10px 18px; border-radius: 10px; box-shadow: 0 8px 18px rgba(0,0,0,0.22); }

.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 40; }
.modal.is-open { display: flex; }
.modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(2px); }
.modal-card { position: relative; z-index: 41; width: min(720px, 94%); background: rgba(7,21,40,0.96); border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius); box-shadow: 0 16px 36px rgba(0,0,0,0.35); }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.modal-header h3 { margin: 0; }
.modal-close { background: none; border: none; color: var(--text); font-size: 22px; line-height: 1; cursor: pointer; padding: 6px; border-radius: 8px; }
.modal-close:hover { background: rgba(255,255,255,0.08); }

.reserve-form { padding: 16px 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-weight: 600; color: var(--muted); }
.form-field .input { background: rgba(255,255,255,0.14); color: #0b1e3b; border: 1px solid rgba(255,255,255,0.28); border-radius: 10px; padding: 10px 12px; font-size: 14px; color-scheme: light; }
.form-field .input::placeholder { color: rgba(255,255,255,0.92); }
.form-field .input:disabled { opacity: 0.7; }

.reserve-form .input { color: #ffffff; background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.32); color-scheme: dark; }
.reserve-form .input::placeholder { color: rgba(255,255,255,0.92); }
.reserve-form input[type="date"],
.reserve-form input[type="time"],
.reserve-form input[type="number"] { color: #ffffff; }
.reserve-form input[type="date"]::-webkit-calendar-picker-indicator,
.reserve-form input[type="time"]::-webkit-calendar-picker-indicator { filter: invert(1) brightness(1.2); opacity: 0.9; }
.form-field .input:focus { outline: 2px solid rgba(255,255,255,0.25); outline-offset: 2px; }

.price-summary { margin-top: 8px; padding: 10px 12px; background: rgba(255,255,255,0.05); border: 1px dashed rgba(255,255,255,0.18); border-radius: 10px; display: grid; gap: 8px; }
.price-summary .line { display: flex; align-items: center; justify-content: space-between; }
.price-summary .total { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 8px; }

.modal-actions { display: flex; justify-content: flex-end; gap: 10px; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,0.08); }
.btn { background: rgba(255,255,255,0.08); color: var(--text); border: 1px solid rgba(255,255,255,0.18); padding: 10px 16px; border-radius: 10px; cursor: pointer; }
.btn:hover { background: rgba(255,255,255,0.12); }
.modal-actions .btn-accent { padding: 10px 18px; }

@media (max-width: 860px) {
  .detail-head h1 { font-size: 34px; }
  .detail-grid { grid-template-columns: 1fr; }
}

.detail-cta { padding: 20px 0 56px; }
.detail-cta .btn-accent { display: inline-block; padding: 12px 22px; font-weight: 800; border-radius: 12px; box-shadow: 0 10px 24px rgba(0,0,0,0.24); transition: transform .2s ease, box-shadow .2s ease; }
.detail-cta .btn-accent:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,0.32); }
.booking-card .input {
  background: rgba(11, 30, 59, 0.35);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--text);
}
.booking-card .input:hover { border-color: rgba(255, 255, 255, 0.35); }
.booking-card .input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.22);
  background: rgba(11, 30, 59, 0.5);
}
.booking-card .input::placeholder { color: var(--muted); }
.booking-card select.input { background: rgba(11, 30, 59, 0.35); background-image: none; color: var(--text); }
.booking-card .btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #071528;
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.45);
}

.booking-form .form-group label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.booking-form .label-icon {
  font-size: 18px;
  line-height: 1;
}

.booking-card .route-summary {
  position: absolute;
  left: var(--space-5);
  right: var(--space-5);
  bottom: 8px;
  font-size: 13px;
  color: var(--text);
  opacity: 0.0;
  pointer-events: none;
  display: none;
}
.booking-card .route-summary.is-visible {
  display: block;
  opacity: 0.92;
}

.vehicle-layout {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 12px;
  margin: 24px auto;
}
.map-box {
  position: relative;
  background: var(--card-bg, #0f1115);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  height: 320px;
}
.map-canvas { width: 100%; height: 100%; }
.route-info {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
}
.vehicles-list {
  background: var(--card-bg, #0f1115);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 16px;
}
.vehicles-title { margin: 0 0 12px 0; font-size: 18px; }
.vehicles { list-style: none; padding: 0; margin: 0; }

 
.vehicle-card {
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  align-items: start;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  margin-bottom: 12px;
  min-height: 180px;
}
.vehicle-media { position: relative; height: 140px; border-radius: 10px; overflow: hidden; }
.vehicle-slider { position: relative; height: 100%; }
.vehicle-slides { position: absolute; inset: 0; }
.v-slide { position: absolute; inset: 0; background-size: cover; background-repeat: no-repeat; background-position: center; opacity: 0; transition: opacity 400ms ease; }
.v-slide.active { opacity: 1; }
.v-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.22); background: rgba(0,0,0,0.35); color: #fff; cursor: pointer; }
.v-nav.prev { left: 8px; }
.v-nav.next { right: 8px; }
.vehicle-dots { position: absolute; left: 10px; bottom: 10px; display: flex; gap: 6px; }
.vehicle-dots .v-dot { width: 8px; height: 8px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.8); background: transparent; opacity: 0.8; cursor: pointer; }
.vehicle-dots .v-dot.active { background: #fff; opacity: 1; }

.vehicle-content { display: contents; }
.vehicle-body { grid-column: 2 / 3; }
.vehicle-title { margin: 0 0 6px 0; font-size: 17px; color: var(--text); font-weight: 700; line-height: 1.2; }
.vehicle-features { list-style: none; padding: 0; margin: 0; color: var(--muted); display: grid; gap: 6px; font-size: 13px; line-height: 1.35; }
  .vehicle-price { grid-column: 3 / 4; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-left: 0; min-width: 200px; }
  .vehicle-price .price { font-weight: 700; font-size: 28px; color: var(--accent); line-height: 1.1; }
  .vehicle-price .price-note { font-size: 13px; color: var(--muted); }
  .vehicle-price .btn-primary { width: 180px; }

  /* Info mode: make "Bilgi Al" button clearer and more prominent */
  .vehicle-price .btn-primary[data-mode="info"] {
    width: 220px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #25D366; /* WhatsApp green for info contact */
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0.16), 0 10px 22px rgba(37, 211, 102, 0.35);
    border-radius: 999px;
    padding: 12px 18px;
  }
  .vehicle-price .btn-primary[data-mode="info"]:hover {
    filter: brightness(1.08);
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0.20), 0 12px 26px rgba(37, 211, 102, 0.45);
  }
  .vehicle-price .btn-primary[data-mode="info"]:active {
    transform: translateY(1px);
  }

@media (max-width: 768px) {
  .vehicle-layout { grid-template-columns: 1fr; }
  .map-box { height: 250px; }
  .vehicle-card { grid-template-columns: 1fr; grid-template-areas: "media" "body" "price"; min-height: 0; padding: 12px; }
  .vehicle-media { grid-area: media; }
  .vehicle-media { height: 180px; }
  .vehicle-features { justify-items: center; text-align: center; }
  .vehicle-body { grid-column: auto; grid-area: body; }
  .vehicle-title { text-align: center; }
  .vehicle-price { grid-column: auto; grid-area: price; align-items: center; text-align: center; }
.vehicle-price .btn-primary { margin: 0 auto; }
}

/* Image Zoom Overlay */
body.zoom-open { overflow: hidden; }
.image-zoom-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.image-zoom-overlay.show { display: flex; }
.image-zoom-overlay .zoom-img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.18);
}
.image-zoom-overlay .zoom-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.image-zoom-overlay .zoom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.image-zoom-overlay .zoom-nav.prev { left: 16px; }
.image-zoom-overlay .zoom-nav.next { right: 16px; }

@media (max-width: 480px) {
  .vehicle-layout { grid-template-columns: 1fr; margin: 0; gap: 8px; }
  .map-box { height: 18vh; }
  .vehicle-card { grid-template-columns: 1fr; grid-template-areas: "media" "body" "price"; padding: 10px; margin-bottom: 10px; }
  .vehicle-media { grid-area: media; }
  .vehicle-media { height: 44vw; }
  .vehicle-features { justify-items: center; text-align: center; }
  .vehicle-body { grid-column: auto; grid-area: body; }
  .vehicle-title { text-align: center; }
  .vehicle-price { grid-column: auto; grid-area: price; align-items: center; text-align: center; }
  .vehicle-price .btn-primary { margin: 0 auto; }
}

.vehicle-layout .map-box {
  background: rgba(11, 30, 59, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: var(--shadow);
}
.vehicle-layout .route-info {
  background: rgba(0, 0, 0, 0.55);
}
.vehicle-layout .vehicles-list {
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: var(--shadow);
}
.vehicle-layout .vehicles-title { color: var(--text); }
.vehicle-layout .vehicle-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.vehicle-layout .vehicle-item:hover { filter: brightness(1.08); }
.vehicle-layout .vehicle-meta strong { color: var(--text); }
.vehicle-layout .vehicle-meta span { color: var(--muted); }
.vehicles-list .btn-primary {
  width: auto;
  padding: 10px 14px;
}

.booking-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 12px;
  margin: 24px auto;
  align-items: start;
}
.booking-page > * { min-width: 0; }
.booking-page h2 { margin: 0 0 12px; font-size: 20px; color: var(--text); }
.booking-summary {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 16px;
}
.booking-summary .vehicle-thumb {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}
.booking-summary h3 { margin: 0 0 12px; font-size: 18px; color: var(--text); }
.booking-summary #summary-total { color: var(--accent); }
.booking-summary #summary-breakdown { margin-top: 8px; }
.booking-summary .bd-row { display: flex; justify-content: space-between; gap: 8px; margin: 4px 0; }
.booking-summary .bd-total { font-weight: 600; padding-top: 6px; border-top: 1px solid rgba(255, 255, 255, 0.15); }
.booking-form .form-group label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--text); white-space: normal; word-break: break-word; }
.booking-form .form-row { display: grid; gap: var(--space-4); }
@media (min-width: 600px) {
  .booking-form .form-row { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .booking-form .form-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.phone-intl { position: relative; }
.phone-intl .input { padding-left: 110px; }
.phone-intl .dial-trigger {
  position: absolute; left: 8px; top: 50%; transform: translateY(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  height: 28px; padding: 0 8px;
  border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10); color: var(--text);
}
.phone-intl .dial-trigger .flag { font-size: 18px; margin-right: 8px; }
.phone-intl .dial-trigger .chevron { opacity: 0.8; }
.phone-intl .dial-panel {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px);
  display: none; max-height: 220px; overflow: auto; z-index: 20;
  background: rgba(11, 30, 59, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.28);
}
.phone-intl .dial-panel.is-open { display: block; }
.phone-intl .dial-item { display: grid; grid-template-columns: 24px 1fr max-content; align-items: center; gap: 10px; padding: 8px 10px; cursor: pointer; }
.phone-intl .dial-item:hover { background: rgba(255, 255, 255, 0.08); }
.phone-intl .dial-item .flag { font-size: 18px; }
@media (max-width: 900px) {
  .booking-page { grid-template-columns: 1fr; }
  .booking-form .form-row.form-row-3 { grid-template-columns: 1fr; }
  .booking-form .form-row.form-row-3 .form-group { grid-column: auto / span 1 !important; }
}

@media (max-width: 640px) {
  .booking-page { padding-left: 8px; padding-right: 8px; }
  textarea#special_note.input { min-height: 120px; font-size: 14px; line-height: 1.6; }
  label[for="special_note"] { font-size: 14px; }
}

.site-footer { background: var(--page-bg); color: var(--text); margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.12); }
.site-footer .footer-inner { padding: 20px 16px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 2fr auto; gap: 16px; align-items: start; }
.tursab-col { display: flex; justify-content: center; }
.tursab-box { max-width: 260px; margin-inline: auto; }
.footer-col { min-width: 0; }
.footer-col-wide { grid-column: auto / span 1; }
.footer-title { font-size: 18px; font-weight: 700; margin: 0 0 12px; color: var(--text); }

.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.contact-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; }
.contact-icon { display: inline-grid; place-items: center; width: 24px; height: 24px; color: var(--accent); }
.contact-icon svg { width: 20px; height: 20px; fill: currentColor; }
.contact-text .contact-label { font-weight: 600; }
.contact-text .contact-link { color: var(--text); text-decoration: none; }
.contact-text .contact-link:hover { text-decoration: underline; }
.contact-muted { opacity: 0.8; }

.link-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.link-list a { color: var(--text); text-decoration: none; }
.link-list a:hover { text-decoration: underline; }

.popular-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.popular-list { list-style: none; padding-left: 0; margin: 0; display: grid; gap: 6px; }
.popular-list.popular-list-columns { display: block; column-count: 4; column-gap: 24px; }
.popular-list.popular-list-columns li { break-inside: avoid; margin-bottom: 6px; padding-left: 0; display: flex; align-items: center; gap: 8px; }
.popular-list.popular-list-columns li::before { display: none; }
.popular-ico { display: inline-block; width: 14px; height: 14px; flex: 0 0 14px; }
.popular-ico svg { display: block; width: 100%; height: 100%; fill: var(--accent); }
.popular-list li { position: relative; color: var(--text); opacity: 0.95; padding-left: 20px; }
.popular-list li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background: var(--accent); -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>') no-repeat center / contain; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>') no-repeat center / contain; opacity: 0.95; }
.popular-list a { color: var(--text); text-decoration: none; display: inline-block; padding: 2px 2px; }
.popular-list a:hover { color: var(--accent); text-decoration: none; }
.popular-list a:visited { color: var(--text); }
.popular-list a:focus { outline: none; box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.25); border-radius: 6px; }

.tursab-box { margin-top: 16px; }
.tursab-title { font-size: 16px; font-weight: 700; opacity: 0.9; margin: 0 0 8px; }
.tursab-img {
  display: block;
  height: 96px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  padding: 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.08);
}
.d2-box { margin-top: 16px; }
.d2-img {
  display: block;
  height: 96px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  padding: 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.08);
}
.certs-row { display: flex; gap: 12px; align-items: flex-start; justify-content: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .tursab-img { height: 72px; padding: 6px; }
  .d2-img { height: 72px; padding: 6px; }
}
.tursab-placeholder { border: 1px dashed rgba(255,255,255,0.28); border-radius: 8px; padding: 10px; font-size: 13px; opacity: 0.85; }
.tursab-hint { display: block; margin-top: 4px; opacity: 0.7; }

.footer-bottom { margin-top: 18px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: nowrap; }
.footer-bottom p { margin: 0; color: var(--text); opacity: 0.85; white-space: nowrap; }
.footer-credit { margin-top: 6px; font-size: 13px; text-align: center; }
.footer-credit .credit-label { opacity: 0.8; margin-right: 6px; }
.footer-credit .credit-name { color: #ff3b3b; font-weight: 800; letter-spacing: 0.2px; }
.footer-credit .credit-link { color: #ff6b6b; text-decoration: none; font-weight: 700; }
.footer-credit .credit-link:hover { text-decoration: underline; filter: brightness(1.1); }

@media (max-width: 900px){
.footer-grid { grid-template-columns: 1fr 1fr; }
.popular-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.popular-list.popular-list-columns { column-count: 2; }
}

@media (max-width: 640px){
.footer-grid { grid-template-columns: 1fr; }
.popular-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.popular-list.popular-list-columns { column-count: 3; column-gap: 16px; }
}
  .quick-links .footer-title { text-align: center; }
  .quick-links .link-list { justify-items: center; }
  .contact-col .footer-title, .popular-col .footer-title { text-align: center; }
.booking-page .booking-form { gap: var(--space-3); }
.booking-page .input {
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  background: rgba(11, 30, 59, 0.35);
  color: var(--text);
}
.booking-page .input::placeholder { color: var(--muted); }
.booking-page .input:hover { border-color: rgba(255, 255, 255, 0.28); }
.booking-page .input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.18);
}
.booking-page .btn-primary {
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(255, 193, 7, 0.32);
}
.booking-page .label-icon { opacity: 0.65; font-size: 16px; }

.booking-page select.input {
  background: rgba(11, 30, 59, 0.35);
  color: var(--text);
  background-image: none;
}
.booking-page select.input option { color: var(--text); }

.input-with-icon { position: relative; }
.input-with-icon.icon-left .input { padding-left: 42px; }
.input-with-icon.icon-right .input { padding-right: 42px; }
.input-with-icon .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  color: var(--muted);
  opacity: 0.9;
  pointer-events: none;
}
.input-with-icon.icon-left .input-icon { left: 14px; }
.input-with-icon.icon-right .input-icon { right: 14px; }
.input-with-icon .input-icon svg { width: 20px; height: 20px; }
.input-with-icon .input:focus ~ .input-icon,
.input-with-icon:focus-within .input-icon { color: var(--accent); opacity: 1; }

.booking-page input[type="date"]::-webkit-calendar-picker-indicator,
.booking-page input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

/* Normalize mobile height for date/time inputs to match other fields */
.booking-page input[type="date"].input,
.booking-page input[type="time"].input {
  height: 44px; /* consistent with other inputs */
  padding-block: 12px; /* keep icon paddings intact */
  font-size: 16px; /* avoid small text on mobile */
  line-height: 1.2;
}
/* WebKit-specific tweak to prevent cramped inner value area on iOS */
.booking-page input[type="date"].input::-webkit-datetime-edit,
.booking-page input[type="time"].input::-webkit-datetime-edit {
  line-height: 1.2;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  cursor: pointer;
  font-weight: 600;
}
.btn-toggle:hover { filter: brightness(1.06); }
.btn-toggle.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #071528;
  box-shadow: 0 6px 14px rgba(255, 193, 7, 0.30);
  border-color: transparent;
}
.hint { margin-top: 6px; color: var(--muted); font-size: 12px; }
.return-fields .form-group label { color: var(--text); }

.switch-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #d7dee9;
  background: #dfe6ef;
  color: #0b1e3b;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.20);
  transition: background 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.extras-list { display: grid; gap: 12px; }
.extra-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  min-width: 0;
}
.extra-info { display: flex; align-items: center; gap: 12px; min-width: 0; }
.extra-thumb { display: inline-flex; width: 40px; height: 40px; border-radius: 8px; overflow: hidden; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); }
.extra-thumb svg { width: 100%; height: 100%; }
.extra-text { display: inline-flex; align-items: baseline; gap: 8px; }
.extra-title { font-weight: 600; color: var(--text); }
.extra-price { color: var(--accent); font-weight: 700; }

.extra-controls { display: grid; grid-template-columns: max-content max-content; gap: 14px; justify-self: end; }
.extra-controls.single-leg { grid-template-columns: 1fr; }
.extra-controls.single-leg .leg-group { justify-items: start; }
.leg-group { display: grid; gap: 8px; justify-items: center; }
.leg-label { font-size: 13px; color: var(--muted); }
.leg-group.is-disabled { opacity: 0.55; pointer-events: none; }

.counter { display: inline-flex; align-items: center; gap: 8px; background: rgba(11, 30, 59, 0.35); border: 1px solid rgba(255,255,255,0.22); border-radius: 10px; padding: 6px 10px; }
.counter-btn { width: 32px; height: 32px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.16); color: var(--text); cursor: pointer; font-weight: 700; }
.counter-btn:hover { filter: brightness(1.06); }
.count { min-width: 16px; text-align: center; color: var(--text); font-weight: 700; }
.switch-toggle::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  transition: transform 220ms ease;
}
.switch-toggle.active {
  background: linear-gradient(135deg, #7bd1a0, #58c893);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(88, 200, 147, 0.35);
}
.switch-toggle.active::before {
  transform: translateX(74px);
}
.switch-toggle:focus { outline: none; box-shadow: 0 0 0 3px rgba(255,193,7,0.22), 0 8px 18px rgba(0,0,0,0.28); }

.return-row { align-items: center; }
.return-row .form-group.align-right { justify-self: end; text-align: right; }
.field-header { display: inline-flex; align-items: center; gap: 10px; }
.field-title { font-weight: 700; color: var(--text); }
.badge-roundtrip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #071528;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.badge-roundtrip svg { width: 18px; height: 18px; }

#summary-triptype {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.support-box {
  grid-column: 1;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  color: var(--text);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  box-shadow: var(--shadow);
}
.support-icons { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.support-icons .icon { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; }
.support-icons .icon svg { width: 20px; height: 20px; }
.support-icons .icon.whatsapp { background: #25D366; }
.support-icons .icon.phone { background: #E74C3C; }
.support-title { font-size: 18px; font-weight: 600; margin: 4px 0; }
.support-title .accent { color: #c2a35f; }
.support-subtitle { font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.support-phone a { font-size: 26px; font-weight: 600; color: #0e7a7b; text-decoration: none; }
.support-phone a:hover { text-decoration: underline; }

@media (max-width: 480px) {
  .support-box { margin: 8px 0; padding: 12px; }
  .support-icons .icon { width: 28px; height: 28px; }
  .support-icons .icon svg { width: 16px; height: 16px; }
  .support-title { font-size: 16px; }
  .support-phone a { font-size: 24px; }
}
.booking-form #ticket_group .upload-box {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
  border: 1px dashed rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  min-height: 44px;
  padding: 10px 12px;
  box-sizing: border-box;
}
.booking-form #ticket_group .upload-box input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.booking-form #ticket_group .upload-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  white-space: nowrap;
}
.booking-form #ticket_group .upload-text { line-height: 1; }
.booking-form #ticket_group .btn-upload {
  background: #2563eb;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.9rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.booking-form #ticket_group .btn-upload:hover { background: #1d4ed8; }
.booking-form #ticket_group .upload-info {
  justify-self: end;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #94a3b8;
  font-size: 0.875rem;
}
.booking-form #ticket_group .upload-box.dragging {
  border-color: #60a5fa;
  background: rgba(96,165,250,0.08);
}
@media (max-width: 900px) {
  .booking-form #ticket_group .upload-box { grid-template-columns: 1fr; gap: 10px; }
  .booking-form #ticket_group .upload-cta { flex-wrap: nowrap; flex-direction: column; align-items: flex-start; gap: 8px; width: 100%; }
  .booking-form #ticket_group .btn-upload { width: 100%; justify-self: start; }
  .booking-form #ticket_group .upload-info { justify-self: start; max-width: 100%; }
}
.orion-travel { background: linear-gradient(180deg, var(--navy-800), var(--navy-900)); padding: var(--space-5) 0; }
.orion-travel .section-head { text-align: center; margin-bottom: var(--space-5); }
.orion-travel .section-title { font-weight: 800; font-size: clamp(1.6rem, 1rem + 3vw, 2.2rem); }
.orion-travel .section-title span { color: var(--accent); }
.orion-travel .section-sub { color: var(--muted); max-width: 760px; margin: var(--space-2) auto 0; }

.feature-grid { display: grid; gap: var(--space-4); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .feature-grid { grid-template-columns: repeat(4, 1fr); } }
.feature-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: var(--space-4); box-shadow: var(--shadow); backdrop-filter: blur(6px); }
.feature-card h3 { font-size: 1rem; margin-bottom: var(--space-2); }
.feature-card p { color: var(--muted); margin: 0; }
.feature-icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #071528; font-size: 22px; font-weight: 700; margin-bottom: var(--space-2); }

.media-row { display: grid; gap: var(--space-4); margin-top: var(--space-5); grid-template-columns: 1fr; }
@media (min-width: 900px) { .media-row { grid-template-columns: 1.1fr 1fr; } }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.checklist li { position: relative; padding-left: 26px; color: var(--text); }
.checklist li::before { content: "✔"; position: absolute; left: 0; top: 0; color: var(--accent); }

.media-right { display: grid; gap: var(--space-3); grid-template-columns: 1fr 1fr; }
.video-thumb { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-thumb .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.55); color: #fff; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; font-size: 20px; }
.orion-experience { position: relative; padding: calc(var(--space-5) * 1.25) 0; background: radial-gradient(1000px 600px at 10% 10%, rgba(255,193,7,0.08), transparent 60%), linear-gradient(180deg, var(--navy-900), var(--navy-800)); overflow: hidden; }
.orion-experience::before { content:""; position:absolute; inset:-20% -10% auto auto; background: radial-gradient(closest-side, rgba(61,214,208,0.12), transparent 62%); filter: blur(18px); pointer-events:none; }
.xp-head { text-align:center; max-width: 900px; margin: 0 auto var(--space-5); }
.xp-head .eyebrow { display:inline-block; padding: 6px 12px; border:1px solid rgba(255,255,255,0.14); border-radius:999px; color: var(--accent); font-weight:700; margin-bottom: var(--space-2); backdrop-filter: blur(6px); }
.xp-head h2 { font-weight:800; font-size: clamp(1.8rem, 1rem + 4vw, 2.6rem); }
.xp-head .lead { color: var(--muted); }
.xp-cta { margin-top: var(--space-3); }
.xp-btn { display:inline-block; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color:#071528; font-weight:800; padding: 12px 18px; border-radius: 999px; box-shadow: 0 6px 18px rgba(255,193,7,0.35); text-decoration:none; }
.xp-btn:hover { filter: brightness(1.05); }

.xp-grid { display:grid; gap: var(--space-4); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .xp-grid { grid-template-columns: repeat(4, 1fr); } }
.xp-card { position:relative; padding: var(--space-4); border-radius: var(--radius); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); box-shadow: var(--shadow); backdrop-filter: blur(8px); transition: transform .2s ease, box-shadow .2s ease; }
.xp-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.35); }
.xp-card h3 { margin-bottom: var(--space-2); font-size: 1rem; }
.xp-card p { color: var(--muted); margin:0; }
.xp-ico { width: 44px; height: 44px; border-radius: 12px; display:grid; place-items:center; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color:#071528; font-weight:800; margin-bottom: var(--space-2); }

.xp-metrics { display:grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4); margin: var(--space-5) 0; }
.metric { text-align:center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: var(--space-4); }
.metric .num { font-size: clamp(1.6rem, 1rem + 3vw, 2.4rem); font-weight: 900; background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.metric .label { color: var(--muted); }

.xp-media { display:grid; gap: var(--space-4); grid-template-columns: 2fr 1fr 1fr; }
@media (max-width: 900px) { .xp-media { grid-template-columns: 1fr; } }
.mosaic { position:relative; min-height: 200px; border-radius: var(--radius); overflow:hidden; border:1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow); background-size: cover; background-position: center; }
.mosaic::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.2)); }
.mosaic .caption { position:absolute; left: 12px; bottom: 12px; color:#fff; font-weight: 700; background: rgba(0,0,0,0.4); padding: 6px 10px; border-radius: 8px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.xp-card, .metric, .mosaic { animation: fadeUp .45s ease both; }
.xp-card:nth-child(2) { animation-delay: .05s; } .xp-card:nth-child(3) { animation-delay: .1s; } .xp-card:nth-child(4) { animation-delay: .15s; }
.orion-promo { position: relative; padding: calc(var(--space-5) * 1.1) 0; background: var(--page-bg); }
.promo-head { text-align: center; margin-bottom: var(--space-4); }
.promo-head h2 { font-weight: 800; font-size: clamp(1.8rem, 1rem + 3.5vw, 2.4rem); background: linear-gradient(135deg, #C18A00, #FFD54F); -webkit-background-clip: text; background-clip: text; color: transparent; }
.promo-sub { color: var(--muted); }

#turlar .promo-head h2 { filter: drop-shadow(0 2px 10px rgba(255,193,7,0.18)); letter-spacing: .2px; }
#turlar .promo-head h2::after { content: ""; display: block; width: 96px; height: 3px; margin: 10px auto 0; border-radius: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }

.promo-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: var(--space-3) 0 var(--space-4); }
.chip { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); color: var(--text); backdrop-filter: blur(6px); }

.promo-grid { display: grid; gap: var(--space-4); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .promo-grid { grid-template-columns: 1.5fr 1fr; } }

.promo-media { display: grid; gap: var(--space-3); grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .promo-media { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .promo-media { grid-template-columns: repeat(2, 1fr); }
  .promo-media .media-video { aspect-ratio: 16 / 9; min-height: auto; }
  .promo-media .media-video video { cursor: pointer; }
  .promo-media .media-video:nth-child(3) { grid-column: 1 / -1; justify-self: center; width: 95%; }
}
.promo-media .media-video { min-height: 220px; position: relative; overflow: hidden; background: none; }
.promo-media .media-video video { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow); }
.media-item { min-height: 220px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.12); background-size: cover; background-position: center; box-shadow: var(--shadow); }
@media (max-width: 640px) {
  .promo-media .media-video { min-height: auto; }
  .promo-media .media-item { min-height: auto; }
}

.promo-cards { display: grid; gap: var(--space-3); }
.promo-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: var(--space-4); box-shadow: var(--shadow); }
.promo-card h3 { margin-bottom: var(--space-2); font-size: 1rem; }
.promo-card p { color: var(--muted); margin: 0; }
.about-orion { position: relative; overflow: hidden; background: var(--page-bg); padding: calc(var(--space-5) * 1.1) 0; }
@media (max-width: 480px) {
  .orion-experience, .about-orion { overflow: hidden; }
  .about-orion::after { right: 0; }
}
.about-head { text-align: center; margin-bottom: var(--space-5); }
.about-head h2 { font-weight: 800; font-size: clamp(1.8rem, 1rem + 3.5vw, 2.4rem); background: linear-gradient(135deg, #C18A00, #FFD54F); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about-accent { width: 84px; height: 3px; margin: 10px auto 0; background: linear-gradient(90deg, var(--accent), var(--accent-2)); border-radius: 3px; position: relative; }
.about-accent::after { content: ""; position: absolute; right: -8px; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 4px rgba(255,255,255,0.06); }
.about-sub { color: var(--muted); }

.about-grid { display: grid; gap: var(--space-5); grid-template-columns: 1fr; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.2fr 1fr; align-items: start; } }

.about-copy h3 { font-weight: 700; margin-bottom: var(--space-3); }
.about-copy p { color: var(--text); }
.about-highlight { margin: var(--space-3) 0; padding: 10px 14px; border-radius: var(--radius); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: var(--text); font-weight: 600; }
.about-list { list-style: none; padding: 0; margin: var(--space-3) 0 0; display: grid; gap: 10px; }
.about-list li { display: flex; align-items: center; gap: 10px; }
.li-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; font-size: 0.85rem; box-shadow: 0 2px 6px rgba(0,0,0,0.25); }
.li-text { color: var(--text); }

.about-facts { display: grid; gap: var(--space-3); grid-template-columns: repeat(2, 1fr); align-items: stretch; }
@media (min-width: 900px) { .about-facts { grid-template-columns: repeat(4, 1fr); } }
.fact-card { position: relative; text-align: center; background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)); border: 1px solid rgba(255,255,255,0.14); border-radius: calc(var(--radius) + 4px); padding: var(--space-4); box-shadow: 0 6px 18px rgba(0,0,0,0.35); backdrop-filter: blur(6px); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.fact-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.2); }
.fact-num { font-size: clamp(1.8rem, 1rem + 3.2vw, 2.6rem); font-weight: 900; letter-spacing: -0.02em; background: linear-gradient(135deg, #FFC107, #FFD54F); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 1px 0 rgba(0,0,0,0.2)); }
.fact-num::after { content: ""; display: block; width: 36px; height: 2px; margin: 6px auto 0; border-radius: 2px; background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0)); }
.fact-label { color: #E6ECF5; font-weight: 600; letter-spacing: .2px; line-height: 1.25; }

.about-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: var(--space-4); }
.badge { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(6px); color: var(--text); transition: background .18s ease, box-shadow .18s ease, border-color .18s ease; }
.badge:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); box-shadow: 0 6px 18px rgba(0,0,0,0.3); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
[data-animate] { opacity: 0; transform: translateY(8px); }
.reveal-section.is-visible [data-animate] { animation: fadeUp .6s ease both; }

@keyframes shine {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.reveal-section.is-visible .media-item {
  position: relative;
}
.reveal-section.is-visible .media-item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.08), rgba(255,255,255,0));
  background-size: 200% 100%;
  animation: shine .9s ease both;
  pointer-events: none;
}

.voucher { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius); box-shadow: var(--shadow); padding: var(--space-4); }
.voucher-header { display:flex; align-items:center; justify-content: space-between; gap: var(--space-4); border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: var(--space-3); margin-bottom: var(--space-3); }
.voucher-logo { width: 64px; height: 64px; object-fit: contain; border-radius: 4px; }
.vh-left { display:flex; align-items:center; gap: var(--space-3); }
.vh-title { font-weight: 800; font-size: 20px; color: var(--text); }
.vh-license { font-weight: 600; color: var(--accent); font-size: 13px; letter-spacing: 0.3px; }
.vh-right { text-align: right; }
.vh-label { font-size: 12px; color: var(--muted); }
.vh-code { font-size: 28px; font-weight: 800; letter-spacing: 2px; color: var(--accent); }
.voucher-grid { display:grid; grid-template-columns: repeat(2, minmax(340px, 1fr)); gap: var(--space-4); margin-bottom: var(--space-3); }
@media (max-width: 900px){ .voucher-grid { grid-template-columns: 1fr; } }
.voucher { width: 100%; max-width: 100%; overflow: hidden; }
.voucher-section h3 { margin: 0 0 8px; font-size: 16px; color: var(--text); border-bottom: 1px solid rgba(255,255,255,0.14); padding-bottom: 6px; }
.voucher-section { background: transparent; border: 0; border-radius: 0; padding: 10px 0; box-shadow: none; }
.voucher-section.span-2 { grid-column: 1 / -1; }
.voucher-section + .voucher-section { margin-top: var(--space-2); border-top: 1px solid rgba(255,255,255,0.12); padding-top: 10px; }
.v-row { display:grid; grid-template-columns: 160px minmax(0, 1fr); align-items:start; gap: 8px; margin: 8px 0; }
.v-row > span { display: block; }
.v-row > span:first-child { text-align: left; font-weight: 600; align-self:start; }
.v-row > span:last-child { text-align: left; white-space: normal; word-break: break-word; overflow-wrap: anywhere; line-height: 1.5; }
.v-row.v-image > span:last-child img { max-width: 200px; height: auto; border-radius: 6px; border: 1px solid rgba(255,255,255,0.12); }
.voucher-section .v-row { border-bottom: 1px solid rgba(255,255,255,0.12); padding: 6px 0; }
.voucher-section .v-row:last-child { border-bottom: 0; }

@media (max-width: 600px){
  .voucher-page { padding: 6px; display: block; }
  .voucher-grid { grid-template-columns: 1fr; gap: 0; }
  .voucher-section { width: 100%; padding: 8px 0; margin: 0; background: transparent; border: 0; box-shadow: none; }
  .v-row { grid-template-columns: minmax(92px, 32%) 1fr; gap: 6px; }
  .v-row.v-image > span:last-child img { max-width: 100%; height: auto; }
  .voucher-breakdown .v-row { grid-template-columns: 1fr auto; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .voucher-breakdown .v-row:last-child { border-bottom: 0; }
  .voucher-breakdown .v-row > span:first-child { font-weight: 600; }
  .voucher-breakdown .v-row > span:last-child { text-align: right; white-space: nowrap; }
  .voucher-breakdown .v-total { border-top: 2px solid rgba(255,255,255,0.2); padding-top: 8px; font-weight: 700; }
}

@media (max-width: 480px){
  .container.container-wide { padding-left: 4px; padding-right: 4px; }
  .voucher-page { padding: 4px; }
  .voucher, .voucher-section { width: 100%; max-width: 100%; }
  .voucher-grid { gap: 0; }
  .voucher-section { background: transparent; border: 0; box-shadow: none; padding: 8px 0; margin: 0; }
  .v-row { grid-template-columns: minmax(80px, 28%) 1fr; }
  .v-row.v-image > span:last-child img { width: 100%; height: auto; }
  .voucher-breakdown .v-row { padding: 6px 0; }
}
.v-total { font-weight: 700; padding-top: 6px; border-top: 1px solid rgba(255,255,255,0.15); }
.voucher-breakdown { margin-top: 6px; }
.voucher-breakdown .v-row { grid-template-columns: 1fr auto; align-items: center; padding: 8px 0; }
.voucher-breakdown .v-row > span:first-child { font-weight: 600; }
.voucher-breakdown .v-row > span:last-child { text-align: right; white-space: nowrap; }
.voucher-breakdown .v-total { border-top: 2px solid rgba(255,255,255,0.2); padding-top: 8px; font-weight: 700; }
.voucher-footer { display:flex; align-items:center; justify-content: space-between; gap: var(--space-3); border-top: 1px solid rgba(255,255,255,0.15); padding-top: var(--space-3); margin-top: var(--space-3); }

.voucher.voucher-compact { padding: 12px; }
.voucher.voucher-compact .voucher-header { gap: 8px; padding-bottom: 6px; margin-bottom: 8px; }
.voucher.voucher-compact .voucher-logo { width: 48px; height: 48px; }
.voucher.voucher-compact .voucher-actions { padding-bottom: 8px; margin-top: 0; }
.voucher.voucher-compact .voucher-grid { gap: 8px; margin-bottom: 8px; }
.voucher.voucher-compact .voucher-section { padding: 6px 0; }
.voucher.voucher-compact .voucher-section + .voucher-section { margin-top: 6px; padding-top: 6px; }
.voucher.voucher-compact .v-row { gap: 6px; margin: 6px 0; }
.voucher.voucher-compact .voucher-footer { gap: 8px; padding-top: 8px; margin-top: 8px; }
.vf-title { font-weight: 700; }
.vf-links a { color: var(--text); text-decoration: none; }
.vf-links a:hover { text-decoration: underline; }
.vf-note { color: var(--muted); font-size: 13px; }

.voucher-page { display: flex; justify-content: center; padding: var(--space-3); }
.voucher { width: min(940px, 96%); }
.voucher-actions { display: flex; justify-content: flex-end; padding-bottom: var(--space-3); margin-top: -8px; }
.voucher-actions .btn-primary { width: auto; min-width: 220px; }


@media (max-width: 600px){
  .container.container-wide { padding-left: 0 !important; padding-right: 0 !important; }
  .voucher-page { padding: 0 !important; display: block !important; justify-content: unset !important; }
  .voucher { width: 100% !important; max-width: 100% !important; margin: 0 !important; }
}
@media print {
  body { background: #ffffff; }
  .site-header, .site-footer, .voucher-actions { display: none !important; }
  .voucher-page { padding: 0; }
  .voucher { box-shadow: none; border-color: #000000; color: #000000; width: 100%; max-width: 100%; background: #fff; overflow: hidden; }
  .voucher, .voucher * { box-sizing: border-box; }
  a { color: #000000; text-decoration: none; }
}

@media print {
  @page { size: A4; margin: 8mm; }
  .voucher { border: 1px solid #000; padding: 10px; }
  .voucher-header { border-bottom: 2px solid #000; padding: 8px 10px; gap: 8px; }
  .voucher-logo { width: 40px; height: 40px; }
  .vh-title { font-size: 14px; }
  .vh-license { font-size: 11px; }
  .vh-label { font-size: 10px; }
  .vh-code { color: #000 !important; font-size: 20px; letter-spacing: 1px; }
  .voucher-grid { gap: 10px; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .voucher-section { border: 1px solid #000; padding: 8px; }
  .voucher-section.span-2 { grid-column: 1 / -1; }
  .voucher-section h3 { font-size: 12px; border-bottom: 1px solid #000; padding-bottom: 4px; margin-bottom: 6px; }
  .voucher-section + .voucher-section { margin-top: 8px; }
  .voucher-breakdown .v-row,
  .voucher-section .v-row { border-bottom: 1px solid #000; padding: 4px 2px; font-size: 12px; }
  .voucher-section .v-row:last-child { border-bottom: none; }
.v-row { display:grid; grid-template-columns: 150px minmax(0,1fr); align-items:start; gap: 6px; }
.v-row > span { display: block; }
.v-row > span:first-child { font-weight: 600; }
.v-row > span:last-child { text-align: left; word-break: break-word; overflow-wrap: anywhere; line-height: 1.5; }
.v-row.v-image > span:last-child img { max-width: 160px; border: 1px solid #000; }
  .v-total { border-top: 2px solid #000; padding-top: 6px; font-weight: 800; }
  .vf-links a { color: #000 !important; }
}
.fab-container { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 12px; z-index: 1000; }
.fab { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; color: #fff; text-decoration: none; box-shadow: 0 8px 18px rgba(0,0,0,0.25); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.fab:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,0,0,0.3); }
.fab:active { transform: translateY(0); box-shadow: 0 6px 14px rgba(0,0,0,0.25); }
.fab .icon { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; }
.fab .icon svg { width: 22px; height: 22px; display: block; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fab.whatsapp { background: #25D366; }
.fab.phone { background: #E74C3C; }
.fab.reservation { background: #0e7a7b; }
.fab-tooltip { position: absolute; right: 66px; white-space: nowrap; background: rgba(14, 122, 123, 0.92); color: #fff; padding: 6px 10px; border-radius: 8px; font-size: 13px; box-shadow: 0 6px 14px rgba(0,0,0,0.25); opacity: 0; transform: translateX(6px); pointer-events: none; transition: opacity .12s ease, transform .12s ease; }
.fab:hover .fab-tooltip { opacity: 1; transform: translateX(0); }

.resv-modal-backdrop { position: fixed; inset: 0; background: rgba(11, 30, 59, 0.55); backdrop-filter: blur(2px); display: none; align-items: center; justify-content: center; z-index: 1000; }
.resv-modal-backdrop.is-open { display: flex; }
.resv-modal { width: 92vw; max-width: 460px; background: #0b1e3b; color: #fff; border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,0.35); overflow: hidden; }
.resv-modal .modal-header { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; }
.resv-modal .modal-header h3 { margin: 0; font-size: 18px; }
.resv-modal .modal-body { padding: 18px; display: grid; gap: 12px; }
.resv-modal label { font-size: 14px; opacity: 0.85; }
.resv-modal .input { width: 100%; padding: 10px 12px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.06); color: #fff; outline: none; }
.resv-modal .input::placeholder { color: rgba(255,255,255,0.7); }
.resv-modal .modal-actions { padding: 14px 18px; display: flex; gap: 10px; justify-content: flex-end; border-top: 1px solid rgba(255,255,255,0.08); }

.resv-result { margin-top: 8px; min-height: 32px; }
.status-chip { display: inline-block; padding: 4px 10px; border-radius: 9999px; font-size: 14px; font-weight: 600; }
.status-chip.status-approved { background: rgba(46,204,113,0.18); border:1px solid rgba(46,204,113,0.35); }
.status-chip.status-pending { background: rgba(255,206,86,0.18); border:1px solid rgba(255,206,86,0.35); }
.status-chip.status-canceled { background: rgba(255,99,71,0.18); border:1px solid rgba(255,99,71,0.35); }

.resv-card { margin-top: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; overflow: hidden; }
.resv-card-top { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.resv-card-top .resv-type { font-size: 13px; opacity: 0.85; }
.resv-card-top .resv-code { margin-left: auto; font-size: 13px; opacity: 0.8; }
.resv-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 12px 14px; }
.rg-row { display: grid; grid-template-columns: 120px 1fr; gap: 8px; align-items: center; }
.rg-label { font-size: 13px; opacity: 0.8; }
.rg-val { font-size: 14px; }
.resv-card-actions { display: flex; gap: 8px; justify-content: flex-end; padding: 12px 14px; border-top: 1px solid rgba(255,255,255,0.08); }

@media (min-width: 520px){
  .resv-grid { grid-template-columns: 1fr; }
}
.status-approved { background: #14532d; color: #dcfce7; }
.status-pending { background: #713f12; color: #fef9c3; }
.status-canceled { background: #7f1d1d; color: #fee2e2; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border-radius: 10px; font-weight: 600; text-decoration: none; cursor: pointer; border: none; }
.btn-primary { background: #0e7a7b; color: #fff; }
.btn-muted { background: rgba(255,255,255,0.1); color: #fff; }
.btn-primary:hover { filter: brightness(1.08); }
.btn-muted:hover { background: rgba(255,255,255,0.16); }
.modal-close { background: none; border: none; color: #fff; font-size: 20px; cursor: pointer; opacity: 0.8; }
.modal-close:hover { opacity: 1; }

/* Video modal */
.video-modal { width: 94vw; max-width: 860px; background: #0b1e3b; color: #fff; border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,0.35); overflow: hidden; }
.video-modal .modal-header { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; }
.video-modal .modal-body { padding: 0; }
.video-modal .modal-body video { display:block; width: 100%; height: auto; aspect-ratio: 16 / 9; }
