/* =========================================================
   AL-SAFAR · Luxury Travel · Premium Stylesheet
   Palette: Obsidian · Gold · Cream
   ========================================================= */

:root {
  /* Colors */
  --bg: #0a0a0f;
  --bg-2: #0f0f17;
  --bg-3: #15151f;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(212, 175, 55, 0.18);
  --border-soft: rgba(255, 255, 255, 0.08);
  --text: #ecebe4;
  --text-dim: #b6b3a7;
  --text-muted: #7c7a70;

  --gold: #d4af37;
  --gold-2: #f4d97a;
  --gold-3: #8a6914;
  --gold-grad: linear-gradient(135deg, #f4d97a 0%, #d4af37 45%, #8a6914 100%);
  --gold-soft: linear-gradient(135deg, #f7e39c 0%, #d4af37 100%);

  /* Typography */
  --font-display: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-body: "Poppins", system-ui, -apple-system, sans-serif;

  /* Layout */
  --container: 1280px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-lg: 0 30px 60px -30px rgba(0, 0, 0, 0.8), 0 10px 30px -15px rgba(0, 0, 0, 0.6);
  --shadow-gold: 0 20px 60px -20px rgba(212, 175, 55, 0.35);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================================
   RESET
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.01em; line-height: 1.15; margin: 0; }
em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--gold-2); }

/* Selection */
::selection { background: var(--gold); color: #000; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--gold-3), var(--gold)); border-radius: 10px; }

/* =========================================================
   UTILITIES
   ========================================================= */
.container { width: min(100% - 3rem, var(--container)); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }

.glass {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-soft);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-radius: var(--radius);
}

.section-head { text-align: center; max-width: 780px; margin: 0 auto 80px; }
.section-head--light { color: var(--text); }
.section-head--left { text-align: left; margin: 0 0 50px; }
.section-head__eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .75rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-2); font-weight: 500; margin-bottom: 1.3rem;
}
.section-head__eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.section-head__title { font-size: clamp(2.2rem, 4.4vw, 4.2rem); font-weight: 500; }
.section-head__sub { font-family: var(--font-serif); font-size: 1.25rem; color: var(--text-dim); margin-top: 1.4rem; font-weight: 400; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 0.95rem 1.7rem;
  font-size: 0.92rem; font-weight: 500; letter-spacing: 0.04em;
  border-radius: 999px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s;
  white-space: nowrap;
  cursor: pointer;
}

.btn--lg { padding: 1.1rem 2.1rem; font-size: 0.98rem; }
.btn--sm { padding: 0.7rem 1.25rem; font-size: 0.82rem; }
.btn--block { width: 100%; }

.btn--gold {
  background: var(--gold-grad);
  color: #1a1307;
  box-shadow: 0 10px 30px -10px rgba(212, 175, 55, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(212, 175, 55, 0.8); }

.btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn--ghost:hover { background: rgba(212, 175, 55, 0.08); border-color: var(--gold); transform: translateY(-2px); }

.btn--glass {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
.btn--glass:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }

/* =========================================================
   SCROLL PROGRESS
   ========================================================= */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: var(--gold-grad);
  z-index: 1000;
  box-shadow: 0 0 12px var(--gold);
}

/* =========================================================
   PRELOADER
   ========================================================= */
.preloader {
  position: fixed; inset: 0; z-index: 10000;
  background: radial-gradient(ellipse at center, #15151f 0%, #05050a 70%);
  display: grid; place-items: center;
  transition: opacity .8s var(--ease), visibility .8s;
}
.preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__inner { text-align: center; }
.preloader__crescent { width: 90px; margin: 0 auto 30px; animation: floatY 3s ease-in-out infinite; }
.preloader__brand {
  font-family: var(--font-display);
  font-size: 2.6rem; letter-spacing: 0.3em;
  color: var(--gold-2);
}
.preloader__brand span {
  display: inline-block;
  opacity: 0;
  animation: fadeInUp .6s var(--ease) forwards;
}
.preloader__brand span:nth-child(1) { animation-delay: 0.1s; }
.preloader__brand span:nth-child(2) { animation-delay: 0.2s; }
.preloader__brand span:nth-child(3) { animation-delay: 0.3s; }
.preloader__brand span:nth-child(4) { animation-delay: 0.4s; }
.preloader__brand span:nth-child(5) { animation-delay: 0.5s; }
.preloader__brand span:nth-child(6) { animation-delay: 0.6s; }
.preloader__brand span:nth-child(7) { animation-delay: 0.7s; }
.preloader__brand span:nth-child(8) { animation-delay: 0.8s; }
.preloader__bar { width: 220px; height: 1px; background: rgba(212, 175, 55, 0.15); margin: 30px auto 18px; overflow: hidden; }
.preloader__bar span { display: block; height: 100%; width: 30%; background: var(--gold-grad); animation: loadBar 1.8s var(--ease) infinite; }
.preloader__tagline { font-family: var(--font-serif); font-style: italic; color: var(--text-muted); font-size: .95rem; }

@keyframes loadBar {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(500%); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.4rem 0;
  transition: all .4s var(--ease);
}
.navbar.is-scrolled {
  background: rgba(10, 10, 15, 0.85);
  backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--border-soft);
  padding: 0.9rem 0;
}
.nav-inner {
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem;
}
.nav-logo { display: flex; align-items: center; gap: 0.7rem; color: var(--gold-2); }
.nav-logo__mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--gold-grad); border-radius: 10px; color: #0a0a0f; }
.nav-logo__mark svg { width: 20px; height: 20px; }
.nav-logo__text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo__text strong { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: 0.06em; color: var(--text); font-weight: 600; }
.nav-logo__text small { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-2); margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 2.2rem; }
.nav-link { position: relative; font-size: 0.88rem; font-weight: 400; color: var(--text-dim); transition: color .3s; }
.nav-link span { position: relative; }
.nav-link span::after {
  content: ''; position: absolute; bottom: -6px; left: 0; right: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.nav-link:hover { color: var(--text); }
.nav-link:hover span::after, .nav-link.is-active span::after { transform: scaleX(1); transform-origin: left; }

.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-toggle { display: none; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border-soft); flex-direction: column; gap: 4px; justify-content: center; align-items: center; }
.nav-toggle span { width: 18px; height: 1.5px; background: var(--gold-2); transition: transform .3s, opacity .3s; }

@media (max-width: 960px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; }
}

/* Drawer */
.drawer { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(420px, 90vw);
  background: linear-gradient(160deg, #0f0f17, #05050a);
  border-left: 1px solid var(--border);
  padding: 2.5rem 2rem; transform: translateX(100%);
  transition: transform .6s var(--ease);
  display: flex; flex-direction: column;
}
.drawer.is-open { pointer-events: auto; }
.drawer.is-open .drawer__panel { transform: translateX(0); }
.drawer__close { align-self: flex-end; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border-soft); color: var(--gold-2); }
.drawer__brand { font-family: var(--font-display); font-size: 2rem; margin: 1rem 0 2.5rem; color: var(--gold-2); letter-spacing: 0.1em; }
.drawer__links { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: auto; }
.drawer__links a { font-family: var(--font-display); font-size: 1.9rem; color: var(--text); }
.drawer__links a:hover { color: var(--gold-2); padding-left: 10px; transition: all .3s; }
.drawer__foot { display: flex; flex-direction: column; gap: .8rem; padding-top: 2rem; border-top: 1px solid var(--border-soft); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 160px 0 60px;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__image {
  position: absolute; inset: -5%;
  background-size: cover; background-position: center;
  filter: brightness(0.55) contrast(1.05);
  transform: scale(1.05);
}
.hero__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(10,10,15,0.3) 0%, rgba(10,10,15,0.95) 70%),
    linear-gradient(180deg, rgba(10,10,15,0.4) 0%, rgba(10,10,15,0) 30%, rgba(10,10,15,0.95) 100%);
}
.hero__grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.95  0 0 0 0 0.85  0 0 0 0 0.7  0 0 0 0.08 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .4; mix-blend-mode: overlay; pointer-events: none;
}
.hero__content { position: relative; z-index: 2; max-width: 1100px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 2rem;
  padding: 0.55rem 1.1rem; border: 1px solid var(--border);
  border-radius: 999px; background: rgba(212,175,55,0.05);
}
.hero__eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }

.hero__title {
  font-size: clamp(2.7rem, 6.8vw, 6.4rem);
  font-weight: 500; line-height: 1.08;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.hero__title .line { display: block; overflow: hidden; padding: 0.05em 0; }

/* Rotator */
.line--rotator { height: 1.3em; position: relative; padding: 0; overflow: hidden; }
.rotator { display: block; height: 100%; position: relative; }
.rotator__word {
  position: absolute; left: 0; right: 0; top: 0;
  display: block;
  height: 100%;
  line-height: 1.15;
  padding-top: 0.08em;
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  color: transparent;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  transform: translateY(110%);
  transition: transform 0.9s var(--ease);
}

.hero__sub {
  font-family: var(--font-serif); font-size: 1.4rem; font-weight: 400;
  color: var(--text-dim);
  max-width: 640px;
  line-height: 1.5;
  margin-bottom: 2.8rem;
}
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }

.hero__stats {
  display: flex; gap: 3rem; flex-wrap: wrap;
  padding: 1.6rem 0; border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft);
  margin-bottom: 2.5rem;
}
.hero-stat { display: flex; flex-direction: column; }
.hero-stat b { font-family: var(--font-display); font-size: 2.2rem; color: var(--gold-2); line-height: 1; font-weight: 500; }
.hero-stat span { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); margin-top: 6px; }

/* Hero search */
.hero-search {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  gap: 0;
  padding: 0.6rem;
  align-items: stretch;
}
.hero-search__field {
  display: flex; flex-direction: column; gap: 4px;
  padding: 0.6rem 1.2rem;
  border-right: 1px solid var(--border-soft);
  min-width: 0;
}
.hero-search__field:last-of-type { border-right: 0; }
.hero-search__field label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-2); display: flex; align-items: center; gap: .4rem; }
.hero-search__field select,
.hero-search__field input {
  background: transparent; border: 0; color: var(--text);
  font-family: var(--font-body); font-size: 0.95rem;
  padding: 0.3rem 0;
  outline: none;
  width: 100%;
}
.hero-search__field select option { background: var(--bg-2); color: var(--text); }
.hero-search__field input::-webkit-calendar-picker-indicator { filter: invert(1); opacity: 0.5; }
.hero-search__btn { border-radius: 999px; padding: 0 1.6rem; }

@media (max-width: 900px) {
  .hero-search { grid-template-columns: 1fr 1fr; }
  .hero-search__field { border-right: 0; border-bottom: 1px solid var(--border-soft); padding: 0.9rem 1rem; }
  .hero-search__btn { grid-column: 1 / -1; padding: 1rem; border-radius: var(--radius); }
}

/* Hero scroll */
.hero__scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
  font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--text-muted); z-index: 3;
}
.hero__scroll-line { width: 1px; height: 50px; background: linear-gradient(var(--gold), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ''; position: absolute; top: -20px; left: 0; width: 100%; height: 20px; background: var(--gold-2); animation: scrollLine 2s infinite; }
@keyframes scrollLine { 0% { top: -20px; } 100% { top: 50px; } }

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee {
  padding: 2rem 0; overflow: hidden;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: rgba(212, 175, 55, 0.02);
}
.marquee__track { display: flex; gap: 0; animation: marquee 40s linear infinite; width: max-content; }
.marquee__group { display: flex; align-items: center; gap: 3rem; padding-right: 3rem; }
.marquee__group span { font-family: var(--font-display); font-size: 1.6rem; color: var(--text); letter-spacing: 0.05em; white-space: nowrap; }
.marquee__group i { color: var(--gold-2); font-style: normal; font-size: 1.3rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =========================================================
   PACKAGES
   ========================================================= */
.packages { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.filter-bar { display: flex; justify-content: center; gap: .7rem; flex-wrap: wrap; margin-bottom: 60px; }
.chip {
  padding: 0.65rem 1.3rem; border-radius: 999px;
  border: 1px solid var(--border-soft);
  font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-dim); transition: all .35s var(--ease);
}
.chip:hover { color: var(--text); border-color: var(--border); }
.chip.is-active { background: var(--gold-grad); color: #1a1307; border-color: transparent; font-weight: 500; }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.card {
  position: relative;
  background: var(--bg-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .6s var(--ease), border-color .6s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-8px); border-color: var(--border); }
.card__media {
  height: 280px; position: relative; overflow: hidden;
}
.card__img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 1.5s var(--ease);
}
.card:hover .card__img { transform: scale(1.08); }
.card__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,10,15,0.9) 100%);
}
.card__tag {
  position: absolute; top: 1.2rem; left: 1.2rem;
  padding: 0.4rem 0.9rem; border-radius: 999px;
  background: rgba(10,10,15,0.75); backdrop-filter: blur(10px);
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold-2); border: 1px solid var(--border);
  z-index: 2;
}
.card__price {
  position: absolute; bottom: 1.2rem; right: 1.2rem; z-index: 2;
  text-align: right;
}
.card__price small { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); display: block; }
.card__price b { font-family: var(--font-display); font-size: 1.6rem; color: var(--gold-2); }
.card__body { padding: 1.8rem; flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.card__title { font-size: 1.5rem; font-weight: 500; }
.card__desc { color: var(--text-dim); font-size: 0.92rem; }
.card__meta {
  display: flex; gap: 1.2rem; flex-wrap: wrap;
  padding-top: 1rem; border-top: 1px solid var(--border-soft);
  font-size: 0.8rem; color: var(--text-muted); letter-spacing: 0.05em;
}
.card__meta span { display: inline-flex; align-items: center; gap: .4rem; }
.card__meta i { color: var(--gold-2); }
.card__foot { padding: 0 1.8rem 1.8rem; display: flex; gap: .8rem; }
.card__foot .btn { flex: 1; }

/* =========================================================
   SACRED (Umrah/Hajj)
   ========================================================= */
.sacred { background: var(--bg); position: relative; overflow: hidden; }
.sacred__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.08;
  filter: blur(2px);
}
.sacred__veil {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
}

/* Timeline */
.timeline {
  list-style: none; padding: 0; margin: 0 auto 100px;
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem;
}
.timeline::before {
  content: ''; position: absolute; top: 32px; left: 6%; right: 6%;
  height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.timeline__item { position: relative; }
.timeline__num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bg-3), var(--bg));
  border: 1px solid var(--border);
  margin: 0 auto 1.5rem;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.3rem; color: var(--gold-2);
  position: relative; z-index: 2;
  box-shadow: 0 8px 24px -8px rgba(212, 175, 55, 0.35);
}
.timeline__card { padding: 1.6rem; text-align: center; }
.timeline__card i { font-size: 1.6rem; color: var(--gold-2); margin-bottom: 0.8rem; display: block; }
.timeline__card h3 { font-size: 1.3rem; margin-bottom: 0.7rem; }
.timeline__card p { color: var(--text-dim); font-size: 0.9rem; }

@media (max-width: 880px) {
  .timeline { grid-template-columns: 1fr; }
  .timeline::before { top: 0; bottom: 0; left: 32px; right: auto; width: 1px; height: auto; background: linear-gradient(var(--gold), transparent); }
  .timeline__item { display: grid; grid-template-columns: 64px 1fr; gap: 1.2rem; align-items: flex-start; }
  .timeline__num { margin: 0; }
  .timeline__card { text-align: left; }
}

/* Inclusions */
.inclusions { margin: 0 auto 100px; text-align: center; }
.inclusions__title { font-size: 1.8rem; margin-bottom: 2rem; color: var(--gold-2); font-family: var(--font-display); font-style: italic; }
.inclusions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
.inclusion {
  padding: 1.4rem 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
  background: rgba(255,255,255,0.02);
  transition: all .4s var(--ease);
}
.inclusion:hover { border-color: var(--gold); transform: translateY(-4px); background: rgba(212, 175, 55, 0.04); }
.inclusion i { font-size: 1.5rem; color: var(--gold-2); }
.inclusion span { font-size: 0.9rem; color: var(--text); }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq__title { text-align: center; font-size: 1.8rem; margin-bottom: 2rem; font-family: var(--font-display); font-style: italic; color: var(--gold-2); }
.faq__list { display: flex; flex-direction: column; gap: 0.8rem; }
.faq__item {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1.3rem 1.6rem;
  background: rgba(255,255,255,0.02);
  transition: all .4s var(--ease);
}
.faq__item:hover { border-color: var(--border); }
.faq__item[open] { border-color: var(--gold); background: rgba(212,175,55,0.03); }
.faq__item summary {
  cursor: pointer; list-style: none;
  font-size: 1.05rem; font-weight: 400; color: var(--text);
  display: flex; justify-content: space-between; align-items: center;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+'; font-size: 1.5rem; color: var(--gold-2); transition: transform .35s; font-family: var(--font-display);
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--text-dim); margin-top: 0.8rem; font-size: 0.95rem; }

/* =========================================================
   WHY
   ========================================================= */
.why { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.why__card { padding: 2.2rem; transition: all .5s var(--ease); }
.why__card:hover { transform: translateY(-6px); border-color: var(--gold); }
.why__icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.04));
  border: 1px solid var(--border);
  font-size: 1.4rem; color: var(--gold-2);
  margin-bottom: 1.3rem;
}
.why__card h3 { font-size: 1.35rem; margin-bottom: .6rem; }
.why__card p { color: var(--text-dim); font-size: 0.92rem; }

.counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 3rem 2rem;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.counter { text-align: center; }
.counter b { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4.5rem); color: transparent; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; display: block; font-weight: 500; line-height: 1; }
.counter span { font-size: 0.8rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-muted); margin-top: .6rem; display: block; }

@media (max-width: 700px) { .counters { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; } }

/* =========================================================
   COMPARE
   ========================================================= */
.compare__table { padding: 0; overflow: hidden; }
.compare__row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.1fr 1fr;
  border-bottom: 1px solid var(--border-soft);
}
.compare__row:last-child { border-bottom: 0; }
.compare__cell {
  padding: 1.4rem 1.5rem;
  display: flex; align-items: center; gap: .6rem;
  font-size: 0.95rem; color: var(--text-dim);
  border-right: 1px solid var(--border-soft);
}
.compare__cell:last-child { border-right: 0; }
.compare__cell strong { font-family: var(--font-display); color: var(--gold-2); font-size: 1.3rem; font-weight: 500; }
.compare__row--head .compare__cell {
  font-family: var(--font-display); font-size: 1.1rem; color: var(--text);
  background: rgba(255,255,255,0.03); padding: 1.6rem 1.5rem;
  text-transform: none; letter-spacing: 0;
}
.compare__cell--featured {
  background: linear-gradient(180deg, rgba(212,175,55,0.08), rgba(212,175,55,0.02)) !important;
  color: var(--text) !important; position: relative;
}
.compare__row--head .compare__cell--featured { color: var(--gold-2) !important; }
.compare__row--price .compare__cell { padding: 1.8rem 1.5rem; }
.badge {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  background: var(--gold-grad); color: #1a1307;
  padding: 0.25rem 0.6rem; border-radius: 999px; font-family: var(--font-body); font-weight: 500;
  margin-left: 0.5rem;
}
.compare__row--cta .compare__cell { padding: 1.2rem 1.5rem; }

@media (max-width: 820px) {
  .compare__row { grid-template-columns: 1fr 1fr; }
  .compare__cell:nth-child(1) { grid-column: 1 / -1; font-weight: 500; color: var(--gold-2); background: rgba(255,255,255,0.04); }
  .compare__row--head .compare__cell:nth-child(1) { display: none; }
}

/* =========================================================
   DESTINATIONS
   ========================================================= */
.destinations { background: var(--bg); }
.destinations__wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
  align-items: start;
}
.destinations__list { display: flex; flex-direction: column; }
.dest-btn {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-soft);
  text-align: left;
  color: var(--text-dim);
  transition: all .4s var(--ease);
  position: relative;
}
.dest-btn::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease);
}
.dest-btn:hover, .dest-btn.is-active { color: var(--text); padding-left: 1rem; }
.dest-btn.is-active::after { transform: scaleX(1); }
.dest-btn__num { font-family: var(--font-display); font-size: 0.9rem; color: var(--gold-2); opacity: 0.6; }
.dest-btn__name { font-family: var(--font-display); font-size: 1.5rem; color: currentColor; }
.dest-btn__meta { font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); }

.destinations__canvas { position: sticky; top: 120px; }
.dest-card { padding: 0; overflow: hidden; }
.dest-card__img {
  height: 360px;
  background-size: cover; background-position: center;
  transition: background-image .6s ease, transform 1s var(--ease);
}
.dest-card__body { padding: 2rem; }
.dest-card__body h3 { font-size: 2rem; margin-bottom: 0.8rem; color: var(--gold-2); }
.dest-card__body p { color: var(--text-dim); margin-bottom: 1.3rem; }
.dest-card__meta {
  display: flex; gap: 2rem;
  padding: 1rem 0; margin-bottom: 1.4rem;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  font-size: 0.9rem; color: var(--text-dim);
}
.dest-card__meta i { color: var(--gold-2); margin-right: .4rem; }
.dest-card__meta em { font-style: normal; color: var(--text); font-family: var(--font-display); font-size: 1.1rem; }

@media (max-width: 900px) {
  .destinations__wrap { grid-template-columns: 1fr; }
  .destinations__canvas { position: static; }
}

/* =========================================================
   EXPERIENCE (Countdown + Gallery)
   ========================================================= */
.experience { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); }
.countdown {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 3.5rem;
  align-items: center;
}
.countdown__title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.countdown__sub { color: var(--text-dim); margin-bottom: 2rem; max-width: 400px; }
.countdown__right { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.count-cell {
  text-align: center;
  padding: 1.5rem 0.5rem;
  background: linear-gradient(180deg, rgba(212,175,55,0.08), rgba(212,175,55,0.02));
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.count-cell b { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 3rem); color: var(--gold-2); display: block; line-height: 1; }
.count-cell span { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-muted); margin-top: .5rem; display: block; }

@media (max-width: 820px) { .countdown { grid-template-columns: 1fr; padding: 2rem; } }

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 1rem;
}
.gallery__item {
  background-size: cover; background-position: center;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .8s var(--ease), filter .4s;
  filter: grayscale(40%) brightness(0.85);
  cursor: pointer;
}
.gallery__item:hover { filter: grayscale(0%) brightness(1); transform: scale(1.02); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

@media (max-width: 820px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; }
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials { background: var(--bg); }
.reviews {
  display: flex; gap: 1.5rem;
  overflow-x: auto; overflow-y: hidden;
  padding: 1rem 0.5rem 2rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.reviews::-webkit-scrollbar { display: none; }
.review {
  flex: 0 0 min(420px, 85vw);
  padding: 2.2rem; scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 1rem;
}
.review__stars { color: var(--gold-2); font-size: 0.85rem; display: flex; gap: 3px; }
.review p { font-family: var(--font-serif); font-size: 1.25rem; line-height: 1.5; color: var(--text); font-style: italic; flex: 1; }
.review footer { border-top: 1px solid var(--border-soft); padding-top: 1rem; }
.review footer b { font-family: var(--font-display); font-size: 1.1rem; display: block; font-weight: 500; color: var(--gold-2); }
.review footer span { font-size: 0.78rem; color: var(--text-muted); letter-spacing: 0.1em; }

.reviews-nav { display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.rn-btn {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--border-soft); color: var(--gold-2);
  transition: all .3s;
}
.rn-btn:hover { background: var(--gold); color: #1a1307; border-color: var(--gold); }
.reviews-dots { display: flex; gap: .5rem; }
.reviews-dots button { width: 6px; height: 6px; border-radius: 50%; background: var(--border-soft); transition: all .4s; }
.reviews-dots button.is-active { background: var(--gold); width: 28px; border-radius: 999px; }

/* =========================================================
   BOOKING
   ========================================================= */
.booking { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.booking__wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: start;
}
.booking__points { list-style: none; padding: 0; margin: 2rem 0 0; display: flex; flex-direction: column; gap: 1rem; }
.booking__points li { display: flex; align-items: center; gap: .8rem; color: var(--text-dim); font-size: 0.95rem; }
.booking__points i { color: var(--gold-2); width: 24px; height: 24px; border-radius: 50%; background: rgba(212, 175, 55, 0.1); display: grid; place-items: center; font-size: 0.7rem; }

.booking__form { padding: 2.5rem; }
.booking__form h3 { font-size: 1.6rem; margin-bottom: 1.5rem; color: var(--gold-2); }
.field { margin-bottom: 1.2rem; }
.field label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-2); display: block; margin-bottom: .5rem; }
.field input, .field select, .field textarea {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: var(--text);
  font-family: var(--font-body); font-size: 0.95rem;
  outline: none;
  transition: all .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: rgba(212,175,55,0.03); }
.field textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field input::-webkit-calendar-picker-indicator { filter: invert(1); opacity: 0.5; }
.booking__legal { font-size: 0.75rem; color: var(--text-muted); margin-top: 1rem; text-align: center; }

@media (max-width: 900px) {
  .booking__wrap { grid-template-columns: 1fr; gap: 3rem; }
  .field-row { grid-template-columns: 1fr; }
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact { background: var(--bg-2); }
.contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.contact__card { padding: 2.2rem; position: relative; transition: all .4s var(--ease); display: block; }
.contact__card:hover { transform: translateY(-4px); border-color: var(--gold); }
.contact__icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--gold-grad); color: #1a1307;
  display: grid; place-items: center; font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.contact__card h3 { font-size: 1.35rem; margin-bottom: .4rem; }
.contact__card p { color: var(--text-dim); font-size: 0.9rem; margin-bottom: 1rem; }
.contact__value { display: block; font-family: var(--font-display); font-size: 1.1rem; color: var(--gold-2); }
.contact__arrow { position: absolute; top: 2.2rem; right: 2.2rem; color: var(--text-muted); transition: all .3s; }
.contact__card:hover .contact__arrow { color: var(--gold-2); transform: translate(3px, -3px); }

.office {
  padding: 2rem 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
}
.office h4 { font-size: 1.1rem; margin-bottom: .6rem; color: var(--gold-2); font-family: var(--font-display); }
.office p { color: var(--text-dim); font-size: 0.92rem; }

@media (max-width: 820px) {
  .contact__grid { grid-template-columns: 1fr; }
  .office { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: #05050a; padding: 80px 0 40px; border-top: 1px solid var(--border-soft); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border-soft);
}
.footer__brand p { color: var(--text-dim); font-size: 0.92rem; margin: 1.3rem 0 1.5rem; max-width: 340px; }
.footer__social { display: flex; gap: .7rem; }
.footer__social a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border-soft); color: var(--text-dim);
  display: grid; place-items: center;
  transition: all .3s;
}
.footer__social a:hover { color: var(--gold-2); border-color: var(--gold); transform: translateY(-2px); }
.footer__col h5 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 1.2rem; color: var(--gold-2); }
.footer__col a, .footer__col p { display: block; color: var(--text-dim); font-size: 0.9rem; margin-bottom: .6rem; transition: color .3s; }
.footer__col a:hover { color: var(--gold-2); }
.footer__col i { color: var(--gold-2); margin-right: .5rem; width: 14px; }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.82rem; color: var(--text-muted); }
.footer__bottom a:hover { color: var(--gold-2); }

.footer__credit {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-soft);
  display: flex; justify-content: center;
}
.credit-link {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: rgba(255,255,255,0.02);
  transition: all .4s var(--ease);
  font-size: 0.85rem;
}
.credit-link:hover {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.06);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -12px rgba(212, 175, 55, 0.4);
}
.credit-label {
  color: var(--text-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.credit-name {
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--gold-2);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.credit-link:hover .credit-name { color: #f4d97a; }

@media (max-width: 820px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #1da851);
  color: #fff;
  display: grid; place-items: center;
  font-size: 1.8rem;
  z-index: 90;
  box-shadow: 0 10px 30px -10px rgba(37, 211, 102, 0.7);
  transition: transform .3s;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float__pulse {
  position: absolute; inset: 0; border-radius: 50%;
  animation: pulse 2s infinite;
  background: #25d366;
  opacity: 0;
}
@keyframes pulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.8); opacity: 0; } }

@media (max-width: 600px) {
  .whatsapp-float { bottom: 20px; right: 20px; width: 54px; height: 54px; font-size: 1.6rem; }
}

/* =========================================================
   CHATBOT
   ========================================================= */
.chatbot {
  position: fixed; bottom: 100px; right: 24px;
  z-index: 95;
}
.chatbot__toggle {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--gold-grad); color: #1a1307;
  display: grid; place-items: center;
  font-size: 1.3rem;
  box-shadow: 0 10px 30px -10px rgba(212,175,55,0.6);
  transition: transform .3s;
}
.chatbot__toggle:hover { transform: scale(1.06); }
.chatbot__panel {
  position: absolute; bottom: 70px; right: 0;
  width: min(360px, calc(100vw - 48px));
  max-height: 520px;
  display: flex; flex-direction: column;
  padding: 0; overflow: hidden;
  opacity: 0; transform: translateY(20px) scale(0.95);
  pointer-events: none; transition: all .4s var(--ease);
}
.chatbot.is-open .chatbot__panel { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.chatbot__head {
  padding: 1.2rem 1.2rem;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(212,175,55,0.08), transparent);
}
.chatbot__head b { font-family: var(--font-display); color: var(--gold-2); font-size: 1rem; font-weight: 500; display: block; }
.chatbot__head span { font-size: 0.75rem; color: var(--text-muted); display: flex; align-items: center; gap: .4rem; }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: #25d366; box-shadow: 0 0 8px #25d366; }
.chatbot__close { width: 32px; height: 32px; border-radius: 50%; color: var(--text-muted); transition: color .3s; }
.chatbot__close:hover { color: var(--gold-2); }
.chatbot__body { padding: 1.2rem; overflow-y: auto; flex: 1; display: flex; flex-direction: column; gap: .6rem; max-height: 260px; }
.bubble { padding: 0.7rem 1rem; border-radius: 16px; font-size: 0.9rem; max-width: 85%; line-height: 1.4; }
.bubble--bot { background: rgba(255,255,255,0.05); border: 1px solid var(--border-soft); align-self: flex-start; border-bottom-left-radius: 4px; }
.bubble--user { background: var(--gold-grad); color: #1a1307; align-self: flex-end; border-bottom-right-radius: 4px; }
.chatbot__chips { padding: 0 1.2rem 0.8rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.chatbot__chips button { padding: 0.45rem 0.9rem; border-radius: 999px; border: 1px solid var(--border); font-size: 0.78rem; color: var(--gold-2); background: rgba(212,175,55,0.04); transition: all .3s; }
.chatbot__chips button:hover { background: var(--gold-grad); color: #1a1307; border-color: transparent; }
.chatbot__input {
  display: flex; gap: .5rem;
  padding: 0.9rem 1rem;
  border-top: 1px solid var(--border-soft);
}
.chatbot__input input { flex: 1; background: rgba(255,255,255,0.04); border: 1px solid var(--border-soft); border-radius: 999px; padding: 0.6rem 1rem; color: var(--text); font-family: inherit; outline: none; font-size: 0.88rem; }
.chatbot__input input:focus { border-color: var(--gold); }
.chatbot__input button { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-grad); color: #1a1307; display: grid; place-items: center; }

@media (max-width: 600px) { .chatbot { right: 20px; bottom: 90px; } }

/* =========================================================
   TOAST
   ========================================================= */
.toast {
  position: fixed; bottom: 40px; left: 50%;
  transform: translate(-50%, 140%);
  z-index: 120; transition: transform .6s var(--ease);
}
.toast.is-on { transform: translate(-50%, 0); }
.toast__inner {
  padding: 1.1rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  min-width: 320px;
}
.toast i { color: var(--gold-2); font-size: 1.5rem; }
.toast b { font-family: var(--font-display); font-size: 1.05rem; display: block; color: var(--gold-2); }
.toast span { font-size: 0.85rem; color: var(--text-dim); }

/* =========================================================
   MODAL
   ========================================================= */
.modal { position: fixed; inset: 0; z-index: 300; pointer-events: none; display: grid; place-items: center; padding: 2rem; }
.modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(5, 5, 10, 0.85); backdrop-filter: blur(12px);
  opacity: 0; transition: opacity .4s;
}
.modal.is-open { pointer-events: auto; }
.modal.is-open .modal__backdrop { opacity: 1; }
.modal__panel {
  position: relative; z-index: 2;
  width: min(920px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  opacity: 0;
  transform: translateY(30px) scale(0.97);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.modal.is-open .modal__panel { opacity: 1; transform: translateY(0) scale(1); }
.modal__close { position: absolute; top: 1rem; right: 1rem; z-index: 3; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,0,0,0.5); color: var(--gold-2); }
.modal__close:hover { background: var(--gold-grad); color: #1a1307; }
.modal__media { min-height: 280px; background-size: cover; background-position: center; }
.modal__body { padding: 2.5rem; }
.modal__head h3 { font-size: 1.9rem; color: var(--gold-2); margin-bottom: .4rem; }
.modal__meta { display: flex; gap: 1.3rem; color: var(--text-dim); font-size: 0.85rem; margin-bottom: 1.3rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--border-soft); flex-wrap: wrap; }
.modal__meta i { color: var(--gold-2); margin-right: .3rem; }
.modal__tabs { display: flex; gap: .4rem; border-bottom: 1px solid var(--border-soft); margin-bottom: 1.2rem; overflow-x: auto; }
.tab { padding: 0.7rem 1rem; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); border-bottom: 2px solid transparent; white-space: nowrap; }
.tab.is-active { color: var(--gold-2); border-color: var(--gold); }
.modal__tabpane { display: none; max-height: 280px; overflow-y: auto; padding-right: .5rem; }
.modal__tabpane.is-active { display: block; }
.modal__tabpane h4 { font-family: var(--font-display); color: var(--gold-2); margin: 0.8rem 0 .4rem; font-size: 1.05rem; }
.modal__tabpane p, .modal__tabpane li { font-size: 0.92rem; color: var(--text-dim); }
.modal__tabpane ul { padding-left: 1.1rem; }
.modal__tabpane li { margin-bottom: .4rem; }
.pane-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pane-gallery__img { height: 100px; background-size: cover; background-position: center; border-radius: 8px; }
.modal__cta { display: flex; gap: .7rem; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--border-soft); flex-wrap: wrap; }

@media (max-width: 820px) {
  .modal__panel { grid-template-columns: 1fr; max-height: 92vh; }
  .modal__body { padding: 1.8rem; }
}

/* =========================================================
   ANIMATIONS (data-reveal)
   ========================================================= */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: translateY(0); }

[data-split] .split-char { display: inline-block; }

/* =========================================================
   RESPONSIVE TWEAKS
   ========================================================= */
@media (max-width: 720px) {
  .section { padding: 80px 0; }
  .section-head { margin-bottom: 50px; }
  .hero { padding-top: 120px; }
  .hero__stats { gap: 1.5rem; }
  .hero-stat b { font-size: 1.7rem; }
  .hero__cta .btn { flex: 1; justify-content: center; }
  .booking__form { padding: 1.8rem; }
  .countdown__right { grid-template-columns: repeat(2, 1fr); }
}
