/* ===== DESIGN TOKENS — SAFARISTHAN BRAND KIT ===== */
/* Brand: Deep Navy #1B2563 | Coral #E85A3A | Sand #F7F4ED | Charcoal #4A4844 */
/* Fonts: Playfair Display (headings) | DM Sans (body) | Dancing Script (tagline) */

:root {
  /* ─ Brand Colors ─ */
  --navy:          #1B2563;
  --navy-mid:      #2E3A8C;
  --navy-light:    #3D4FA8;
  --coral:         #E85A3A;
  --coral-light:   #F07459;
  --coral-xlight:  rgba(232, 90, 58, 0.12);
  --sand:          #F7F4ED;
  --sand-dark:     #EDE9E0;
  --periwinkle:    #8898E8;
  --charcoal:      #4A4844;
  --white:         #FFFFFF;
  --whatsapp:      #25d366;

  /* ─ Light Mode (Default) — Brand Sand theme ─ */
  --bg-primary:    #F7F4ED;
  --bg-secondary:  #FFFFFF;
  --bg-card:       rgba(255, 255, 255, 0.9);
  --bg-card-solid: #FFFFFF;
  --surface:       #EDE9E0;
  --surface-light: #E5E1D8;

  /* ─ Text — Light ─ */
  --text-primary:   #1B2563;
  --text-secondary: #4A4844;
  --text-muted:     #7A7773;

  /* ─ Accent (brand coral = primary CTA) ─ */
  --sky:       #E85A3A;
  --sky-light: rgba(232, 90, 58, 0.12);
  --sky-dark:  #C94A2C;
  --green:     #2E3A8C;
  --green-light: rgba(46, 58, 140, 0.12);
  --green-dark:  #1B2563;
  --cyan:      #8898E8;
  --violet:    #8898E8;
  --gold:      #E85A3A;

  /* ─ Glass — Light ─ */
  --glass-bg:     rgba(255, 255, 255, 0.7);
  --glass-border: rgba(27, 37, 99, 0.1);
  --glass-hover:  rgba(255, 255, 255, 0.95);

  /* ─ Shadows — Light ─ */
  --shadow:    0 4px 24px rgba(27, 37, 99, 0.06);
  --shadow-lg: 0 12px 48px rgba(27, 37, 99, 0.10);
  --shadow-xl: 0 24px 64px rgba(27, 37, 99, 0.14);

  /* ─ Glow — Light (coral glow) ─ */
  --glow-sky:    0 0 20px rgba(232, 90, 58, 0.35);
  --glow-green:  0 0 20px rgba(27, 37, 99, 0.3);
  --glow-accent: 0 0 30px rgba(232, 90, 58, 0.3), 0 0 60px rgba(46, 58, 140, 0.12);

  /* ─ Overlays — Light ─ */
  --overlay-heavy:  rgba(247, 244, 237, 0.97);
  --overlay-92:     rgba(247, 244, 237, 0.92);
  --overlay-medium: rgba(247, 244, 237, 0.88);
  --overlay-75:     rgba(247, 244, 237, 0.75);
  --overlay-70:     rgba(247, 244, 237, 0.70);
  --overlay-light:  rgba(247, 244, 237, 0.50);
  --overlay-zero:   rgba(247, 244, 237, 0);
}

[data-theme="dark"] {
  /* ─ Dark Mode — Deep Navy base ─ */
  --bg-primary:    #0E1433;
  --bg-secondary:  #1B2563;
  --bg-card:       rgba(27, 37, 99, 0.55);
  --bg-card-solid: #1B2563;
  --surface:       #232D6B;
  --surface-light: #2E3A8C;

  /* ─ Text — Dark ─ */
  --text-primary:   #F7F4ED;
  --text-secondary: #C4C0B8;
  --text-muted:     #8898E8;

  /* ─ Accent stays coral but brighter for dark bg ─ */
  --sky:       #F07459;
  --sky-light: rgba(240, 116, 89, 0.15);
  --sky-dark:  #E85A3A;
  --green:     #8898E8;
  --green-light: rgba(136, 152, 232, 0.15);
  --green-dark:  #6578D4;
  --cyan:      #8898E8;
  --violet:    #A7B4F0;
  --gold:      #F07459;

  /* ─ Glass — Dark ─ */
  --glass-bg:     rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-hover:  rgba(255, 255, 255, 0.1);

  /* ─ Shadows — Dark ─ */
  --shadow:    0 4px 24px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.45);
  --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.55);

  /* ─ Glow — Dark (coral glow on dark navy) ─ */
  --glow-sky:    0 0 28px rgba(240, 116, 89, 0.4);
  --glow-green:  0 0 28px rgba(136, 152, 232, 0.3);
  --glow-accent: 0 0 40px rgba(232, 90, 58, 0.25), 0 0 80px rgba(136, 152, 232, 0.15);

  /* ─ Overlays — Dark ─ */
  --overlay-heavy:  rgba(14, 20, 51, 0.97);
  --overlay-92:     rgba(14, 20, 51, 0.92);
  --overlay-medium: rgba(14, 20, 51, 0.85);
  --overlay-75:     rgba(14, 20, 51, 0.75);
  --overlay-70:     rgba(14, 20, 51, 0.70);
  --overlay-light:  rgba(14, 20, 51, 0.50);
  --overlay-zero:   rgba(14, 20, 51, 0);
}

:root {

  /* 3D */
  --perspective: 1200px;
  --tilt-max: 8deg;

  /* Layout */
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-script: 'Dancing Script', cursive;
}

/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  color: var(--text-primary);
  background: var(--bg-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===== THREE.JS CANVASES ===== */
.three-canvas {
  pointer-events: none;
}

.three-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.three-sections {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Sections sit above the fixed section-canvas but with semi-transparent bg */
.navbar {
  position: fixed;
  z-index: 1000;
}

.hero {
  position: relative;
  z-index: 2;
}

.why-us,
.highlights,
.itinerary,
.inclusions,
.pricing,
.gallery,
.testimonials,
.cta-section,
.faq,
.contact {
  position: relative;
  z-index: 1;
  background-color: var(--overlay-92);
}

.footer {
  position: relative;
  z-index: 1;
}

.whatsapp-float {
  z-index: 9000;
}

.modal,
.lightbox {
  z-index: 10000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== FLOATING ORBS (Decorative BG) ===== */
.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
  animation: orbFloat 8s ease-in-out infinite alternate;
}

.bg-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--sky) 0%, transparent 70%);
  top: -150px;
  right: -100px;
}

.bg-orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--green) 0%, transparent 70%);
  bottom: -120px;
  left: -80px;
  animation-delay: 3s;
}

.bg-orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--violet) 0%, transparent 70%);
  top: 40%;
  left: 50%;
  animation-delay: 5s;
  opacity: 0.2;
}

@keyframes orbFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(30px, -20px) scale(1.1);
  }
}

/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
}

.section-header {
  text-align: center;
  margin-bottom: 54px;
}

.section-tag {
  display: inline-block;
  background: var(--glass-bg);
  color: var(--sky);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 22px;
  border-radius: 50px;
  margin-bottom: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 14px;
  color: var(--text-primary);
  line-height: 1.15;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.text-gradient {
  background: linear-gradient(135deg, var(--coral), var(--coral-light), var(--periwinkle));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== BUTTONS — 3D ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.02em;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  transition: var(--transition);
}

.btn:hover::before {
  opacity: 1;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn-primary {
  background: linear-gradient(135deg, var(--coral), var(--coral-light));
  color: #fff;
  box-shadow: 0 4px 20px rgba(232, 90, 58, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
  box-shadow: 0 8px 32px rgba(232, 90, 58, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-whatsapp:hover {
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-outline {
  background: transparent;
  color: var(--coral);
  border-color: var(--coral);
}

.btn-outline:hover {
  background: var(--coral);
  color: #fff;
  box-shadow: var(--glow-sky);
}

.btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-light {
  background: #fff;
  color: var(--text-primary, #1e293b);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}

.btn-light:hover {
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.25);
}

.btn-lg {
  padding: 16px 36px;
  font-size: 1.05rem;
}

.btn-block {
  width: 100%;
}

/* ===== NAVBAR — GLASS ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 14px 0;
  transition: var(--transition);
  background: transparent;
}

.navbar.scrolled {
  background: var(--overlay-medium);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 1px 0 var(--glass-border), 0 8px 32px rgba(27, 37, 99, 0.12);
  padding: 10px 0;
  border-bottom: 1px solid var(--glass-border);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0;
  z-index: 9999;
  text-decoration: none;
}

.logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  transition: var(--transition);
}

/* Light mode: show navy wordmark */
.logo-light-version { display: block; }
.logo-dark-version  { display: none; }

/* Dark mode: show white horizontal logo */
[data-theme="dark"] .logo-light-version { display: none; }
[data-theme="dark"] .logo-dark-version  { display: block; }

/* Tagline script font helper */
.tagline-script {
  font-family: var(--font-script);
  color: var(--coral);
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links li a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  letter-spacing: 0.02em;
}

/* Light mode nav text = navy */
:root:not([data-theme="dark"]) .navbar:not(.scrolled) .nav-links li a {
  color: var(--navy);
}

:root:not([data-theme="dark"]) .navbar.scrolled .nav-links li a {
  color: var(--navy);
}

.nav-links li a:hover {
  color: var(--sky);
}

.nav-links li a.active-link {
  color: var(--sky);
}

.nav-cta {
  background: linear-gradient(135deg, var(--coral), var(--coral-light)) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: var(--radius-sm) !important;
  box-shadow: 0 2px 12px rgba(232, 90, 58, 0.35) !important;
}

.nav-cta:hover {
  box-shadow: 0 4px 20px rgba(232, 90, 58, 0.55) !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9999;
  padding: 4px;
}

.theme-toggle {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--text-primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  font-size: 1.2rem;
  z-index: 9999;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.theme-toggle:hover {
  background: var(--glass-hover);
  transform: scale(1.1);
  box-shadow: var(--glow-sky);
}

.nav-toggle span {
  width: 24px;
  height: 2.5px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== HERO — 3D DEPTH ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      var(--overlay-light) 0%,
      var(--overlay-70) 50%,
      var(--overlay-92) 100%);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 40px;
  align-items: center;
  text-align: left;
  color: #fff;
  padding: 140px 20px 80px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


.hero-badge {
  display: inline-block;
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 28px;
  animation: fadeInDown 0.8s ease-out;
  box-shadow: var(--glow-sky);
  color: var(--sky);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 22px;
  animation: fadeInUp 0.8s ease-out 0.15s both;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.hero-title-highlight {
  background: linear-gradient(135deg, var(--coral), var(--coral-light), var(--periwinkle));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 36px;
  max-width: 580px;
  animation: fadeInUp 0.8s ease-out 0.3s both;
  color: var(--text-secondary);
}

.hero-stats {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  animation: fadeInUp 0.8s ease-out 0.45s both;
}

.stat {
  text-align: center;
  padding: 16px 24px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.stat-number {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.6rem;
  background: linear-gradient(135deg, var(--sky), var(--green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* ===== HERO FORM STYLES ===== */
.hero-form-wrapper {
  animation: fadeInUp 0.8s ease-out 0.45s both;
}

.hero-form-glass {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-xl);
  color: var(--text-primary);
  text-align: left;
}

.hero-form-glass h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.hero-form-glass p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.lead-form .form-group {
  margin-bottom: 20px;
}

.lead-form input,
.lead-form select {
  width: 100%;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  background: var(--surface);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1.05rem;
  transition: var(--transition);
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px var(--coral-xlight);
  outline: none;
}

/* Fix for date picker icon on dark mode */
[data-theme="dark"] .lead-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.lead-form .form-row {
  display: flex;
  gap: 12px;
}

.lead-form .form-row > * {
  flex: 1;
}

.lead-form .w-100 {
  width: 100%;
  margin-top: 8px;
}

.hero-form-glass .form-disclaimer {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0px;
  color: var(--text-muted);
}

.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  text-align: center;
  animation: bounce 2s infinite;
  z-index: 2;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  transform: rotate(45deg);
  margin: 6px auto 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

/* ===== WHY CHOOSE US — 3D GLASS CARDS ===== */
.why-us {
  padding: 100px 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  perspective: var(--perspective);
}

.why-card {
  background: var(--glass-bg);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  will-change: transform;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sky), var(--cyan), var(--green));
  opacity: 0;
  transition: var(--transition);
}

.why-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(56, 189, 248, 0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.why-card:hover {
  box-shadow: var(--shadow-lg), var(--glow-accent);
  border-color: rgba(56, 189, 248, 0.2);
}

.why-card:hover::before {
  opacity: 1;
}

.why-card:hover::after {
  opacity: 1;
}

.why-icon {
  font-size: 2.8rem;
  margin-bottom: 18px;
  display: inline-block;
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.2));
}

.why-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.why-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* ===== TOUR HIGHLIGHTS — 3D IMAGE CARDS ===== */
.highlights {
  padding: 100px 0;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  perspective: var(--perspective);
}

.highlight-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 280px;
  cursor: pointer;
  transition: var(--transition);
  transform-style: preserve-3d;
  will-change: transform;
  border: 1px solid var(--glass-border);
}

.highlight-card:hover {
  box-shadow: var(--shadow-xl), 0 0 40px rgba(56, 189, 248, 0.15);
}

.highlight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.6s ease;
}

.highlight-card:hover img {
  transform: scale(1.1);
}

.highlight-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--overlay-zero) 30%, var(--overlay-medium) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
}

.highlight-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--sky), var(--sky-dark));
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
  width: fit-content;
  box-shadow: 0 2px 10px rgba(56, 189, 248, 0.3);
}

.highlight-overlay h3 {
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.highlight-overlay p {
  font-size: 0.85rem;
  opacity: 0.9;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.highlight-cta {
  background: linear-gradient(135deg, var(--sky-dark), var(--green-dark));
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-cta-content {
  text-align: center;
  color: #fff;
  padding: 36px 28px;
}

.highlight-cta-content h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
  color: #fff;
}

.highlight-cta-content p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
}

/* ===== ITINERARY — GLOWING TIMELINE ===== */
.itinerary {
  padding: 100px 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.timeline {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--sky), var(--cyan), var(--green));
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.3);
}

.timeline-item {
  display: flex;
  gap: 24px;
  padding-bottom: 32px;
  position: relative;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sky), var(--green));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
  z-index: 1;
}

.timeline-marker span {
  font-family: var(--font-heading);
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
}

.timeline-content {
  background: var(--glass-bg);
  border-radius: var(--radius);
  padding: 22px 26px;
  flex: 1;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.timeline-content:hover {
  box-shadow: var(--shadow-lg), var(--glow-sky);
  border-color: rgba(56, 189, 248, 0.15);
  transform: translateX(6px);
}

.timeline-content h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.timeline-content p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ===== INCLUSIONS — GLASS ITEMS ===== */
.inclusions {
  padding: 100px 0;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.inclusions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  perspective: var(--perspective);
}

.inclusion-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px;
  background: var(--glass-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  will-change: transform;
}

.inclusion-item:hover {
  box-shadow: var(--shadow-lg), var(--glow-accent);
  border-color: rgba(56, 189, 248, 0.15);
}

.inclusion-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.15));
}

.inclusion-item h4 {
  font-size: 1rem;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.inclusion-item p {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* ===== PRICING — 3D GLASS CARDS ===== */
.pricing {
  padding: 100px 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 24px;
  perspective: var(--perspective);
}

.pricing-card {
  background: var(--glass-bg);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  will-change: transform;
}

.pricing-card:hover {
  box-shadow: var(--shadow-lg), var(--glow-accent);
  border-color: rgba(56, 189, 248, 0.15);
}

.pricing-featured {
  border-color: rgba(56, 189, 248, 0.3);
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.06) 0%, var(--glass-bg) 100%);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(56, 189, 248, 0.1);
}

.pricing-featured:hover {
  box-shadow: var(--shadow-xl), 0 0 60px rgba(56, 189, 248, 0.2);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), #f59e0b);
  color: var(--bg-primary);
  padding: 6px 24px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.35);
  white-space: nowrap;
}

.pricing-header h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.pricing-type {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.pricing-price {
  margin-bottom: 28px;
}

.price-amount {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--sky), var(--cyan), var(--green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price-unit {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.pricing-features {
  text-align: left;
  margin-bottom: 28px;
}

.pricing-features li {
  padding: 9px 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--glass-border);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-secondary);
  background: var(--glass-bg);
  padding: 16px 24px;
  border-radius: var(--radius-sm);
  border: 1px dashed rgba(56, 189, 248, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ===== GALLERY — 3D HOVER ===== */
.gallery {
  padding: 100px 0;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  perspective: var(--perspective);
}

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  transform-style: preserve-3d;
  will-change: transform;
}

.gallery-item:hover {
  box-shadow: var(--shadow-xl), var(--glow-accent);
  z-index: 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 18px;
  background: linear-gradient(transparent, var(--overlay-medium));
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(8px);
  transition: var(--transition);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--overlay-heavy);
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 95%;
  max-height: 90vh;
  border-radius: var(--radius);
  box-shadow: 0 0 80px rgba(56, 189, 248, 0.15);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 2.5rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
  transition: var(--transition);
  line-height: 1;
}

.lightbox-close:hover {
  color: var(--sky);
  transform: scale(1.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ===== TESTIMONIALS — GLASS CARDS ===== */
.testimonials {
  padding: 100px 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  perspective: var(--perspective);
}

.testimonial-card {
  background: var(--glass-bg);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  will-change: transform;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 12px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(56, 189, 248, 0.1);
  font-weight: 700;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-lg), var(--glow-accent);
  border-color: rgba(56, 189, 248, 0.15);
}

.testimonial-stars {
  font-size: 1rem;
  margin-bottom: 14px;
}

.testimonial-text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 18px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sky), var(--green));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.2);
}

.testimonial-author strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text-primary);
}

.testimonial-author span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ===== CTA SECTION — GLOWING ===== */
.cta-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.88), rgba(16, 185, 129, 0.88));
}

.cta-content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ===== FAQ — GLASS ACCORDION ===== */
.faq {
  padding: 100px 0;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.faq-list {
  max-width: 750px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 14px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--glass-bg);
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.faq-item:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(56, 189, 248, 0.1);
}

.faq-item.active {
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow: var(--shadow-lg), 0 0 30px rgba(56, 189, 248, 0.08);
}

.faq-question {
  width: 100%;
  padding: 22px 26px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: left;
  gap: 12px;
  transition: var(--transition);
}

.faq-question:hover {
  color: var(--sky);
}

.faq-arrow {
  flex-shrink: 0;
  transition: var(--transition);
  color: var(--text-muted);
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
  color: var(--sky);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 26px 22px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.faq-answer a {
  color: var(--sky);
  font-weight: 600;
}

.faq-answer a:hover {
  text-decoration: underline;
}

/* ===== CONTACT — DARK GLASS ===== */
.contact {
  padding: 100px 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-card {
  background: var(--glass-bg);
  border-radius: var(--radius);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg), var(--glow-sky);
  border-color: rgba(56, 189, 248, 0.15);
}

.contact-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.15));
}

.contact-card h4 {
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.contact-card a {
  color: var(--sky);
  font-weight: 600;
  font-size: 0.85rem;
}

.contact-card a:hover {
  color: var(--cyan);
}

.contact-card p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* Form — Dark Glass */
.contact-form {
  background: var(--glass-bg);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.contact-form h3 {
  font-size: 1.3rem;
  margin-bottom: 28px;
  color: var(--text-primary);
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.03);
  transition: var(--transition);
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}

.form-group select {
  color: var(--text-secondary);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.1), var(--glow-sky);
  background: rgba(56, 189, 248, 0.03);
}

.form-group textarea {
  resize: vertical;
}

.form-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 10px;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--surface-light);
  color: var(--text-secondary);
  padding: 70px 0 0;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--coral), var(--periwinkle), transparent);
  opacity: 0.3;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-tagline {
  font-family: var(--font-script);
  font-weight: 600;
  color: var(--coral);
  font-size: 1.1rem;
  margin: 12px 0 8px;
}

.footer-desc {
  font-size: 0.85rem;
  max-width: 320px;
  line-height: 1.6;
  color: var(--text-muted);
}

.footer-links-group h4 {
  color: var(--text-primary);
  font-size: 1rem;
  margin-bottom: 14px;
}

.footer-links-group li {
  margin-bottom: 8px;
}

.footer-links-group li a {
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: var(--transition);
}

.footer-links-group li a:hover {
  color: var(--sky);
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ===== STICKY WHATSAPP — NEON GLOW ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 0 30px rgba(37, 211, 102, 0.2);
  z-index: 999;
  transition: var(--transition);
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.6), 0 0 50px rgba(37, 211, 102, 0.3);
}

.whatsapp-tooltip {
  position: absolute;
  right: 72px;
  background: var(--surface);
  color: #fff;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid var(--surface);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ===== ACCESSIBILITY UTILITIES ===== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== MODAL — DARK GLASS ===== */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--overlay-75);
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.modal.active {
  display: flex;
}

.modal-content {
  background: var(--bg-card-solid);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  box-shadow: var(--shadow-xl), var(--glow-accent);
  animation: fadeInUp 0.4s ease-out;
  border: 1px solid var(--glass-border);
}

.modal-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
}

.modal-content h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.modal-content p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* ===== 3D SCROLL ANIMATIONS ===== */
[data-animate] {
  opacity: 0;
  transform: perspective(var(--perspective)) translateY(40px) rotateX(4deg);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animate].visible {
  opacity: 1;
  transform: perspective(var(--perspective)) translateY(0) rotateX(0deg);
}

/* ===== RESPONSIVE: TABLET (768px+) ===== */
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-large {
    grid-column: 1 / -1;
    min-height: 380px;
  }

  .inclusions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-large {
    grid-column: 1 / -1;
    aspect-ratio: 21/9;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-grid .testimonial-card:last-child {
    grid-column: 1 / -1;
  }

  .contact-grid {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }

  .footer-content {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .cta-title {
    font-size: 2.6rem;
  }
}

/* ===== RESPONSIVE: DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .hero-title {
    font-size: 4rem;
  }

  .section-title {
    font-size: 2.8rem;
  }

  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .highlights-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .highlight-large {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    min-height: auto;
  }

  .inclusions-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-featured {
    transform: scale(1.05);
  }

  .pricing-featured:hover {
    transform: scale(1.08) translateY(-4px);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-large {
    grid-column: 1 / 3;
    aspect-ratio: unset;
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonials-grid .testimonial-card:last-child {
    grid-column: auto;
  }

  .cta-title {
    font-size: 3rem;
  }
}

/* ===== RESPONSIVE: TABLET (992px MAX) ===== */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 120px 20px 60px;
    gap: 30px;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .hero-form-glass {
    text-align: center;
  }
}

/* ===== RESPONSIVE: MOBILE NAV ===== */
@media (max-width: 767px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .price-amount {
    font-size: 2.1rem;
  }
  
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: var(--bg-primary);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow-y: auto;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li a {
    font-size: 1.2rem;
    color: var(--text-primary) !important;
    padding: 12px 24px;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .hero-stats {
    gap: 12px;
    flex-wrap: wrap;
  }

  .stat {
    padding: 12px 16px;
  }

  .stat-number {
    font-size: 1.3rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta .btn {
    width: 100%;
    max-width: 320px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 100%;
    max-width: 320px;
  }

  .contact-info {
    grid-template-columns: 1fr;
  }

  /* Disable 3D tilt on mobile for performance */
  .why-card,
  .pricing-card,
  .testimonial-card,
  .gallery-item,
  .inclusion-item,
  .highlight-card {
    transform: none !important;
  }
}