/* ATS & NAZAR TRANSFER - premium luxury UI */
:root {
  --bg: #ffffff;
  --bg-soft: #f8f8f8;
  --bg-dark: #0b0b0b;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(17, 17, 17, 0.08);
  --primary: #111111;
  --accent: #8b0000;
  --accent-2: #b30000;
  --accent-3: #d90429;
  --text: #1a1a1a;
  --muted: #555555;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 30px 100px rgba(0, 0, 0, 0.16);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 32px));
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: "Inter", "Poppins", "Satoshi", "General Sans", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(179, 0, 0, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(17, 17, 17, 0.04), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfbfb 32%, #f8f8f8 100%);
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  background: rgba(179, 0, 0, 0.15);
}

.custom-scrollbar::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #111, #8b0000);
  border-radius: 999px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 110px 0;
}

.section.compact {
  padding: 84px 0;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}

.section-label::before {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.section-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
}

.section-subtitle {
  margin: 18px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.8;
}

.separator {
  position: relative;
  height: 84px;
  overflow: hidden;
}

.separator::before,
.separator::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 82vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent, rgba(139, 0, 0, 0.45), rgba(17, 17, 17, 0.22), transparent);
  filter: blur(0.2px);
}

.separator::after {
  width: 36vw;
  height: 26px;
  background: radial-gradient(circle, rgba(139, 0, 0, 0.15), transparent 70%);
  filter: blur(18px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease), backdrop-filter 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(22px) saturate(140%);
  border-bottom-color: rgba(17, 17, 17, 0.07);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.navbar {
  width: min(1280px, calc(100vw - 24px));
  margin: 14px auto;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(22px);
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.05);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.site-header .brand {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 0;
  min-width: 0;
}

.site-header .brand::after {
  content: none;
}

.site-header .navbar::before {
  content: "";
  position: absolute;
  left: -146px;
  top: 28px;
  width: clamp(160px, 18vw, 245px);
  aspect-ratio: 2.45 / 1;
  background: url("../images/plaka.png") center / contain no-repeat;
  transform: rotate(-28deg);
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
  z-index: -1;
}

@media (max-width: 1024px) {
  .site-header .navbar::before {
    display: none;
  }
}

.site-header .brand > .site-logo {
  flex: 0 0 auto;
}

.site-header .brand > .brand-copy {
  text-align: left;
}

.site-header .brand-copy span {
  display: none;
}

.site-logo {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.navbar .site-logo {
  width: 72px;
  height: 72px;
}

.footer .site-logo {
  width: 92px;
  height: 92px;
}

.loading-logo__img {
  width: min(420px, 72vw);
  height: min(420px, 72vw);
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.62));
}

.loading-logo {
  gap: 18px;
}

.loading-text {
  font-size: 2.8rem;
  letter-spacing: 0.22em;
}

.loading-number {
  font-size: 2.3rem;
  letter-spacing: 0.18em;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, #111 0%, #2a2a2a 52%, #8b0000 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 16px 30px rgba(17, 17, 17, 0.22);
  position: relative;
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.brand-copy strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy span {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  position: relative;
  font-size: 1.04rem;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.8);
  padding: 10px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transition: transform 0.3s var(--ease);
}

.nav-links a:hover::after,
.nav-links a.is-active::after {
  transform: scaleX(1);
}

.nav-links a.is-active {
  color: var(--primary);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.nav-dropdown > a {
  white-space: nowrap;
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% - 2px);
  left: -14px;
  min-width: 245px;
  padding: 12px 10px 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 24px 44px rgba(8, 8, 8, 0.14);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
  display: grid;
  gap: 6px;
  z-index: 30;
}

.nav-dropdown__menu a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  color: rgba(17, 17, 17, 0.78);
  font-size: 0.96rem;
  font-weight: 700;
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a.is-active {
  background: rgba(139, 0, 0, 0.08);
  color: var(--primary);
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown__menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header .nav-actions > a.btn[href^="tel:"] {
  display: none;
}

.lang-switcher {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.05);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.lang-switcher button {
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.72);
  padding: 9px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.lang-switcher button.is-active {
  background: linear-gradient(135deg, #111, #8b0000);
  color: #fff;
  box-shadow: 0 12px 22px rgba(139, 0, 0, 0.22);
}

.hamburger {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: none;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  width: 18px;
  height: 1.6px;
  background: #111;
  border-radius: 999px;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}

.hamburger span::before,
.hamburger span::after {
  position: relative;
}

.hamburger span::before {
  transform: translateY(-6px);
}

.hamburger span::after {
  transform: translateY(4px);
}

.hamburger.is-open span {
  background: transparent;
}

.hamburger.is-open span::before {
  transform: translateY(1px) rotate(45deg);
}

.hamburger.is-open span::after {
  transform: translateY(-1px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 65;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.46);
  backdrop-filter: blur(10px);
}

.mobile-menu__panel {
  position: absolute;
  right: 12px;
  top: 78px;
  width: min(420px, calc(100vw - 24px));
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow-strong);
  transform: translateY(-18px) scale(0.96);
  opacity: 0;
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
  overflow: hidden;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.mobile-menu__panel a,
.mobile-menu__panel button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  color: var(--primary);
  cursor: pointer;
}

.nav-dropdown--mobile {
  display: grid;
}

.nav-dropdown--mobile > a {
  border-bottom: 0;
}

.nav-dropdown--mobile .nav-dropdown__menu {
  position: static;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  min-width: 0;
  padding: 0 0 10px;
  margin: 0 0 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  gap: 4px;
}

.nav-dropdown--mobile .nav-dropdown__menu a {
  width: calc(100% - 16px);
  margin-left: 16px;
  padding: 12px 16px;
  border-radius: 14px;
  border-bottom: 0;
  background: rgba(17, 17, 17, 0.04);
  color: rgba(17, 17, 17, 0.78);
}

.nav-dropdown--mobile .nav-dropdown__menu a:last-child {
  border-bottom: 0;
}

.mobile-menu__panel a:last-child,
.mobile-menu__panel button:last-child {
  border-bottom: 0;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
  will-change: transform;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #111, #8b0000);
  box-shadow: 0 18px 32px rgba(17, 17, 17, 0.16);
}

.btn-outline {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 17, 17, 0.08);
}

.btn-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.26), transparent 68%);
  transform: translateX(-120%) skewX(-18deg);
  transition: transform 0.8s var(--ease);
}

.btn:hover::after {
  transform: translateX(120%) skewX(-18deg);
}

.btn[href*="wa.me"] {
  min-height: 60px;
  padding: 16px 26px 16px 58px;
  color: #fff;
  background: linear-gradient(135deg, #25d366 0%, #12b65b 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 34px rgba(18, 182, 91, 0.28);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.whatsapp-float {
  font-size: 0;
  color: transparent;
}

.btn[href*="wa.me"]::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.11 17.2c-.29-.14-1.71-.84-1.98-.94-.27-.1-.47-.14-.66.14-.2.29-.76.94-.94 1.13-.17.2-.35.22-.64.08-.29-.14-1.23-.45-2.35-1.43-.87-.77-1.46-1.72-1.63-2.01-.17-.29-.02-.45.12-.6.12-.12.29-.35.43-.53.14-.17.19-.29.29-.49.1-.2.05-.37-.02-.51-.08-.14-.66-1.59-.91-2.17-.24-.58-.49-.5-.66-.5h-.56c-.2 0-.51.08-.78.37s-1.04 1.01-1.04 2.46 1.07 2.85 1.22 3.05c.14.2 2.08 3.18 5.04 4.46.7.29 1.25.46 1.68.59.71.23 1.35.2 1.86.12.57-.08 1.71-.7 1.96-1.38.24-.68.24-1.26.17-1.38-.08-.12-.27-.2-.56-.34Zm-3.11-13.2c-6.63 0-12 5.37-12 12 0 2.12.56 4.2 1.62 6.03L5 27l5.29-1.39A11.94 11.94 0 0 0 16 28c6.63 0 12-5.37 12-12s-5.37-12-12-12Zm0 21.74c-1.85 0-3.66-.5-5.23-1.46l-.37-.23-3.13.82.84-3.05-.24-.39a9.73 9.73 0 0 1-1.49-5.15c0-5.37 4.37-9.74 9.74-9.74S25.74 10.63 25.74 16S21.37 25.74 16 25.74Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-float {
  right: 18px;
  bottom: 18px;
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #12b65b 100%);
  box-shadow: 0 22px 42px rgba(18, 182, 91, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.whatsapp-float::before {
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.whatsapp-float::after {
  display: none;
}

.bottom-cta {
  bottom: 18px;
  gap: 12px;
}

.bottom-cta .btn[href*="wa.me"] {
  min-height: 62px;
  padding-inline: 24px 26px;
  font-size: 0.97rem;
  color: #fff;
}

.btn-urgent[href*="wa.me"] {
  min-height: 66px;
  padding: 16px 28px 16px 64px;
  color: #fff;
  background: linear-gradient(135deg, #111 0%, #2a0c0c 46%, #8b0000 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 46px rgba(17, 17, 17, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-urgent[href*="wa.me"]::before {
  content: "⚡";
  position: absolute;
  left: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #ffd36b;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 0 0 6px rgba(255, 211, 107, 0.08);
}

.btn-urgent[href*="wa.me"]::after {
  background: linear-gradient(120deg, transparent 30%, rgba(255, 211, 107, 0.35), transparent 68%);
}

.btn-urgent[href*="wa.me"]:hover {
  box-shadow: 0 28px 54px rgba(17, 17, 17, 0.34), 0 0 0 1px rgba(255, 211, 107, 0.12) inset;
}

.call-float {
  display: none !important;
}

.bottom-cta .btn[href^="tel:"] {
  display: none !important;
}

.section,
.page-hero,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.hero__content,
.services-grid,
.booking-grid,
.about-grid,
.contact-grid,
.footer-grid,
.fleet-slider {
  contain: layout paint;
}

.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: grid;
  align-items: center;
  overflow: clip;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7), transparent 22%),
    radial-gradient(circle at 85% 25%, rgba(139, 0, 0, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.74));
  z-index: -2;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.9)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  filter: saturate(0.85) contrast(1.02);
  transform: scale(1.04);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.44) 40%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.88));
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 42px;
  align-items: center;
  padding: 84px 0 72px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  font-size: 0.86rem;
  color: rgba(17, 17, 17, 0.78);
  width: fit-content;
}

.hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d90429, #8b0000);
  box-shadow: 0 0 0 6px rgba(217, 4, 41, 0.08);
}

.hero__title {
  margin: 18px 0 16px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.93;
  letter-spacing: -0.07em;
  max-width: 12ch;
}

.hero__title span {
  display: block;
}

.hero__title .accent {
  color: var(--accent);
}

.hero__subtitle {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.8;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero__cta .btn-urgent {
  order: -1;
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.stat-card,
.info-card,
.service-card,
.vehicle-card,
.review-card,
.destination-card,
.booking-card,
.contact-card {
  position: relative;
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.stat-card {
  min-width: 180px;
  padding: 18px 20px;
  border-radius: 22px;
}

.stat-card strong {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero__visual {
  position: relative;
  min-height: 560px;
}

.info-card {
  position: absolute;
  border-radius: 24px;
  padding: 20px;
}

.info-card--top {
  top: 18px;
  right: 0;
  width: min(320px, 82%);
}

.info-card--bottom {
  left: 0;
  bottom: 24px;
  width: min(280px, 75%);
}

.premium-shot {
  position: absolute;
  inset: 44px 18px 18px 44px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.48)),
    url("/images/hero.jpg") center/cover no-repeat;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.premium-shot::after {
  content: "VIP Vito Placeholder";
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.82rem;
}

.scroll-indicator .line {
  width: 1px;
  height: 58px;
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.5), transparent);
  position: relative;
  overflow: hidden;
}

.scroll-indicator .line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(217, 4, 41, 0.85), transparent);
  animation: pulseLine 1.8s linear infinite;
}

@keyframes pulseLine {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

.section-grid {
  display: grid;
  gap: 24px;
}

.services-grid,
.destinations-grid,
.booking-grid,
.contact-grid,
.about-grid {
  display: grid;
  gap: 20px;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  border-radius: 26px;
  padding: 26px;
  min-height: 230px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.service-card--media {
  padding: 18px 18px 22px;
}

.service-card__media {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.06), rgba(139, 0, 0, 0.1));
  position: relative;
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}

.service-card:hover .service-card__media img {
  transform: scale(1.04);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(139, 0, 0, 0.12), transparent 28%);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}

.service-card:hover {
  transform: translateY(-8px) rotateX(4deg) rotateY(-4deg);
  border-color: rgba(139, 0, 0, 0.18);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.12);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card .icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.08), rgba(139, 0, 0, 0.1));
}

.service-card h3,
.vehicle-card h3,
.review-card h3,
.destination-card h3,
.booking-card h3,
.contact-card h3,
.info-card h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.service-card p,
.vehicle-card p,
.review-card p,
.destination-card p,
.booking-card p,
.contact-card p,
.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-card .tag,
.vehicle-card .tag,
.booking-card .tag,
.destination-card .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.82);
  font-size: 0.82rem;
}

.gallery-page .page-hero .hero-box {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(139, 0, 0, 0.86)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 26%);
}

.gallery-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.gallery-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.gallery-campaigns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.gallery-campaign-card {
  min-height: 100%;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.gallery-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 240px;
  background: #101010;
  box-shadow: var(--shadow-strong);
  transform-style: preserve-3d;
  isolation: isolate;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.05), rgba(8, 8, 8, 0.74));
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.55s var(--ease), filter 0.55s var(--ease);
}

.gallery-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.gallery-card__index {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.gallery-card__caption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 18px 18px 20px;
  color: #fff;
}

.gallery-card__caption strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.gallery-card__caption span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.65;
}

.gallery-card--wide {
  grid-column: span 2;
  min-height: 380px;
}

.gallery-card--banner {
  grid-column: span 2;
  min-height: 420px;
}

.gallery-card--tall {
  grid-column: span 1;
  min-height: 500px;
}

.gallery-card--square {
  grid-column: span 1;
  min-height: 260px;
}

.gallery-cta {
  margin-top: 26px;
  border-radius: 28px;
  padding: 24px 26px;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(139, 0, 0, 0.88));
  color: #fff;
  box-shadow: var(--shadow-strong);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gallery-cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 64ch;
  line-height: 1.7;
}

.gallery-category {
  margin-top: 28px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow);
}

.gallery-category__head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.gallery-category__head h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  letter-spacing: -0.03em;
}

.gallery-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.gallery-shot {
  position: relative;
  display: block;
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  cursor: zoom-in;
}

.gallery-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.02), rgba(8, 8, 8, 0.68));
  z-index: 1;
}

.gallery-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease), filter 0.45s var(--ease);
}

.gallery-shot span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 10px 12px;
  border-radius: 14px;
  color: #fff;
  background: rgba(10, 10, 10, 0.58);
  backdrop-filter: blur(10px);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.gallery-shot:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.05);
}

.gallery-category:nth-child(odd) .gallery-shot:nth-child(3n + 1) {
  min-height: 250px;
}

.gallery-category:nth-child(even) .gallery-shot:nth-child(4n + 2) {
  min-height: 250px;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(6, 6, 8, 0.84);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s var(--ease);
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox__panel {
  position: relative;
  width: min(1180px, 100%);
  max-height: min(92vh, 980px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.gallery-lightbox__nav--prev {
  left: -10px;
}

.gallery-lightbox__nav--next {
  right: -10px;
}

.gallery-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

.gallery-lightbox__media {
  position: relative;
  min-height: 0;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.4);
}

.gallery-lightbox__media img {
  width: 100%;
  height: 100%;
  max-height: calc(92vh - 110px);
  object-fit: contain;
  display: block;
  border-radius: 18px;
  background: #0b0b0d;
}

.gallery-lightbox__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.88);
}

.gallery-lightbox__caption strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.gallery-lightbox__caption span {
  display: block;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.66);
}

.gallery-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.location-group {
  position: relative;
  border-radius: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.location-group::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(139, 0, 0, 0.12), transparent 28%);
  opacity: 0.8;
  pointer-events: none;
}

.location-group--highlight {
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(139, 0, 0, 0.86));
  color: #fff;
}

.location-group--highlight::before {
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%);
}

.location-group__head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.location-group__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.location-group--highlight .location-group__kicker {
  color: rgba(255, 255, 255, 0.88);
}

.location-group h3 {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.location-pills {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
}

.location-pills span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.05);
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1;
}

.location-group--highlight .location-pills span {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.fleet-slider,
.testimonial-slider {
  padding: 10px 4px 50px;
}

.vehicle-card,
.review-card,
.destination-card,
.booking-card,
.contact-card {
  border-radius: 28px;
  overflow: hidden;
}

.vehicle-card {
  padding: 18px;
}

.vehicle-card__media,
.booking-card__media,
.review-card__media,
.contact-map,
.destination-card__media {
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.58)),
    var(--media, linear-gradient(135deg, #ececec, #cfcfcf));
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
  color: #fff;
  position: relative;
}

.vehicle-card__media::after,
.booking-card__media::after,
.review-card__media::after,
.destination-card__media::after {
  content: attr(data-label);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  font-size: 0.82rem;
}

.vehicle-card__body,
.review-card__body,
.booking-card__body,
.destination-card__body,
.contact-card__body {
  padding: 20px;
}

.vehicle-meta,
.booking-meta,
.destination-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.meta-pill {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  background: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.76);
}

.vehicle-card .shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.26), transparent 50%);
  transform: translateX(-120%);
  transition: transform 0.8s var(--ease);
  pointer-events: none;
}

.vehicle-card:hover .shine {
  transform: translateX(120%);
}

.about-grid {
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
}

.about-panel {
  border-radius: 30px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(28, 28, 28, 0.98));
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.about-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -20% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 0, 0, 0.28), transparent 68%);
  filter: blur(12px);
}

.about-panel .panel-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.74);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.about-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 2.7vw, 3rem);
  line-height: 1.05;
}

.about-panel p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.75);
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.about-feature {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-feature strong {
  display: block;
  margin-bottom: 6px;
}

.about-feature span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-size: 0.92rem;
}

.about-list {
  display: grid;
  gap: 16px;
}

.about-list .item {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow);
}

.about-list .item strong {
  display: block;
  margin-bottom: 8px;
}

.destinations-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.destination-card__media {
  min-height: 170px;
}

.map-panel {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(36, 36, 36, 0.98));
  color: #fff;
  padding: 28px;
  box-shadow: var(--shadow-strong);
  position: relative;
}

.map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(139, 0, 0, 0.2), transparent 24%), radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.04), transparent 20%);
}

.map-grid {
  position: relative;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.map-node {
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.review-card {
  padding: 0;
}

.review-card__media {
  min-height: 180px;
}

.review-card__quote {
  font-size: 1.02rem;
  line-height: 1.8;
}

.review-card__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.review-card__rating {
  color: #8b0000;
  letter-spacing: 0.14em;
}

.booking-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-card__media {
  min-height: 220px;
}

.booking-card {
  min-height: 100%;
}

.contact-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.contact-card {
  padding: 0;
}

.contact-cta-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-cta-list a,
.contact-cta-list button {
  justify-content: center;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.88rem;
  color: rgba(17, 17, 17, 0.72);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(255, 255, 255, 0.82);
  padding: 14px 16px;
  color: var(--text);
  outline: none;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(139, 0, 0, 0.35);
  box-shadow: 0 0 0 4px rgba(139, 0, 0, 0.08);
}

.field textarea {
  min-height: 136px;
  resize: vertical;
}

.contact-map {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.62)),
    url("https://images.unsplash.com/photo-1527617231805-bd6e9c34f5b0?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  position: relative;
}

.contact-map::after {
  content: "Map placeholder • Bodrum / Milas corridor";
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.footer {
  background: linear-gradient(180deg, #111 0%, #0b0b0b 100%);
  color: #fff;
  padding: 70px 0 34px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 280px;
  background: radial-gradient(circle, rgba(139, 0, 0, 0.16), transparent 62%);
  filter: blur(18px);
}

.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 28px;
  z-index: 1;
}

.footer h4 {
  margin: 0 0 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a,
.footer p,
.footer li {
  color: rgba(255, 255, 255, 0.72);
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.footer .brand-copy span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}

.footer .lang-switcher {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}

.footer .lang-switcher button {
  color: rgba(255, 255, 255, 0.72);
}

.footer .lang-switcher button.is-active {
  color: #fff;
}

.page-hero {
  padding: 70px 0 42px;
}

.page-hero .hero-box {
  border-radius: 34px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(139, 0, 0, 0.82)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 26%);
  color: #fff;
  box-shadow: var(--shadow-strong);
  position: relative;
  overflow: hidden;
}

.page-hero .hero-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.14), transparent 22%);
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  max-width: 12ch;
}

.page-hero p {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.loading-screen,
.transition-overlay,
.cursor-glow,
.particles {
  pointer-events: none;
}

.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #050505;
  display: grid;
  place-items: center;
  color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s var(--ease), visibility 0.5s var(--ease);
}

.loading-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loading-screen__core {
  position: relative;
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  width: min(620px, calc(100vw - 40px));
}

.loading-logo {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.loading-logo .mark {
  width: 92px;
  height: 92px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111, #8b0000);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.03), 0 24px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.loading-logo .mark::before,
.loading-logo .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  filter: blur(1px);
}

.loading-logo .mark::before { left: -220px; }
.loading-logo .mark::after { right: -220px; }

.loading-text {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.18em;
  font-size: 2.8rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.loading-number {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.18em;
  font-size: 2.3rem;
  color: rgba(255, 255, 255, 0.88);
}

.loading-slogan {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.35;
}

.loading-headlights {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.loading-headlights::before,
.loading-headlights::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24vw;
  height: 220px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.12) 42%, transparent 68%);
  filter: blur(6px);
  opacity: 0.75;
}

.loading-headlights::before { left: 0; clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 62%); }
.loading-headlights::after { right: 0; clip-path: polygon(0 0, 100% 38%, 100% 62%, 0 100%); }

.transition-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.82));
  transform: translateY(100%);
}

.cursor-glow {
  position: fixed;
  inset: 0;
  z-index: 2;
  opacity: 0.65;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(179, 0, 0, 0.14), transparent 20%);
  mix-blend-mode: multiply;
}

.particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(0.2px);
  animation: drift 16s linear infinite;
}

@keyframes drift {
  0% { transform: translate3d(0, 20px, 0) scale(0.8); opacity: 0; }
  15% { opacity: 0.6; }
  100% { transform: translate3d(0, -160px, 0) scale(1.1); opacity: 0; }
}

.floating-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.whatsapp-float,
.call-float,
.bottom-cta {
  position: fixed;
  z-index: 60;
}

.whatsapp-float {
  right: 18px;
  bottom: 82px;
  font-size: 0;
  color: transparent;
  width: 74px;
  height: 74px;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 20px 44px rgba(37, 211, 102, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  animation: whatsappIntro 0.75s var(--ease) 0.2s both, whatsappPulse 2.8s ease-in-out 1.1s infinite;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(37, 211, 102, 0.16) inset;
}

.whatsapp-float::before {
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.11 17.2c-.29-.14-1.71-.84-1.98-.94-.27-.1-.47-.14-.66.14-.2.29-.76.94-.94 1.13-.17.2-.35.22-.64.08-.29-.14-1.23-.45-2.35-1.43-.87-.77-1.46-1.72-1.63-2.01-.17-.29-.02-.45.12-.6.12-.12.29-.35.43-.53.14-.17.19-.29.29-.49.1-.2.05-.37-.02-.51-.08-.14-.66-1.59-.91-2.17-.24-.58-.49-.5-.66-.5h-.56c-.2 0-.51.08-.78.37s-1.04 1.01-1.04 2.46 1.07 2.85 1.22 3.05c.14.2 2.08 3.18 5.04 4.46.7.29 1.25.46 1.68.59.71.23 1.35.2 1.86.12.57-.08 1.71-.7 1.96-1.38.24-.68.24-1.26.17-1.38-.08-.12-.27-.2-.56-.34Zm-3.11-13.2c-6.63 0-12 5.37-12 12 0 2.12.56 4.2 1.62 6.03L5 27l5.29-1.39A11.94 11.94 0 0 0 16 28c6.63 0 12-5.37 12-12s-5.37-12-12-12Zm0 21.74c-1.85 0-3.66-.5-5.23-1.46l-.37-.23-3.13.82.84-3.05-.24-.39a9.73 9.73 0 0 1-1.49-5.15c0-5.37 4.37-9.74 9.74-9.74S25.74 10.63 25.74 16S21.37 25.74 16 25.74Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-float::after {
  content: attr(aria-label);
  position: absolute;
  right: 84px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.78);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.whatsapp-float:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.call-float {
  left: 18px;
  bottom: 82px;
}

.bottom-cta {
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: none;
  gap: 10px;
  width: calc(100vw - 24px);
  justify-content: center;
}

.bottom-cta a,
.bottom-cta button {
  flex: 1;
  justify-content: center;
  min-height: 54px;
}

.badge-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.76);
  width: fit-content;
}

.badge-line::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d90429, #8b0000);
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
}

@keyframes whatsappIntro {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.88);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes whatsappPulse {
  0%, 100% {
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.26), 0 0 0 0 rgba(37, 211, 102, 0.22);
  }
  50% {
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3), 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.page-insurance .hero {
  min-height: auto;
  padding: 0 0 24px;
}

.insurance-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 36px;
  align-items: stretch;
  margin-top: 28px;
}

.insurance-panel,
.insurance-card,
.insurance-hero-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.insurance-panel {
  padding: 30px;
}

.insurance-hero-card {
  overflow: hidden;
  padding: 18px;
  display: grid;
  gap: 12px;
  align-self: start;
}

.insurance-hero-card img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.insurance-caption,
.insurance-note {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.feature-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--text);
  line-height: 1.7;
}

.insurance-summary {
  margin-top: 28px;
  display: grid;
  gap: 14px;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
}

.insurance-summary .logo-wrap {
  text-align: center;
}

.insurance-summary .logo-wrap img {
  width: 96px;
  height: auto;
  margin: 0 auto;
}

.insurance-summary .summary-copy {
  color: var(--muted);
}

[data-animate="fade"] {
  opacity: 0;
  transform: translateY(16px);
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: grid;
  }

  .hero__content,
  .about-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .booking-grid,
  .destinations-grid,
  .map-grid,
  .location-grid,
  .gallery-campaigns-grid,
  .gallery-category-grid,
  .insurance-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero__content {
    gap: 28px;
    padding: 64px 0 56px;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(2.6rem, 8vw, 5rem);
  }

  .hero__subtitle,
  .section-subtitle,
  .page-hero p {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .hero__visual {
    min-height: 380px;
  }

  .hero__visual .info-card {
    display: none;
  }

  .premium-shot {
    inset: 24px 0 0;
    border-radius: 26px;
  }

  .insurance-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 720px;
    margin-inline: auto;
  }

  .insurance-hero-card {
    order: -1;
    width: 100%;
    padding: 14px;
  }

  .insurance-hero-card img {
    aspect-ratio: 16 / 10;
  }

  .insurance-panel {
    width: 100%;
    padding: 22px;
  }

  .insurance-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gallery-campaigns-grid {
    grid-template-columns: 1fr;
  }

  .gallery-category {
    padding: 18px;
  }

  .gallery-shot {
    min-height: 200px;
  }

  .gallery-lightbox {
    padding: 14px;
  }

  .gallery-lightbox__panel {
    max-height: 94vh;
  }

  .gallery-lightbox__media {
    padding: 10px;
    border-radius: 22px;
  }

  .gallery-lightbox__caption {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-lightbox__nav {
    width: 46px;
    height: 46px;
    font-size: 1.8rem;
  }

  .gallery-lightbox__nav--prev {
    left: 0;
  }

  .gallery-lightbox__nav--next {
    right: 0;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr;
  }

  .gallery-card--wide,
  .gallery-card--banner {
    grid-column: auto;
  }

  .gallery-card--tall,
  .gallery-card--square {
    grid-column: auto;
  }

  .location-group,
  .about-panel,
  .contact-card,
  .service-card,
  .vehicle-card,
  .review-card,
  .destination-card,
  .booking-card {
    border-radius: 24px;
  }

  .mobile-menu__panel {
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 64px 0;
  }

  .navbar {
    padding: 10px 12px;
    border-radius: 22px;
  }

  .site-header .brand {
    padding-right: 0;
  }

  .site-header .navbar::before {
    left: -84px;
    top: 16px;
    width: clamp(120px, 36vw, 190px);
    transform: rotate(-28deg);
  }

  .brand-copy span {
    display: none;
  }

  .lang-switcher button {
    padding: 8px 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 44px 0 52px;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .services-grid,
  .booking-grid,
  .destinations-grid,
  .map-grid,
  .about-features {
    grid-template-columns: 1fr;
  }

  .hero__cta,
  .contact-cta-list,
  .gallery-cta,
  .bottom-cta {
    display: grid;
    gap: 10px;
  }

  .hero__cta,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__visual {
    min-height: 300px;
  }

  .hero__visual .premium-shot {
    inset: 14px 0 0;
    border-radius: 22px;
  }

  .info-card--top,
  .info-card--bottom {
    width: calc(100% - 20px);
  }

  .scroll-indicator,
  .cursor-glow,
  .particles {
    display: none;
  }

  .page-hero .hero-box {
    padding: 24px;
  }

  .gallery-campaigns-grid,
  .gallery-mosaic {
    grid-template-columns: 1fr;
  }

  .gallery-category-grid {
    grid-template-columns: 1fr;
  }

  .location-pills {
    gap: 8px;
  }

  .gallery-card--wide,
  .gallery-card--banner,
  .gallery-card--tall,
  .gallery-card--square {
    grid-column: auto;
    min-height: 220px;
  }

  .gallery-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-hero-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-cta {
    display: flex;
    width: calc(100vw - 20px);
  }

  .whatsapp-float,
  .call-float {
    bottom: 148px;
  }

  .mobile-menu__panel {
    top: 72px;
    width: calc(100vw - 20px);
    right: 10px;
  }

  .mobile-menu__panel a,
  .mobile-menu__panel button {
    padding: 16px 18px;
  }

  .location-group {
    padding: 18px;
  }

  .location-group__kicker,
  .section-label {
    letter-spacing: 0.18em;
  }

  .location-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-shot span {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    font-size: 0.84rem;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100vw - 18px, 100%);
  }

  .section,
  .section.compact {
    padding: 52px 0;
  }

  .page-hero {
    padding: 44px 0 28px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 13vw, 3rem);
  }

  .page-hero .hero-box,
  .about-panel,
  .location-group,
  .service-card,
  .vehicle-card,
  .review-card,
  .destination-card,
  .booking-card,
  .contact-card {
    border-radius: 22px;
  }

  .hero__cta .btn,
  .contact-cta-list .btn,
  .bottom-cta .btn,
  .gallery-cta .btn {
    width: 100%;
  }

  .hero__stats {
    gap: 10px;
  }

  .stat-card {
    min-width: 0;
    padding: 16px 16px;
  }

  .service-card,
  .vehicle-card,
  .review-card,
  .destination-card,
  .booking-card,
  .contact-card,
  .location-group,
  .gallery-category {
    padding: 16px;
  }

  .service-card__media,
  .vehicle-card__media,
  .review-card__media,
  .destination-card__media,
  .booking-card__media,
  .contact-map {
    min-height: 170px;
    border-radius: 18px;
  }

  .location-pills {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 56px 0 28px;
  }

  .footer-grid {
    gap: 18px;
  }

  .footer-bottom {
    margin-top: 30px;
    padding-top: 16px;
  }

  .whatsapp-button {
    right: 12px;
    bottom: 12px;
    min-height: 52px;
    padding: 10px 12px;
  }

  .whatsapp-button__label {
    font-size: 0.88rem;
  }
}

/* New injected WhatsApp button (replaces legacy .whatsapp-float visuals) */
.whatsapp-float { display: none !important; }
.whatsapp-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366 0%, #12b65b 100%);
  color: #fff;
  box-shadow: 0 28px 64px rgba(18, 182, 91, 0.28);
  border: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  min-height: 56px;
  transform: translateZ(0);
}
.whatsapp-button__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.11 17.2c-.29-.14-1.71-.84-1.98-.94-.27-.10-.47-.14-.66.14-.2.29-.76.94-.94 1.13-.17.20-.35.22-.64.08-.29-.14-1.23-.45-2.35-1.43-.87-.77-1.46-1.72-1.63-2.01-.17-.29-.02-.45.12-.6.12-.12.29-.35.43-.53.14-.17.19-.29.29-.49.10-.20.05-.37-.02-.51-.08-.14-.66-1.59-.91-2.17-.24-.58-.49-.50-.66-.50h-.56c-.20 0-.51.08-.78.37s-1.04 1.01-1.04 2.46 1.07 2.85 1.22 3.05c.14.20 2.08 3.18 5.04 4.46.70.29 1.25.46 1.68.59.71.23 1.35.20 1.86.12.57-.08 1.71-.70 1.96-1.38.24-.68.24-1.26.17-1.38-.08-.12-.27-.20-.56-.34Zm-3.11-13.2c-6.63 0-12 5.37-12 12 0 2.12.56 4.20 1.62 6.03L5 27l5.29-1.39A11.94 11.94 0 0 0 16 28c6.63 0 12-5.37 12-12s-5.37-12-12-12Zm0 21.74c-1.85 0-3.66-.50-5.23-1.46l-.37-.23-3.13.82.84-3.05-.24-.39a9.73 9.73 0 0 1-1.49-5.15c0-5.37 4.37-9.74 9.74-9.74S25.74 10.63 25.74 16S21.37 25.74 16 25.74Z'/%3E%3C/svg%3E") center / 60% no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  display: block;
  transform: none;
}
.whatsapp-button__label {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 0.95rem;
}
.whatsapp-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 34px 80px rgba(18, 182, 91, 0.32);
}

@media (max-width: 760px) {
  /* On small screens show a compact circular WhatsApp icon and hide large CTAs */
  .whatsapp-button {
    right: 14px;
    bottom: 18px;
    padding: 0;
    gap: 0;
    width: 56px;
    height: 56px;
    min-height: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
  }

  .whatsapp-button__label {
    display: none;
  }

  .whatsapp-button__icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background-color: transparent;
    background-size: 60% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: none !important;
  }

  .whatsapp-button {
    animation: whatsapp-pulse 3000ms ease-in-out infinite;
    transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
  }

  .whatsapp-button:hover { transform: translateY(-4px); }

  @keyframes whatsapp-pulse {
    0% { box-shadow: 0 8px 20px rgba(37,211,102,0.12); transform: translateY(0); }
    50% { box-shadow: 0 18px 40px rgba(37,211,102,0.18); transform: translateY(-2px); }
    100% { box-shadow: 0 8px 20px rgba(37,211,102,0.12); transform: translateY(0); }
  }

  /* Hide large WhatsApp CTAs on mobile so they don't cover content */
  .btn[href*="wa.me"], .btn-urgent[href*="wa.me"], .bottom-cta .btn[href*="wa.me"],
  .btn[href^="tel:"], .contact-cta-list a[href^="tel:"] {
    display: none !important;
  }

  /* Ensure mobile menu panel is positioned below the header and its content is scrollable */
  .mobile-menu__panel {
    top: 88px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 18px;
  }

  .mobile-menu__panel a,
  .mobile-menu__panel button {
    padding: 14px 18px;
  }
}

