/* ==========================================================================
   CAHAYA INTAN WISATA — LUXURY COMPONENTS STYLING
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TOP UTILITY BAR
   -------------------------------------------------------------------------- */
.top-utility-bar {
  background: var(--secondary-sapphire);
  color: #e2e8f0;
  font-size: 0.82rem;
  padding-block: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 102;
}

.top-bar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #cbd5e1;
}

.top-bar-item svg {
  width: 14px;
  height: 14px;
  color: var(--accent-gold-light);
}

.top-bar-item a:hover {
  color: #ffffff;
}

.kemenag-badge {
  background: rgba(6, 78, 59, 0.6);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #fef08a;
  padding: 0.18rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.utility-select-group {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.utility-select-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.utility-select-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  vertical-align: middle;
}

.utility-select {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.utility-select:hover,
.utility-select:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 10px rgba(56, 189, 248, 0.25);
}

.utility-select option {
  background: #0f172a;
  color: #ffffff;
  font-weight: 500;
  padding: 8px;
}

.top-utility-bar .container {
  max-width: 1440px;
  padding-inline: clamp(1rem, 2.5vw, 2rem);
}

/* --------------------------------------------------------------------------
   2. MAIN STICKY NAVIGATION HEADER
   -------------------------------------------------------------------------- */
.main-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-subtle);
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-header .container {
  max-width: 1440px;
  padding-inline: clamp(0.75rem, 2vw, 2rem);
}

.main-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* --- HOME PAGE IMMERSIVE TRANSPARENT HEADER --- */
body.home-page .top-utility-bar {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  position: relative;
  z-index: 102;
}

body.home-page .top-utility-bar .utility-select {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

body.home-page .main-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none !important;
  box-shadow: none !important;
  position: sticky;
  top: 0;
  z-index: 100;
}

body.home-page .main-header:not(.scrolled) {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home-page .main-header:not(.scrolled) .logo-title {
  color: #fbbf24;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

body.home-page .main-header:not(.scrolled) .logo-subtitle {
  color: #38bdf8;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

body.home-page .main-header:not(.scrolled) .nav-link {
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

body.home-page .main-header:not(.scrolled) .nav-link:hover,
body.home-page .main-header:not(.scrolled) .nav-link.active {
  color: #fbbf24;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.6);
}

body.home-page .main-header:not(.scrolled) .nav-link::after {
  background: #fbbf24;
}

body.home-page .main-header:not(.scrolled) .nav-btn-auth {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

body.home-page .main-header:not(.scrolled) .nav-btn-auth:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

body.home-page .main-header:not(.scrolled) #user-header-profile .user-profile-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 2.5px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1.5px 2px rgba(255, 255, 255, 0.85), 0 0 0 1.5px rgba(255, 255, 255, 0.2) !important;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

body.home-page .main-header:not(.scrolled) #user-header-profile .user-profile-btn:hover {
  transform: scale(1.08) translateY(-1px) !important;
  border-color: #38bdf8 !important; /* Luminous Blue */
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.5), inset 0 2px 3px rgba(255, 255, 255, 0.95), 0 0 0 3px #0284c7 !important; /* 3D Blue Outer Rim */
}

body.home-page .main-header:not(.scrolled) #user-header-profile .user-name-label,
body.home-page .main-header:not(.scrolled) #user-header-profile .user-profile-btn svg {
  display: none !important;
}

body.home-page .main-header:not(.scrolled) .mobile-menu-toggle {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

body.home-page .main-header:not(.scrolled) .mobile-menu-toggle span {
  background-color: #ffffff;
}

body.home-page .main-header.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

body.home-page .main-header.scrolled .logo-title {
  color: #b48535 !important;
  text-shadow: none !important;
}

body.home-page .main-header.scrolled .logo-subtitle {
  color: #0e2a56 !important;
  text-shadow: none !important;
}

body.home-page .main-header.scrolled .nav-link {
  color: #0f172a !important;
  text-shadow: none !important;
}

body.home-page .main-header.scrolled .nav-link:hover,
body.home-page .main-header.scrolled .nav-link.active {
  color: #064e3b !important;
}

body.home-page .main-header.scrolled .nav-btn-auth {
  background: var(--bg-emerald-soft) !important;
  border: 1px solid var(--border-emerald) !important;
  color: var(--primary-emerald) !important;
}

body.home-page .main-header.scrolled #user-header-profile .user-profile-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: linear-gradient(135deg, #ffffff, #f8fafc) !important;
  border: 2.5px solid #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 0 0 1px rgba(14, 165, 233, 0.25) !important;
}

body.home-page .main-header.scrolled #user-header-profile .user-profile-btn:hover {
  transform: scale(1.08) translateY(-1px) !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45), 0 0 0 3px #0284c7 !important;
}

body.home-page .main-header.scrolled #user-header-profile .user-name-label,
body.home-page .main-header.scrolled #user-header-profile .user-profile-btn svg {
  display: none !important;
}

body.home-page .main-header.scrolled .mobile-menu-toggle {
  background: var(--bg-emerald-soft) !important;
  border: 1px solid var(--border-emerald) !important;
}

body.home-page .main-header.scrolled .mobile-menu-toggle span {
  background-color: var(--primary-emerald) !important;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: clamp(0.5rem, 1.2vw, 1.25rem);
}

.brand-logo {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: clamp(0.45rem, 0.85vw, 0.85rem) !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  perspective: 1000px !important;
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-inner {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .brand-logo {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.65rem !important;
    flex-shrink: 0 !important;
  }

  .nav-menu {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    z-index: 1 !important;
    white-space: nowrap !important;
  }

  .nav-actions {
    position: relative !important;
    z-index: 2 !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
}

.brand-logo-img {
  width: clamp(36px, 3.2vw, 44px);
  height: clamp(36px, 3.2vw, 44px);
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(18, 56, 110, 0.16));
  transform-style: preserve-3d;
  backface-visibility: visible;
  will-change: transform;
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 3D Y-Axis Spin Trigger Class */
.brand-logo-img.do-3d-spin,
.brand-logo:hover .brand-logo-img {
  animation: logoYAxisSingleSpin 1.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

@keyframes logoYAxisSingleSpin {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  min-width: 165px;
}

.logo-title {
  font-size: clamp(0.88rem, 1.05vw, 1.08rem);
  font-weight: 800;
  color: #b48535; /* Gold */
  letter-spacing: 0.02em;
  line-height: 1.15;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  min-height: 1.15em;
  transition: color 0.3s ease;
}

.logo-subtitle {
  font-size: clamp(0.48rem, 0.58vw, 0.58rem);
  font-weight: 700;
  color: #0e2a56; /* Biru Sapphire */
  letter-spacing: 0.38em;
  text-transform: uppercase;
  margin-top: 2px;
  padding-left: 2px;
  position: relative;
  display: inline-block;
  min-height: 1.1em;
  transition: color 0.3s ease;
}

/* ULTRA-STABLE TYPEWRITER CHARACTER ANIMATION (ZERO VERTICAL JITTER) */
.char-fade {
  display: inline-block;
  vertical-align: baseline;
  opacity: 0;
  filter: blur(1.5px);
  animation: smoothCharFadeIn 0.22s ease-out forwards;
  will-change: opacity, filter;
}

.char-fade.char-space {
  display: inline-block;
  white-space: pre;
}

@keyframes smoothCharFadeIn {
  0% {
    opacity: 0;
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

/* TYPEWRITER CLEAN CARET */
.logo-type-caret {
  display: inline-block;
  width: 2px;
  height: 0.85em;
  background: #fbbf24;
  margin-left: 2px;
  vertical-align: baseline;
  animation: logoCaretBlink 0.6s infinite alternate ease-in-out;
  border-radius: 1px;
  transition: opacity 0.3s ease;
}

@keyframes logoCaretBlink {
  0% { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0.25; transform: scaleY(0.88); }
}

.nav-menu {
  display: none;
  gap: clamp(0.6rem, 1.2vw, 1.5rem);
}

@media (min-width: 992px) {
  .nav-menu {
    display: flex !important;
  }
}

.nav-link {
  font-weight: 600;
  font-size: clamp(0.78rem, 0.82vw, 0.90rem);
  color: var(--secondary-sapphire);
  padding: 0.45rem clamp(0.2rem, 0.4vw, 0.45rem);
  position: relative;
  transition: var(--transition-fast);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2.5px;
  background: var(--accent-gold);
  border-radius: var(--radius-full);
  transition: var(--transition-smooth);
}

.nav-link:hover, .nav-link.active {
  color: var(--primary-emerald);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition-smooth);
  z-index: 100;
  border: 1px solid var(--border-subtle);
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: 0.6rem 1.2rem;
  color: var(--secondary-sapphire);
  font-size: 0.85rem;
  font-weight: 500;
  transition: var(--transition-fast);
}

.dropdown-item:hover {
  background: var(--bg-emerald-soft);
  color: var(--primary-emerald);
  padding-left: 1.5rem;
}

/* Nav Actions (Buttons Kanan) Fluid Auto-Adapt */
.nav-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.8vw, 0.85rem);
  flex-shrink: 0;
}

.nav-btn-consultant {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  color: #ffffff !important;
  font-size: clamp(0.76rem, 0.8vw, 0.85rem);
  font-weight: 700;
  padding: 0.5rem clamp(0.65rem, 1vw, 1.15rem);
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 2px 8px rgba(4, 120, 87, 0.25);
  white-space: nowrap;
}

.nav-btn-auth {
  background: linear-gradient(135deg, #103770 0%, #1a498b 100%);
  color: #ffffff !important;
  font-size: clamp(0.76rem, 0.8vw, 0.85rem);
  font-weight: 700;
  padding: 0.5rem clamp(0.65rem, 1vw, 1.15rem);
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  box-shadow: 0 2px 10px rgba(16, 55, 112, 0.22);
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .nav-btn-consultant span {
    display: none;
  }
  .nav-btn-consultant::after {
    content: 'Konsultasi';
  }
}

.mobile-menu-toggle,
.mobile-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--bg-emerald-soft);
  color: var(--primary-emerald);
  border: 1px solid var(--border-emerald);
  cursor: pointer;
  padding: 0;
  transition: var(--transition-fast);
  flex-shrink: 0;
}

.mobile-menu-toggle:hover,
.mobile-toggle:hover {
  background: var(--primary-emerald);
}

.mobile-menu-toggle span,
.mobile-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  background-color: var(--primary-emerald);
  border-radius: 2px;
  transition: var(--transition-fast);
}

.mobile-menu-toggle:hover span,
.mobile-toggle:hover span {
  background-color: #ffffff;
}

@media (min-width: 1120px) {
  .mobile-menu-toggle,
  .mobile-toggle {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   3. MOBILE NAVIGATION DRAWER
   -------------------------------------------------------------------------- */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 380px;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  z-index: 9999999 !important;
  padding: 1.25rem 1rem;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.25);
  transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-drawer.active {
  right: 0 !important;
  transform: translateX(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 1.5rem;
}

.drawer-close {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background: var(--bg-pearl);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}

/* Styling Kategori Section di Mobile Drawer */
.drawer-nav-section {
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed #e2e8f0;
}
.drawer-nav-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.drawer-section-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.mobile-nav-item {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1e293b;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.35;
}

.mobile-nav-item:hover,
.mobile-nav-item:active {
  background: rgba(6, 78, 59, 0.08);
  color: #047857;
}

.mobile-nav-item .nav-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.mobile-nav-item .nav-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.mobile-nav-item:hover .nav-icon {
  transform: scale(1.12);
}

.drawer-utility-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.4rem;
}

.drawer-utility-select {
  flex: 1;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #334155;
  outline: none;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  z-index: 9999998 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.drawer-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* --------------------------------------------------------------------------
   4. HERO SECTION WITH SEAMLESS LIVING AURORA BACKGROUND
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: auto;
  padding-top: calc(116px + 2rem);
  padding-bottom: 1rem;
  background: #041926;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

body.home-page .hero-section {
  margin-top: -116px;
}

/* SMART SEARCH & BOOKING WIDGET */
.hero-search-container {
  position: relative;
  z-index: 20;
  margin-top: 11.5rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

/* FLOATING TRUSTED MARQUEE PILL BAR (INSIDE HERO AURORA SECTION) */
.hero-trusted-container {
  position: relative;
  z-index: 20;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

/* TRENDING HERO STRIP SECTION (AUTOMATIC VERTICAL SLIDE CAROUSEL) */
.trending-hero-strip {
  background: #ffffff;
  padding: 1.75rem 0 1.5rem 0;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
  position: relative;
}

.trending-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
  gap: 0.5rem;
}

.trending-title-group {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.trending-badge-live {
  background: #fef3c7;
  color: #b45309;
  padding: 0.2rem 0.55rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.70rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(217, 119, 6, 0.12);
}

.pulse-dot {
  width: 6px;
  height: 6px;
  background: #d97706;
  border-radius: 50%;
  animation: pulseDotAnim 1.6s ease-in-out infinite;
}

@keyframes pulseDotAnim {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

.trending-section-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trending-view-all {
  font-size: 0.78rem;
  font-weight: 700;
  color: #0284c7;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.trending-view-all:hover {
  transform: translateX(3px);
}

/* AUTOMATIC VERTICAL SLIDING VIEWPORT */
.trending-vertical-viewport {
  position: relative;
  height: 102px;
  padding: 8px 4px;
  margin-inline: -4px;
  overflow: hidden;
  width: calc(100% + 8px);
}

.trending-vertical-track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: autoVerticalSlide 12s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  will-change: transform;
}

.trending-vertical-viewport:hover .trending-vertical-track {
  animation-play-state: paused;
}

@keyframes autoVerticalSlide {
  0%, 25% {
    transform: translateY(0);
  }
  33%, 58% {
    transform: translateY(-100px);
  }
  66%, 91% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 4-COLUMN ROW INSIDE TICKER TRACK */
.trending-ticker-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  width: 100%;
  flex-shrink: 0;
  height: 84px;
}

@media (max-width: 1100px) {
  .trending-vertical-viewport {
    height: 198px;
  }
  .trending-ticker-row {
    grid-template-columns: repeat(2, 1fr);
    height: 180px;
  }
  @keyframes autoVerticalSlide {
    0%, 25% { transform: translateY(0); }
    33%, 58% { transform: translateY(-196px); }
    66%, 91% { transform: translateY(-392px); }
    100% { transform: translateY(0); }
  }
}

@media (max-width: 640px) {
  .trending-vertical-viewport {
    height: 396px;
  }
  .trending-ticker-row {
    grid-template-columns: 1fr;
    height: 380px;
  }
}

.trending-deal-card {
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 84px;
}

.trending-deal-card:hover {
  border-color: #0284c7;
  box-shadow: 0 10px 24px rgba(2, 132, 199, 0.16);
  transform: translateY(-4px);
}

@keyframes verticalSlideUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.deal-thumb-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
}

.deal-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.trending-deal-card:hover .deal-thumb-img {
  transform: scale(1.1);
}

.deal-tag {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ffffff;
  font-size: 0.52rem;
  font-weight: 800;
  padding: 1.5px 4.5px;
  border-radius: 4px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
  line-height: 1.1;
  text-transform: uppercase;
}

.tag-red { background: #dc2626; }
.tag-green { background: #059669; }
.tag-blue { background: #2563eb; }
.tag-purple { background: #7c3aed; }
.tag-amber { background: #d97706; }

.deal-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.deal-title {
  font-size: 0.86rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-meta {
  font-size: 0.72rem;
  color: #64748b;
  margin: 2px 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-price {
  font-size: 0.92rem;
  font-weight: 800;
  color: #d97706;
}

.hero-trusted-pill {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 50px;
  padding: 0.45rem 1.25rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14), 0 2px 6px rgba(0, 0, 0, 0.04);
  max-width: 95%;
  width: auto;
  margin-inline: auto;
  overflow: hidden;
}

.trusted-label-badge {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.80rem;
  font-weight: 800;
  color: #0f172a;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.01em;
}

.trusted-divider {
  width: 1px;
  height: 24px;
  background: #cbd5e1;
  margin-inline: 0.85rem;
  flex-shrink: 0;
}

.trusted-marquee-wrapper {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  width: clamp(280px, 60vw, 840px);
  flex-shrink: 1;
  min-width: 0;
}

.trusted-marquee-track {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: max-content;
  animation: heroTrustedMarquee 24s linear infinite;
  will-change: transform;
}

.trusted-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes heroTrustedMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.trusted-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.trusted-item:hover {
  transform: scale(1.06);
}

.trusted-logo-img {
  height: 26px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12));
}

.trusted-logo-badge {
  background: #ffffff;
  padding: 2px 7px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.trusted-logo-img-contain {
  height: 17px;
  width: auto;
  object-fit: contain;
}

.trusted-item-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* ========================================================================
   TESTIMONIALS SLIDER & AUTO-SLIDE CAROUSEL (CLEAN & PROFESSIONAL)
   ======================================================================== */
.testimonials-carousel-container {
  position: relative;
  width: 100%;
  margin: 1.5rem 0 2rem 0;
}

.testimonials-slider-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0 1.25rem 0;
}

.testimonials-slider-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.75rem 0.5rem 1.25rem 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.testimonials-slider-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card-slide {
  flex: 0 0 380px;
  width: 380px;
  max-width: 380px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 1.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  user-select: none;
  scroll-snap-align: start;
}

.testimonial-card-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(6, 78, 59, 0.08);
  border-color: #cbd5e1;
}

@media (max-width: 768px) {
  .testimonial-card-slide {
    flex: 0 0 calc(85vw);
    width: calc(85vw);
    max-width: calc(85vw);
    padding: 1.1rem;
    justify-content: flex-start;
    gap: 0.85rem;
    align-self: flex-start;
  }
  /* Slider track di mobile: jangan paksa semua kartu sama tinggi */
  .testimonials-slider-track {
    align-items: flex-start;
  }
}

.testi-avatar-img {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  border: 2.5px solid #fbbf24 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

.testi-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #064e3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
}

.testi-arrow-btn svg {
  display: block;
  transition: transform 0.2s ease;
}

.testi-arrow-btn:hover {
  background: #064e3b;
  color: #fbbf24;
  border-color: #064e3b;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(6, 78, 59, 0.25);
}

.testi-arrow-btn.prev:hover svg {
  transform: translateX(-2px);
}

.testi-arrow-btn.next:hover svg {
  transform: translateX(2px);
}

.testi-arrow-btn.prev {
  left: -22px;
}

.testi-arrow-btn.next {
  right: -22px;
}

@media (max-width: 992px) {
  .testi-arrow-btn.prev {
    left: -10px;
  }
  .testi-arrow-btn.next {
    right: -10px;
  }
}

/* ========================================================================
   UNIVERSAL CORPORATE INFORMATION & LEGAL MODAL
   ======================================================================== */
.info-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.info-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.info-modal-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transform: translateY(20px) scale(0.98);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid #e2e8f0;
}

.info-modal-backdrop.active .info-modal-card {
  transform: translateY(0) scale(1);
}

.info-modal-header {
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #064e3b 0%, #047857 100%);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-modal-close {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.info-modal-close:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.08);
}

.info-modal-body {
  padding: 1.75rem;
  overflow-y: auto;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.7;
}

.info-modal-body h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 1.25rem 0 0.5rem 0;
}

.info-modal-body h3:first-child {
  margin-top: 0;
}

.info-modal-body ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.info-modal-body li {
  margin-bottom: 0.4rem;
}

.info-modal-footer {
  padding: 1rem 1.75rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
}



.trusted-item-title {
  font-size: 0.72rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.trusted-item-sub {
  font-size: 0.60rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
}

/* LIVING AURORA CONTAINER & ETHEREAL NIGHT SKY (USER PHOTO) */
.aurora-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  background-color: #020712;
}

/* Dedicated Background Photo Layer: Smooth Cinematic Fisheye Lens Breathing Zoom */
.aurora-wrapper::before {
  content: '';
  position: absolute;
  inset: -10%;
  background-image: url('../assets/images/aurora.jpg');
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  will-change: transform;
  transform-origin: 50% 35%;
  transform: perspective(1000px) translate3d(0, 0, 0);
  animation: photoFishEyeBreath 18s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  z-index: 0;
}

@keyframes photoFishEyeBreath {
  0% {
    transform: perspective(1000px) scale(1.0) translate3d(0, 0, 0) rotateX(0deg);
  }
  100% {
    transform: perspective(1000px) scale(1.10) translate3d(0, -16px, 35px) rotateX(1.8deg);
  }
}

.aurora-canvas-element {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* Ethereal Atmospheric Mesh Overlay - balanced for readability and luminous sky depth */
.aurora-mesh-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 50% 20%, rgba(0, 0, 0, 0) 40%, rgba(2, 6, 23, 0.3) 75%, rgba(2, 6, 23, 0.6) 100%),
    linear-gradient(to bottom, transparent 0%, transparent 45%, rgba(2, 6, 23, 0.75) 100%);
  pointer-events: none;
  z-index: 3;
}

.hero-bg-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}

/* Frosted Glass Badge - Clean, Borderless & Elegant dengan Kilauan Kaca Bergantian */
.hero-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.4rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: var(--radius-full);
  color: #fef08a;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
  overflow: hidden;
}

/* Kilauan Kaca Badge: Sapuan lebih pelan & lembut (4.2 detik melintas) */
.hero-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 25%,
    rgba(255, 255, 255, 0.30) 50%,
    rgba(255, 255, 255, 0.03) 75%,
    transparent 100%
  );
  transform: skewX(-25deg);
  animation: badgeGlassSheenSweep 9.2s cubic-bezier(0.4, 0, 0.2, 1) infinite 0.3s;
  pointer-events: none;
}

@keyframes badgeGlassSheenSweep {
  0% {
    left: -130%;
  }
  46% {
    left: 230%;
  }
  100% {
    left: 230%;
  }
}

.hero-title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 2.65rem;
    line-height: 1.25;
  }
}

/* Kilauan Kaca Teks Emas: Menyusul aktif di detik 4.6s dengan sapuan lembut */
.hero-title .text-gradient-gold {
  display: inline-block;
  background-image: 
    linear-gradient(
      115deg,
      transparent 0%,
      transparent 42%,
      rgba(255, 255, 255, 0.90) 50%,
      transparent 58%,
      transparent 100%
    ),
    linear-gradient(135deg, #fef08a 0%, #fbbf24 50%, #f59e0b 100%);
  background-size: 650px 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: -650px 0, 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: trueGlassPassThrough 9.2s cubic-bezier(0.4, 0, 0.2, 1) infinite 4.6s;
}

@keyframes trueGlassPassThrough {
  0% {
    background-position: -650px 0, 0 0;
  }
  46% {
    background-position: 650px 0, 0 0;
  }
  100% {
    background-position: 650px 0, 0 0;
  }
}

.hero-description {
  font-size: 0.90rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  max-width: 660px;
  margin-inline: auto;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* SMART SEARCH & BOOKING WIDGET CARD (ULTRA LUXURY TRANSLUCENT GLASSMORPHISM) */

.search-widget-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 1.5rem;
}

.search-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.search-tabs::-webkit-scrollbar {
  display: none;
}

.search-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.3rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  color: #ffffff;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid transparent;
  transition: var(--transition-fast);
  white-space: nowrap;
  opacity: 0.85;
}

.search-tab-btn .tab-emoji {
  font-size: 1.1rem;
  line-height: 1;
}

.search-tab-btn:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.search-tab-btn.active {
  opacity: 1;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  border: 1px solid #38bdf8;
  box-shadow: 0 4px 18px rgba(2, 132, 199, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.search-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: end;
}

@media (min-width: 640px) {
  .search-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .search-form-grid {
    grid-template-columns: 1.3fr 1.1fr 1fr 1fr auto;
  }
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: start;
}

.form-field-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.form-field-label svg {
  width: 14px;
  height: 14px;
  color: #38bdf8;
}

.form-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.form-input-control {
  width: 100%;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-sm);
  color: #0f172a;
  font-weight: 600;
  transition: var(--transition-fast);
}

.form-input-control:focus {
  background: #ffffff;
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.25);
}

/* --------------------------------------------------------------------------
   5. GRAND ISLAMIC HERITAGE PANORAMA SLIDER (10-PHOTO DYNAMIC OVERLAPPING DISSOLVE)
   -------------------------------------------------------------------------- */
.grand-makkah-panorama-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #0f172a;
  border-bottom: none;
}

.panorama-slides-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background: #0f172a;
}

.panorama-slide {
  position: absolute;
  inset: -2%;
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  will-change: opacity, transform;
  transform-origin: 50% 35%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  animation: panoramaSmoothCrossfade10 100s cubic-bezier(0.4, 0.0, 0.6, 1.0) infinite;
}

/* 1. Makkah Ka'bah Tawaf Malam */
.panorama-slide.slide-1 {
  background-image: url('https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 0s;
}

/* 2. Madinah Masjid Nabawi & Payung Ikonik */
.panorama-slide.slide-2 {
  background-image: url('https://images.unsplash.com/photo-1709498842187-9cd3f9b7161c?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 10s;
}

/* 3. Kemegahan Warisan Arsitektur Kubah Islam */
.panorama-slide.slide-3 {
  background-image: url('https://images.unsplash.com/photo-1548013146-72479768bada?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 20s;
}

/* 4. Kubah Peradaban Islam & Wisata Religi Mancanegara */
.panorama-slide.slide-4 {
  background-image: url('https://images.unsplash.com/photo-1541432901042-2d8bd64b4a9b?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 30s;
}

/* 5. Arsitektur Islam Dunia & Kolam Refleksi */
.panorama-slide.slide-5 {
  background-image: url('https://images.unsplash.com/photo-1564507592333-c60657eea523?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 40s;
}

/* 6. Lanskap Kota Suci & Siluet Menara Emas */
.panorama-slide.slide-6 {
  background-image: url('https://images.unsplash.com/photo-1580418827493-f2b22c0a76cb?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 50s;
}

/* 7. Kaligrafi Emas Kiswah Ka'bah Baitullah */
.panorama-slide.slide-7 {
  background-image: url('https://images.unsplash.com/photo-1584551246679-0daf3d275d0f?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 60s;
}

/* 8. Kubah Hijau & Pelataran Masjid Nabawi Madinah */
.panorama-slide.slide-8 {
  background-image: url('https://images.unsplash.com/photo-1700527703085-89bb264e3537?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 70s;
}

/* 9. Arsitektur Islam Andalusia & Ornamen Arabesque */
.panorama-slide.slide-9 {
  background-image: url('https://images.unsplash.com/photo-1636984011278-886b13d0772d?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 80s;
}

/* 10. Pilar & Selasar Megah Masjid Nabawi */
.panorama-slide.slide-10 {
  background-image: url('https://images.unsplash.com/photo-1564769625905-50e93615e769?auto=format&fit=crop&w=2000&q=85');
  animation-delay: 90s;
}

/* Ultra-Smooth 10-Slide GPU Crossfade (Zero Flicker / Zero Lag on Mobile & Desktop) */
@keyframes panoramaSmoothCrossfade10 {
  0% {
    opacity: 0;
    transform: scale(1.0) translateZ(0);
  }
  2.5% {
    opacity: 1;
  }
  10.0% {
    opacity: 1;
    transform: scale(1.035) translateZ(0);
  }
  12.5% {
    opacity: 0;
    transform: scale(1.045) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.0) translateZ(0);
  }
}

/* Soft Sky-Blue Atmospheric Vignette Overlay Across Entire Panorama */
.grand-makkah-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at center, rgba(37, 99, 235, 0.20) 0%, rgba(15, 23, 42, 0.55) 100%),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.30) 0%, transparent 25%, transparent 75%, rgba(15, 23, 42, 0.70) 100%);
  pointer-events: none;
  z-index: 1;
}

.trust-ribbon-section {
  position: relative;
  background: transparent;
  padding-block: 4.5rem 3.5rem;
  border-bottom: none;
  z-index: 2;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* 3D FLIP CONTAINER */
.trust-flip-card {
  perspective: 1200px;
  height: 260px;
  cursor: pointer;
  background: transparent;
}

.trust-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 20px;
}

.trust-flip-card:hover .trust-flip-inner,
.trust-flip-card.is-flipped .trust-flip-inner {
  transform: rotateY(180deg);
}

/* FRONT & BACK SIDES */
.trust-card-front,
.trust-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}

/* FRONT CARD (TRANSLUCENT SKY-BLUE 3D FROSTED GLASS) */
.trust-card-front {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.32) 0%, rgba(15, 23, 42, 0.25) 50%, rgba(255, 255, 255, 0.06) 100%);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), inset 0 0 25px rgba(37, 99, 235, 0.20), 0 12px 30px rgba(0, 0, 0, 0.35);
  padding: 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

/* Pendaran Cahaya Kilauan Menjalar Teratur ke Kanan (GPU Hardware-Accelerated) */
.trust-card-front::before {
  content: '';
  position: absolute;
  top: -45%;
  left: 0;
  width: 140%;
  height: 190%;
  background: radial-gradient(
    ellipse 65% 55% at 50% 50%,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.14) 35%,
    rgba(255, 255, 255, 0.02) 65%,
    transparent 100%
  );
  filter: blur(14px);
  transform: translate3d(-150%, 0, 0);
  will-change: transform, opacity;
  animation: waveMenjalarKeKanan 7s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  pointer-events: none;
  z-index: 1;
}

/* Jeda Teratur Berurutan Menjalar ke Kanan (1.4s per kartu, total siklus 7.0s) */
.trust-flip-card:nth-child(1) .trust-card-front::before { animation-delay: 0.0s; }
.trust-flip-card:nth-child(2) .trust-card-front::before { animation-delay: 1.4s; }
.trust-flip-card:nth-child(3) .trust-card-front::before { animation-delay: 2.8s; }
.trust-flip-card:nth-child(4) .trust-card-front::before { animation-delay: 4.2s; }
.trust-flip-card:nth-child(5) .trust-card-front::before { animation-delay: 5.6s; }

@keyframes waveMenjalarKeKanan {
  0% {
    transform: translate3d(-150%, 0, 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  17% {
    transform: translate3d(150%, 0, 0);
    opacity: 0.9;
  }
  20% {
    transform: translate3d(170%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(170%, 0, 0);
    opacity: 0;
  }
}

.trust-flip-card:hover .trust-card-front {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.42) 0%, rgba(15, 23, 42, 0.35) 100%);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.4), 0 18px 40px rgba(0, 0, 0, 0.45);
}

.trust-flip-card:hover .trust-card-front::before {
  animation: waveHoverKeKanan 1.2s ease-out forwards;
}

@keyframes waveHoverKeKanan {
  0% {
    transform: translate3d(-150%, 0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate3d(150%, 0, 0);
    opacity: 0;
  }
}

/* Sisi Depan Z-Index Fix */
.trust-card-front > * {
  position: relative;
  z-index: 2;
}

/* BACK CARD */
.trust-card-back {
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.96) 0%, rgba(15, 23, 42, 0.99) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1.5px solid rgba(251, 191, 36, 0.8);
  box-shadow: inset 0 1px 3px rgba(251, 191, 36, 0.3), 0 14px 35px rgba(0, 0, 0, 0.5);
  padding: 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transform: rotateY(180deg);
}

.flip-hint-pill {
  font-size: 0.72rem;
  color: rgba(251, 191, 36, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(251, 191, 36, 0.12);
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
  border: 1px solid rgba(251, 191, 36, 0.25);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.back-verified-badge {
  font-size: 0.72rem;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: fit-content;
}

.trust-icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon-box.emerald {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(5, 150, 105, 0.4));
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.4);
  box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
}

.trust-icon-box.amber {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(217, 119, 6, 0.4));
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.4);
  box-shadow: 0 4px 15px rgba(217, 119, 6, 0.3);
}

.trust-icon-box.blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(37, 99, 235, 0.4));
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.4);
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.trust-icon-box.purple {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(124, 58, 237, 0.4));
  color: #a78bfa;
  border: 1px solid rgba(167, 139, 250, 0.4);
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.trust-icon-box.rose {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.25), rgba(225, 29, 72, 0.4));
  color: #fb7185;
  border: 1px solid rgba(251, 113, 133, 0.4);
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.3);
}

.trust-icon-box svg {
  width: 26px;
  height: 26px;
}

.trust-info h4 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #fbbf24;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.trust-info p {
  font-size: 0.84rem;
  color: #e2e8f0;
  line-height: 1.5;
  margin: 0;
}

/* --------------------------------------------------------------------------
   6. PACKAGE CARDS & ROOM VARIANT MATRIX (QUAD/TRIPLE/DOUBLE)
   -------------------------------------------------------------------------- */
.packages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .packages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.package-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-emerald);
}

.card-media {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card:hover .card-image {
  transform: scale(1.06);
}

.card-top-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.card-badge {
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: var(--shadow-sm);
}

.card-badge.badge-bestseller {
  background: var(--gold-gradient);
  color: #ffffff;
}

.card-badge.badge-umrah {
  background: var(--primary-emerald);
  color: #ffffff;
}

.card-badge.badge-airline {
  background: rgba(10, 37, 64, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
}

.card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-category-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.card-category {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-emerald);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.card-rating svg {
  width: 14px;
  height: 14px;
  fill: var(--accent-gold);
}

.card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--secondary-sapphire);
  line-height: 1.35;
  margin-bottom: 0.85rem;
}

.card-key-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.feature-pill svg {
  width: 15px;
  height: 15px;
  color: var(--primary-emerald);
  flex-shrink: 0;
}

/* ROOM VARIANT SELECTOR INTERACTIVE (QUAD/TRIPLE/DOUBLE) */
.room-variant-box {
  background: var(--bg-emerald-soft);
  border: 1px solid rgba(6, 78, 59, 0.15);
  border-radius: var(--radius-sm);
  padding: 0.75rem;
  margin-bottom: 1.25rem;
}

.room-variant-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-emerald);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}

.room-variant-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.room-btn {
  padding: 0.4rem 0.3rem;
  border-radius: var(--radius-xs);
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-align: center;
  transition: var(--transition-fast);
}

.room-btn.active {
  background: var(--primary-emerald);
  color: #ffffff;
  border-color: var(--primary-emerald);
}

.card-footer {
  border-top: 1px solid var(--border-subtle);
  padding-top: 1rem;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.price-display {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.price-start-label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
  white-space: nowrap;
}

.price-nominal {
  font-size: 1.22rem;
  font-weight: 900;
  color: var(--secondary-sapphire);
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.price-currency {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-emerald);
}

.card-actions {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   7. INTERACTIVE ITINERARY & DETAIL MODAL
   -------------------------------------------------------------------------- */
.itinerary-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 37, 64, 0.65);
  backdrop-filter: blur(6px);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
}

.itinerary-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content-wrapper {
  background: #ffffff;
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 860px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-xl);
  position: relative;
  animation: modalPop 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalPop {
  0% { transform: scale(0.92); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.modal-header-banner {
  position: relative;
  height: 220px;
  background: var(--primary-gradient);
  color: #ffffff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-full);
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}

.modal-close-btn:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(90deg);
}

.modal-body {
  padding: 1.75rem;
}

.modal-tabs {
  display: flex;
  gap: 0.75rem;
  border-bottom: 2px solid var(--border-subtle);
  margin-bottom: 1.5rem;
}

.modal-tab-btn {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-secondary);
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  transition: var(--transition-fast);
}

.modal-tab-btn:hover {
  color: var(--primary-emerald);
  background: var(--bg-emerald-soft);
}

.modal-tab-btn.active {
  color: var(--primary-emerald);
  background: var(--bg-emerald-soft);
}

.modal-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-emerald);
  border-radius: var(--radius-full);
}

/* Timeline component */
.timeline-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  padding-left: 2rem;
}

.timeline-list::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 7px;
  width: 2px;
  background: var(--border-subtle);
}

.timeline-item {
  position: relative;
}

.timeline-dot {
  position: absolute;
  left: -2rem;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: var(--radius-full);
  background: var(--primary-emerald);
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px var(--primary-emerald);
}

.timeline-day {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.timeline-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--secondary-sapphire);
  margin-bottom: 0.35rem;
}

.timeline-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Include / Exclude Checklists */
.checklist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .checklist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.check-item.include svg {
  color: #10b981;
  flex-shrink: 0;
}

.check-item.exclude svg {
  color: #ef4444;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   8. CUSTOM TRIP BUILDER WIZARD
   -------------------------------------------------------------------------- */
.custom-wizard-section {
  background: linear-gradient(135deg, var(--bg-emerald-soft) 0%, #ffffff 100%);
  border-radius: var(--radius-xl);
  padding: 3rem 2rem;
  border: 1px solid var(--border-emerald);
  box-shadow: var(--shadow-lg);
}

/* Label warna gelap khusus di dalam wizard section (background terang) */
.custom-wizard-section .form-field-label {
  color: #1e4d3b;
  text-shadow: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.35rem;
}

.custom-wizard-section .btn-whatsapp {
  width: 100%;
}

/* Mobile: single column form */
@media (max-width: 767px) {
  .custom-wizard-section {
    padding: 1.75rem 1.25rem;
    border-radius: 1rem;
  }
  .custom-wizard-section form > div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  .custom-wizard-section .btn-whatsapp {
    width: auto !important;
    padding: 0.65rem 1.5rem !important;
    font-size: 0.85rem !important;
    display: inline-flex !important;
    margin: 0 auto !important;
  }
}

.wizard-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.wizard-step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  z-index: 2;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: #ffffff;
  border: 2px solid var(--border-subtle);
  color: var(--text-secondary);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wizard-step-node.active .step-number {
  background: var(--primary-emerald);
  border-color: var(--primary-emerald);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(6, 78, 59, 0.3);
}

.step-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--secondary-sapphire);
}

/* --------------------------------------------------------------------------
   9. PERLENGKAPAN UMRAH & TABUNGAN SYARIAH SHOWCASE
   -------------------------------------------------------------------------- */
.umrah-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 992px) {
  .umrah-features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.equipment-card, .savings-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-md);
}

.equipment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.eq-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--secondary-sapphire);
}

.eq-item svg {
  width: 18px;
  height: 18px;
  color: var(--accent-gold);
}

/* --------------------------------------------------------------------------
   10. MEGA FOOTER & PAYMENT GRID
   -------------------------------------------------------------------------- */
.main-footer {
  background: var(--secondary-sapphire-dark);
  color: #94a3b8;
  padding-top: 4.5rem;
  padding-bottom: 5.5rem; /* Safe clearance for floating CS widget on mobile */
  border-top: 4px solid var(--accent-gold);
}

@media (min-width: 768px) {
  .main-footer {
    padding-bottom: 2.5rem;
  }
}

.main-footer .container {
  max-width: 1440px;
  padding-inline: clamp(1rem, 2.5vw, 2.5rem);
}

/* --------------------------------------------------------------------------
   10. MEGA FOOTER LAYOUT (STANDAR RESMI PT CAHAYA INTAN WISATA)
   -------------------------------------------------------------------------- */
.footer-main-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 1080px) {
  .footer-main-layout {
    grid-template-columns: 1fr 2.35fr;
    gap: clamp(2.5rem, 3.5vw, 4.5rem);
    align-items: start;
  }
}

.footer-left-section {
  display: flex;
  flex-direction: column;
}

.footer-right-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 540px) {
  .footer-right-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}

@media (min-width: 960px) {
  .footer-right-section {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.2rem, 1.8vw, 2.5rem);
  }
}

.footer-nav-col {
  min-width: 0; /* Prevents overflow in CSS Grid */
}

.footer-nav-col h4 {
  font-size: 0.98rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.15rem;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links a {
  color: #cbd5e1;
  font-size: 0.84rem;
  line-height: 1.5;
  transition: var(--transition-fast);
  text-decoration: none;
  display: block;
}

.footer-links a:hover {
  color: #fef08a;
  transform: translateX(4px);
}

/* Official Verified Payment Partner Badges */
.payment-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  gap: 0.45rem;
  max-width: 440px;
}

.t-pay-card {
  background: #ffffff;
  border-radius: 6px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.45rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
}

.t-pay-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.t-pay-img {
  max-width: 100%;
  max-height: 20px;
  object-fit: contain;
}

/* --------------------------------------------------------------------------
   10.1 FULL-WIDTH TRUST, LEGALITIES & PAYMENT GRID (RESPONSIVE)
   -------------------------------------------------------------------------- */
.footer-trust-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2.25rem;
  margin-top: 2.25rem;
  margin-bottom: 2.5rem;
}

.footer-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 768px) {
  .footer-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (min-width: 1100px) {
  .footer-trust-grid {
    grid-template-columns: 1.15fr 1.35fr 1.5fr;
    gap: 2.5rem;
  }
}

.footer-assoc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

@media (max-width: 480px) {
  .footer-assoc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }
}

.footer-social-row,
.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.footer-social-btn:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  background: #ffffff;
}

.footer-social-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.footer-direct-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #e2e8f0;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-direct-badge:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.footer-direct-badge img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

/* ==========================================================================
   11. MOBILE-FIRST APP-GRADE UI STYLES (MOBILE APP NAVIGATION)
   ========================================================================== */

/* 1. Header & Hero Mobile Optimization */
@media (max-width: 767px) {
  .top-utility-bar {
    display: none !important;
  }

  .main-header {
    padding-block: 0.35rem 0 !important;
  }

  body.home-page .main-header {
    margin-bottom: -106px;
  }

  .navbar-inner {
    height: 52px !important;
    position: relative !important;
  }

  /* Mobile: brand-logo stretch full width, teks center */
  .brand-logo {
    flex: 1 !important;
    justify-content: center !important;
    gap: 0.5rem !important;
  }

  .brand-logo-img {
    position: absolute !important;
    left: 12px !important;
    width: 36px !important;
    height: 36px !important;
  }

  .logo-text {
    align-items: center !important;
    text-align: center !important;
    min-width: unset !important;
    margin-left: 46px !important;
  }

  /* Perkecil hamburger menu */
  .mobile-menu-toggle,
  .mobile-toggle {
    width: 36px !important;
    height: 36px !important;
    gap: 4px !important;
  }

  .mobile-menu-toggle span,
  .mobile-toggle span {
    width: 17px !important;
    height: 2px !important;
  }

  /* Perkecil mobile search bar */
  .mobile-search-pill-container {
    padding: 0.2rem 0.75rem 0.45rem 0.75rem !important;
  }

  .mobile-search-pill {
    padding: 0.3rem 0.45rem 0.3rem 0.75rem !important;
    gap: 0.5rem !important;
    border-width: 1.2px !important;
  }

  .search-lens-icon {
    width: 16px !important;
    height: 16px !important;
  }

  .search-keyword-carousel {
    height: 18px !important;
  }

  .search-keyword-item {
    font-size: 0.8rem !important;
    line-height: 18px !important;
  }

  .search-pill-action-btn {
    padding: 0.4rem 0.85rem !important;
    font-size: 0.8rem !important;
  }

  .nav-btn-consultant {
    display: none !important;
  }

  .brand-logo-img {
    width: 36px !important;
    height: 36px !important;
  }

  .logo-title {
    font-size: 0.95rem !important;
  }

  .logo-text {
    align-items: center !important;
    text-align: center !important;
  }

  .logo-subtitle {
    font-size: 0.50rem !important;
    letter-spacing: 0.3em !important;
  }

  .hero-section {
    padding-top: calc(64px + 0.6rem) !important;
    padding-bottom: 1.25rem !important;
    min-height: auto !important;
  }

  .hero-badge {
    font-size: 0.68rem !important;
    padding: 0.28rem 0.75rem !important;
    margin-bottom: 0.45rem !important;
  }

  .hero-title {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.35rem !important;
  }

  .hero-description {
    font-size: 0.76rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    line-height: 1.45 !important;
    margin-bottom: 0.45rem !important;
    max-width: 90%;
    margin-inline: auto;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) !important;
  }

  .hero-search-container {
    display: none !important;
  }

  .hero-trusted-container {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
  }
}

/* 2. Mobile App Quick Service Launcher Grid */
.mobile-service-launcher {
  display: none;
}

@media (max-width: 767px) {
  .mobile-service-launcher {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    padding-inline: 0.75rem;
    background: #ffffff;
    position: relative;
    z-index: 10;
  }

  .mobile-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    max-width: 480px;
    margin-inline: auto;
  }

  .mob-svc-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 0.55rem 0.2rem 0.45rem 0.2rem;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .mob-svc-card:hover,
  .mob-svc-card:active {
    transform: scale(0.97);
    background: #f1f5f9;
  }

  .mob-svc-3d-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-bottom: 0.25rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: transform 0.2s ease;
  }

  .mob-svc-card:hover .mob-svc-3d-img,
  .mob-svc-card:active .mob-svc-3d-img {
    transform: scale(1.08);
  }

  .mob-svc-name {
    font-size: 0.68rem;
    font-weight: 700;
    color: #334155;
    line-height: 1.15;
    white-space: nowrap;
    letter-spacing: -0.01em;
  }

  .mob-chip-item:active {
    background: #0f172a;
    color: #fbbf24;
    border-color: #0f172a;
    transform: scale(0.96);
  }

  /* Horizontal Swipeable Package Cards Slider on Mobile (Homepage Only) */
  #featured-packages-grid,
  .home-packages-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1.15rem !important;
    padding-bottom: 1.25rem !important;
    margin-inline: -1.25rem !important;
    padding-inline: 1.25rem !important;
    scrollbar-width: none;
  }

  #featured-packages-grid::-webkit-scrollbar,
  .home-packages-grid::-webkit-scrollbar {
    display: none;
  }

  #featured-packages-grid .package-card,
  .home-packages-grid .package-card {
    min-width: 285px !important;
    max-width: 305px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start;
  }
}

/* 3. Sticky Mobile App Bottom Navigation Bar (Hidden by default on Desktop) */
.mobile-bottom-nav {
  display: none !important;
}

.mob-nav-3d-icon {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .mobile-bottom-nav {
    display: flex !important;
    position: fixed;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 999;
    justify-content: space-around;
    align-items: center;
    padding-inline: 0.25rem;
    padding-bottom: env(safe-area-inset-bottom, 0);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.45);
  }

  .mob-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 600;
    flex: 1;
    height: 100%;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    padding: 6px 0 4px 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .mob-nav-3d-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.25s ease;
  }

  .mob-nav-item:hover,
  .mob-nav-item.active {
    color: #fbbf24;
    font-weight: 700;
  }

  .mob-nav-item:hover .mob-nav-3d-icon,
  .mob-nav-item.active .mob-nav-3d-icon {
    transform: translateY(-3px) scale(1.15);
    filter: drop-shadow(0 4px 8px rgba(251, 191, 36, 0.45));
  }

  .mob-nav-item.active::after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 16px;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(251, 191, 36, 0.8);
  }

  body {
    padding-bottom: 72px !important;
  }
}


.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.85rem;
  min-height: auto;
  flex-direction: column;
}

.footer-bottom p {
  margin: 0;
  line-height: 1.8;
}

/* Hide line break on desktop */
.copyright-break {
  display: none;
}

@media (max-width: 767px) {
  .footer-bottom {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem !important;
    min-height: auto;
    margin-bottom: -50px;
  }
  
  /* Show line break on mobile */
  .copyright-break {
    display: inline;
  }
}

@media (min-width: 768px) {
  .footer-bottom {
    padding-top: 0.75rem;
    padding-bottom: 0rem;
    justify-content: center;
    text-align: center;
  }
  
  .footer-bottom p {
    margin: 0;
    padding-bottom: 0;
  }
}

/* --------------------------------------------------------------------------
   11. ROYAL BLUE CS LIVE CHATBOT & POP-UP CONCIERGE WIDGET (DOCKABLE)
   -------------------------------------------------------------------------- */
.cs-widget-container {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cs-trigger-wrapper {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hide to Right Dock Button */
.cs-dock-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.95);
  color: #1e40af;
  border: 1px solid rgba(37, 99, 235, 0.25);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: var(--transition-fast);
  flex-shrink: 0;
}

.cs-dock-toggle-btn:hover {
  background: #1e40af;
  color: #ffffff;
  transform: scale(1.1);
}

/* Floating Blue Trigger Button */
.floating-cs-btn {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.45);
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.floating-cs-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.6);
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

/* Docked Handle on Right Edge (Compact Round Tab) */
.cs-docked-handle {
  display: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50% 0 0 50%;
  box-shadow: -4px 4px 18px rgba(37, 99, 235, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  cursor: pointer;
  padding: 0 0 0 4px;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
}

.cs-docked-handle:hover {
  transform: translateX(-4px);
  box-shadow: -6px 6px 22px rgba(37, 99, 235, 0.6);
}

/* Docked state behavior */
.cs-widget-container.is-docked {
  right: 0 !important;
}

.cs-widget-container.is-docked .floating-cs-btn,
.cs-widget-container.is-docked .cs-dock-toggle-btn,
.cs-widget-container.is-docked .cs-welcome-toast {
  display: none !important;
}

.cs-widget-container.is-docked .cs-docked-handle {
  display: flex !important;
}

.pulse-dot-blue {
  width: 10px;
  height: 10px;
  background: #60a5fa;
  border-radius: var(--radius-full);
  animation: pulseAnimBlue 1.8s infinite;
}

@keyframes pulseAnimBlue {
  0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(96, 165, 250, 0); }
  100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(96, 165, 250, 0); }
}

/* Initial Auto-Greeting Toast */
.cs-welcome-toast {
  position: relative;
  background: #ffffff;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14), 0 2px 6px rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.9);
  margin-bottom: 0.65rem;
  max-width: 275px;
  animation: floatUp 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 999;
}

.toast-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding-right: 1.2rem;
}

@keyframes floatUp {
  0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); }
}

.toast-avatar {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.toast-text-group {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.toast-title {
  color: #1e40af;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.toast-message {
  font-size: 0.74rem;
  color: #475569;
  line-height: 1.35;
  margin: 0;
  font-weight: 500;
}

.toast-close {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
  line-height: 1;
}

.toast-close:hover {
  color: #0f172a;
  background: #f1f5f9;
}

/* Pop-up Chat Window */
.cs-chat-window {
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 380px;
  max-width: calc(100vw - 32px);
  height: 540px;
  max-height: calc(100vh - 120px);
  background: #ffffff;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px rgba(10, 37, 64, 0.28);
  border: 1px solid rgba(37, 99, 235, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: var(--transition-smooth);
}

.cs-chat-window.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Chat Header */
.chat-header {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
  color: #ffffff;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-header-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.chat-title-group h4 {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.chat-online-status {
  font-size: 0.72rem;
  color: #bfdbfe;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.chat-online-status::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: var(--radius-full);
}

.chat-close-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition-fast);
}

.chat-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* Chat Body */
.cs-chat-body {
  flex-grow: 1;
  padding: 1.25rem;
  overflow-y: auto;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.chat-message-row {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.chat-message-row.user {
  flex-direction: row-reverse;
}

.message-bubble {
  max-width: 82%;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-md);
  font-size: 0.88rem;
  line-height: 1.45;
}

.message-bubble.bot {
  background: #ffffff;
  color: var(--secondary-sapphire);
  border: 1px solid var(--border-subtle);
  border-top-left-radius: 4px;
  box-shadow: var(--shadow-xs);
}

.message-bubble.user {
  background: #2563eb;
  color: #ffffff;
  border-top-right-radius: 4px;
}

.message-time {
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
  display: block;
}

/* Quick Question Chips */
.quick-chips-container {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.chat-chip-btn {
  background: #ffffff;
  border: 1.5px solid #bfdbfe;
  color: #1e40af;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: start;
  cursor: pointer;
  transition: var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-chip-btn:hover {
  background: #eff6ff;
  border-color: #2563eb;
  color: #1d4ed8;
  transform: translateX(3px);
}

/* Chat Footer & Input */
.cs-chat-footer {
  padding: 0.85rem 1rem;
  background: #ffffff;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.chat-input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.chat-input-field {
  flex-grow: 1;
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--border-subtle);
  font-size: 0.88rem;
  outline: none;
}

.chat-input-field:focus {
  border-color: #2563eb;
}

.chat-send-btn {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-full);
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.chat-send-btn:hover {
  background: #1d4ed8;
}

.chat-wa-direct-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #25d366;
  color: #ffffff;
  padding: 0.55rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.chat-wa-direct-btn:hover {
  background: #20bd5a;
}

/* ==========================================================================
   20. DESTINATION STORYTELLING PILLARS & GLIDE CAROUSEL
   ========================================================================== */

/* 1. Destination Storytelling Pillars Grid */
.dest-pillars-section {
  padding: 5rem 0 4rem 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

.dest-pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .dest-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .dest-pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dest-story-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dest-story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(6, 78, 59, 0.14);
}

.dest-story-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.dest-story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dest-story-card:hover .dest-story-img {
  transform: scale(1.06);
}

.dest-story-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(6, 78, 59, 0.85);
  backdrop-filter: blur(10px);
  color: #fbbf24;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.dest-story-count {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 0.3rem 0.75rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
}

.dest-story-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.dest-story-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.dest-story-subtitle {
  font-size: 0.85rem;
  font-weight: 700;
  color: #064e3b;
  margin-bottom: 0.75rem;
}

.dest-story-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.dest-story-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}

.dest-highlight-pill {
  background: #f1f5f9;
  color: #334155;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
}

.dest-story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  background: #064e3b;
  color: #ffffff;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.dest-story-btn:hover {
  background: #04382a;
  transform: translateY(-2px);
  color: #fbbf24;
}

/* 2. Autoplay Glide Carousel Component */
.glide-carousel-section {
  padding: 4.5rem 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.glide-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1rem 6px 2rem 6px;
}

.glide-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.glide-slide-card {
  flex: 0 0 320px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 768px) {
  .glide-slide-card {
    flex: 0 0 360px;
  }
}

@media (min-width: 1200px) {
  .glide-slide-card {
    flex: 0 0 355px;
  }
}

.glide-slide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(6, 78, 59, 0.12);
}

.glide-card-img-wrap {
  position: relative;
  height: 175px;
  overflow: hidden;
}

.glide-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.glide-slide-card:hover .glide-card-img {
  transform: scale(1.05);
}

.glide-controls-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.glide-nav-arrows {
  display: flex;
  gap: 0.75rem;
}

.glide-arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.glide-arrow-btn svg {
  transition: transform 0.2s ease, stroke 0.2s ease;
}

.glide-arrow-btn:hover {
  background: #064e3b;
  color: #fbbf24;
  border-color: #064e3b;
  box-shadow: 0 8px 18px rgba(6, 78, 59, 0.22);
  transform: translateY(-2px);
}

.glide-arrow-btn:active {
  transform: translateY(0) scale(0.95);
}

.glide-dots-bar {
  display: flex;
  gap: 0.5rem;
}

.glide-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.glide-dot.active {
  width: 28px;
  border-radius: 20px;
  background: #064e3b;
}

/* 3. The Cahaya Intan Privilege Section */
.privilege-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #064e3b 0%, #022c22 100%);
  color: #ffffff;
  position: relative;
}

.privilege-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .privilege-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .privilege-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.privilege-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.privilege-card:hover {
  transform: translateY(-5px);
  border-color: #fbbf24;
  background: rgba(255, 255, 255, 0.09);
}

.privilege-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #d97706);
  color: #064e3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(251, 191, 36, 0.3);
}

.privilege-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.6rem;
}

.privilege-card-desc {
  font-size: 0.85rem;
  color: #cbd5e1;
  line-height: 1.5;
}

/* ==========================================================================
   21. FULL-BLEED 6-TILE STORY GRID & CINEMATIC VIDEO SECTION
   ========================================================================== */

/* 1. Storytelling Editorial Header */
.experience-story-section {
  padding: 4.5rem 0 5.5rem 0;
  background: transparent;
  position: relative;
  z-index: 2;
}

.story-section-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 3.5rem auto;
}

.story-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fbbf24;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.20) 0%, rgba(217, 119, 6, 0.28) 100%);
  padding: 0.35rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 4px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.story-main-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.text-serif-italic {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  color: #fbbf24;
}

.story-lead-desc {
  font-size: 1.05rem;
  color: #cbd5e1;
  line-height: 1.65;
  margin: 0;
}

/* 2. 6-Tile Story Grid (3x2 Full-Bleed Grid) */
.story-tiles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .story-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .story-tiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.story-tile-card {
  position: relative;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-decoration: none;
  display: block;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.story-tile-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(6, 78, 59, 0.2);
  border-color: #fbbf24;
}

.story-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.story-tile-card:hover .story-tile-img {
  transform: scale(1.08);
}

.story-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.75) 100%);
  transition: background 0.4s ease;
  z-index: 1;
}

.story-tile-card:hover .story-tile-overlay {
  background: linear-gradient(180deg, rgba(6, 78, 59, 0.35) 0%, rgba(15, 23, 42, 0.94) 100%);
}

.story-tile-content {
  position: absolute;
  inset: 0;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.story-tile-title {
  font-size: clamp(0.92rem, 1.15vw, 1.15rem);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  margin: 0;
  white-space: nowrap;
  transition: transform 0.4s ease, color 0.3s ease;
}

.story-tile-card:hover .story-tile-title {
  color: #fbbf24;
  transform: translateY(-4px);
}

.story-tile-hover-body {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(16px);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.story-tile-card:hover .story-tile-hover-body {
  opacity: 1;
  max-height: 180px;
  transform: translateY(0);
  margin-top: 0.6rem;
}

.story-tile-desc {
  font-size: 0.84rem;
  color: #e2e8f0;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.story-tile-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(251, 191, 36, 0.95);
  color: #064e3b;
  padding: 0.4rem 1.15rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 15px rgba(251, 191, 36, 0.35);
}

/* 3. Cinematic Video Showcase Section  */
.cinematic-video-section {
  padding: 5rem 0;
  background: #0f172a;
  position: relative;
  overflow: hidden;
}

.video-banner-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 440px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.video-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.3) 0%, rgba(6, 78, 59, 0.85) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #ffffff;
}

.video-play-btn-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.video-play-btn {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #d97706);
  color: #064e3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  border: none;
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
}

.video-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(251, 191, 36, 0.6);
}

.pulse-ring {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgba(251, 191, 36, 0.6);
  animation: pulse-animation 2s infinite;
  z-index: 1;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.85);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.video-banner-title {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}

.video-banner-sub {
  font-size: 1rem;
  color: #cbd5e1;
  max-width: 600px;
  line-height: 1.5;
  margin: 0;
}

/* 4. Video Player Modal */
.video-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.video-modal-backdrop.active {
  display: flex;
}

.video-modal-container {
  position: relative;
  max-width: 900px;
  width: 100%;
  background: #000000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: none;
  font-size: 1.25rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s ease;
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.4);
}

.video-modal-player-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-modal-player-wrap iframe,
.video-modal-player-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================================================
   22. COMPREHENSIVE MOBILE RESPONSIVE ENHANCEMENTS (SMARTPHONES & TABLETS)
   ========================================================================== */
@media (max-width: 767px) {
  /* 1. Header & User Profile Bar */
  .nav-btn-auth,
  .nav-btn-consultant,
  #btn-open-auth-modal,
  #user-header-profile,
  .user-profile-btn {
    display: none !important;
  }
  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
  .mobile-menu-toggle,
  .mobile-toggle {
    display: flex !important;
    width: 34px !important;
    height: 34px !important;
    gap: 4px !important;
  }
  .mobile-menu-toggle span,
  .mobile-toggle span {
    width: 16px !important;
    height: 1.8px !important;
  }
  .brand-logo-img {
    width: 36px !important;
    height: 36px !important;
  }
  .logo-title {
    font-size: 0.95rem !important;
  }

  /* Testimoni bottom bar — center di mobile */
  .testi-bottom-bar {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.75rem !important;
  }
  .testi-bottom-bar > div {
    justify-content: center !important;
    font-size: 0.78rem !important;
  }

  /* Footer — kurangi padding atas & logo text tetap kiri */
  .main-footer {
    padding-top: 2.5rem !important;
    padding-bottom: 6rem !important;
  }
  .main-footer .brand-logo {
    flex: unset !important;
    justify-content: flex-start !important;
    position: static !important;
  }
  .main-footer .brand-logo-img {
    position: static !important;
    left: auto !important;
    width: 48px !important;
    height: 48px !important;
  }
  .main-footer .logo-text {
    align-items: flex-start !important;
    text-align: left !important;
    margin-left: 0 !important;
    min-width: unset !important;
  }

  /* Search pill mobile kecil */
  .mobile-search-pill-container {
    padding: 0.15rem 1.25rem 0.35rem 1.25rem !important;
  }
  .mobile-search-pill {
    padding: 0.22rem 0.4rem 0.22rem 0.7rem !important;
    gap: 0.45rem !important;
    border-width: 1.2px !important;
    max-width: 320px !important;
    margin: 0 auto !important;
  }
  .search-lens-icon {
    width: 14px !important;
    height: 14px !important;
  }
  .search-keyword-carousel {
    height: 17px !important;
  }
  .search-keyword-item {
    font-size: 0.75rem !important;
    line-height: 17px !important;
  }
  .search-pill-action-btn {
    padding: 0.25rem 0.7rem !important;
    font-size: 0.72rem !important;
  }

  /* 2. Hero Search Tabs & Form */
  .search-tabs {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .search-tabs::-webkit-scrollbar {
    display: none !important;
  }
  .search-tab-btn {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    padding: 0.5rem 0.85rem !important;
    font-size: 0.76rem !important;
    border-radius: 10px !important;
  }
  .search-widget-card {
    padding: 1.15rem 1rem !important;
    border-radius: 16px !important;
  }

  /* 3. Grand Makkah & Islamic Heritage Panorama on Mobile */
  .grand-makkah-panorama-wrapper {
    background-position: center center !important;
    background-color: #0f172a !important;
  }
  .panorama-slide {
    background-position: center center !important;
    inset: 0 !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    will-change: opacity, transform !important;
  }
  .grand-makkah-overlay {
    background: 
      radial-gradient(ellipse at center, rgba(37, 99, 235, 0.28) 0%, rgba(15, 23, 42, 0.72) 100%),
      linear-gradient(to bottom, rgba(15, 23, 42, 0.50) 0%, rgba(15, 23, 42, 0.2) 25%, rgba(15, 23, 42, 0.3) 75%, rgba(15, 23, 42, 0.85) 100%) !important;
  }

  /* 4. Trust Ribbon (5 Pasti Umrah) Mobile */
  .trust-ribbon-section {
    padding-block: 2.75rem 2rem !important;
  }
  .trust-grid {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }
  .trust-flip-card {
    height: 220px !important;
  }
  .trust-card-front,
  .trust-card-back {
    padding: 1.25rem 1rem !important;
  }

  /* 5. Storytelling 6-Tiles Grid Mobile */
  .experience-story-section {
    padding: 2.75rem 0 3.25rem 0 !important;
  }
  .story-section-header {
    margin-bottom: 1.75rem !important;
  }
  .story-main-title {
    font-size: 1.55rem !important;
    line-height: 1.25 !important;
  }
  .story-lead-desc {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
  }
  .story-tiles-grid {
    grid-template-columns: 1fr !important;
    gap: 0.95rem !important;
  }
  .story-tile-card {
    height: 280px !important;
    border-radius: 14px !important;
  }
  .story-tile-content {
    padding: 1.25rem 1rem !important;
  }
  .story-tile-title {
    font-size: 0.95rem !important;
    white-space: nowrap !important;
  }
  .story-tile-hover-body {
    opacity: 1 !important;
    max-height: 120px !important;
    transform: translateY(0) !important;
    margin-top: 0.35rem !important;
  }
  .story-tile-desc {
    font-size: 0.76rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.4rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .story-tile-btn {
    padding: 0.3rem 0.85rem !important;
    font-size: 0.72rem !important;
  }

  /* 6. Cinematic Video Section Mobile */
  .cinematic-video-section {
    padding: 3rem 0 !important;
  }
  .video-banner-card {
    height: 310px !important;
    border-radius: 18px !important;
  }
  .video-banner-overlay {
    padding: 1.25rem 1rem !important;
  }
  .video-play-btn {
    width: 62px !important;
    height: 62px !important;
    font-size: 1.4rem !important;
  }
  .pulse-ring {
    width: 82px !important;
    height: 82px !important;
  }
  .video-banner-title {
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.35rem !important;
  }
  .video-banner-sub {
    font-size: 0.80rem !important;
    line-height: 1.4 !important;
  }
  .video-modal-backdrop {
    padding: 0.75rem !important;
  }
  .video-modal-container {
    border-radius: 14px !important;
  }
  .video-modal-close {
    top: 0.6rem !important;
    right: 0.6rem !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 1.1rem !important;
  }

  /* 7. Autoplay Glide Carousel Section Mobile */
  .glide-carousel-section {
    padding-block: 3rem !important;
  }
  .glide-slide-card {
    min-width: 275px !important;
    max-width: 290px !important;
  }

  /* 8. CS Chat Concierge Dockable Widget on Mobile */
  .cs-widget-container {
    bottom: 74px !important;
    right: 12px !important;
    z-index: 1000 !important;
  }
  .cs-widget-container.is-docked {
    right: 0 !important;
  }
  .cs-widget-container.is-chat-open .cs-trigger-wrapper,
  .cs-chat-window.active ~ .cs-trigger-wrapper {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(0.85) !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
  }
  .floating-cs-btn {
    padding: 0.65rem 1rem !important;
    font-size: 0.85rem !important;
    gap: 0.45rem !important;
  }
  .cs-dock-toggle-btn {
    width: 28px !important;
    height: 28px !important;
  }
  .cs-docked-handle {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% 0 0 50% !important;
    padding: 0 0 0 3px !important;
  }
  .cs-welcome-toast {
    max-width: 250px !important;
    padding: 0.55rem 0.75rem !important;
    margin-bottom: 0.45rem !important;
    border-radius: 12px !important;
  }
  .toast-avatar {
    width: 26px !important;
    height: 26px !important;
    font-size: 0.95rem !important;
  }
  .toast-title {
    font-size: 0.74rem !important;
  }
  .toast-message {
    font-size: 0.70rem !important;
  }
  .cs-chat-window {
    position: fixed !important;
    top: 12px !important;
    bottom: 74px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.4), 0 0 0 1px rgba(37, 99, 235, 0.25) !important;
    z-index: 10001 !important;
  }

  /* 9. Mobile Drawer Smooth Touch Scroll */
  .mobile-drawer {
    width: 85% !important;
    max-width: 340px !important;
    padding: 1.25rem 1.1rem !important;
  }
  .mobile-nav-item {
    font-size: 0.95rem !important;
    padding: 0.55rem 0.5rem !important;
  }
}

/* --------------------------------------------------------------------------
   23. GOLD CTA BUTTON (RESPONSIVE — DESKTOP FULL TEXT / MOBILE SHORT TEXT)
   -------------------------------------------------------------------------- */
/* Default (Desktop): tampilkan teks panjang, sembunyikan teks mobile */
.btn-gold-cta {
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 900;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.3);
  white-space: nowrap;
}

.btn-cta-text-mobile {
  display: none;
}
.btn-cta-text-desktop {
  display: inline;
}

/* Mobile: tampilkan teks pendek, sembunyikan teks panjang */
@media (max-width: 767px) {
  .btn-gold-cta {
    padding: 0.75rem 1.5rem !important;
    font-size: 0.88rem !important;
    gap: 0.5rem !important;
    width: auto !important;
    max-width: 240px !important;
  }
  .btn-cta-text-desktop {
    display: none !important;
  }
  .btn-cta-text-mobile {
    display: inline !important;
  }
}

/* --------------------------------------------------------------------------
   24. DYNAMIC ANIMATED MOBILE SEARCH HEADER & INSTANT OVERLAY MODAL
   -------------------------------------------------------------------------- */
.mobile-search-pill-container {
  display: none;
}

@media (max-width: 992px) {
  .mobile-search-pill-container {
    display: block;
    width: 100%;
    padding: 0.15rem 0.75rem 0.35rem 0.75rem;
    box-sizing: border-box;
    background: transparent;
    position: relative;
    z-index: 15;
  }

  .mobile-search-pill {
    background: #ffffff;
    border: 1.2px solid #e2e8f0;
    border-radius: 50px;
    padding: 0.25rem 0.4rem 0.25rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    box-sizing: border-box;
  }

  .mobile-search-pill:active {
    transform: scale(0.985);
    border-color: #d97706;
    background: #fffdfa;
  }

  .search-pill-left {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 1;
    min-width: 0;
  }

  .search-lens-icon {
    color: #d97706;
    flex-shrink: 0;
  }

  .search-keyword-carousel {
    height: 20px;
    overflow: hidden;
    position: relative;
    flex: 1;
    min-width: 0;
  }

  .search-keyword-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .search-keyword-item {
    height: 20px;
    line-height: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .search-pill-action-btn {
    background: linear-gradient(135deg, #d97706, #b45309);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    padding: 0.32rem 0.85rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(217, 119, 6, 0.25);
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
}

/* FULL-SCREEN SEARCH MODAL OVERLAY */
.mobile-search-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-overlay-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: calc(env(safe-area-inset-top, 0px) + 0.65rem) 1rem 0.65rem 1rem;
  border-bottom: 1px solid #f1f5f9;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.btn-search-back {
  background: none;
  border: none;
  padding: 0.4rem;
  color: #1e293b;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 1.5px solid #cbd5e1;
  border-radius: 50px;
  padding: 0.4rem 0.85rem;
  transition: border-color 0.2s;
}

.search-input-wrapper:focus-within {
  border-color: #d97706;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}

.search-input-icon {
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.global-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.88rem;
  color: #0f172a;
  outline: none;
  padding: 0;
}

.global-search-input::placeholder {
  color: #94a3b8;
}

.btn-clear-search {
  background: #e2e8f0;
  border: none;
  color: #475569;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.4rem;
}

.search-overlay-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.15rem 1rem 5rem 1rem;
  -webkit-overflow-scrolling: touch;
}

.search-section {
  margin-bottom: 1.5rem;
}

.search-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
}

.search-section-title {
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn-clear-recent {
  background: none;
  border: none;
  color: #dc2626;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
}

.trending-chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.trending-chip {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.15s;
}

.trending-chip:active,
.trending-chip:hover {
  background: #fffbeb;
  border-color: #f59e0b;
  color: #b45309;
}

.recent-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.recent-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0.75rem;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 0.84rem;
  color: #334155;
  cursor: pointer;
  text-decoration: none;
}

.live-results-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.65rem;
}

.live-result-card {
  display: flex;
  gap: 0.85rem;
  padding: 0.75rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: all 0.15s;
}

.live-result-card:active {
  background: #f8fafc;
  border-color: #d97706;
}

.live-result-img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.live-result-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-result-badge {
  font-size: 0.65rem;
  font-weight: 800;
  color: #d97706;
  background: #fef3c7;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 0.2rem;
}

.live-result-title {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-result-meta {
  font-size: 0.75rem;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.live-result-price {
  font-size: 0.95rem;
  font-weight: 900;
  color: #064e3b;
}

/* EDITORIAL STORY SHOWCASE MODAL */
.story-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.story-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.story-modal-container {
  background: #ffffff;
  border-radius: 24px;
  max-width: 820px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  transform: translateY(20px) scale(0.96);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-modal-overlay.active .story-modal-container {
  transform: translateY(0) scale(1);
}

.story-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  background: rgba(15, 23, 42, 0.6);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.story-modal-close:hover {
  background: rgba(15, 23, 42, 0.9);
  transform: scale(1.08);
}

.story-modal-hero {
  position: relative;
  height: 280px;
  width: 100%;
  overflow: hidden;
}

.story-modal-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-modal-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.88) 0%, transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}

.story-modal-badge {
  background: #d97706;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-bottom: 0.5rem;
}

.story-modal-hero-title {
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 800;
  margin: 0;
}

.story-modal-body {
  padding: 2rem;
}

.story-modal-subtitle {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.85rem;
  line-height: 1.4;
}

.story-modal-text {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.story-pillars-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: 2rem;
}

.story-pillar-item {
  font-size: 0.88rem;
  color: #1e293b;
  line-height: 1.5;
}

.story-pillar-item strong {
  color: #0284c7;
}

.story-modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.story-modal-cta-btn {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.story-modal-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.4);
}

/* ==========================================================================
   BLOG & ARTICLE HOME SHOWCASE CARDS
   ========================================================================== */
.blog-home-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08) !important;
  border-color: #cbd5e1 !important;
}

.blog-home-card img {
  transition: transform 0.4s ease;
}

.blog-home-card:hover img {
  transform: scale(1.05);
}

/* ==========================================================================
   COOKIE CONSENT BANNER & PREFERENCES MODAL (GDPR & ePrivacy)
   ========================================================================== */
.cookie-consent-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 20px;
  padding: 1.35rem 1.75rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #f8fafc;
  transform: translateY(120%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-consent-banner.active {
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner-content {
  flex: 1;
  min-width: 0;
}

.cookie-banner-title {
  font-size: 1rem;
  font-weight: 800;
  color: #fbbf24;
  margin: 0 0 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-banner-desc {
  font-size: 0.84rem;
  color: #cbd5e1;
  line-height: 1.5;
  margin: 0;
}

.cookie-banner-desc a {
  color: #38bdf8;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.btn-cookie-accept {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #ffffff;
  border: none;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 0.6rem 1.35rem;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
  transition: all 0.2s ease;
}

.btn-cookie-accept:hover {
  background: #047857;
  transform: translateY(-1px);
}

.btn-cookie-reject {
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0.6rem 1.15rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-cookie-reject:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.btn-cookie-prefs {
  background: transparent;
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.4);
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0.6rem 1.15rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-cookie-prefs:hover {
  background: rgba(251, 191, 36, 0.15);
  border-color: #fbbf24;
}

/* Modal Cookie Preferences */
.cookie-prefs-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-prefs-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.cookie-prefs-card {
  background: #ffffff;
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-prefs-backdrop.active .cookie-prefs-card {
  transform: translateY(0) scale(1);
}

.cookie-prefs-header {
  padding: 1.35rem 1.75rem;
  background: linear-gradient(135deg, #064e3b 0%, #047857 100%);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-prefs-body {
  padding: 1.5rem 1.75rem;
  overflow-y: auto;
  font-size: 0.9rem;
  color: #334155;
}

.cookie-category-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.15rem;
  margin-bottom: 1rem;
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.cookie-category-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.cookie-toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.cookie-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e1;
  transition: .3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 34px;
}

.cookie-toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 50%;
}

.cookie-toggle-switch input:checked + .cookie-toggle-slider {
  background-color: #059669;
}

.cookie-toggle-switch input:checked + .cookie-toggle-slider:before {
  transform: translateX(20px);
}

.cookie-toggle-switch input:disabled + .cookie-toggle-slider {
  background-color: #059669;
  opacity: 0.6;
  cursor: not-allowed;
}

.cookie-prefs-footer {
  padding: 1rem 1.75rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .cookie-consent-banner {
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    left: 0.75rem;
    right: 0.75rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 1.15rem;
    border-radius: 18px;
    z-index: 999999;
  }
  
  .cookie-banner-title {
    font-size: 0.95rem;
    gap: 0.4rem;
  }
  
  .cookie-banner-desc {
    font-size: 0.8rem;
    line-height: 1.45;
  }
  
  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    width: 100%;
  }
  
  .btn-cookie-accept {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
  }
  
  .btn-cookie-reject,
  .btn-cookie-prefs {
    width: 100%;
    text-align: center;
    padding: 0.55rem 0.5rem;
    font-size: 0.78rem;
  }

  .cookie-prefs-backdrop {
    padding: 0.75rem;
  }
  
  .cookie-prefs-card {
    max-height: 90vh;
    border-radius: 18px;
  }
  
  .cookie-prefs-header {
    padding: 1rem 1.25rem;
  }
  
  .cookie-prefs-header h3 {
    font-size: 1rem;
  }
  
  .cookie-prefs-body {
    padding: 1rem 1.25rem;
    font-size: 0.84rem;
  }
  
  .cookie-category-item {
    padding: 0.85rem;
    margin-bottom: 0.75rem;
  }
  
  .cookie-category-title {
    font-size: 0.88rem;
  }
  
  .cookie-prefs-footer {
    padding: 0.85rem 1.25rem;
    flex-direction: column;
    gap: 0.6rem;
  }
  
  .cookie-prefs-footer button {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
   GLOBAL HIGH-DEFINITION GALLERY LIGHTBOX MODAL (PHOTO VIEWER)
   ========================================================================== */
.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 20, 40, 0.25);
  backdrop-filter: blur(12px) saturate(160%) brightness(0.92);
  -webkit-backdrop-filter: blur(12px) saturate(160%) brightness(0.92);
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
  user-select: none;
}
.lightbox-modal.active {
  display: block;
  opacity: 1;
}

/* FLOATING TOP TOOLBAR — OUTER PILL BORDER RETAINED */
.lightbox-top-bar {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 28px);
  max-width: 820px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background: rgba(8, 12, 28, 0.55);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50px;
  padding: 6px 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255,255,255,0.12);
  z-index: 1000;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

/* AUTO-FADE WHEN INACTIVE */
.lightbox-modal.controls-hidden .lightbox-top-bar {
  opacity: 0;
  transform: translateX(-50%) translateY(-12px);
  pointer-events: none;
}
.lightbox-modal.controls-hidden .lightbox-nav-btn {
  opacity: 0;
  pointer-events: none;
}

/* COUNTER — NO BORDER, just colored text */
.lightbox-counter {
  color: #fbbf24;
  font-size: 0.80rem;
  font-weight: 800;
  background: transparent;
  border: none;
  padding: 4px 8px;
  border-radius: 0;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

.lightbox-actions-group {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* AUTOPLAY BUTTON — NO BORDER */
.lightbox-auto-toggle-btn {
  background: transparent;
  color: #e2e8f0;
  border: none;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.lightbox-auto-toggle-btn:hover {
  background: rgba(2, 132, 199, 0.45);
  color: #ffffff;
}
.lightbox-auto-toggle-btn.active {
  background: rgba(2, 132, 199, 0.55);
  color: #7dd3fc;
}

/* ZOOM GROUP — NO BORDER, transparent background */
.lightbox-zoom-group {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  background: transparent;
  border: none;
  border-radius: 30px;
  padding: 2px 4px;
}
.lightbox-zoom-btn {
  background: transparent;
  color: #e2e8f0;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.lightbox-zoom-btn:hover {
  background: rgba(255, 255, 255, 0.14);
}
.lightbox-zoom-badge {
  color: #fbbf24;
  font-size: 0.72rem;
  font-weight: 800;
  min-width: 32px;
  text-align: center;
}

/* DIVIDER between zoom and download (visual separator) */
.lightbox-actions-group::before {
  display: none;
}

/* DOWNLOAD BUTTON — NO BORDER */
.lightbox-tool-btn {
  background: transparent;
  color: #e2e8f0;
  border: none;
  padding: 5px 10px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.76rem;
  font-weight: 700;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.lightbox-tool-btn.download-btn {
  color: #34d399;
}
.lightbox-tool-btn.download-btn:hover {
  background: rgba(5, 150, 105, 0.35);
  color: #6ee7b7;
}

/* CLOSE BUTTON — NO BORDER, just red tint */
.lightbox-close-btn {
  background: rgba(239, 68, 68, 0.35);
  color: #ffffff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}
.lightbox-close-btn:hover {
  background: #ef4444;
  transform: scale(1.1);
}

/* CENTER VIEWPORT / STAGE */
.lightbox-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  padding: 65px 16px 20px 16px;
  box-sizing: border-box;
  z-index: 1;
}

.lb-image-wrapper {
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55),
              0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lightbox-main-img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 16px;
  transition: opacity 0.22s ease, transform 0.22s ease;
  will-change: opacity, transform;
}
.lightbox-main-img.changing {
  opacity: 0;
  transform: scale(0.96);
}

/* GLASS NAVIGATION BUTTONS */
.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, background 0.2s ease, transform 0.2s ease;
  z-index: 1000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.lightbox-nav-btn:hover {
  background: rgba(2, 132, 199, 0.65);
  border-color: #38bdf8;
  transform: translateY(-50%) scale(1.1);
}
.lightbox-prev-btn { left: 14px; }
.lightbox-next-btn { right: 14px; }

@media (max-width: 768px) {
  .lightbox-top-bar {
    top: 10px;
    width: calc(100% - 16px);
    padding: 5px 10px;
    gap: 0.25rem;
  }
  .lightbox-counter {
    font-size: 0.70rem;
    padding: 3px 6px;
  }
  .lightbox-auto-toggle-btn {
    padding: 3px 8px;
    font-size: 0.70rem;
  }
  .lightbox-zoom-group {
    padding: 2px 3px;
  }
  .lightbox-zoom-btn {
    width: 22px;
    height: 22px;
  }
  .lightbox-zoom-badge {
    font-size: 0.68rem;
    min-width: 26px;
  }
  .lightbox-tool-btn.download-btn {
    padding: 3px 7px;
  }
  .download-btn-text {
    display: none;
  }
  .lightbox-close-btn {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
  }
  .lightbox-stage {
    padding: 55px 8px 12px 8px;
  }
  .lb-image-wrapper {
    max-width: 98vw;
    max-height: 80vh;
    border-radius: 12px;
  }
  .lightbox-main-img {
    max-height: 80vh;
    border-radius: 10px;
  }
  .lightbox-nav-btn {
    width: 38px;
    height: 38px;
  }
  .lightbox-prev-btn { left: 8px; }
  .lightbox-next-btn { right: 8px; }
}

/* ==========================================================================
   26. PACKAGE DETAIL PREMIUM RESPONSIVE STYLES
   ========================================================================== */
.detail-main-layout {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 992px) {
  .detail-main-layout {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .sticky-cta-box {
    position: static !important;
    top: auto !important;
    margin-top: 1.5rem;
  }
}

/* 5-Photo Gallery Grid Responsive */
.gallery-5-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 190px 190px;
  gap: 0.75rem;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

@media (max-width: 860px) {
  .gallery-5-grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 160px 160px;
    gap: 0.5rem;
  }
  .gallery-5-grid > div:nth-child(4),
  .gallery-5-grid > div:nth-child(5) {
    display: none;
  }
  .gallery-5-grid > div:nth-child(3) .detail-gallery-badge-count {
    display: flex !important;
  }
}

@media (max-width: 600px) {
  .gallery-5-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: 240px !important;
    border-radius: 14px !important;
    margin-bottom: 1.25rem !important;
  }
  .gallery-5-grid > div:first-child {
    grid-column: 1 / -1 !important;
    grid-row: 1 / -1 !important;
  }
  .gallery-5-grid > div:not(:first-child) {
    display: none !important;
  }
  .gallery-5-grid .mobile-gallery-trigger {
    display: flex !important;
  }
}

/* Matriks Keberangkatan & Table Styling */
.schedule-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.schedule-table-wrap::-webkit-scrollbar {
  height: 6px;
}

.schedule-table-wrap::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  text-align: left;
}

.schedule-table th {
  background: #f8fafc;
  color: #475569;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.9rem 1.1rem;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
}

.schedule-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  white-space: nowrap;
}

.seat-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  background: #fef3c7;
  color: #b45309;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
  border: 1px solid #fde68a;
  line-height: 1;
}

/* Timeline Cards */
.timeline-item-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem;
  background: #f8fafc;
  transition: all 0.25s ease;
}

.timeline-item-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

@media (max-width: 600px) {
  .timeline-item-card {
    padding: 1rem;
  }
}

/* ==========================================================================
   CIW SMART BOOKING & REGISTRATION MODAL SYSTEM (ENTERPRISE 2-STAGE FLOW)
   ========================================================================== */
.ciw-booking-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ciw-booking-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.ciw-booking-modal-container {
  background: #ffffff;
  border-radius: 20px;
  max-width: 680px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transform: scale(0.96);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.ciw-booking-modal-overlay.active .ciw-booking-modal-container {
  transform: scale(1);
}

.ciw-modal-header {
  background: linear-gradient(135deg, #064e3b 0%, #065f46 60%, #047857 100%);
  color: #ffffff;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #fbbf24;
}

.ciw-modal-header-title {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fef08a;
}

.ciw-modal-close-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ciw-modal-close-btn:hover {
  background: #dc2626;
  transform: rotate(90deg);
}

.ciw-modal-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
}

.ciw-stepper-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  background: #f8fafc;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.ciw-step-pill {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #94a3b8;
}

.ciw-step-pill.active {
  color: #064e3b;
}

.ciw-step-pill.completed {
  color: #059669;
}

.ciw-step-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
}

.ciw-step-pill.active .ciw-step-num {
  background: #064e3b;
  color: #fbbf24;
}

.ciw-step-pill.completed .ciw-step-num {
  background: #10b981;
  color: #ffffff;
}

/* Package Mini Preview */
.ciw-pkg-mini-preview {
  display: flex;
  gap: 1rem;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 0.85rem;
  margin-bottom: 1.25rem;
  align-items: center;
}

.ciw-pkg-mini-img {
  width: 70px;
  height: 55px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.ciw-pkg-mini-info h4 {
  margin: 0 0 0.25rem 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

.ciw-pkg-mini-info p {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
}

/* Live Calc Summary Box */
.ciw-calc-box {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border: 1.5px solid #a7f3d0;
  border-radius: 14px;
  padding: 1.15rem;
  margin: 1.25rem 0;
}

.ciw-calc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  color: #334155;
}

.ciw-calc-row:last-child {
  margin-bottom: 0;
  padding-top: 0.5rem;
  border-top: 1px dashed #6ee7b7;
  font-weight: 800;
  font-size: 1rem;
  color: #064e3b;
}

/* Bank Account List & Copy */
.ciw-bank-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  transition: all 0.2s ease;
}

.ciw-bank-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ciw-bank-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ciw-bank-badge {
  background: #064e3b;
  color: #fbbf24;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
}

.ciw-bank-norek {
  font-family: monospace;
  font-size: 0.98rem;
  font-weight: 800;
  color: #0f172a;
}

.ciw-btn-copy {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #334155;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.ciw-btn-copy:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.ciw-btn-copy.copied {
  background: #10b981;
  color: #ffffff;
  border-color: #059669;
}

/* Upload Dropzone */
.ciw-upload-dropzone {
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  background: #f8fafc;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.ciw-upload-dropzone:hover {
  border-color: #059669;
  background: #f0fdf4;
}

.ciw-upload-preview {
  display: none;
  max-width: 120px;
  max-height: 80px;
  border-radius: 6px;
  margin: 0.5rem auto 0 auto;
  object-fit: cover;
  border: 1px solid #cbd5e1;
}

/* Step 2 Passenger Tabs */
.ciw-passenger-tabs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}

.ciw-pax-tab-btn {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 0.45rem 0.9rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
}

.ciw-pax-tab-btn.active {
  background: #064e3b;
  color: #fbbf24;
  border-color: #064e3b;
}

@media (max-width: 640px) {
  .ciw-booking-modal-overlay {
    padding: 0.5rem !important;
    align-items: flex-end !important; /* Bottom-sheet feel on mobile */
  }

  .ciw-booking-modal-container {
    max-height: 94vh !important;
    border-radius: 20px 20px 0 0 !important;
    width: 100% !important;
  }

  .ciw-modal-header {
    padding: 1rem 1.15rem !important;
  }

  .ciw-modal-header-title {
    font-size: 1rem !important;
  }

  .ciw-modal-body {
    padding: 1rem !important;
    padding-bottom: 2rem !important;
  }

  .ciw-stepper-bar {
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding: 0.6rem 0.85rem !important;
    gap: 0.5rem !important;
    -webkit-overflow-scrolling: touch;
  }

  .ciw-step-pill {
    font-size: 0.74rem !important;
    flex-shrink: 0 !important;
  }

  /* Force 2-col form grids to single column on mobile */
  #ciw-form-step1 div[style*="grid-template-columns: 1fr 1fr"],
  .ciw-pax-form-pane div[style*="grid-template-columns: 1fr 1fr"],
  .ciw-pax-form-pane div[style*="grid-template-columns: 100px 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  .ciw-pkg-mini-preview {
    flex-direction: row !important;
    padding: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .ciw-pkg-mini-img {
    width: 60px !important;
    height: 50px !important;
  }

  .ciw-pkg-mini-info h4 {
    font-size: 0.88rem !important;
  }

  .ciw-calc-box {
    padding: 0.9rem !important;
  }

  .ciw-calc-row {
    font-size: 0.82rem !important;
  }

  .ciw-bank-card {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.6rem !important;
    padding: 0.75rem !important;
  }

  .ciw-bank-info {
    justify-content: flex-start !important;
  }

  .ciw-btn-copy {
    width: 100% !important;
    justify-content: center !important;
    padding: 0.5rem !important;
  }

  .form-input-control,
  input[type="text"],
  input[type="tel"],
  input[type="date"],
  select,
  textarea {
    font-size: 14px !important; /* Prevents auto-zoom on iOS */
    min-height: 42px;
  }
}





