:root {
  --purple: #7c3aed;
  --purple-light: #a78bfa;
  --purple-soft: #c4b5fd;
  --dark: #0d0a14;
  --dark2: #14111f;
  --dark3: #1a1528;
  --w80: rgba(255, 255, 255, 0.8);
  --w55: rgba(255, 255, 255, 0.55);
  --w35: rgba(255, 255, 255, 0.35);
  --w15: rgba(255, 255, 255, 0.15);
  --w08: rgba(255, 255, 255, 0.08);
  --w04: rgba(255, 255, 255, 0.04);
  --font: "Outfit", sans-serif;
  --purple-deep: #5b21b6;
  --green: #34d399;
  --coral: #ec4899;
  --orange: #fb923c;
  --blue: #60a5fa;
  --red: #ef4444;
  --white: #ffffff;
  --purple-dim: rgba(124, 58, 237, 0.12);
  --green-soft: rgba(52, 211, 153, 0.12);
}

/* ─────────────────────────────────────────────────────────────
   global.css — rules byte-identical across all 13 page files.
   Loaded before each page's stylesheet so page-specific rules
   still override anything here.
   ───────────────────────────────────────────────────────────── */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 100px;
  background: rgba(20, 17, 31, 0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-right: 8px;
}

.lang-switcher a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--w55);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 100px;
  font-family: var(--font);
  transition:
    color 0.15s,
    background 0.15s;
}

.lang-switcher a.active {
  background: rgba(124, 58, 237, 0.2);
  color: #fff;
}

.lang-switcher a:not(.active):hover {
  color: #fff;
}

nav > * {
  pointer-events: auto;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-brand p {
  font-size: 12px;
  color: var(--w55);
  line-height: 1.6;
  max-width: 320px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.footer-social .soc svg {
  width: 17px;
  height: 17px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(124, 58, 237, 0.4);
  border-radius: 3px;
}

nav .logo img {
  height: 36px;
  width: auto;
  display: block;
}

.nav-center a.nav-link.active {
  color: #fff;
  background: rgba(124, 58, 237, 0.15);
}

.mega.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-card {
  background: var(--dark2);
  border: 1px solid var(--w08);
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.2s,
    transform 0.2s;
}

.mega-card:hover {
  border-color: rgba(124, 58, 237, 0.4);
  transform: translateY(-2px);
}

.mega-card-img {
  height: 150px;
  border-radius: 12px;
  margin-bottom: 18px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--w08);
  position: relative;
  overflow: hidden;
}

.mega-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.28;
  pointer-events: none;
}

.mega-card-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--purple-light);
  margin-bottom: 10px;
}

.mega-card h4 {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 1.15;
  margin-bottom: 10px;
  color: #fff;
}

.mega-card p {
  font-size: 12.5px;
  color: var(--w55);
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
}

.mega-card-arrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--purple-light);
  padding-top: 14px;
  border-top: 1px solid var(--w08);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    gap 0.2s,
    color 0.15s;
}

.mega-card:hover .mega-card-arrow {
  gap: 10px;
  color: #fff;
}

.footer-brand-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(
    to bottom,
    rgba(5, 2, 8, 0.7) 0%,
    rgba(5, 2, 8, 0.25) 60%,
    transparent 100%
  );
  pointer-events: none;
}

nav .logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

nav .nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.mega {
  position: fixed;
  top: 78px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: min(900px, 95vw);
  background: rgba(20, 17, 31, 0.96);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  z-index: 150;
}

.mega::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

svg circle[fill="rgba(210,230,255,0.92)"] {
  transform-box: fill-box;
  transform-origin: center;
  animation: veeBlink 5.2s infinite;
}

.btn-lg-primary .arrow {
  transition: transform 0.2s;
}

.btn-lg-primary:hover .arrow {
  transform: translateX(3px);
}

.footer-social .soc {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition:
    color 0.15s,
    background 0.15s,
    border-color 0.15s,
    transform 0.15s;
}

.footer-social .soc:hover {
  color: #fff;
  background: rgba(124, 58, 237, 0.18);
  border-color: rgba(124, 58, 237, 0.4);
  transform: translateY(-2px);
}

.nav-center a.nav-link,
.nav-center button.nav-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--w55);
  text-decoration: none;
  background: transparent;
  border: none;
  font-family: var(--font);
  padding: 12px 26px;
  border-radius: 100px;
  transition:
    color 0.15s,
    background 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-center a.nav-link:hover,
.nav-center button.nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

/* ── FOOTER (unified across all pages) ── */
footer {
  background: #080510;
  padding: 64px 40px 32px;
  border-top: 1px solid var(--w04);
}

.footer-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand-line .logo-dot {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
}

.footer-col h5 {
  font-size: 12px;
  font-weight: 800;
  color: var(--purple-light);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-col a {
  text-decoration: none;
  font-size: 13px;
  color: var(--w55);
  transition: color 0.15s;
}

.footer-col a:hover {
  color: var(--purple-light);
}

.footer-bottom {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--w04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--w35);
}

.footer-bottom .lang {
  display: flex;
  gap: 4px;
}

.footer-bottom .lang a {
  padding: 4px 10px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid var(--w08);
  color: var(--w35);
  text-decoration: none;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
}

.footer-bottom .lang a.active {
  background: rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.4);
  color: #fff;
}

/* Narrow desktop / large tablet (901-1310): the 5-col grid cramps the brand
   description into 3 lines and squeezes the link columns. Stack the brand
   row on top, drop link groups into a 4-col row below. */
@media (max-width: 1310px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }
  .footer-brand p {
    max-width: 520px;
  }
}

body {
  font-family: var(--font);
  background: var(--dark);
  color: #fff;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

.btn-lg-primary {
  padding: 16px 28px;
  border-radius: 14px;
  border: none;
  background: var(--purple);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font);
  box-shadow: 0 6px 32px rgba(124, 58, 237, 0.45);
  transition:
    transform 0.12s,
    box-shadow 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-lg-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 44px rgba(124, 58, 237, 0.65);
}

.btn-lg-secondary {
  padding: 16px 24px;
  border-radius: 14px;
  background: transparent;
  border: 1.5px solid rgba(124, 58, 237, 0.35);
  color: var(--purple-soft);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font);
  text-decoration: none;
  transition:
    background 0.15s,
    border-color 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-lg-secondary:hover {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.6);
}

@keyframes veeBadgeIdle {
  0%,
  100% {
    transform: rotate(-10deg) translateY(0);
  }
  50% {
    transform: rotate(-5deg) translateY(-4px);
  }
}

nav .logo .logo-icon {
  height: 46px;
  width: 46px;
  border-radius: 12px;
  filter: drop-shadow(0 0 14px rgba(124, 58, 237, 0.6));
}

nav .nav-right .log-in {
  font-size: 14px;
  font-weight: 600;
  color: var(--w55);
  text-decoration: none;
  font-family: var(--font);
}

nav .btn-book {
  padding: 13px 26px;
  background: var(--purple);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: #fff;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(124, 58, 237, 0.5);
  transition: transform 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

nav .btn-book:hover {
  transform: translateY(-1px);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--purple-light);
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.25);
  margin-bottom: 22px;
}

.nav-center {
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 7px;
  background: rgba(20, 17, 31, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
