/* ============================================================
   BESTBREAKS V5 PREMIUM — MULTI-THEME GLASSMORPHISM SYSTEM
   WEBMASTER V5 | 5 Fresh Vacation & Beach Color Palettes
   Bright Default Light Theme + Floating Glass Theme Switcher
   ============================================================ */

/* Google Fonts are loaded asynchronously via HTML <link rel="preload"> — not here */

/* ═══════════════════════════════════════════════════════════
   THEME PALETTES & DATA ATTRIBUTE SCOPING
   ═══════════════════════════════════════════════════════════ */

/* — THEME 1: COASTAL BREEZE (DEFAULT LIGHT — Fresh Air & Ocean) — */
:root, [data-theme="coastal-breeze"] {
  --bg-main:           #F4F9FC;
  --bg-section-alt:    #FFFFFF;
  --bg-card:           #FFFFFF;
  --bg-glass:          rgba(255, 255, 255, 0.88);
  --bg-nav:            rgba(255, 255, 255, 0.92);
  --bg-nav-scrolled:   rgba(255, 255, 255, 0.97);
  --bg-footer:         #0A192F;

  --text-main:         #0F172A;
  --text-muted:        #475569;
  --text-inverse:      #FFFFFF;
  --text-nav:          #0F172A;

  --primary:           #0088CC;
  --primary-glow:      #00A8E8;
  --secondary:         #003459;
  --accent:            #FF6B6B; /* Vibrant Coral */

  --g-btn-primary:     linear-gradient(135deg, #0088CC 0%, #00A8E8 100%);
  --g-btn-accent:      linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
  --badge-popular:     linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
  --badge-value:       linear-gradient(135deg, #0088CC 0%, #00A8E8 100%);

  --border-color:      rgba(0, 168, 232, 0.18);
  --card-shadow:       0 8px 30px rgba(0, 52, 89, 0.08);
  --card-shadow-hover: 0 16px 40px rgba(0, 168, 232, 0.22);
  --hero-overlay:      linear-gradient(180deg, rgba(10, 25, 47, 0.35) 0%, rgba(10, 25, 47, 0.65) 60%, rgba(244, 249, 252, 1) 100%);
  --hero-text:         #FFFFFF;
  --hero-subtitle:     rgba(255, 255, 255, 0.9);
}

/* — THEME 2: MEDITERRANEAN SUN (Bright Turquoise & Azure) — */
[data-theme="mediterranean"] {
  --bg-main:           #F0F9FF;
  --bg-section-alt:    #FFFFFF;
  --bg-card:           #FFFFFF;
  --bg-glass:          rgba(255, 255, 255, 0.88);
  --bg-nav:            rgba(240, 249, 255, 0.92);
  --bg-nav-scrolled:   rgba(255, 255, 255, 0.97);
  --bg-footer:         #0C4A6E;

  --text-main:         #0F172A;
  --text-muted:        #334155;
  --text-inverse:      #FFFFFF;
  --text-nav:          #0F172A;

  --primary:           #0284C7;
  --primary-glow:      #38BDF8;
  --secondary:         #0369A1;
  --accent:            #F43F5E; /* Mediterranean Rose */

  --g-btn-primary:     linear-gradient(135deg, #0284C7 0%, #38BDF8 100%);
  --g-btn-accent:      linear-gradient(135deg, #F43F5E 0%, #FB7185 100%);
  --badge-popular:     linear-gradient(135deg, #F43F5E 0%, #FB7185 100%);
  --badge-value:       linear-gradient(135deg, #0284C7 0%, #38BDF8 100%);

  --border-color:      rgba(56, 189, 248, 0.22);
  --card-shadow:       0 8px 30px rgba(3, 105, 161, 0.08);
  --card-shadow-hover: 0 16px 40px rgba(2, 132, 199, 0.25);
  --hero-overlay:      linear-gradient(180deg, rgba(12, 74, 110, 0.35) 0%, rgba(12, 74, 110, 0.65) 60%, rgba(240, 249, 255, 1) 100%);
  --hero-text:         #FFFFFF;
  --hero-subtitle:     rgba(255, 255, 255, 0.9);
}

/* — THEME 3: MALDIVES TURQUOISE (Lagoon Emerald & Island Cyan) — */
[data-theme="maldives"] {
  --bg-main:           #F0FDF4;
  --bg-section-alt:    #FFFFFF;
  --bg-card:           #FFFFFF;
  --bg-glass:          rgba(255, 255, 255, 0.88);
  --bg-nav:            rgba(240, 253, 244, 0.92);
  --bg-nav-scrolled:   rgba(255, 255, 255, 0.97);
  --bg-footer:         #064E3B;

  --text-main:         #062C22;
  --text-muted:        #166534;
  --text-inverse:      #FFFFFF;
  --text-nav:          #062C22;

  --primary:           #059669;
  --primary-glow:      #34D399;
  --secondary:         #047857;
  --accent:            #06B6D4; /* Reef Cyan */

  --g-btn-primary:     linear-gradient(135deg, #059669 0%, #34D399 100%);
  --g-btn-accent:      linear-gradient(135deg, #06B6D4 0%, #67E8F9 100%);
  --badge-popular:     linear-gradient(135deg, #059669 0%, #34D399 100%);
  --badge-value:       linear-gradient(135deg, #06B6D4 0%, #67E8F9 100%);

  --border-color:      rgba(52, 211, 153, 0.22);
  --card-shadow:       0 8px 30px rgba(6, 78, 59, 0.08);
  --card-shadow-hover: 0 16px 40px rgba(5, 150, 105, 0.25);
  --hero-overlay:      linear-gradient(180deg, rgba(6, 78, 59, 0.35) 0%, rgba(6, 78, 59, 0.65) 60%, rgba(240, 253, 244, 1) 100%);
  --hero-text:         #FFFFFF;
  --hero-subtitle:     rgba(255, 255, 255, 0.9);
}

/* — THEME 4: SUNSET PARADISE (Twilight Pink & Sunset Orange) — */
[data-theme="sunset"] {
  --bg-main:           #FAF5FF;
  --bg-section-alt:    #FFFFFF;
  --bg-card:           #FFFFFF;
  --bg-glass:          rgba(255, 255, 255, 0.88);
  --bg-nav:            rgba(250, 245, 255, 0.92);
  --bg-nav-scrolled:   rgba(255, 255, 255, 0.97);
  --bg-footer:         #3B0764;

  --text-main:         #1E1B4B;
  --text-muted:        #4C1D95;
  --text-inverse:      #FFFFFF;
  --text-nav:          #1E1B4B;

  --primary:           #D946EF;
  --primary-glow:      #F0ABFC;
  --secondary:         #7E22CE;
  --accent:            #F97316; /* Sunset Orange */

  --g-btn-primary:     linear-gradient(135deg, #D946EF 0%, #F43F5E 100%);
  --g-btn-accent:      linear-gradient(135deg, #F97316 0%, #FBBF24 100%);
  --badge-popular:     linear-gradient(135deg, #D946EF 0%, #F43F5E 100%);
  --badge-value:       linear-gradient(135deg, #F97316 0%, #FBBF24 100%);

  --border-color:      rgba(240, 171, 252, 0.25);
  --card-shadow:       0 8px 30px rgba(126, 34, 206, 0.08);
  --card-shadow-hover: 0 16px 40px rgba(217, 70, 239, 0.25);
  --hero-overlay:      linear-gradient(180deg, rgba(59, 7, 100, 0.35) 0%, rgba(59, 7, 100, 0.65) 60%, rgba(250, 245, 255, 1) 100%);
  --hero-text:         #FFFFFF;
  --hero-subtitle:     rgba(255, 255, 255, 0.9);
}

/* — THEME 5: MIDNIGHT LUXURY (Dark Navy & Neon Cyan) — */
[data-theme="midnight"] {
  --bg-main:           #050C15;
  --bg-section-alt:    #0F243A;
  --bg-card:           linear-gradient(160deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  --bg-glass:          rgba(15, 36, 58, 0.85);
  --bg-nav:            rgba(5, 12, 21, 0.88);
  --bg-nav-scrolled:   rgba(5, 12, 21, 0.96);
  --bg-footer:         #03070E;

  --text-main:         #FFFFFF;
  --text-muted:        rgba(255, 255, 255, 0.7);
  --text-inverse:      #050C15;
  --text-nav:          #FFFFFF;

  --primary:           #00F2FE;
  --primary-glow:      #4FACFE;
  --secondary:         #0EA5C9;
  --accent:            #FF512F;

  --g-btn-primary:     linear-gradient(135deg, #00F2FE 0%, #4FACFE 100%);
  --g-btn-accent:      linear-gradient(135deg, #FF512F 0%, #DD2476 100%);
  --badge-popular:     linear-gradient(135deg, #00F2FE 0%, #4FACFE 100%);
  --badge-value:       linear-gradient(135deg, #0EA5C9 0%, #38BDF8 100%);

  --border-color:      rgba(255, 255, 255, 0.15);
  --card-shadow:       0 12px 40px rgba(0,0,0,0.35);
  --card-shadow-hover: 0 20px 50px rgba(0, 242, 254, 0.25);
  --hero-overlay:      linear-gradient(180deg, rgba(5, 12, 21, 0.45) 0%, rgba(5, 12, 21, 0.75) 60%, rgba(5, 12, 21, 0.96) 100%);
  --hero-text:         #FFFFFF;
  --hero-subtitle:     rgba(255, 255, 255, 0.85);
}

/* ═══════════════════════════════════════════════════════════
   GLOBAL TYPOGRAPHY & COMMON VARS
   ═══════════════════════════════════════════════════════════ */
:root {
  --font-display:   'Playfair Display', Georgia, serif;
  --font-accent:    'Cormorant Garamond', Georgia, serif;
  --font-body:      'DM Sans', system-ui, -apple-system, sans-serif;

  --s1:   0.25rem;
  --s2:   0.5rem;
  --s3:   0.75rem;
  --s4:   1rem;
  --s5:   1.25rem;
  --s6:   1.5rem;
  --s8:   2rem;
  --s12:  3rem;
  --s16:  4rem;

  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   24px;
  --r-full: 9999px;

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast:      180ms;
  --t-base:      320ms;
  --max-w:       1280px;
  --nav-h:       80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text-main);
  background: var(--bg-main);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background-color var(--t-base), color var(--t-base);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); line-height: 1.2; color: var(--text-main); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0;
}

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; }
.section   { padding: var(--s16) 0; }
.text-center { text-align: center; }

/* ═══════════════════════════════════════════════════════════
   TYPOGRAPHY & EYEBROWS
   ═══════════════════════════════════════════════════════════ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: var(--s3);
}
.eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  border-radius: var(--r-full);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.75rem;
  line-height: 1.15;
}
.section-title em, .section-title span {
  font-family: var(--font-accent);
  color: var(--primary);
  font-style: italic;
  font-weight: 600;
}
.section-subtitle {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 640px;
  font-weight: 300;
}
.section-header {
  max-width: 680px;
  margin: 0 auto var(--s12);
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   BUTTONS — WITH CONTINUOUS SHINING / SHIMMER LIGHT BEAM
   ═══════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: all var(--t-base) var(--ease-out);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  z-index: 1;
}

/* Button Shining / Shimmer Light Streak */
.btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  animation: button-shine 3.5s infinite ease-in-out;
  pointer-events: none;
}
@keyframes button-shine {
  0%   { left: -60%; opacity: 0; }
  15%  { opacity: 1; }
  45%  { left: 140%; opacity: 0; }
  100% { left: 140%; opacity: 0; }
}

.btn-primary {
  background: var(--g-btn-primary);
  color: var(--text-inverse);
  box-shadow: 0 4px 20px rgba(0, 136, 204, 0.35);
}
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 136, 204, 0.5);
}

.btn-teal, .btn-cyan {
  background: var(--g-btn-accent);
  color: var(--text-inverse);
  box-shadow: 0 4px 20px rgba(255, 107, 107, 0.35);
}
.btn-teal:hover, .btn-cyan:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.5);
}

.btn-navy {
  background: var(--secondary);
  color: var(--text-inverse);
  box-shadow: 0 4px 20px rgba(0, 52, 89, 0.3);
}
.btn-navy:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 52, 89, 0.45);
}

.btn-outline {
  background: rgba(0, 136, 204, 0.08);
  color: var(--primary);
  border: 1.5px solid var(--primary);
  backdrop-filter: blur(12px);
}
.btn-outline:hover {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
  transform: translateY(-2px);
}
/* White outline inside dark hero headers */
.hero .btn-outline,
.page-hero .btn-outline {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}
.hero .btn-outline:hover,
.page-hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-ghost {
  background: transparent;
  color: var(--text-main);
  border: 1.5px solid var(--border-color);
}
.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-sm { padding: 0.625rem 1.25rem; font-size: 0.875rem; }
.btn-lg { padding: 1.125rem 2.5rem; font-size: 1.0625rem; }
.btn-icon { width: 18px; height: 18px; transition: transform var(--t-fast); flex-shrink: 0; }
.btn:hover .btn-icon { transform: translateX(4px); }

/* ═══════════════════════════════════════════════════════════
   PAGE LOADER
   ═══════════════════════════════════════════════════════════ */
.page-loader {
  position: fixed; inset: 0; z-index: 99999;
  background: var(--bg-main);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.4s var(--ease-out), visibility 0.4s;
}
.page-loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-logo {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 900;
  background: var(--g-btn-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: loader-pulse 0.9s ease-in-out infinite alternate;
}
@keyframes loader-pulse {
  from { opacity: 0.4; transform: scale(0.92); }
  to   { opacity: 1;   transform: scale(1.08); }
}

/* ═══════════════════════════════════════════════════════════
   NAVIGATION — TRANSPARENT FIRST, GLASSMORPHISM ON SCROLL
   ═══════════════════════════════════════════════════════════ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9990;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background var(--t-base), backdrop-filter var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
}
.navbar.scrolled {
  background: var(--bg-nav-scrolled);
  backdrop-filter: blur(24px) saturate(200%);
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
/* On inner pages (no hero video) always show glass nav */
.page-hero ~ .navbar,
body:not(:has(.hero)) .navbar {
  background: var(--bg-nav-scrolled);
  backdrop-filter: blur(24px) saturate(200%);
  border-bottom: 1px solid var(--border-color);
}
/* Nav link colour adapts: white when transparent, normal when scrolled */
.navbar:not(.scrolled) .nav-link,
.navbar:not(.scrolled) .nav-logo-name,
.navbar:not(.scrolled) .nav-logo-tagline,
.navbar:not(.scrolled) .nav-cta { filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5)); }
.navbar:not(.scrolled) .nav-link { color: rgba(255,255,255,0.92); }
.navbar:not(.scrolled) .nav-link:hover { color: #FFFFFF; background: rgba(255,255,255,0.15); }
.navbar:not(.scrolled) .nav-link.active { color: #FFFFFF; background: rgba(255,255,255,0.2); }
.navbar:not(.scrolled) .nav-logo-name { color: #FFFFFF; }
.navbar:not(.scrolled) .nav-toggle-bar { background: #FFFFFF; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; width: 100%; }

.nav-logo { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo-img {
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  transition: transform var(--t-fast), filter var(--t-fast), box-shadow var(--t-fast);
}
.nav-logo:hover .nav-logo-img {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 242, 254, 0.35);
  filter: brightness(1.06);
}
.nav-logo-mark {
  width: 44px; height: 44px;
  background: var(--g-btn-primary);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 900; color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
}
/* Logo text: stacked BestBreaks on top, Australia & NZ below */
.nav-logo-text { display: flex; flex-direction: column; gap: 1px; }
.nav-logo-name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--text-nav); line-height: 1.1; }
.nav-logo-tagline { font-size: 0.6rem; font-weight: 700; color: var(--primary); letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; }

.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-actions { display: flex; align-items: center; gap: 0.5rem; }
.nav-link {
  padding: 0.5rem 1rem;
  border-radius: var(--r-full);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-nav);
  transition: all var(--t-fast);
}
.nav-link:hover { color: var(--primary); background: rgba(0, 136, 204, 0.08); }
.nav-link.active { color: var(--primary); background: rgba(0, 136, 204, 0.12); font-weight: 700; }

.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid var(--border-color);
}
.nav-toggle-bar { width: 22px; height: 2px; background: var(--text-nav); border-radius: var(--r-full); transition: all var(--t-base); }
.nav-toggle.open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--primary); }
.nav-toggle.open .nav-toggle-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--primary); }

.nav-drawer {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bg-main);
  transform: translateX(100%); transition: transform 0.4s var(--ease-out);
  display: flex; flex-direction: column; padding: 1.5rem; overflow-y: auto;
}
.nav-drawer.open { transform: translateX(0); }
.nav-drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); margin-bottom: 1.5rem; }
.drawer-close { font-size: 2rem; color: var(--text-main); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(0,0,0,0.05); }

.nav-drawer-links { display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.nav-drawer-link { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--text-main); padding: 0.875rem 1rem; border-radius: var(--r-md); border-bottom: 1px solid rgba(0,0,0,0.05); transition: all var(--t-fast); }
.nav-drawer-link:hover, .nav-drawer-link.active { color: var(--primary); background: rgba(0, 136, 204, 0.1); padding-left: 1.5rem; }
.nav-drawer-cta { margin-top: 1.5rem; }
.nav-drawer-footer { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--border-color); font-size: 0.875rem; color: var(--text-muted); text-align: center; }

/* ═══════════════════════════════════════════════════════════
   HERO SECTION — PERFECT 100DVH FIT & MEDIA
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100dvh; max-height: 100vh; min-height: 540px;
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden;
  padding-top: var(--nav-h); padding-bottom: 1.5rem;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.08); transition: opacity 1.8s var(--ease-out), transform 8s linear; }
.hero-slide.active { opacity: 1; transform: scale(1); }

/* HERO OVERLAY — Crystal clear, only a subtle bottom vignette */
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.18) 0%,
    rgba(0,0,0,0.28) 40%,
    rgba(0,0,0,0.55) 100%
  );
  z-index: 1;
}

.hero-content { position: relative; z-index: 2; padding: 2.25rem 0 1rem; padding-left: clamp(1rem, 4vw, 2.5rem); margin: auto 0; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px); border-radius: var(--r-full); padding: 0.375rem 1.25rem; margin-bottom: 1rem;
}
.hero-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #00F2FE; box-shadow: 0 0 10px #00F2FE; animation: pulse-dot 1.8s ease-in-out infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.75); } }
.hero-eyebrow-text { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #FFFFFF; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.2vw, 4.25rem);
  font-weight: 900; line-height: 1.08; color: var(--hero-text);
  margin-bottom: 1rem; letter-spacing: -0.02em; max-width: 900px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.hero-title-accent { font-family: var(--font-accent); color: #00F2FE; font-style: italic; font-weight: 600; text-shadow: 0 0 20px rgba(0, 242, 254, 0.5); }

.hero-subtitle {
  font-size: clamp(0.9375rem, 1.8vw, 1.15rem);
  color: var(--hero-subtitle); max-width: 620px; line-height: 1.6; margin-bottom: 1.5rem; font-weight: 300;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.hero-dots { position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); z-index: 2; display: none; flex-direction: column; gap: 0.75rem; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); border: 1px solid rgba(255,255,255,0.6); transition: all var(--t-base); }
.hero-dot.active { background: #00F2FE; border-color: #00F2FE; box-shadow: 0 0 12px #00F2FE; transform: scale(1.5); }

/* ═══════════════════════════════════════════════════════════
   LIVE TICKER BAR
   ═══════════════════════════════════════════════════════════ */
.ticker-bar {
  background: var(--g-btn-primary);
  height: 42px; overflow: hidden; display: flex; align-items: center; position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.ticker-label {
  position: absolute; left: 1rem; z-index: 3;
  font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase;
  color: #FFFFFF; background: rgba(0,0,0,0.25); padding: 3px 12px; border-radius: var(--r-full); white-space: nowrap;
}
.ticker-track { display: flex; animation: ticker-anim 28s linear infinite; will-change: transform; }
.ticker-item { white-space: nowrap; padding: 0 2.5rem; font-size: 0.84rem; font-weight: 700; color: #FFFFFF; display: flex; align-items: center; }
.ticker-item::after { content: '✦'; margin-left: 2.5rem; opacity: 0.6; font-size: 0.6rem; }
@keyframes ticker-anim { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════════════════════
   TRUST STRIP & STATS
   ═══════════════════════════════════════════════════════════ */
.trust-strip { background: var(--bg-card); padding: 1.25rem 0; border-bottom: 1px solid var(--border-color); }
.trust-items { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; flex-wrap: nowrap; width: 100%; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 700; color: var(--text-main); white-space: nowrap; }
.trust-icon { width: 34px; height: 34px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; background: rgba(0, 136, 204, 0.08); border: 1px solid var(--border-color); }
.trust-divider { width: 1px; height: 28px; background: var(--border-color); flex-shrink: 0; }

.stats-section { background: var(--bg-main); padding: 3rem 0; position: relative; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.stat-item {
  text-align: center; padding: 1.5rem 1rem; background: var(--bg-card);
  border: 1px solid var(--border-color); border-radius: var(--r-lg);
  box-shadow: var(--card-shadow); transition: all var(--t-base);
}
.stat-item:hover { transform: translateY(-5px); border-color: var(--primary); box-shadow: var(--card-shadow-hover); }
.stat-number {
  font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 900; line-height: 1; margin-bottom: 0.5rem;
  background: var(--g-btn-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label { font-size: 0.9rem; color: var(--text-muted); font-weight: 400; }

/* ═══════════════════════════════════════════════════════════
   PACKAGE CARDS — COMPACT SINGLE-ROW GRID (DESKTOP)
   ═══════════════════════════════════════════════════════════ */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 IN 1 ROW ON DESKTOP */
  gap: 1.125rem;
}
.package-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.package-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--primary);
  box-shadow: var(--card-shadow-hover);
}

.package-badge {
  position: absolute; top: 0.75rem; left: 0.75rem; z-index: 5;
  padding: 3px 10px; border-radius: var(--r-full); font-size: 0.625rem; font-weight: 900;
  letter-spacing: 0.1em; text-transform: uppercase; color: #FFFFFF;
}
.badge-popular { background: var(--badge-popular); }
.badge-value   { background: var(--badge-value); }

.package-img-wrap { position: relative; height: 160px; overflow: hidden; }
.package-img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
.package-card:hover .package-img { transform: scale(1.15); }
.package-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%); }

.package-nights-badge {
  position: absolute; bottom: 0.75rem; right: 0.75rem;
  background: rgba(10, 25, 47, 0.88); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2); border-radius: var(--r-md);
  padding: 0.25rem 0.5rem; color: #FFFFFF; font-size: 0.7rem; font-weight: 600; text-align: center;
}
.package-nights-badge strong { font-family: var(--font-display); font-size: 1.25rem; display: block; color: #00F2FE; line-height: 1; }

.package-body { padding: 1.125rem; flex: 1; display: flex; flex-direction: column; }
.package-type { font-size: 0.625rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.25rem; }
.package-title { font-family: var(--font-display); font-size: 1.1875rem; font-weight: 700; color: var(--text-main); margin-bottom: 0.5rem; line-height: 1.25; }
.package-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 1rem; flex: 1; font-weight: 300; }
.package-features { display: flex; flex-direction: column; gap: 0.375rem; margin-bottom: 1.125rem; }
.package-feature { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; color: var(--text-main); }
.feature-icon { width: 16px; height: 16px; background: rgba(0, 136, 204, 0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--primary); font-size: 0.6rem; font-weight: 800; }

.package-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 0.75rem; border-top: 1px solid var(--border-color); }
.package-price-label { font-size: 0.65rem; color: var(--text-muted); }
.package-price { font-family: var(--font-display); font-size: 1.75rem; font-weight: 900; color: var(--text-main); line-height: 1; }
.package-price sup { font-size: 0.875rem; font-weight: 600; vertical-align: super; color: var(--primary); }
.package-was-price { font-size: 0.8rem; color: var(--text-muted); text-decoration: line-through; letter-spacing: 0.01em; margin-bottom: 0.1rem; display: block; }
.package-price-block { display: flex; flex-direction: column; }

/* ── SALES URGENCY BANNER ── */
.sales-urgency-bar {
  background: linear-gradient(135deg, #0a192f 0%, #003087 40%, #009CDE 100%);
  border-radius: var(--r-lg);
  padding: 1.125rem 1.75rem;
  margin: 0 0 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  box-shadow: 0 8px 32px rgba(0, 144, 212, 0.28), inset 0 1px 0 rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
}
.sales-urgency-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(0,242,254,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.sales-urgency-bar::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}
.urgency-icon {
  font-size: 1.75rem;
  animation: urgencyPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes urgencyPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.urgency-text-group { flex: 1; min-width: 180px; }
.urgency-headline {
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
.urgency-sub {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
  line-height: 1.4;
}
.urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--r-full);
  padding: 0.45rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  animation: badgeBlink 3s ease-in-out infinite;
}
.urgency-dot {
  width: 8px; height: 8px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 6px #4ade80;
  animation: dotPulse 1.5s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px #4ade80; }
  50% { opacity: 0.5; box-shadow: 0 0 12px #4ade80; }
}
@keyframes badgeBlink {
  0%, 85%, 100% { background: rgba(255,255,255,0.12); }
  92% { background: rgba(255,255,255,0.22); }
}
@media (max-width: 600px) {
  .sales-urgency-bar { padding: 1rem 1.25rem; }
  .urgency-badge { font-size: 0.65rem; padding: 0.35rem 0.85rem; }
}

/* ═══════════════════════════════════════════════════════════
   DEAL CARDS — MEAL DEAL & BONUS NIGHT
   ═══════════════════════════════════════════════════════════ */
.deals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.deal-card { border-radius: var(--r-lg); overflow: hidden; position: relative; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: var(--card-shadow); }
.deal-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: var(--card-shadow-hover); }
.deal-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1); z-index: 0; }
.deal-card:hover .deal-card-bg { transform: scale(1.15); }
.deal-card-overlay { position: absolute; inset: 0; z-index: 1; }
.deal-meal  .deal-card-overlay { background: linear-gradient(160deg, rgba(0,136,204,0.25) 0%, rgba(10,25,47,0.55) 100%); }
.deal-bonus .deal-card-overlay { background: linear-gradient(160deg, rgba(255,107,107,0.25) 0%, rgba(10,25,47,0.55) 100%); }

.deal-content { position: relative; z-index: 2; }
.deal-tag { display: inline-block; padding: 4px 12px; border-radius: var(--r-full); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.75rem; color: #FFFFFF; }
.deal-meal  .deal-tag { background: var(--g-btn-primary); }
.deal-bonus .deal-tag { background: var(--g-btn-accent); }

.deal-title { font-family: var(--font-display); font-size: clamp(1.5rem, 2.5vw, 2.125rem); font-weight: 700; color: #FFFFFF; line-height: 1.2; margin-bottom: 0.75rem; }
.deal-desc { font-size: 0.9375rem; color: rgba(255, 255, 255, 0.9); line-height: 1.65; margin-bottom: 1.5rem; font-weight: 300; }
.deal-link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; font-size: 0.875rem; color: #FFFFFF; letter-spacing: 0.03em; text-transform: uppercase; border-bottom: 1.5px solid rgba(255,255,255,0.4); padding-bottom: 2px; }

/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS & ANIMATED STEP CARDS
   ═══════════════════════════════════════════════════════════ */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; position: relative; }
.steps-connector {
  position: absolute; top: 60px; left: calc(16.67% + 40px); right: calc(16.67% + 40px); height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--color-teal) 50%, var(--primary) 100%);
  background-size: 200% 100%;
  animation: connectorGlow 4s infinite linear;
  opacity: 0.4; pointer-events: none; border-radius: 3px;
}
@keyframes connectorGlow {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

.step-card {
  text-align: center; padding: 2.25rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--r-xl);
  box-shadow: var(--card-shadow);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
  position: relative; z-index: 1; overflow: hidden;
}
.step-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 136, 204, 0.08), transparent 70%);
  opacity: 0; transition: opacity 0.5s ease; pointer-events: none;
}
.step-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(0, 136, 204, 0.15);
}
.step-card:hover::before { opacity: 1; }

.step-number {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.15), rgba(0, 242, 254, 0.1));
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.15);
  transition: all 0.4s ease;
}
.step-card:hover .step-number {
  background: var(--g-btn-primary);
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(0, 136, 204, 0.4);
}
.step-number-text {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 900; color: var(--primary);
  transition: color 0.4s ease;
}
.step-card:hover .step-number-text { color: #FFFFFF; }

/* Animated Icon Wrapper */
.step-icon-wrapper {
  width: 96px; height: 96px; margin: 0 auto 1.5rem;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at center, rgba(0,242,254,0.14) 0%, rgba(0,136,204,0.05) 65%, transparent 100%);
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 136, 204, 0.3);
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), border-color 0.5s ease, box-shadow 0.5s ease;
  position: relative;
}
.step-icon-wrapper::after {
  content: '';
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(0, 136, 204, 0.1);
  animation: ringPulse 3s ease-in-out infinite;
}
@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.08); opacity: 0.12; }
}
.step-card:hover .step-icon-wrapper {
  transform: scale(1.12) rotate(3deg);
  border-style: solid;
  border-color: var(--color-teal);
  box-shadow: 0 12px 35px rgba(0,242,254,0.28), 0 0 0 8px rgba(0,136,204,0.06);
}
.step-svg { width: 64px; height: 64px; display: block; overflow: visible; }

/* ── STEP 1: Ticket Float + Sparkles ── */
.svg-ticket .ticket-float {
  animation: ticketFloat 4s ease-in-out infinite;
  transform-origin: 40px 36px;
}
@keyframes ticketFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  30%       { transform: translateY(-5px) rotate(-1.5deg); }
  70%       { transform: translateY(-3px) rotate(1deg); }
}
.svg-ticket .ticket-perf {
  stroke-dasharray: 3.5 3;
  animation: perfScroll 2s linear infinite;
}
@keyframes perfScroll {
  to { stroke-dashoffset: -14; }
}
.svg-ticket .ticket-star-anim {
  animation: starSpin 6s linear infinite;
  transform-origin: 50px 38px;
}
@keyframes starSpin {
  0%, 85%, 100% { transform: scale(1) rotate(0deg); }
  90%           { transform: scale(1.3) rotate(20deg); filter: drop-shadow(0 0 6px #FFD700); }
  95%           { transform: scale(0.9) rotate(-5deg); }
}
.svg-ticket .spark1 { animation: sparkPop 3.5s ease-in-out infinite; }
.svg-ticket .spark2 { animation: sparkPop 3.5s ease-in-out 1.1s infinite; }
.svg-ticket .spark3 { animation: sparkPop 3.5s ease-in-out 2.2s infinite; }
@keyframes sparkPop {
  0%, 60%, 100% { transform: scale(0); opacity: 0; }
  70%           { transform: scale(1.6); opacity: 1; }
  90%           { transform: scale(1); opacity: 0.6; }
}

/* ── STEP 2: Hotel Windows + Bouncing Pin ── */
.svg-hotel .win-glow {
  animation: winLight 3s ease-in-out infinite alternate;
}
.svg-hotel .win-glow.delay1 { animation-delay: 0.5s; }
.svg-hotel .win-glow.delay2 { animation-delay: 1s; }
.svg-hotel .win-glow.delay3 { animation-delay: 1.5s; }
@keyframes winLight {
  0%   { fill-opacity: 0.15; filter: none; }
  100% { fill-opacity: 0.95; filter: drop-shadow(0 0 5px #FFD700); }
}
.svg-hotel .hotel-pin-bounce {
  animation: pinBounce 2.4s cubic-bezier(0.36,0,0.66,-0.56) infinite;
  transform-origin: 40px 15px;
}
@keyframes pinBounce {
  0%, 45%, 100% { transform: translateY(0); }
  20%           { transform: translateY(-10px); }
  35%           { transform: translateY(-6px); }
}

/* ── STEP 3: Plane Fly + Trail + Speed Lines ── */
.svg-plane .plane-fly {
  animation: planeSoar 4.5s ease-in-out infinite;
  transform-origin: 40px 40px;
}
@keyframes planeSoar {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  40%       { transform: translate(4px, -8px) rotate(-4deg); }
  70%       { transform: translate(2px, -4px) rotate(-2deg); }
}
.svg-plane .plane-trail {
  stroke-dasharray: 4 4;
  animation: trailFlow 1.2s linear infinite;
}
@keyframes trailFlow {
  to { stroke-dashoffset: -16; }
}
.svg-plane .cloud-drift { animation: cloudFloat 6s ease-in-out infinite alternate; }
.svg-plane .cloud-drift.delay1 { animation-delay: 2s; }
@keyframes cloudFloat {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-4px); }
}
.svg-plane .speed-line       { animation: speedFlash 1.8s ease-in-out infinite; }
.svg-plane .speed-line.delay1 { animation-delay: 0.3s; }
.svg-plane .speed-line.delay2 { animation-delay: 0.6s; }
@keyframes speedFlash {
  0%, 100% { transform: translateX(0); opacity: 0.4; }
  50%       { transform: translateX(-5px); opacity: 0; }
}

.step-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--text-main); margin-bottom: 0.5rem; }
.step-desc { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; font-weight: 300; }

/* ── PAYPAL BUY NOW BUTTON ── */
.btn-paypal {
  background: linear-gradient(135deg, #009CDE, #003087);
  color: #fff !important;
  border: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-paypal:hover {
  background: linear-gradient(135deg, #00b4f5, #004abd);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 112, 186, 0.4);
}
.pkg-cta-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
}
@media (max-width: 480px) {
  .pkg-cta-group {
    flex-direction: row;
  }
}

.testimonials-section { background: var(--bg-section-alt); position: relative; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.testimonial-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--r-lg); padding: 1.75rem; box-shadow: var(--card-shadow); transition: all var(--t-base); }
.testimonial-card:hover { transform: translateY(-5px); border-color: var(--primary); box-shadow: var(--card-shadow-hover); }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 0.75rem; }
.star { color: #FFB800; font-size: 0.95rem; }
.testimonial-quote { font-family: var(--font-display); font-size: 1.05rem; color: var(--text-main); line-height: 1.65; font-style: italic; margin-bottom: 1.25rem; font-weight: 400; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; border-top: 1px solid var(--border-color); padding-top: 1rem; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--g-btn-primary); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.1rem; font-weight: 900; color: #FFFFFF; flex-shrink: 0; }
.testimonial-name { font-weight: 700; color: var(--text-main); font-size: 0.9rem; }
.testimonial-location { font-size: 0.8rem; color: var(--text-muted); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.blog-card { border-radius: var(--r-lg); overflow: hidden; background: var(--bg-card); border: 1px solid var(--border-color); box-shadow: var(--card-shadow); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-8px) scale(1.02); border-color: var(--primary); box-shadow: var(--card-shadow-hover); }
.blog-img-wrap { position: relative; height: 180px; overflow: hidden; }
.blog-img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
.blog-card:hover .blog-img { transform: scale(1.15); }
.blog-category { position: absolute; top: 0.75rem; left: 0.75rem; padding: 3px 10px; background: var(--primary); color: #FFFFFF; border-radius: var(--r-full); font-size: 0.625rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.blog-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.blog-date { font-size: 0.775rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.blog-title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: var(--text-main); line-height: 1.35; margin-bottom: 0.5rem; flex: 1; }
.blog-excerpt { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 1rem; font-weight: 300; }
.blog-read-more { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 800; color: var(--primary); text-transform: uppercase; }

/* ═══════════════════════════════════════════════════════════
   PAGE HERO (NON-COLLIDING HEADER FIX)
   ═══════════════════════════════════════════════════════════ */
.page-hero {
  position: relative;
  padding: calc(var(--nav-h) + 3rem) 0 4rem;
  background: #0A192F;
  overflow: hidden; min-height: 260px; display: flex; align-items: center; justify-content: center; text-align: center;
}
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.75; z-index: 0; filter: contrast(1.05) brightness(1.05); }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,25,47,0.3) 0%, rgba(10,25,47,0.65) 100%); z-index: 1; }
.page-hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.page-hero-title { font-family: var(--font-display); font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 900; color: #FFFFFF; margin-bottom: 0.75rem; line-height: 1.15; }
.page-hero-subtitle { font-size: clamp(0.9375rem, 1.8vw, 1.125rem); color: rgba(255,255,255,0.88); line-height: 1.6; max-width: 640px; margin: 0 auto; font-weight: 300; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; justify-content: center; }
.breadcrumb-item { font-size: 0.8125rem; color: rgba(255,255,255,0.6); }
.breadcrumb-item.active { color: #00F2FE; font-weight: 600; }
.breadcrumb-sep { color: rgba(255,255,255,0.3); }

/* ═══════════════════════════════════════════════════════════
   CONTACT & FAQ & NEWSLETTER — THEME-AWARE STYLING
   ═══════════════════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; align-items: start; }
.contact-info-card, .contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--r-lg);
  padding: 2.25rem;
  box-shadow: var(--card-shadow);
  color: var(--text-main);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-info-card:hover, .contact-form-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}

.contact-info-card h2,
.contact-form-card h2 {
  color: var(--text-main);
}
.contact-info-card p,
.contact-form-card p {
  color: var(--text-muted);
}
.contact-info-title {
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); margin-bottom: 2px;
}
.contact-info-val {
  font-size: 1rem; color: var(--text-main); font-weight: 600;
}
.contact-info-val a { color: var(--text-main); transition: color var(--t-fast); }
.contact-info-val a:hover { color: var(--primary); }
.contact-info-sub { color: var(--text-muted); font-size: 0.8125rem; font-weight: 300; }

/* Contact Form controls */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.25rem; }
.form-label { font-size: 0.85rem; font-weight: 700; color: var(--text-main); }
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.875rem 1.125rem;
  border-radius: var(--r-md);
  border: 1.5px solid var(--border-color);
  background: var(--bg-main);
  color: var(--text-main);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-muted); opacity: 0.7; }
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--primary);
  background: var(--bg-card);
  box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.15);
}
.form-textarea { min-height: 130px; resize: vertical; }

.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border: 1px solid var(--border-color); border-radius: var(--r-md); overflow: hidden; background: var(--bg-card); transition: all var(--t-base); }
.faq-item.open { border-color: var(--primary); box-shadow: var(--card-shadow-hover); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.125rem 1.25rem; cursor: pointer; }
.faq-q-text { font-size: 0.95rem; font-weight: 700; color: var(--text-main); }
.faq-chevron { width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,0.05); display: flex; align-items: center; justify-content: center; color: var(--text-main); transition: all var(--t-base); }
.faq-item.open .faq-chevron { background: var(--primary); color: #FFFFFF; transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out); }
.faq-item.open .faq-answer { max-height: 800px; }
.faq-a-text { padding: 1rem 1.25rem 1.25rem; font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; border-top: 1px solid var(--border-color); font-weight: 300; }

.newsletter-section { background: var(--bg-section-alt); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 3rem 0; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.newsletter-form { display: flex; gap: 0.75rem; }
.newsletter-input { flex: 1; padding: 0.875rem 1.25rem; border-radius: var(--r-full); border: 1.5px solid var(--border-color); background: var(--bg-card); font-size: 0.9375rem; color: var(--text-main); outline: none; transition: all var(--t-fast); }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.footer { background: var(--bg-footer); color: #FFFFFF; padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; text-decoration: none; }
.footer-logo-img {
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  transition: transform var(--t-fast), filter var(--t-fast);
}
.footer-logo:hover .footer-logo-img {
  transform: scale(1.02);
  filter: brightness(1.06);
}
.footer-logo-mark { width: 40px; height: 40px; background: var(--g-btn-primary); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 1.1rem; color: #FFFFFF; }
.footer-logo-name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: #FFFFFF; }
.footer-desc { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.65; margin-bottom: 1rem; font-weight: 300; }
.footer-abn { font-size: 0.75rem; color: rgba(255,255,255,0.4); line-height: 1.6; }

.footer-col-title { font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: #00F2FE; margin-bottom: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.625rem; }
.footer-link { font-size: 0.875rem; color: rgba(255,255,255,0.6); transition: color var(--t-fast); }
.footer-link:hover { color: #00F2FE; }

.footer-contact-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.875rem; }
.footer-contact-icon { font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.footer-contact-text { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

.paypal-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-sm); padding: 0.5rem 0.875rem; font-size: 0.75rem; color: rgba(255,255,255,0.6); margin-top: 0.75rem; }

.footer-bottom { padding: 1.75rem 0 1.5rem; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.footer-legal { font-size: 0.8125rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-legal a { color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-legal a:hover { color: #5ff5f0; text-decoration: underline; }

/* Centered Footer Credit Wrapper */
.footer-credit-wrap {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  width: 100%;
}

/* Glowing #5ff5f0 Embra Technologies Credit */
.embra-credit {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: #5ff5f0 !important;
  text-shadow: 0 0 10px rgba(95, 245, 240, 0.7), 0 0 22px rgba(95, 245, 240, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 4px 14px;
  border-radius: 6px;
  background: rgba(95, 245, 240, 0.12);
  border: 1px solid rgba(95, 245, 240, 0.35);
  letter-spacing: 0.03em;
  text-decoration: none !important;
}
.embra-credit:hover {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.55), rgba(95, 245, 240, 0.45));
  border-color: #5ff5f0;
  text-shadow: 0 0 14px #5ff5f0, 0 0 28px rgba(95, 245, 240, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(95, 245, 240, 0.45);
}

/* ═══════════════════════════════════════════════════════════
   FLOATING VACATION THEME SWITCHER WIDGET
   ═══════════════════════════════════════════════════════════ */
.theme-switcher-widget {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100000;
}

.theme-toggle-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.125rem;
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-color);
  border-radius: var(--r-full);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  color: var(--text-main);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--t-fast);
}
.theme-toggle-btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 36px rgba(0,0,0,0.25);
  border-color: var(--primary);
}

.theme-menu {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  width: 280px;
  background: var(--bg-glass);
  backdrop-filter: blur(24px);
  border: 1px solid var(--border-color);
  border-radius: var(--r-lg);
  padding: 1rem;
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s var(--ease-out);
}
.theme-menu.open {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}

.theme-menu-header {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.theme-option-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  border-radius: var(--r-md);
  background: rgba(0,0,0,0.03);
  border: 1px solid transparent;
  color: var(--text-main);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: all var(--t-fast);
}
.theme-option-btn:hover {
  background: rgba(0,136,204,0.1);
  border-color: var(--primary);
}
.theme-option-btn.active {
  background: rgba(0,136,204,0.15);
  border-color: var(--primary);
  font-weight: 800;
}

.theme-swatch {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   STICKY MOBILE CTA BAR
   ═══════════════════════════════════════════════════════════ */
.sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9980;
  background: var(--bg-glass); backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-color); padding: 0.75rem 1rem; gap: 0.75rem;
  transform: translateY(100%); transition: transform var(--t-base);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { flex: 1; font-size: 0.8rem; color: var(--text-muted); line-height: 1.3; }
.sticky-cta-text strong { color: var(--primary); display: block; font-size: 0.95rem; }

/* ═══════════════════════════════════════════════════════════
   SCROLL REVEAL ANIMATIONS
   ═══════════════════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ═══════════════════════════════════════════════════════════
   WHY CHOOSE BESTBREAKS — 5-COLUMN BENEFIT GRID
   ═══════════════════════════════════════════════════════════ */
.why-choose-section { background: var(--bg-section-alt); }
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.25rem;
  text-align: center;
  box-shadow: var(--card-shadow);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}
.why-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--primary);
  box-shadow: var(--card-shadow-hover);
}
.why-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
  line-height: 1;
}
.why-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.why-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.65;
  font-weight: 300;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE OVERHAUL (MOBILE & TABLET)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav-links, .nav-actions, .nav-cta { display: none !important; }
  .nav-toggle { display: flex !important; }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .footer-grid > div:nth-child(1) { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(3) { grid-column: 1; }
  .footer-grid > div:nth-child(4) { grid-column: 2; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .why-choose-grid { grid-template-columns: repeat(3, 1fr); }
  .newsletter-inner { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .container { padding: 0 1rem; }
  .nav-logo-img { height: 40px; max-width: 150px; }
  .hero { height: 100dvh; max-height: 100vh; min-height: 500px; padding-top: var(--nav-h); padding-bottom: 1rem; }
  .hero-content { padding: 1.25rem 1rem 0.5rem; }
  .hero-title { font-size: clamp(1.85rem, 7vw, 2.5rem); line-height: 1.12; margin-bottom: 0.75rem; }
  .hero-subtitle { font-size: 0.9rem; line-height: 1.5; margin-bottom: 1.25rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 0.75rem; }
  .hero-actions .btn { width: 100%; justify-content: center; padding: 0.875rem 1.5rem; }
  .hero-dots { display: none; }

  .packages-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 1rem; }
  .steps-connector { display: none; }
  .deals-grid { grid-template-columns: 1fr; gap: 1rem; }
  .why-choose-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 2rem 1.5rem !important; }
  .footer-grid > div:nth-child(1) { grid-column: 1 / -1 !important; }
  .footer-grid > div:nth-child(2) { grid-column: 1 / -1 !important; }
  .footer-grid > div:nth-child(3) { grid-column: 1 !important; }
  .footer-grid > div:nth-child(4) { grid-column: 2 !important; }
  .trust-items { flex-direction: column; gap: 0.875rem; }
  .trust-divider { display: none; }
  .newsletter-form { flex-direction: column; }
  .sticky-cta { display: flex; align-items: center; }

  .page-hero { padding: calc(var(--nav-h) + 2.25rem) 0 3rem; min-height: 200px; }
  .page-hero-title { font-size: 1.85rem; margin-bottom: 0.5rem; }
  .page-hero-subtitle { font-size: 0.9rem; }
  .theme-switcher-widget { bottom: 70px; left: 16px; }
}

@media (max-width: 480px) {
  .nav-logo-img { height: 36px; max-width: 130px; }
  .section-title { font-size: 1.625rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .stat-item { padding: 1.25rem 0.5rem; }
  .deal-card { min-height: 340px; padding: 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════
   PERFORMANCE — GPU HINTS & CONTENT SKIP FOR OFF-SCREEN
   ═══════════════════════════════════════════════════════════ */

/* Promote animated elements to GPU compositor layer */
.hero-video,
.hero-slide,
.hero-overlay,
.package-card,
.navbar,
.nav-drawer,
.page-loader,
.ticker-track,
.theme-switcher-widget,
.btn { will-change: transform; }

/* Reset will-change after hover to free GPU memory */
.package-card:not(:hover),
.blog-card:not(:hover),
.step-card:not(:hover),
.stat-item:not(:hover) { will-change: auto; }

/* Skip rendering of off-screen sections until near viewport */
.section,
.testimonials-section,
.newsletter-section,
.blog-section,
.stats-section { content-visibility: auto; contain-intrinsic-size: 0 600px; }

/* Ensure fonts render immediately with system fallback (no invisible text flash) */
body { font-display: swap; }

/* Fast fade-out for page loader */
.page-loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s ease, visibility 0.25s; }
