/* ============================================================
   TURVIA — Professional Website Stylesheet v2
   Reference: Klook, GetYourGuide, Airbnb, Linear
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root, [data-theme="dark"] {
  --coral:        #E74C3C;
  --coral-dark:   #C0392B;
  --coral-light:  #F06454;
  --teal:         #1ABC9C;
  --teal-dark:    #16A085;
  --teal-light:   #2DD4B4;
  --navy:         #2C3E50;
  --navy-deep:    #0a1727;
  --navy-deeper:  #070f1a;
  --gold:         #F39C12;
  --gold-dark:    #D68910;
  --cream:        #081320;
  --cream-dark:   #0a1727;
  --white:        #FFFFFF;

  --text-on-dark:   rgba(255,255,255,0.95);
  --text-on-dark-2: rgba(255,255,255,0.75);
  --text-on-dark-3: rgba(255,255,255,0.45);
  --text-dark:      #FFFFFF;
  --text-mid:       rgba(255,255,255,0.78);
  --text-muted:     rgba(255,255,255,0.48);

  --bg-primary:     #070f1a;
  --bg-secondary:   #0a1727;
  --bg-card:        rgba(18, 36, 56, 0.72);
  --bg-card-hover:  rgba(26, 188, 156, 0.14);
  --bg-nav:         rgba(7, 15, 26, 0.9);
  --border-color:   rgba(255, 255, 255, 0.08);

  --grad-hero:      linear-gradient(160deg, #070e18 0%, #0c1c2e 55%, #081524 100%);
  --grad-coral:     linear-gradient(135deg, #E74C3C 0%, #C0392B 100%);
  --grad-teal:      linear-gradient(135deg, #1ABC9C 0%, #0EA880 100%);
  --grad-gold:      linear-gradient(135deg, #F39C12 0%, #D68910 100%);
  --grad-dark:      linear-gradient(160deg, #070e18 0%, #0c1c2e 100%);

  --font-heading: 'Urbanist', sans-serif;
  --font-body:    'Plus Jakarta Sans', sans-serif;

  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-7:  1.75rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --radius-sm:   6px;
  --radius-md:   12px;
  --radius-lg:   20px;
  --radius-xl:   28px;
  --radius-2xl:  40px;
  --radius-full: 9999px;

  --shadow-sm:    0 1px 3px rgba(0,0,0,0.08);
  --shadow-md:    0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg:    0 12px 40px rgba(0,0,0,0.14);
  --shadow-xl:    0 24px 60px rgba(0,0,0,0.18);
  --shadow-phone: 0 40px 80px rgba(0,0,0,0.50), 0 12px 30px rgba(0,0,0,0.28);
  --shadow-card:  0 8px 32px rgba(0,0,0,0.10), 0 2px 8px rgba(0,0,0,0.06);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --t-fast:   0.15s var(--ease-out);
  --t-base:   0.28s var(--ease-out);
  --t-slow:   0.50s var(--ease-out);

  --container-max: 1200px;
  --nav-height: 72px;

  --ghost-bg:           rgba(255, 255, 255, 0.05);
  --ghost-border:       rgba(255, 255, 255, 0.14);
  --ghost-text:         rgba(255, 255, 255, 0.8);
  --ghost-hover-bg:     rgba(255, 255, 255, 0.09);
  --ghost-hover-border: rgba(255, 255, 255, 0.3);
  --subtle-border:      rgba(255, 255, 255, 0.06);
  --divider-color:      rgba(255, 255, 255, 0.08);
  --quote-mark:         rgba(255, 255, 255, 0.04);
  --navbar-scrolled-bg: rgba(10, 18, 30, 0.88);
  --navbar-mobile-bg:   rgba(10, 18, 30, 0.97);
  --navbar-text:        rgba(255, 255, 255, 0.7);
  --navbar-text-muted:  rgba(255, 255, 255, 0.45);
  --dropdown-bg:        rgba(10, 18, 30, 0.94);
  --dropdown-item:      rgba(255, 255, 255, 0.7);
  --float-card-bg:      rgba(18, 36, 56, 0.88);
  --feat-chip-bg:       rgba(18, 36, 56, 0.88);
  --step-card-bg:       rgba(255, 255, 255, 0.03);
  --step-card-border:   rgba(255, 255, 255, 0.07);
  --step-card-hover-bg: rgba(255, 255, 255, 0.055);
  --label-neutral-bg:     rgba(255, 255, 255, 0.07);
  --label-neutral-text:   rgba(255, 255, 255, 0.8);
  --label-neutral-border: rgba(255, 255, 255, 0.12);
  --overlay-badge-bg:   rgba(7, 13, 23, 0.88);
  --overlay-badge-text: #FFFFFF;
  --overlay-badge-sub:  rgba(255, 255, 255, 0.55);
  --hero-photo-overlay: linear-gradient(to right, rgba(10,18,28,0.92) 0%, rgba(10,18,28,0.65) 55%, rgba(10,18,28,0.30) 100%), linear-gradient(to top, rgba(10,18,28,0.8) 0%, transparent 50%);
  --page-hero-overlay:  linear-gradient(135deg, rgba(7,13,23,0.96) 0%, rgba(7,13,23,0.7) 55%, rgba(26,188,156,0.06) 100%);
  --map-bg:             linear-gradient(160deg, #1a2535, #2C3E50);
  --marquee-bg:         linear-gradient(165deg, #050a14 0%, #0c182b 50%, #06101e 100%);
  --marquee-border:     rgba(255, 255, 255, 0.06);
  --store-light-bg:     rgba(255, 255, 255, 0.1);
  --store-light-border: rgba(255, 255, 255, 0.2);
  --btn-subtle-border:  rgba(255, 255, 255, 0.2);
  --trust-divider:      rgba(255, 255, 255, 0.08);
  --feature-row-divider:rgba(255, 255, 255, 0.06);
  --review-border:      rgba(255, 255, 255, 0.08);
  --review-author-border: rgba(255, 255, 255, 0.08);
  --partner-card-bg:    rgba(255, 255, 255, 0.04);
  --partner-card-border:rgba(255, 255, 255, 0.1);
  --partner-card-name:  #ffffff;
  --partner-card-meta:  rgba(255, 255, 255, 0.55);
  --cities-count-bg:    rgba(255, 255, 255, 0.08);
  --cities-count-border:rgba(255, 255, 255, 0.14);
  --cities-count-text:  #FFFFFF;
  --scroll-top-border:  rgba(255, 255, 255, 0.1);
  --cta-title:          #fff;
  --cta-desc:           rgba(255, 255, 255, 0.72);
  --surface-elevated:   var(--bg-secondary);
}

[data-theme="light"] {
  --cream:        #F8FAFC;
  --cream-dark:   #EFF6FF;
  --navy-deeper:  #F1F5F9;
  --text-on-dark:   rgba(15, 23, 42, 0.95);
  --text-on-dark-2: rgba(15, 23, 42, 0.72);
  --text-on-dark-3: rgba(15, 23, 42, 0.45);
  --text-dark:      #0F172A;
  --text-mid:       #475569;
  --text-muted:     #64748B;
  --bg-primary:     #F8FAFC;
  --bg-secondary:   #FFFFFF;
  --bg-card:        #FFFFFF;
  --bg-card-hover:  rgba(26, 188, 156, 0.08);
  --bg-nav:         rgba(255, 255, 255, 0.92);
  --border-color:   rgba(226, 232, 240, 0.9);
  --grad-hero:      linear-gradient(160deg, #F8FAFC 0%, #EFF6FF 60%, #F1F5F9 100%);
  --grad-dark:      linear-gradient(160deg, #F8FAFC 0%, #EFF6FF 100%);
  --ghost-bg:           rgba(15, 23, 42, 0.04);
  --ghost-border:       rgba(226, 232, 240, 0.9);
  --ghost-text:         #334155;
  --ghost-hover-bg:     rgba(26, 188, 156, 0.08);
  --ghost-hover-border: rgba(26, 188, 156, 0.35);
  --subtle-border:      rgba(226, 232, 240, 0.9);
  --divider-color:      rgba(226, 232, 240, 0.9);
  --quote-mark:         rgba(15, 23, 42, 0.04);
  --navbar-scrolled-bg: rgba(255, 255, 255, 0.92);
  --navbar-mobile-bg:   rgba(255, 255, 255, 0.98);
  --navbar-text:        #334155;
  --navbar-text-muted:  #64748B;
  --dropdown-bg:        #FFFFFF;
  --dropdown-item:      #475569;
  --float-card-bg:      #FFFFFF;
  --feat-chip-bg:       rgba(255, 255, 255, 0.95);
  --step-card-bg:       #FFFFFF;
  --step-card-border:   rgba(226, 232, 240, 0.9);
  --step-card-hover-bg: rgba(26, 188, 156, 0.05);
  --label-neutral-bg:     rgba(15, 23, 42, 0.06);
  --label-neutral-text:   #334155;
  --label-neutral-border: rgba(226, 232, 240, 0.9);
  --overlay-badge-bg:   rgba(255, 255, 255, 0.95);
  --overlay-badge-text: #0F172A;
  --overlay-badge-sub:  #64748B;
  --hero-photo-overlay: linear-gradient(to right, rgba(248,250,252,0.92) 0%, rgba(248,250,252,0.65) 55%, rgba(248,250,252,0.30) 100%), linear-gradient(to top, rgba(248,250,252,0.8) 0%, transparent 50%);
  --page-hero-overlay:  linear-gradient(135deg, rgba(248,250,252,0.96) 0%, rgba(248,250,252,0.82) 55%, rgba(26,188,156,0.06) 100%);
  --map-bg:             linear-gradient(160deg, #E2E8F0, #CBD5E1);
  --marquee-bg:         #F8FAFC;
  --marquee-border:     rgba(226, 232, 240, 0.8);
  --store-light-bg:     rgba(15, 23, 42, 0.06);
  --store-light-border: rgba(15, 23, 42, 0.12);
  --btn-subtle-border:  rgba(15, 23, 42, 0.15);
  --trust-divider:      rgba(226, 232, 240, 0.9);
  --feature-row-divider:rgba(226, 232, 240, 0.8);
  --review-border:      rgba(226, 232, 240, 0.9);
  --review-author-border: rgba(226, 232, 240, 0.9);
  --partner-card-bg:    #FFFFFF;
  --partner-card-border:rgba(226, 232, 240, 0.9);
  --partner-card-name:  #0F172A;
  --partner-card-meta:  #64748B;
  --cities-count-bg:    rgba(255, 255, 255, 0.92);
  --cities-count-border:rgba(226, 232, 240, 0.9);
  --cities-count-text:  #0F172A;
  --scroll-top-border:  rgba(226, 232, 240, 0.9);
  --cta-title:          #FFFFFF;
  --cta-desc:           rgba(255, 255, 255, 0.72);
  --surface-elevated:   #FFFFFF;
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--bg-primary);
  overflow-x: hidden;
  line-height: 1.6;
  transition: background-color 0.4s ease, color 0.4s ease;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.section         { padding: var(--space-24) 0; }
.section--sm     { padding: var(--space-12) 0; }
.section--lg     { padding: var(--space-32) 0; }
.section--cream  { background: var(--cream); }
.section--dark   { background: var(--navy-deeper); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  transition: all var(--t-base);
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.btn--coral {
  background: var(--grad-coral);
  color: var(--white);
  box-shadow: 0 4px 24px rgba(231,76,60,0.38);
}
.btn--coral:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(231,76,60,0.48); }

.btn--teal {
  background: var(--grad-teal);
  color: var(--white);
  box-shadow: 0 4px 24px rgba(26,188,156,0.38);
}
.btn--teal:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(26,188,156,0.48); }

.btn--white {
  background: var(--white);
  color: var(--navy-deep);
  box-shadow: 0 4px 24px rgba(0,0,0,0.14);
}
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.20); }

.btn--outline-white {
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.28);
  color: var(--white);
  backdrop-filter: blur(10px);
}
.btn--outline-white:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-2px);
}

.btn--lg { padding: 1rem 2.2rem; font-size: 1rem; }
.btn--sm { padding: 0.6rem 1.25rem; font-size: 0.85rem; }
.btn svg { flex-shrink: 0; }

/* ============================================================
   STORE BADGES
   ============================================================ */
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-lg);
  transition: all var(--t-base);
  cursor: pointer;
}

.store-badge--light {
  background: var(--store-light-bg);
  border: 1.5px solid var(--store-light-border);
  color: var(--white);
  backdrop-filter: blur(12px);
}
.store-badge--light:hover {
  background: var(--ghost-hover-bg);
  border-color: var(--ghost-hover-border);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.store-badge--dark {
  background: #111827;
  border: 1.5px solid rgba(255,255,255,0.08);
  color: var(--white);
}
.store-badge--dark:hover {
  background: #1F2937;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
}

.store-badge__icon { width: 30px; height: 30px; flex-shrink: 0; }

.store-badge__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.store-badge__sub  { font-size: 0.65rem; opacity: 0.7; letter-spacing: 0.02em; font-weight: 500; }
.store-badge__name { font-size: 1.05rem; font-weight: 800; line-height: 1.1; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-header { text-align: center; margin-bottom: var(--space-12); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}
.eyebrow--teal  { background: rgba(26,188,156,0.1);  color: #0EA880; border: 1px solid rgba(26,188,156,0.22); }
.eyebrow--coral { background: rgba(231,76,60,0.08);  color: #C0392B; border: 1px solid rgba(231,76,60,0.18); }
.eyebrow--gold  { background: rgba(243,156,18,0.08); color: #B7770D; border: 1px solid rgba(243,156,18,0.18); }
.eyebrow--white { background: var(--label-neutral-bg); color: var(--label-neutral-text); border: 1px solid var(--label-neutral-border); }

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0em;
  line-height: 1.12;
  color: var(--text-dark);
  margin-bottom: var(--space-4);
}
.section-title--white { color: var(--white); }

.section-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
}
.section-sub--white { color: var(--text-on-dark-2); }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  transition: all var(--t-slow);
}

.navbar--scrolled {
  background: var(--navbar-scrolled-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--subtle-border);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  padding: 6px 14px;
  border-radius: 12px;
  transition: all 0.3s var(--ease-out);
}

:root:not([data-theme="light"]) .navbar__logo,
[data-theme="dark"] .navbar__logo {
  background: #FFFFFF !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.2);
}

[data-theme="light"] .navbar__logo {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.navbar__logo img {
  height: 52px;
  width: auto;
  display: block;
}

.navbar__nav { display: flex; align-items: center; gap: 4px; }

.navbar__link {
  padding: 0.55rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navbar-text);
  border-radius: var(--radius-sm);
  transition: all var(--t-fast);
  position: relative;
}
.navbar__link:hover,
.navbar__link.active { color: var(--text-dark); }
.navbar__link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 2px;
  background: var(--teal);
  border-radius: 99px;
  transition: width var(--t-base);
}
.navbar__link:hover::after, .navbar__link.active::after { width: calc(100% - 2rem); }

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

.navbar__lang {
  display: flex; align-items: center; gap: 2px;
  background: var(--ghost-bg);
  border-radius: var(--radius-full);
  padding: 3px;
}
.lang-btn {
  padding: 0.28rem 0.65rem;
  font-size: 0.72rem; font-weight: 700;
  color: var(--navbar-text-muted);
  border-radius: var(--radius-full);
  transition: all var(--t-fast);
  letter-spacing: 0.04em;
}
.lang-btn.active, .lang-btn:hover {
  background: var(--ghost-hover-bg);
  color: var(--text-dark);
}

/* Mobile toggle */
.navbar__toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 38px; padding: 8px;
  background: var(--ghost-bg);
  border-radius: var(--radius-sm);
  transition: background var(--t-fast);
}
.navbar__toggle:hover { background: var(--ghost-hover-bg); }
.navbar__toggle span {
  display: block; height: 2px;
  background: var(--text-dark);
  border-radius: 99px;
  transition: all var(--t-base);
}
.navbar__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar__toggle.open span:nth-child(2) { opacity: 0; }
.navbar__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.navbar__mobile {
  display: none;
  position: fixed;
  top: var(--nav-height); left: 0; right: 0;
  background: var(--navbar-mobile-bg);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--subtle-border);
  padding: var(--space-5);
  flex-direction: column; gap: 6px;
  z-index: 999;
  transform: translateY(-8px); opacity: 0; pointer-events: none;
  transition: all var(--t-base);
}
.navbar__mobile.open {
  display: flex; transform: translateY(0); opacity: 1; pointer-events: all;
}
.navbar__mobile-link {
  display: block; padding: 0.8rem 1rem;
  font-size: 0.95rem; font-weight: 600;
  color: var(--navbar-text);
  border-radius: var(--radius-md);
  transition: all var(--t-fast);
}
.navbar__mobile-link:hover { background: var(--ghost-bg); color: var(--text-dark); }
.navbar__mobile-divider { height: 1px; background: var(--subtle-border); margin: 4px 0; }

/* ============================================================
   HERO — Full-screen with photo background
   ============================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: var(--nav-height);
}

/* Background photo */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.45) saturate(0.7);
}

/* Gradient overlays on photo */
.hero__bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(10,18,28,0.92) 0%, rgba(10,18,28,0.65) 55%, rgba(10,18,28,0.30) 100%),
    linear-gradient(to top, rgba(10,18,28,0.8) 0%, transparent 50%);
}

/* Subtle grid overlay */
.hero__grid-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(26,188,156,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,188,156,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--space-12);
  padding: var(--space-20) 0;
  width: 100%;
}

/* ---- Left: Content ---- */
.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  max-width: 560px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.45rem 1.1rem;
  background: rgba(26,188,156,0.15);
  border: 1px solid rgba(26,188,156,0.35);
  border-radius: var(--radius-full);
  color: #4DF0D0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  width: fit-content;
}
.hero__badge svg { flex-shrink: 0; color: var(--teal-light); }

.hero__title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 5.4vw, 5.2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--white);
}

.hero__title .line { display: block; }

/* "Plan. Live." — slightly smaller for rhythm */
.hero__title .line-sm {
  display: block;
  font-size: 0.72em;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  margin-top: 0.1em;
}

.hero__title .accent-teal {
  background: linear-gradient(90deg, #2DD4B4, #4DF0D0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__title .accent-coral {
  background: linear-gradient(90deg, #F06454, #E74C3C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.72;
  max-width: 440px;
  font-weight: 400;
}

.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Stats row */
.hero__stats {
  display: flex;
  gap: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255,255,255,0.09);
}
.hero__stat-value {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1;
}
.hero__stat-label {
  font-size: 0.78rem;
  color: var(--text-on-dark-2);
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ---- Right: Phone mockup + floating cards ---- */
.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 640px;
}

.hero__phones {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: -20px;
}

/* Phone frame */
.phone-mockup { position: relative; }

.phone-frame {
  background: #080e18;
  border-radius: 44px;
  padding: 10px;
  position: relative;
  box-shadow:
    var(--shadow-phone),
    inset 0 0 0 1px rgba(255,255,255,0.1);
}
.phone-frame::before {
  content: '';
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 72px; height: 22px;
  background: #080e18;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}
.phone-screen {
  border-radius: 34px;
  overflow: hidden;
  aspect-ratio: 9/19.5;
  background: #101827;
}
.phone-screen img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero__phone-main {
  width: 230px;
  animation: floatPhone 6s ease-in-out infinite;
  position: relative;
  z-index: 3;
}
.hero__phone-back {
  width: 195px;
  opacity: 0.78;
  position: absolute;
  right: -60px;
  bottom: -20px;
  animation: floatPhone 6s ease-in-out infinite 2s;
  z-index: 2;
}

@keyframes floatPhone {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-16px); }
}

/* Glow behind phones */
.hero__phone-glow {
  position: absolute;
  width: 420px; height: 520px;
  background: radial-gradient(ellipse, rgba(26,188,156,0.22) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}

/* ---- Floating notification cards ---- */
.float-card {
  position: absolute;
  z-index: 10;
  background: var(--float-card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45), 0 4px 12px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(20px);
  min-width: 190px;
  animation: floatCard 5s ease-in-out infinite;
}
.float-card--dark {
  background: var(--float-card-bg);
  border: 1px solid var(--border-color);
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}

.float-card--1 {
  top: 80px;
  left: -60px;
  animation-delay: 0s;
}
.float-card--2 {
  bottom: 140px;
  left: -80px;
  animation-delay: 1.5s;
}
.float-card--3 {
  top: 180px;
  right: -50px;
  animation-delay: 0.8s;
  min-width: 160px;
}

.float-card__icon {
  width: 40px; height: 40px;
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.float-card__icon--teal  { background: rgba(26,188,156,0.15); }
.float-card__icon--coral { background: rgba(231,76,60,0.12); }
.float-card__icon--gold  { background: rgba(243,156,18,0.12); }

.float-card__body { flex: 1; min-width: 0; }
.float-card__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
.float-card--dark .float-card__label { color: var(--text-muted); }
.float-card__value {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
}
.float-card--dark .float-card__value { color: var(--text-dark); }

.float-card__stars { display: flex; gap: 2px; margin-top: 3px; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
  padding: var(--space-5) 0;
}
.trust-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
}
.trust-item__icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.trust-item__icon--teal  { background: rgba(26,188,156,0.15); color: #2DD4B4; }
.trust-item__icon--coral { background: rgba(231,76,60,0.12); color: #F06454; }
.trust-item__icon--gold  { background: rgba(243,156,18,0.12); color: #F39C12; }
.trust-item__icon--navy  { background: rgba(26,188,156,0.12); color: #2DD4B4; }

.trust-divider {
  width: 1px; height: 30px;
  background: var(--trust-divider);
}

/* ============================================================
   DESTINATION CARDS (horizontal scroll)
   ============================================================ */
.destinations {
  background: var(--cream);
  overflow: hidden;
  padding: var(--space-16) 0;
}
.destinations__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--space-8);
  gap: var(--space-4);
}
.destinations__title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0em;
  line-height: 1.12;
  color: var(--text-dark);
}
.destinations__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 12px;
  cursor: grab;
}
.destinations__track::-webkit-scrollbar { display: none; }
.destinations__track.dragging { cursor: grabbing; scroll-snap-type: none; }

.dest-card {
  flex-shrink: 0;
  width: 260px;
  scroll-snap-align: start;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  background: #1a2535;
  cursor: pointer;
  transition: transform var(--t-slow), box-shadow var(--t-slow);
  box-shadow: var(--shadow-md);
}
.dest-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--shadow-xl);
}

.dest-card__img {
  position: absolute; inset: 0;
}
.dest-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.dest-card:hover .dest-card__img img { transform: scale(1.06); }

.dest-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,18,28,0.92) 0%,
    rgba(10,18,28,0.45) 45%,
    rgba(10,18,28,0.1) 100%
  );
}

.dest-card__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: var(--space-5);
}
.dest-card__cat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  background: rgba(26,188,156,0.85);
  border-radius: var(--radius-full);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: var(--space-3);
}
.dest-card__name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.dest-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dest-card__city {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}
.dest-card__rating {
  display: flex; align-items: center; gap: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  background: rgba(243,156,18,0.9);
  padding: 3px 9px;
  border-radius: var(--radius-full);
}

/* ============================================================
   FEATURES SECTION
   ============================================================ */
.features { background: var(--surface-elevated); }

/* ============================================================
   FEATURES — HORIZONTAL PIN SCROLL (GSAP)
   ============================================================ */
.features-pin {
  background: var(--bg-primary);
  position: relative;
}

/* Top header block */
.features-pin__head {
  padding: var(--space-20) 0 var(--space-10);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}
.features-pin__head .section-sub {
  max-width: 560px;
  margin: 0 auto;
}

/* Progress dots */
.fp-dots {
  display: flex;
  gap: 10px;
  margin-top: var(--space-5);
}
.fp-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border-color);
  transition: width 0.4s var(--ease-out), background 0.4s var(--ease-out), border-radius 0.4s var(--ease-out);
  cursor: pointer;
}
.fp-dot--active {
  width: 28px;
  border-radius: 4px;
  background: var(--teal);
}
.fp-dot[data-idx="1"].fp-dot--active { background: var(--coral); }
.fp-dot[data-idx="2"].fp-dot--active { background: var(--gold); }

/* Pinned scene viewport — GSAP sets height via JS, overflow hidden clips panels */
.features-pin__scene {
  overflow: hidden;
  position: relative;
  height: 100vh;     /* exactly one viewport while pinned */
  direction: ltr !important;
}

/* Horizontal track — 3 panels wide, GSAP drives translateX */
.features-pin__track {
  display: flex;
  flex-direction: row !important;
  direction: ltr !important;
  width: 300%;
  height: 100%;      /* fill the scene height */
  will-change: transform;
}

/* Individual panel */
.fp-panel {
  width: calc(100% / 3);
  height: 100%;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  /* Mirror the .container centering logic */
  padding-left:  max(2rem, calc((100vw - var(--container-max)) / 2));
  padding-right: max(2rem, calc((100vw - var(--container-max)) / 2));
  position: relative;
  box-sizing: border-box;
}

/* Color accent line on left of each panel (visual cue) */
.fp-panel::before {
  content: '';
  position: absolute;
  left: calc((100vw - var(--container-max)) / 2);
  top: 0; bottom: 0;
  width: 2px;
  opacity: 0;
  transition: opacity 0.5s;
}
.fp-panel[data-color="teal"]::before  { background: var(--teal); }
.fp-panel[data-color="coral"]::before { background: var(--coral); }
.fp-panel[data-color="gold"]::before  { background: var(--gold); }

/* Content side */
.fp-panel__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.fp-panel__icon {
  width: 56px; height: 56px;
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
}
.fp-panel__icon--teal  { background: rgba(26,188,156,0.1);  border: 1.5px solid rgba(26,188,156,0.2);  color: var(--teal-dark); }
.fp-panel__icon--coral { background: rgba(231,76,60,0.08);  border: 1.5px solid rgba(231,76,60,0.15);  color: var(--coral); }
.fp-panel__icon--gold  { background: rgba(243,156,18,0.08); border: 1.5px solid rgba(243,156,18,0.15); color: var(--gold-dark); }

.fp-panel__title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--text-dark);
}
.fp-panel__desc {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.72;
  max-width: 420px;
}
.fp-panel__list { display: flex; flex-direction: column; gap: 12px; }
.fp-panel__item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--text-mid); }

/* Visual side */
.fp-panel__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.fp-panel__visual .feature-row__bg-blob {
  width: 380px; height: 380px;
}

/* Scroll hint */
.fp-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: var(--space-5) 0 var(--space-8);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  opacity: 1;
  transition: opacity 0.4s;
}
.fp-hint svg { animation: bounceY 1.5s ease-in-out infinite; }
@keyframes bounceY {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(5px); }
}
.fp-hint.fp-hint--hidden { opacity: 0; pointer-events: none; }

/* Background gradient that subtly shifts per panel */
.features-pin__scene::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 75% 50%, rgba(26,188,156,0.05) 0%, transparent 70%);
  transition: background 0.8s ease;
  z-index: 0;
}

/* Responsive — on small screens revert to vertical stacked layout */
@media (max-width: 768px) {
  .features-pin__track {
    width: 100%;
    flex-direction: column;
  }
  .fp-panel {
    width: 100%;
    grid-template-columns: 1fr;
    padding: var(--space-8) var(--space-6);
    min-height: auto;
    gap: var(--space-8);
  }
  .fp-panel__visual { min-height: 340px; }
  .fp-hint { display: none; }
  .fp-dots { display: none; }
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  padding: var(--space-12) 0;
  border-bottom: 1px solid var(--feature-row-divider);
}
.feature-row:last-child { border-bottom: none; }
.feature-row--flip .feature-row__visual { order: -1; }

/* Content side */
.feature-row__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}
.feature-row__icon {
  width: 56px; height: 56px;
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
}
.feature-row__icon--teal  { background: rgba(26,188,156,0.1);  border: 1.5px solid rgba(26,188,156,0.2);  color: var(--teal-dark); }
.feature-row__icon--coral { background: rgba(231,76,60,0.08);  border: 1.5px solid rgba(231,76,60,0.15);  color: var(--coral); }
.feature-row__icon--gold  { background: rgba(243,156,18,0.08); border: 1.5px solid rgba(243,156,18,0.15); color: var(--gold-dark); }

.feature-row__title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0em;
  line-height: 1.12;
  color: var(--text-dark);
}
.feature-row__desc {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.72;
}
.feature-row__list { display: flex; flex-direction: column; gap: 12px; }
.feature-row__item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--text-mid); }

.check-pill {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.check-pill--teal  { background: rgba(26,188,156,0.12); color: var(--teal-dark); }
.check-pill--coral { background: rgba(231,76,60,0.09);  color: var(--coral); }
.check-pill--gold  { background: rgba(243,156,18,0.09); color: var(--gold-dark); }

/* Visual side */
.feature-row__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.feature-row__bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  width: 340px; height: 340px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.bg-blob--teal  { background: radial-gradient(circle, rgba(26,188,156,0.15) 0%, transparent 70%); }
.bg-blob--coral { background: radial-gradient(circle, rgba(231,76,60,0.12) 0%, transparent 70%); }
.bg-blob--gold  { background: radial-gradient(circle, rgba(243,156,18,0.12) 0%, transparent 70%); }

/* Phone in feature */
.feature-phone {
  position: relative; z-index: 2;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.28));
  transition: transform var(--t-slow);
}
.feature-phone:hover { transform: translateY(-10px) scale(1.015); }
.feature-phone .phone-mockup { width: 210px; }

/* Floating info chips */
.feat-chip {
  position: absolute;
  z-index: 5;
  background: var(--feat-chip-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 12px 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
  white-space: nowrap;
  backdrop-filter: blur(16px);
  animation: floatCard 5s ease-in-out infinite;
}
[data-theme="light"] .feat-chip {
  background: var(--feat-chip-bg) !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
  color: #0F172A !important;
}
.feat-chip__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.feat-chip--tl  { top: 50px; left: -30px; animation-delay: 0s; }
.feat-chip--br  { bottom: 80px; right: -30px; animation-delay: 1.2s; }
.feat-chip--tr  { top: 100px; right: -40px; animation-delay: 0.6s; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-it-works {
  background: var(--navy-deeper);
  position: relative;
  overflow: hidden;
}
.how-it-works::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(26,188,156,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,188,156,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

/* Glow orbs */
.how-it-works__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.how-it-works__orb--1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(26,188,156,0.08) 0%, transparent 70%);
  top: -150px; right: -100px;
}
.how-it-works__orb--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(231,76,60,0.06) 0%, transparent 70%);
  bottom: -100px; left: -80px;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  position: relative;
  z-index: 1;
}
.how-steps::before {
  content: '';
  position: absolute;
  top: 40px; left: calc(16.67% + 24px); right: calc(16.67% + 24px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26,188,156,0.35) 20%, rgba(26,188,156,0.35) 80%, transparent);
  pointer-events: none;
}

.step-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  padding: var(--space-8);
  background: var(--step-card-bg);
  border: 1px solid var(--step-card-border);
  border-radius: var(--radius-xl);
  transition: all var(--t-slow);
  position: relative;
  overflow: hidden;
}
.step-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,188,156,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.step-card:hover {
  background: var(--step-card-hover-bg);
  border-color: rgba(26,188,156,0.22);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.32);
}

.step-card__num {
  width: 60px; height: 60px;
  border-radius: var(--radius-lg);
  background: var(--grad-teal);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.5rem; font-weight: 800;
  color: var(--white);
  box-shadow: 0 8px 24px rgba(26,188,156,0.45);
  position: relative; z-index: 1;
}
.step-card__title {
  font-family: var(--font-heading);
  font-size: 1.2rem; font-weight: 700;
  color: var(--text-dark); line-height: 1.3;
}
.step-card__desc {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ============================================================
   APP GALLERY
   ============================================================ */
.app-gallery { background: var(--cream); overflow: hidden; }

.app-gallery__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: max(24px, calc((100vw - var(--container-max)) / 2 + 24px));
  padding-right: 24px;
  padding-bottom: 12px;
}
.app-gallery__track::-webkit-scrollbar { display: none; }
.app-gallery__track.dragging { cursor: grabbing; scroll-snap-type: none; }

.gallery-phone {
  flex-shrink: 0;
  scroll-snap-align: start;
  transition: transform var(--t-slow);
}
.gallery-phone:hover { transform: translateY(-10px) scale(1.02); }
.gallery-phone .phone-mockup { width: 178px; }
.gallery-phone .phone-frame { box-shadow: 0 20px 48px rgba(0,0,0,0.25); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  position: relative;
  background: var(--surface-elevated);
  padding: var(--space-24) 0;
  overflow: hidden;
}

.rating-banner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--space-8);
  padding: var(--space-8) var(--space-12);
  background: var(--navy-deeper);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-2xl);
  margin-top: var(--space-8);
  margin-bottom: var(--space-14);
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.25);
}
.rating-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(26,188,156,0.15) 0%, transparent 75%);
  pointer-events: none;
}

.rating-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.rating-item__num {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.rating-item__stars { display: flex; gap: 4px; }
.rating-item__label {
  font-size: 0.82rem;
  color: var(--text-on-dark-2);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 2px;
}

.rating-sep {
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 1;
}

.reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  margin-top: 32px;
}

.review-card {
  background: var(--bg-card);
  border: 1.5px solid var(--review-border);
  border-radius: 20px;
  padding: 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 20px !important;
  transition: transform var(--t-slow), box-shadow var(--t-slow), border-color var(--t-slow);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  box-sizing: border-box !important;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 8.5rem;
  font-family: Georgia, serif;
  color: var(--quote-mark);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}
.review-card:hover {
  border-color: rgba(26, 188, 156, 0.35);
  box-shadow: 0 20px 40px -10px rgba(26, 188, 156, 0.12);
  transform: translateY(-6px);
}

.review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.review-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.review-card__score {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-left: 4px;
}
.review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(26, 188, 156, 0.12);
  color: #1ABC9C;
  border: 1px solid rgba(26, 188, 156, 0.25);
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.review-card__text {
  font-size: 0.94rem;
  color: var(--text-mid);
  line-height: 1.68;
  font-style: normal;
  flex: 1;
  position: relative;
  z-index: 1;
  margin: 0;
  word-break: break-word;
}

.review-card__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--review-author-border);
  position: relative;
  z-index: 1;
  margin-top: auto;
  flex-wrap: wrap;
}
.review-card__author-info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.review-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
  color: var(--white);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.review-card__name {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--text-dark);
  line-height: 1.2;
}
.review-card__loc {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-top: 2px;
}
.review-card__tag {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 8px;
  background: var(--surface-elevated);
  color: var(--text-muted);
  border: 1px solid var(--border-color);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ============================================================
   DOWNLOAD CTA
   ============================================================ */
.download-cta {
  background: var(--navy-deeper);
  position: relative;
  overflow: hidden;
}
.download-cta::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 75% 50%, rgba(26,188,156,0.13) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(231,76,60,0.08) 0%, transparent 45%);
  pointer-events: none;
}

.download-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-12);
  align-items: center;
  position: relative; z-index: 1;
}
.download-cta__left {}
.download-cta__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: var(--space-4);
}
.download-cta__desc {
  font-size: 1.05rem;
  color: var(--text-on-dark-2);
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: var(--space-7);
}
.download-cta__badges { display: flex; flex-wrap: wrap; gap: 14px; }

.download-cta__visual { position: relative; }
.download-cta__phone {
  filter: drop-shadow(var(--shadow-phone));
  animation: floatPhone 5.5s ease-in-out infinite;
}
.download-cta__phone .phone-mockup { width: 210px; }

/* ============================================================
   CITIES SECTION
   ============================================================ */
.cities { background: var(--cream); }
.cities__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}
.cities__content { display: flex; flex-direction: column; gap: var(--space-6); }

.cities__map {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(160deg, #1a2535, #2C3E50);
}
.cities__map-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(26,188,156,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,188,156,0.07) 1px, transparent 1px);
  background-size: 32px 32px;
}

.city-pin {
  position: absolute;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  cursor: pointer;
}
.city-pin__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(26,188,156,0.2), 0 0 14px rgba(26,188,156,0.55);
  animation: pinPulse 2.5s ease-in-out infinite;
}
.city-pin:nth-child(even) .city-pin__dot { animation-delay: 0.8s; }
.city-pin:nth-child(3n) .city-pin__dot { animation-delay: 1.4s; }
@keyframes pinPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(26,188,156,0.2), 0 0 14px rgba(26,188,156,0.5); }
  50%       { box-shadow: 0 0 0 9px rgba(26,188,156,0.08), 0 0 28px rgba(26,188,156,0.3); }
}
.city-pin__label {
  font-size: 0.6rem; font-weight: 700;
  color: rgba(255,255,255,0.88);
  background: rgba(0,0,0,0.45);
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  backdrop-filter: blur(4px);
  letter-spacing: 0.02em;
}

.cities__count-box {
  position: absolute;
  bottom: 20px; right: 20px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5);
  text-align: center;
  color: var(--white);
}
.cities__count-num {
  font-family: var(--font-heading);
  font-size: 2.2rem; font-weight: 800; line-height: 1;
  letter-spacing: -0.01em;
}
.cities__count-label { font-size: 0.72rem; opacity: 0.65; margin-top: 4px; font-weight: 600; letter-spacing: 0.04em; }

.city-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.city-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  background: var(--bg-card);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-full);
  font-size: 0.85rem; font-weight: 600;
  color: var(--text-dark);
  transition: all var(--t-fast);
  cursor: default;
}
.city-tag:hover { border-color: var(--teal); color: #2DD4B4; background: rgba(26,188,156,0.12); }
.city-tag--more { border-color: var(--teal) !important; color: #2DD4B4 !important; }
[data-theme="light"] .city-tag--more { border-color: var(--teal) !important; color: #16A085 !important; }
.city-tag__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #080e18;
  color: rgba(255,255,255,0.55);
  padding: var(--space-16) 0 var(--space-8);
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-10);
  padding-bottom: var(--space-10);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer__brand { display: flex; flex-direction: column; gap: var(--space-5); }
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 12px;
  transition: all 0.3s var(--ease-out);
}

:root:not([data-theme="light"]) .footer__logo,
[data-theme="dark"] .footer__logo {
  background: #FFFFFF !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.2);
}

[data-theme="light"] .footer__logo {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.footer__logo img {
  height: 52px;
  width: auto;
  display: block;
}
.footer__tagline { font-size: 0.88rem; line-height: 1.65; color: rgba(255,255,255,0.42); max-width: 290px; }

.footer__social { display: flex; gap: 10px; }
.footer__social-link {
  width: 38px; height: 38px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45);
  transition: all var(--t-fast);
}
.footer__social-link:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.14); color: var(--white); }
.footer__social-link svg { width: 18px; height: 18px; }

.footer__col-title {
  font-size: 0.75rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--white); margin-bottom: var(--space-4);
}
.footer__links { display: flex; flex-direction: column; gap: 10px; }
.footer__links a { font-size: 0.88rem; color: rgba(255,255,255,0.45); transition: color var(--t-fast); }
.footer__links a:hover { color: var(--white); }

.footer__bottom {
  display: flex; align-items: center;
  justify-content: space-between;
  padding-top: var(--space-7);
  gap: var(--space-5); flex-wrap: wrap;
}
.footer__copy { font-size: 0.82rem; color: rgba(255,255,255,0.28); }
.footer__bottom-links { display: flex; gap: var(--space-5); }
.footer__bottom-links a { font-size: 0.82rem; color: rgba(255,255,255,0.28); transition: color var(--t-fast); }
.footer__bottom-links a:hover { color: rgba(255,255,255,0.65); }

/* ---- FOOTER SUPPORT & PAYMENTS ---- */
.footer__support {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: var(--space-4);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
}
.footer__support svg {
  width: 18px;
  height: 18px;
  color: var(--teal);
  animation: footerSupportPulse 2.5s infinite ease-in-out;
}
@keyframes footerSupportPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; filter: drop-shadow(0 0 4px var(--teal)); }
}

.footer__payments {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: var(--space-2) 0;
}
.payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 72px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  user-select: none;
  cursor: default;
  transition: all var(--t-fast);
  box-sizing: border-box;
}
.payment-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}
.payment-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}







/* ============================================================
   SCROLL REVEAL
   ============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
[data-reveal="left"]  { transform: translateX(-28px); }
[data-reveal="right"] { transform: translateX(28px); }
[data-reveal="scale"] { transform: scale(0.92); }
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }

/* ============================================================
   SCROLL TO TOP
   ============================================================ */
.scroll-top {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--navy-deep);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0; transform: translateY(20px);
  transition: all var(--t-base);
  z-index: 500;
  box-shadow: var(--shadow-lg);
}
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-3px); }

/* ============================================================
   RESPONSIVE — TABLET 1024px
   ============================================================ */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; padding: var(--space-12) 0; }
  .hero__content { align-items: center; max-width: 100%; }
  .hero__desc { max-width: 520px; }
  .hero__visual { height: 440px; }
  .hero__phone-back { display: none; }
  .float-card--2 { display: none; }
  .float-card--1 { left: 0; top: 60px; }
  .float-card--3 { right: 0; }

  .feature-row { grid-template-columns: 1fr; gap: var(--space-10); }
  .feature-row--flip .feature-row__visual { order: 0; }
  .feature-row__visual { min-height: 360px; }

  .how-steps { grid-template-columns: 1fr; }
  .how-steps::before { display: none; }

  .cities__inner { grid-template-columns: 1fr; }

  .download-cta__inner { grid-template-columns: 1fr; text-align: center; }
  .download-cta__desc { max-width: 100%; }
  .download-cta__badges { justify-content: center; }
  .download-cta__visual { display: none; }

  .reviews-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 24px !important; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

/* ============================================================
   RESPONSIVE — MOBILE 768px
   ============================================================ */
@media (max-width: 768px) {
  .reviews-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  :root { --nav-height: 64px; }
  .navbar__nav, .navbar__lang { display: none; }
  .navbar__toggle { display: flex; }
  .navbar__logo img { height: 38px; }

  .hero__visual { height: 360px; }
  .float-card--1, .float-card--3 { display: none; }
  .hero__phone-main { width: 200px; }
  .hero__stats { flex-wrap: wrap; gap: var(--space-5); justify-content: center; }
  .hero__cta { justify-content: center; }

  .trust-strip__inner { flex-direction: column; gap: var(--space-4); }
  .trust-divider { width: 40px; height: 1px; }

  .destinations__header { flex-direction: column; align-items: flex-start; }
  .dest-card { width: 220px; }

  .rating-banner { flex-direction: column; gap: var(--space-4); }
  .rating-sep { display: none; }

  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: center; text-align: center; }
  .footer__bottom-links { flex-direction: column; align-items: center; gap: 10px; }

  .section { padding: var(--space-16) 0; }
  .section--lg { padding: var(--space-20) 0; }
}

@media (max-width: 480px) {
  .hero__title { font-size: 2.8rem; }
  .store-badge { width: 100%; justify-content: center; }
}

/* ============================================================
   LEGAL & CONTACT PAGES
   ============================================================ */
.legal-hero {
  background: var(--grad-hero);
  padding: calc(var(--nav-height) + 5rem) 0 4rem;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(26,188,156,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(26,188,156,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.legal-hero__orb {
  position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none;
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(26,188,156,0.12) 0%, transparent 70%);
  right: -80px; top: -80px;
}
.legal-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 800; color: var(--white);
  letter-spacing: -0.01em; line-height: 1.08;
  margin-bottom: var(--space-4);
  position: relative; z-index: 1;
}
.legal-hero__desc { font-size: 1.1rem; color: var(--text-on-dark-2); line-height: 1.7; position: relative; z-index: 1; max-width: 580px; }
.legal-hero__updated { color: var(--text-on-dark-2); font-size: 0.88rem; margin-top: 10px; position: relative; z-index: 1; }

.legal-content { max-width: 760px; }
.legal-content h2 { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700; color: var(--text-dark); margin-top: 3rem; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1.5px solid rgba(0,0,0,0.06); }
.legal-content p  { color: var(--text-mid); line-height: 1.78; margin-bottom: 1rem; font-size: 0.95rem; }
.legal-content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-content li { color: var(--text-mid); line-height: 1.78; margin-bottom: 0.5rem; font-size: 0.95rem; }
.legal-toc { background: var(--cream); border-radius: var(--radius-lg); padding: var(--space-6); margin-bottom: var(--space-10); border: 1.5px solid rgba(0,0,0,0.05); }
.legal-toc__title { font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-dark); margin-bottom: var(--space-4); }
.legal-toc a { display: block; color: var(--teal-dark); font-size: 0.9rem; padding: 3px 0; transition: color 0.15s; font-weight: 500; }
.legal-toc a:hover { color: var(--teal); }

/* Contact form */
.contact-form { display: grid; gap: var(--space-5); max-width: 600px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: 0.875rem; font-weight: 700; color: var(--text-dark); }
.form-input, .form-textarea, .form-select {
  padding: 0.8rem 1rem;
  background: var(--bg-card);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  font-family: var(--font-body); font-size: 0.95rem;
  color: var(--text-dark); transition: all var(--t-fast);
  width: 100%; outline: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(26,188,156,0.12);
}
.form-textarea { min-height: 140px; resize: vertical; }

/* ============================================================
   ORGANIZERS TEASER — Responsive (Added for index.html section)
   ============================================================ */
#organizers-preview .container > div:first-child {
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  #organizers-preview [style*="grid-template-columns:repeat(3,1fr)"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  #organizers-preview [style*="grid-template-columns:1fr auto"] {
    grid-template-columns: 1fr !important;
  }
  #organizers-preview [style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #organizers-preview [style*="min-width:220px"] {
    min-width: auto !important;
    width: 100% !important;
  }
  #organizers-preview [style*="grid-template-columns:1fr auto;align-items:center"] {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   ABOUT PAGE — Additional Global Utilities
   ============================================================ */
.section-title--left { text-align: left; }
.section-sub--muted  { color: var(--text-muted); }

/* Scroll reveal base state (used in about.html) */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
[data-delay="1"] { transition-delay: 0.10s; }
[data-delay="2"] { transition-delay: 0.20s; }
[data-delay="3"] { transition-delay: 0.30s; }
[data-delay="4"] { transition-delay: 0.40s; }
[data-delay="5"] { transition-delay: 0.50s; }

/* ============================================================
   NAVBAR DROPDOWN (Added for desktop dropdown and mobile submenu)
   ============================================================ */
.navbar__dropdown {
  position: relative;
  display: inline-block;
}

.navbar__dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
}

.navbar__dropdown-toggle svg {
  transition: transform 0.25s ease;
  opacity: 0.7;
}

.navbar__dropdown:hover .navbar__dropdown-toggle svg {
  transform: rotate(180deg);
  opacity: 1;
}

.navbar__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(10, 18, 30, 0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  min-width: 180px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1000;
}

.navbar__dropdown:hover .navbar__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.navbar__dropdown-item {
  display: block;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
}

.navbar__dropdown-item:hover {
  background: rgba(26, 188, 156, 0.12);
  color: var(--teal-light);
  transform: translateX(3px);
}

/* Mobile dropdown sub-items styling */
.navbar__mobile-submenu {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  margin: 5px 0 15px 0;
  border-left: 1.5px solid rgba(26, 188, 156, 0.25);
  gap: 6px;
}

.navbar__mobile-sublink {
  display: block;
  padding: 6px 12px;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.navbar__mobile-sublink:hover {
  color: var(--teal-light);
}

/* ============================================================
   ORGANIZER / AGENT PARTNERS MARQUEE SECTION (V2 - ULTRA PREMIUM)
   ============================================================ */
.organizers-marquee {
  background: linear-gradient(165deg, #050a14 0%, #0c182b 50%, #06101e 100%);
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(26, 188, 156, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.organizers-marquee__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 380px;
  background: radial-gradient(circle, rgba(26, 188, 156, 0.15) 0%, rgba(243, 156, 18, 0.05) 50%, transparent 75%);
  filter: blur(100px);
  pointer-events: none;
}

.organizers-marquee__header {
  text-align: center;
  margin-bottom: 54px;
  position: relative;
  z-index: 2;
}

.organizers-marquee__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 14px;
  letter-spacing: -0.02em;
}

.organizers-marquee__desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 680px;
  margin: 12px auto 0;
  line-height: 1.7;
}

/* Marquee Track Container */
.organizers-marquee__track-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  padding: 20px 0;
}

.organizers-marquee__track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: marqueeScroll 22s linear infinite;
}

.organizers-marquee__track-wrap:hover .organizers-marquee__track {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Partner Card */
.partner-card {
  display: flex;
  align-items: center;
  gap: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 22px 32px;
  border-radius: 28px;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.partner-card:hover {
  background: rgba(26, 188, 156, 0.12);
  border-color: rgba(26, 188, 156, 0.5);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 26px 50px rgba(26, 188, 156, 0.28), 0 0 20px rgba(26, 188, 156, 0.15);
}

.partner-card__logo-wrap {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: #ffffff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease;
}

.partner-card:hover .partner-card__logo-wrap {
  transform: scale(1.06);
}

.partner-card__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partner-card__info {
  display: flex;
  flex-direction: column;
}

.partner-card__name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.partner-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2DD4B4;
  margin-top: 6px;
  background: rgba(26, 188, 156, 0.12);
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid rgba(26, 188, 156, 0.25);
  width: fit-content;
}

.partner-card__badge-icon {
  width: 13px;
  height: 13px;
}

.partner-card__meta {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 6px;
  font-weight: 500;
}

/* ============================================================
   THEME SWITCHING SYSTEM (DARK & LIGHT MODES — ULTRA COMPLETE)
   ============================================================ */

/* Base Body Theme Styles */
body {
  background-color: var(--bg-primary);
  color: var(--text-dark);
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* ------------------------------------------------------------
   1. DARK MODE DECLARED VARIABLES & COMPONENT OVERRIDES
   ------------------------------------------------------------ */
:root, [data-theme="dark"] {
  color-scheme: dark;
}

[data-theme="dark"] .section--cream,
[data-theme="dark"] .destinations,
[data-theme="dark"] .testimonials,
[data-theme="dark"] .how-it-works,
[data-theme="dark"] .features,
[data-theme="dark"] .faq,
[data-theme="dark"] .contact-hero,
[data-theme="dark"] .legal-hero,
[data-theme="dark"] .pg-hero,
[data-theme="dark"] .cities {
  background: var(--bg-primary) !important;
}

[data-theme="dark"] .trust-strip,
[data-theme="dark"] .organizers-marquee {
  background: var(--bg-secondary) !important;
  border-color: var(--border-color) !important;
}

[data-theme="dark"] .feature-card,
[data-theme="dark"] .step-card,
[data-theme="dark"] .review-card,
[data-theme="dark"] .faq-item,
[data-theme="dark"] .val-card,
[data-theme="dark"] .about-item,
[data-theme="dark"] .contact-info-card,
[data-theme="dark"] .contact-form-card,
[data-theme="dark"] .legal-card,
[data-theme="dark"] .legal-toc,
[data-theme="dark"] .partner-card,
[data-theme="dark"] .journey-step,
[data-theme="dark"] .svc-card,
[data-theme="dark"] .org-card,
[data-theme="dark"] .join-step__num,
[data-theme="dark"] .join-stat,
[data-theme="dark"] .city-tag {
  background: var(--bg-card) !important;
  border-color: var(--border-color) !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] .section-title,
[data-theme="dark"] .hero__title,
[data-theme="dark"] .ar-hero__title,
[data-theme="dark"] .to-hero__title,
[data-theme="dark"] .pg-hero__title,
[data-theme="dark"] .legal-hero__title,
[data-theme="dark"] .contact-hero__title,
[data-theme="dark"] .feature-card__title,
[data-theme="dark"] .step-card__title,
[data-theme="dark"] .faq-item__q,
[data-theme="dark"] .review-card__name,
[data-theme="dark"] .partner-card__name,
[data-theme="dark"] .contact-info-card__title,
[data-theme="dark"] .contact-form-title,
[data-theme="dark"] .legal-body h2,
[data-theme="dark"] .legal-toc__title,
[data-theme="dark"] .organizers-marquee__title,
[data-theme="dark"] .ar-h2--white,
[data-theme="dark"] .to-h2--white,
[data-theme="dark"] .pg-h2--white,
[data-theme="dark"] .city-tag {
  color: #FFFFFF !important;
}

[data-theme="dark"] p,
[data-theme="dark"] .section-sub,
[data-theme="dark"] .hero__desc,
[data-theme="dark"] .ar-hero__desc,
[data-theme="dark"] .to-hero__desc,
[data-theme="dark"] .pg-hero__desc,
[data-theme="dark"] .contact-hero__desc,
[data-theme="dark"] .review-card__text,
[data-theme="dark"] .faq-item__a,
[data-theme="dark"] .feature-card__desc,
[data-theme="dark"] .step-card__desc,
[data-theme="dark"] .partner-card__meta,
[data-theme="dark"] .contact-info-card__value,
[data-theme="dark"] .legal-body p,
[data-theme="dark"] .legal-body li,
[data-theme="dark"] .organizers-marquee__desc,
[data-theme="dark"] .ar-p--white,
[data-theme="dark"] .to-p--white,
[data-theme="dark"] .pg-p--white {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* ------------------------------------------------------------
   2. LIGHT MODE DECLARED VARIABLES & COMPONENT OVERRIDES
   ------------------------------------------------------------ */
[data-theme="light"] {
  color-scheme: light;
}

/* Page Background Alternations for Visual Contrast */
[data-theme="light"] .hero,
[data-theme="light"] .ar-hero,
[data-theme="light"] .to-hero,
[data-theme="light"] .pg-hero,
[data-theme="light"] .contact-hero,
[data-theme="light"] .legal-hero {
  background: linear-gradient(160deg, #F8FAFC 0%, #EFF6FF 60%, #F1F5F9 100%) !important;
}

[data-theme="light"] .organizers-marquee,
[data-theme="light"] .how-it-works,
[data-theme="light"] .testimonials,
[data-theme="light"] .section--cream,
[data-theme="light"] .pg-section--dark,
[data-theme="light"] .pg-section--light,
[data-theme="light"] .ar-sec--dark,
[data-theme="light"] .to-sec--dark {
  background: #F8FAFC !important;
  border-top-color: rgba(226, 232, 240, 0.9) !important;
  border-bottom-color: rgba(226, 232, 240, 0.9) !important;
}

[data-theme="light"] .features,
[data-theme="light"] .features-pin,
[data-theme="light"] .features-pin__scene,
[data-theme="light"] .cities,
[data-theme="light"] .faq,
[data-theme="light"] .trust-strip,
[data-theme="light"] .pg-section--navy,
[data-theme="light"] .pg-section--white,
[data-theme="light"] .ar-sec--navy,
[data-theme="light"] .to-sec--navy,
[data-theme="light"] .to-sec--white {
  background: #FFFFFF !important;
  border-top-color: rgba(226, 232, 240, 0.9) !important;
  border-bottom-color: rgba(226, 232, 240, 0.9) !important;
}

/* All Headings & Titles in Light Mode */
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] .section-title,
[data-theme="light"] .hero__title,
[data-theme="light"] .ar-hero__title,
[data-theme="light"] .to-hero__title,
[data-theme="light"] .pg-hero__title,
[data-theme="light"] .legal-hero__title,
[data-theme="light"] .contact-hero__title,
[data-theme="light"] .organizers-marquee__title,
[data-theme="light"] .feature-card__title,
[data-theme="light"] .step-card__title,
[data-theme="light"] .destinations__title,
[data-theme="light"] .faq-item__q,
[data-theme="light"] .review-card__name,
[data-theme="light"] .partner-card__name,
[data-theme="light"] .contact-info-card__title,
[data-theme="light"] .contact-form-title,
[data-theme="light"] .legal-body h2,
[data-theme="light"] .legal-toc__title,
[data-theme="light"] .about-item__title,
[data-theme="light"] .val-card__title,
[data-theme="light"] .svc-card__title,
[data-theme="light"] .org-card__title,
[data-theme="light"] .join-step__title,
[data-theme="light"] .join-stat__title,
[data-theme="light"] .journey-step__title,
[data-theme="light"] .ar-h2,
[data-theme="light"] .to-h2,
[data-theme="light"] .ar-h2--white,
[data-theme="light"] .to-h2--white,
[data-theme="light"] .pg-h2--white,
[data-theme="light"] .feat-item__title,
[data-theme="light"] .feat-inline__title,
[data-theme="light"] .ar-feat-item__title,
[data-theme="light"] .trust-item {
  color: #0F172A !important;
}

/* All Paragraphs & Subtitles in Light Mode */
[data-theme="light"] p,
[data-theme="light"] .section-sub,
[data-theme="light"] .hero__desc,
[data-theme="light"] .ar-hero__desc,
[data-theme="light"] .to-hero__desc,
[data-theme="light"] .pg-hero__desc,
[data-theme="light"] .contact-hero__desc,
[data-theme="light"] .organizers-marquee__desc,
[data-theme="light"] .feature-card__desc,
[data-theme="light"] .step-card__desc,
[data-theme="light"] .faq-item__a,
[data-theme="light"] .review-card__text,
[data-theme="light"] .partner-card__meta,
[data-theme="light"] .contact-info-card__value,
[data-theme="light"] .legal-body p,
[data-theme="light"] .legal-body li,
[data-theme="light"] .about-item__desc,
[data-theme="light"] .val-card__desc,
[data-theme="light"] .svc-card__desc,
[data-theme="light"] .svc-card__li,
[data-theme="light"] .org-card__desc,
[data-theme="light"] .join-step__desc,
[data-theme="light"] .journey-step__desc,
[data-theme="light"] .ar-p,
[data-theme="light"] .to-p,
[data-theme="light"] .ar-p--white,
[data-theme="light"] .to-p--white,
[data-theme="light"] .pg-p--white,
[data-theme="light"] .feat-item__desc,
[data-theme="light"] .feat-inline__desc,
[data-theme="light"] .ar-feat-item__desc {
  color: #475569 !important;
}

/* Muted & Secondary Labels in Light Mode */
[data-theme="light"] .review-card__loc,
[data-theme="light"] .float-card__label,
[data-theme="light"] .cities__count-label,
[data-theme="light"] .legal-hero__updated,
[data-theme="light"] .pg-stat__label,
[data-theme="light"] .pg-hero__scroll,
[data-theme="light"] .detail-caption,
[data-theme="light"] .stats-band__label,
[data-theme="light"] .about-split__badge-sub,
[data-theme="light"] .org-float__sub {
  color: #64748B !important;
}

/* All Cards, Boxes, and Containers in Light Mode */
[data-theme="light"] .feature-card,
[data-theme="light"] .step-card,
[data-theme="light"] .review-card,
[data-theme="light"] .faq-item,
[data-theme="light"] .val-card,
[data-theme="light"] .about-item,
[data-theme="light"] .contact-info-card,
[data-theme="light"] .contact-form-card,
[data-theme="light"] .legal-card,
[data-theme="light"] .legal-toc,
[data-theme="light"] .partner-card,
[data-theme="light"] .journey-step,
[data-theme="light"] .svc-card,
[data-theme="light"] .org-card,
[data-theme="light"] .join-step__num,
[data-theme="light"] .join-stat,
[data-theme="light"] .city-tag,
[data-theme="light"] .float-card,
[data-theme="light"] .feat-chip,
[data-theme="light"] .cities__count-box,
[data-theme="light"] .pg-stat,
[data-theme="light"] .stats-band,
[data-theme="light"] .ar-card {
  background: #FFFFFF !important;
  border-color: rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
  color: #0F172A !important;
}

[data-theme="light"] .feature-card:hover,
[data-theme="light"] .step-card:hover,
[data-theme="light"] .review-card:hover,
[data-theme="light"] .faq-item:hover,
[data-theme="light"] .val-card:hover,
[data-theme="light"] .about-item:hover,
[data-theme="light"] .partner-card:hover,
[data-theme="light"] .journey-step:hover,
[data-theme="light"] .svc-card:hover,
[data-theme="light"] .org-card:hover,
[data-theme="light"] .city-tag:hover {
  background: rgba(26, 188, 156, 0.05) !important;
  border-color: rgba(26, 188, 156, 0.35) !important;
}

[data-theme="light"] .svc-card__num {
  opacity: 0.75 !important;
}

[data-theme="light"] .svc-banner__over {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.35) 100%) !important;
}

[data-theme="light"] .svc-banner__title {
  color: #0F172A !important;
}

[data-theme="light"] .svc-banner__desc {
  color: #475569 !important;
}

/* Floating & Overlay Badges in Light Mode */
[data-theme="light"] .float-card--dark {
  background: #FFFFFF !important;
}

[data-theme="light"] .float-card--dark .float-card__label {
  color: #64748B !important;
}

[data-theme="light"] .float-card--dark .float-card__value {
  color: #0F172A !important;
}

[data-theme="light"] .about-split__badge,
[data-theme="light"] .org-float {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(26, 188, 156, 0.3) !important;
}

[data-theme="light"] .about-split__badge-val {
  color: #0F172A !important;
}

/* Navbar & Mobile Menu in Light Mode */
[data-theme="light"] .navbar,
[data-theme="light"] .navbar--scrolled {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06) !important;
}

[data-theme="light"] .navbar__link,
[data-theme="light"] .navbar__dropdown-toggle,
[data-theme="light"] .navbar__mobile-link {
  color: #334155 !important;
}

[data-theme="light"] .navbar__link:hover {
  color: #16A085 !important;
}

[data-theme="light"] .navbar__dropdown-menu,
[data-theme="light"] .navbar__mobile {
  background: #FFFFFF !important;
  border-color: rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1) !important;
}

[data-theme="light"] .navbar__dropdown-item,
[data-theme="light"] .navbar__mobile-sublink {
  color: #475569 !important;
}

[data-theme="light"] .navbar__dropdown-item:hover,
[data-theme="light"] .navbar__mobile-sublink:hover {
  background: rgba(26, 188, 156, 0.08) !important;
  color: #0EA880 !important;
}

[data-theme="light"] .navbar__lang {
  background: rgba(15, 23, 42, 0.06) !important;
}

[data-theme="light"] .lang-btn {
  color: #64748B !important;
}

[data-theme="light"] .lang-btn.active,
[data-theme="light"] .lang-btn:hover {
  background: rgba(26, 188, 156, 0.15) !important;
  color: #0EA880 !important;
}

[data-theme="light"] .navbar__toggle {
  background: rgba(15, 23, 42, 0.06) !important;
}

[data-theme="light"] .navbar__toggle span {
  background: #0F172A !important;
}

[data-theme="light"] .navbar__mobile-divider {
  background: rgba(226, 232, 240, 0.9) !important;
}

/* Forms & Inputs in Light Mode */
[data-theme="light"] .form-input,
[data-theme="light"] .form-textarea,
[data-theme="light"] .form-select {
  background: #FFFFFF !important;
  border-color: rgba(226, 232, 240, 0.9) !important;
  color: #0F172A !important;
}

[data-theme="light"] .form-input:focus,
[data-theme="light"] .form-textarea:focus,
[data-theme="light"] .form-select:focus {
  border-color: rgba(26, 188, 156, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.12) !important;
}

/* High Contrast Banners (Rating Banner, Download CTA, Footer) */
[data-theme="light"] .rating-banner {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08) !important;
}

[data-theme="light"] .rating-item__num {
  color: #0F172A !important;
}

[data-theme="light"] .rating-item__label {
  color: #64748B !important;
}

[data-theme="light"] .rating-sep {
  background: rgba(226, 232, 240, 0.9) !important;
}

/* Hero Section Light Mode Overlays & Phone Frames */
[data-theme="light"] .hero__bg img {
  filter: brightness(0.95) saturate(0.9) !important;
}

[data-theme="light"] .hero__bg::after {
  background:
    linear-gradient(to right, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.8) 55%, rgba(248, 250, 252, 0.4) 100%),
    linear-gradient(to top, rgba(248, 250, 252, 0.9) 0%, transparent 60%) !important;
}

/* HERO DOWNLOAD BADGES & HERO STATS LIGHT MODE OVERRIDES */
[data-theme="light"] .store-badge,
[data-theme="light"] .store-badge--light,
[data-theme="light"] .store-badge--dark {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(226, 232, 240, 0.9) !important;
  color: #0F172A !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

[data-theme="light"] .store-badge__sub {
  color: #64748B !important;
  opacity: 1 !important;
}

[data-theme="light"] .store-badge__name {
  color: #0F172A !important;
}

[data-theme="light"] .store-badge__icon,
[data-theme="light"] .store-badge svg,
[data-theme="light"] .store-badge svg path {
  fill: #0F172A !important;
  color: #0F172A !important;
}

[data-theme="light"] .store-badge:hover {
  background: rgba(26, 188, 156, 0.1) !important;
  border-color: rgba(26, 188, 156, 0.35) !important;
  color: #0EA880 !important;
}

[data-theme="light"] .store-badge:hover .store-badge__name,
[data-theme="light"] .store-badge:hover .store-badge__sub {
  color: #0EA880 !important;
}

[data-theme="light"] .store-badge:hover svg path {
  fill: #0EA880 !important;
}

[data-theme="light"] .hero__stats {
  border-top-color: rgba(226, 232, 240, 0.9) !important;
}

[data-theme="light"] .hero__stat-value {
  color: #0F172A !important;
}

[data-theme="light"] .hero__stat-label {
  color: #475569 !important;
}

[data-theme="light"] .hero__stat {
  color: #0F172A !important;
}

[data-theme="light"] .hero__title .line-sm {
  color: #475569 !important;
}

[data-theme="light"] .hero__badge {
  background: rgba(26, 188, 156, 0.12) !important;
  border-color: rgba(26, 188, 156, 0.3) !important;
  color: #0EA880 !important;
}

[data-theme="light"] .ar-hero__orb1,
[data-theme="light"] .ar-hero__orb2,
[data-theme="light"] .to-hero__orb1,
[data-theme="light"] .to-hero__orb2,
[data-theme="light"] .contact-hero__orb {
  opacity: 0.25 !important;
}

/* Device Phone Frames — ALWAYS DARK METALLIC IN ALL THEMES */
.phone-frame,
.ar-mockup__frame,
.detail-phone-frame,
.journey-phone-frame {
  background: linear-gradient(145deg, #2a374a, #131d2b) !important;
  box-shadow: 0 30px 70px rgba(0,0,0,0.65), 0 0 0 2px rgba(255,255,255,0.12) inset !important;
}

.phone-notch,
.ar-mockup__notch,
.detail-phone-frame__notch,
.journey-phone-frame__notch {
  background: #000000 !important;
}

.phone-screen,
.ar-mockup__screen,
.detail-phone-frame__screen,
.journey-phone-frame__screen {
  background: #000000 !important;
}

/* Download CTA & Final CTA Banners in Light Mode */
[data-theme="light"] .download-cta,
[data-theme="light"] .final-cta,
[data-theme="light"] .to-cta {
  background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 100%) !important;
  border-top: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
}

[data-theme="light"] .download-cta__title,
[data-theme="light"] .final-cta__title,
[data-theme="light"] .to-cta__title {
  color: #0F172A !important;
}

[data-theme="light"] .download-cta__desc,
[data-theme="light"] .final-cta__desc,
[data-theme="light"] .to-cta__desc {
  color: #475569 !important;
}

[data-theme="light"] .download-cta .eyebrow--white,
[data-theme="light"] .download-cta .section-eyebrow--white,
[data-theme="light"] .final-cta .eyebrow--white,
[data-theme="light"] .to-cta .eyebrow--white {
  background: rgba(26, 188, 156, 0.12) !important;
  border-color: rgba(26, 188, 156, 0.3) !important;
  color: #0EA880 !important;
}

/* Footer in Light Mode */
[data-theme="light"] .footer {
  background: #FFFFFF !important;
  color: #475569 !important;
  border-top: 1px solid rgba(226, 232, 240, 0.9) !important;
}

[data-theme="light"] .footer__grid {
  border-bottom-color: rgba(226, 232, 240, 0.9) !important;
}

[data-theme="light"] .footer__tagline {
  color: #475569 !important;
}

[data-theme="light"] .footer__col-title {
  color: #0F172A !important;
}

[data-theme="light"] .footer__links a {
  color: #64748B !important;
}

[data-theme="light"] .footer__links a:hover {
  color: #0EA880 !important;
}

[data-theme="light"] .footer__social-link {
  background: rgba(15, 23, 42, 0.05) !important;
  border-color: rgba(226, 232, 240, 0.9) !important;
  color: #475569 !important;
}

[data-theme="light"] .footer__social-link:hover {
  background: rgba(26, 188, 156, 0.12) !important;
  border-color: rgba(26, 188, 156, 0.35) !important;
  color: #0EA880 !important;
}

[data-theme="light"] .footer__copy,
[data-theme="light"] .footer__bottom-links a {
  color: #64748B !important;
}

[data-theme="light"] .footer__bottom-links a:hover {
  color: #0EA880 !important;
}

[data-theme="light"] .footer__support {
  color: #0EA880 !important;
}
[data-theme="light"] .footer__support svg {
  color: #0EA880 !important;
}
[data-theme="light"] .payment-badge {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
[data-theme="light"] .payment-badge:hover {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}



/* Interactive Map & City Count Box in Light Mode */
[data-theme="light"] .cities__map {
  background: linear-gradient(160deg, #F1F5F9, #E2E8F0) !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
}

[data-theme="light"] .cities__map-grid {
  background-image:
    linear-gradient(rgba(26, 188, 156, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 188, 156, 0.12) 1px, transparent 1px) !important;
}

[data-theme="light"] .city-pin__label {
  background: #FFFFFF !important;
  color: #0F172A !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1) !important;
}

[data-theme="light"] .cities__count-box {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(226, 232, 240, 0.9) !important;
  color: #0F172A !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1) !important;
}

[data-theme="light"] .cities__count-num {
  color: #0F172A !important;
}

[data-theme="light"] .cities__count-label {
  color: #64748B !important;
  opacity: 1 !important;
}

/* ------------------------------------------------------------
   3. THEME TOGGLE BUTTON STYLING
   ------------------------------------------------------------ */
.theme-toggle-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.theme-toggle-btn:hover {
  background: rgba(26, 188, 156, 0.18);
  border-color: rgba(26, 188, 156, 0.4);
  color: #2DD4B4;
  transform: scale(1.06);
}

[data-theme="light"] .theme-toggle-btn {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.12);
  color: #0F172A;
}

[data-theme="light"] .theme-toggle-btn:hover {
  background: rgba(26, 188, 156, 0.12);
  border-color: rgba(26, 188, 156, 0.35);
  color: #0EA880;
}

/* Icon toggling */
.theme-icon--sun { display: block; }
.theme-icon--moon { display: none; }

[data-theme="light"] .theme-icon--sun { display: none; }
[data-theme="light"] .theme-icon--moon { display: block; }


/* ============================================================
   RTL — Arabic (AR) Layout Support
   Applied when <html dir="rtl"> (lang="ar")
   ============================================================ */

/* ── Global RTL Base ── */
[dir="rtl"] {
  font-family: 'Noto Sans Arabic', 'Plus Jakarta Sans', 'Urbanist', sans-serif;
  text-align: right;
}

[dir="rtl"] .section-sub {
  text-align: right;
  margin: 0;
}

[dir="rtl"] .section-header {
  text-align: right;
}

/* ── Navbar RTL ── */
[dir="rtl"] .navbar__inner {
  flex-direction: row-reverse;
}

[dir="rtl"] .navbar__nav {
  flex-direction: row-reverse;
}

[dir="rtl"] .navbar__actions {
  flex-direction: row-reverse;
}

[dir="rtl"] .navbar__link::after {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

[dir="rtl"] .navbar__mobile {
  text-align: right;
}

[dir="rtl"] .navbar__mobile-link,
[dir="rtl"] .navbar__mobile-sublink {
  text-align: right;
}

/* ── Hero RTL ── */
[dir="rtl"] .hero__inner {
  direction: rtl;
}

[dir="rtl"] .hero__content {
  text-align: right;
}

[dir="rtl"] .hero__badge {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .hero__cta {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

[dir="rtl"] .hero__stats {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

[dir="rtl"] .hero__stat {
  text-align: center;
}

[dir="rtl"] .store-badge__text {
  align-items: flex-end;
}

/* ── Trust Strip RTL ── */
[dir="rtl"] .trust-strip__inner {
  flex-direction: row-reverse;
}

[dir="rtl"] .trust-item {
  flex-direction: row-reverse;
}

/* ── Features Pin RTL ── */
[dir="rtl"] .features-pin__head {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .fp-dots {
  justify-content: flex-end;
}

[dir="rtl"] .fp-panel {
  direction: rtl;
}

[dir="rtl"] .fp-panel::before {
  left: auto;
  right: calc((100vw - var(--container-max)) / 2);
}

[dir="rtl"] .fp-panel__content {
  text-align: right;
}

[dir="rtl"] .fp-panel__list {
  text-align: right;
}

[dir="rtl"] .fp-panel__item {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .fp-panel__icon {
  margin-right: 0;
  margin-left: auto;
}

[dir="rtl"] .eyebrow {
  flex-direction: row-reverse;
}

/* ── Steps (How It Works) RTL ── */
[dir="rtl"] .steps-grid {
  direction: rtl;
}

[dir="rtl"] .step-card {
  text-align: right;
}

[dir="rtl"] .step-card__num-wrap {
  justify-content: flex-end;
}

[dir="rtl"] .step-card__icon-wrap {
  justify-content: flex-end;
}

/* ── Destinations RTL ── */
[dir="rtl"] .destinations__header {
  flex-direction: row-reverse;
}

[dir="rtl"] .destinations__track {
  direction: rtl;
}

/* ── Gallery RTL ── */
[dir="rtl"] .gallery__track {
  direction: rtl;
}

/* ── Cities RTL ── */
[dir="rtl"] .cities__text {
  text-align: right;
}

[dir="rtl"] .cities__cta {
  justify-content: flex-start;
}

/* ── Testimonials RTL ── */
[dir="rtl"] .testimonials-header {
  text-align: right;
}

[dir="rtl"] .review-card {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .review-card::before {
  right: auto;
  left: 20px;
}

[dir="rtl"] .review-card__author {
  flex-direction: row;
}

[dir="rtl"] .review-card__score {
  margin-left: 0;
  margin-right: 5px;
}

/* ── Download CTA RTL ── */
[dir="rtl"] .download-cta__content {
  text-align: right;
}

[dir="rtl"] .download-cta__btns {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

/* ── Footer RTL ── */
[dir="rtl"] .footer__grid {
  direction: rtl;
}

[dir="rtl"] .footer__brand {
  text-align: right;
}

[dir="rtl"] .footer__social {
  justify-content: flex-end;
}

[dir="rtl"] .footer__support {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .footer__links {
  text-align: right;
}

[dir="rtl"] .footer__bottom {
  flex-direction: row-reverse;
}

[dir="rtl"] .footer__bottom-links {
  flex-direction: row-reverse;
}

/* ── Buttons RTL ── */
[dir="rtl"] .btn {
  flex-direction: row-reverse;
}

[dir="rtl"] .btn--coral svg,
[dir="rtl"] .btn--teal svg,
[dir="rtl"] .btn svg {
  transform: scaleX(-1);
}

/* ── Check Pills RTL ── */
[dir="rtl"] .check-pill {
  margin-left: 10px;
  margin-right: 0;
}

/* ── About Page RTL ── */
[dir="rtl"] .pg-hero__content {
  text-align: right;
}

[dir="rtl"] .pg-hero__stats {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .pg-badge {
  flex-direction: row-reverse;
}

[dir="rtl"] .pg-label {
  text-align: center;
}

[dir="rtl"] .about-grid {
  direction: rtl;
}

[dir="rtl"] .about-content {
  text-align: right;
}

[dir="rtl"] .about-list {
  text-align: right;
  padding-right: 0;
}

[dir="rtl"] .about-list li {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .values-grid {
  direction: rtl;
}

[dir="rtl"] .value-card {
  text-align: right;
}

[dir="rtl"] .team-grid {
  direction: rtl;
}

[dir="rtl"] .team-card {
  text-align: center;
}

[dir="rtl"] .career-card {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .career-card__actions {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

/* ── Contact Page RTL ── */
[dir="rtl"] .contact-hero__content {
  text-align: right;
}

[dir="rtl"] .contact-hero__badge {
  flex-direction: row-reverse;
}

[dir="rtl"] .contact-badge-chips {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .contact-grid {
  direction: rtl;
}

[dir="rtl"] .contact-form {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .contact-form label {
  text-align: right;
  display: block;
}

[dir="rtl"] .contact-form input,
[dir="rtl"] .contact-form textarea,
[dir="rtl"] .contact-form select {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .contact-info-cards {
  direction: rtl;
}

[dir="rtl"] .contact-info-card {
  text-align: right;
}

[dir="rtl"] .contact-info-card__header {
  flex-direction: row-reverse;
}

[dir="rtl"] .route-items {
  direction: rtl;
}

[dir="rtl"] .route-item {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .route-item__icon {
  margin-right: 0;
  margin-left: 16px;
}

/* ── Scroll progress bar RTL ── */
[dir="rtl"] .scroll-progress-bar {
  transform-origin: right center;
}

/* ── Float cards RTL ── */
[dir="rtl"] .float-card {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .float-card__body {
  text-align: right;
}

/* ── Feat chips RTL ── */
[dir="rtl"] .feat-chip {
  flex-direction: row-reverse;
}

/* ── Dropdown RTL ── */
[dir="rtl"] .navbar__dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .navbar__dropdown-toggle {
  flex-direction: row-reverse;
}

/* ── Scroll top button position ── */
[dir="rtl"] .scroll-top {
  right: auto;
  left: 1.5rem;
}

/* ── Mobile submenu RTL ── */
[dir="rtl"] .navbar__mobile-submenu {
  padding-right: 1rem;
  padding-left: 0;
  border-right: 2px solid var(--teal);
  border-left: none;
}

/* ── Feature row (if any) RTL ── */
[dir="rtl"] .feature-row {
  direction: rtl;
}

[dir="rtl"] .feature-row__text {
  text-align: right;
}

[dir="rtl"] .feature-row__list li {
  flex-direction: row-reverse;
}

/* ── Section header centered fix ── */
[dir="rtl"] .section-header.text-center,
[dir="rtl"] .text-center {
  text-align: center;
}

[dir="rtl"] .section-header.text-center .section-sub {
  margin: 0 auto;
  text-align: center;
}

/* ── Partners / logos ── */
[dir="rtl"] .partners__logos {
  direction: rtl;
}

/* ── Accordion / FAQ ── */
[dir="rtl"] .faq-item {
  text-align: right;
  direction: rtl;
}

/* ── Animated number counters ── */
[dir="rtl"] [data-counter] {
  direction: ltr; /* keep numbers LTR inside RTL layout */
  unicode-bidi: embed;
}

/* ── Ensure icon SVGs inside RTL don't flip unnecessarily ── */
[dir="rtl"] svg {
  /* prevent global flip; only targeted elements get flipped */
}

/* ── Arabic specific font sizing adjustments ── */
[dir="rtl"] .hero__title,
[dir="rtl"] .section-title,
[dir="rtl"] .fp-panel__title,
[dir="rtl"] .pg-hero__title {
  line-height: 1.3;
  letter-spacing: 0;
}

[dir="rtl"] .section-sub,
[dir="rtl"] .hero__desc,
[dir="rtl"] .fp-panel__desc,
[dir="rtl"] .pg-hero__desc {
  line-height: 1.9;
}

/* ── Destinations card RTL ── */
[dir="rtl"] .dest-card__body {
  text-align: right;
}

[dir="rtl"] .dest-card__meta {
  flex-direction: row-reverse;
}

[dir="rtl"] .dest-card__city {
  flex-direction: row-reverse;
}

/* ── Review card author RTL ── */
[dir="rtl"] .review-card__stars {
  justify-content: flex-end;
}

/* ── Tours / Smart routes pages RTL ── */
[dir="rtl"] .tours-hero__content,
[dir="rtl"] .rotalar-hero__content {
  text-align: right;
}

[dir="rtl"] .tours-grid,
[dir="rtl"] .rotalar-grid {
  direction: rtl;
}

/* ── Stat items in cities/about ── */
[dir="rtl"] .cities__stats {
  flex-direction: row-reverse;
}

/* ── Privacy / Terms pages ── */
[dir="rtl"] .legal-content {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .legal-content h2,
[dir="rtl"] .legal-content h3,
[dir="rtl"] .legal-content p,
[dir="rtl"] .legal-content li {
  text-align: right;
}

/* ── Inputs/form placeholders in RTL ── */
[dir="rtl"] input::placeholder,
[dir="rtl"] textarea::placeholder {
  text-align: right;
}

