/* ═══════════════════════════════════════════════════════
   EZYDARSHAN.COM — Traditional Sacred Tourism Design System
   Inspired by Ujjain Tourism Heritage Aesthetics
   Colors:
     - Deep Temple Timber:     #24120A
     - Sacred Kumkum Crimson:  #A60705
     - Marigold / Saffron:     #EB5B2C
     - Chandan Sand / Ivory:   #F5F1E6
     - Pure White:             #FFFFFF
     - Slate Text:             #1E293B
     - Antique Gold / Brass:   #C7A316
   Fonts:
     - Headings: 'Ubuntu', 'Roboto Slab', serif
     - Body:     'Work Sans', 'Plus Jakarta Sans', sans-serif
═══════════════════════════════════════════════════════ */

:root {
  /* Avantika Yatri Inspired Spiritual Tourism Palette (Pure Clean Light Aesthetic) */
  --primary-saffron:      #EB5B2C;
  --primary-saffron-dark: #CC4518;
  --primary-crimson:       #A60705;
  --primary-gold:          #C99738;

  --saffron:               #EB5B2C;
  --saffron-dark:          #CC4518;
  --saffron-glow:          rgba(235, 91, 44, 0.16);
  --kumkum:                #A60705;
  --kumkum-glow:           rgba(166, 7, 5, 0.14);
  --gold:                  #C99738;
  --gold-soft:             rgba(201, 151, 56, 0.12);
  --emerald:               #15803D;
  --crimson:               #A60705;
  --sky:                   #1E40AF;

  /* Backgrounds: Warm Spiritual Parchment, Cream & Crisp White Cards */
  --bg:                    #FAF7F0; /* Clean, warm spiritual parchment */
  --bg-parchment:          #FAF7F0;
  --bg-cream:              #F4EEE2; /* Gentle warm cream accent */
  --bg-2:                  #F4EEE2;
  --bg-card:               #FFFFFF; /* Pure crisp white card surface */
  --bg-card-hover:         #FFFFFF;
  --glass-inner-bg:        #F8F4EC;
  --border-golden:         #EEDCC0; /* Clean golden-cream border */
  --glass-border:          #EEDCC0;
  --glass-border-accent:   rgba(235, 91, 44, 0.35);

  --nav-bg:                rgba(255, 253, 250, 0.96);
  --nav-scrolled:          rgba(255, 255, 255, 0.98);
  --nav-border:            rgba(238, 220, 192, 0.9);
  --topbar-bg:             linear-gradient(90deg, #1B0904, #3A150A, #1B0904);
  --topbar-text:           #F8E8D8;
  --mobile-menu-bg:        #FAF7F0;

  /* Text Colors: Deep Temple Mahogany & Soft Muted Earth */
  --text:                  #24120A; /* Rich deep temple mahogany */
  --text-mahogany:         #24120A;
  --text-muted:            #5C4E47; /* Soft readable earthy gray */
  --text-dim:              #7A6860;
  --heading:               #24120A;

  /* Buttons & Controls */
  --btn-glass-bg:          #FFFFFF;
  --btn-glass-hover:       #F8F4EC;
  --btn-glass-text:        #24120A;
  --btn-glass-border:      #EEDCC0;
  --btn-sec-bg:            rgba(235, 91, 44, 0.08);
  --btn-sec-text:          #EB5B2C;
  --btn-sec-border:        rgba(235, 91, 44, 0.30);

  /* Section Component Tokens */
  --download-card-bg:      linear-gradient(135deg, #FFFFFF 0%, #FAF7F0 100%);
  --partner-cta-bg:        linear-gradient(135deg, #FFFFFF 0%, #FAF7F0 60%, #F4EEE2 100%);
  --footer-bg:             #1B0904; /* Deep temple mahogany footer */
  --footer-text:           #D5C4B5;
  --footer-heading:        #FFFFFF;
  --footer-border:         rgba(201, 151, 56, 0.25);

  --phone-body-bg:         #FFFFFF;
  --phone-border:          #EEDCC0;
  --phone-notch-bg:        #24120A;
  --phone-screen-bg:       #FAF7F0;
  --phone-card-bg:         #FFFFFF;

  --vs-old-bg:             #FFF5F5;
  --vs-old-border:         #FED7D7;
  --vs-new-bg:             #F0FDF4;
  --vs-new-border:         #BBF7D0;

  /* Typography */
  --font-head:             'Cinzel', serif;
  --font-body:             'Work Sans', sans-serif;
  --font-outfit:           'Outfit', sans-serif;

  /* Spacing & Shapes */
  --radius-sm:             8px;
  --radius-md:             14px;
  --radius-lg:             18px;
  --radius-xl:             24px;
  --radius-pill:           9999px;

  /* Effects */
  --trans:                 all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --glow:                  none;
  --shadow:                0 10px 30px -5px rgba(36, 18, 10, 0.08);
  --card-shadow:           0 10px 30px -5px rgba(36, 18, 10, 0.08);
  --card-shadow-hover:     0 16px 36px -8px rgba(235, 91, 44, 0.16);
  --glass-shadow:          0 10px 30px -5px rgba(36, 18, 10, 0.08);
  --scrollbar-track:       #F4EEE2;
  --cursor-ring:           rgba(235, 91, 44, 0.4);
  --phn-bg:                #24120A;
}

/* ── Reset & Scrollbar ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.35s ease, color 0.35s ease;
}
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--scrollbar-track); transition: background-color 0.35s ease; }
::-webkit-scrollbar-thumb { background: rgba(255, 107, 0, 0.4); border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: var(--saffron); }

h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; color: var(--heading); }
a { color: inherit; text-decoration: none; transition: var(--trans); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── Layout ─────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 28px;
}
.section { padding: 72px 0; position: relative; }
.section-alt { background: var(--bg-cream); }
.text-center { text-align: center; }
.w-full { width: 100%; }
.mt-16 { margin-top: 16px; }

/* ── Color utilities ─────────────────────────────────── */
.text-success { color: var(--emerald); }
.text-warning { color: var(--gold); }
.text-danger  { color: var(--crimson); }
.text-info    { color: var(--sky); }

/* ── Refined Heading Text ────────────────────────────── */
.gradient-text {
  background: linear-gradient(135deg, #EB5B2C 0%, #A60705 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-bottom: 0.10em;
  margin-bottom: -0.10em;
}

/* ── Traditional & Heritage Cards (Avantika Yatri Style) ── */
.glass-card {
  background: var(--bg-card);
  border: 1px solid var(--border-golden);
  border-radius: var(--radius-md);
  box-shadow: var(--card-shadow);
  transition: all 0.28s ease;
  position: relative;
}
.glass-card:hover {
  border-color: var(--primary-saffron);
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-3px);
}
/* ═══════════════════════════════════════
   CARD 3D TILT (Perspective + JS-driven)
═══════════════════════════════════════ */
.tilt-card {
  transform-style: preserve-3d;
  perspective: 800px;
  will-change: transform;
}

/* ═══════════════════════════════════════
   BUTTON RIPPLE EFFECT
═══════════════════════════════════════ */
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  animation: rippleExpand 0.65s ease-out forwards;
  pointer-events: none;
  z-index: 1;
}

@keyframes rippleExpand {
  0%   { transform: scale(0); opacity: 0.55; }
  100% { transform: scale(4); opacity: 0; }
}

/* ═══════════════════════════════════════
   CARD BORDER GLOW SWEEP (Hover)
═══════════════════════════════════════ */
.glass-card::after,
.package-card::after,
.poster-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(235, 91, 44, 0.5) 25%,
    transparent 50%,
    rgba(201, 151, 56, 0.4) 75%,
    transparent 100%
  );
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

.glass-card:hover::after,
.package-card:hover::after,
.poster-card:hover::after {
  opacity: 1;
  animation: glowSweep 1.8s ease-in-out infinite;
}

@keyframes glowSweep {
  0%   { background-position: 0% 0%; }
  50%  { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

/* ═══════════════════════════════════════
   POSTER IMAGE CLIP-PATH REVEAL
═══════════════════════════════════════ */
.poster-with-image .poster-image-container {
  clip-path: inset(0 0 0 0 round 14px);
  transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s ease;
}

.poster-card.is-visible .poster-with-image .poster-image-container {
  clip-path: inset(0 0 0 0 round 14px);
}

/* ═══════════════════════════════════════
   PACKAGE CARD SHINE SWEEP (Hover)
═══════════════════════════════════════ */
.package-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #EB5B2C 0%, #C99738 50%, #A60705 100%);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.package-card:hover::before {
  height: 5px;
  opacity: 1;
}

/* Shine sweep layer */
.package-card .pkg-shine {
  position: absolute;
  top: 0; left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.06) 40%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.06) 60%,
    transparent 100%
  );
  transform: skewX(-20deg);
  transition: none;
  pointer-events: none;
  z-index: 3;
}

.package-card:hover .pkg-shine {
  animation: shineSweep 0.9s ease-out forwards;
}

@keyframes shineSweep {
  0%   { left: -75%; }
  100% { left: 125%; }
}

/* ═══════════════════════════════════════
   TRUST ITEM ICON POP (Hero)
═══════════════════════════════════════ */
.trust-item .trust-icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.trust-item:hover .trust-icon {
  transform: scale(1.15) rotate(-8deg);
  box-shadow: 0 0 20px rgba(235, 91, 44, 0.45);
}

/* Hero trust bar stagger bounce-in */
.hero-trust-bar [data-animate].is-visible {
  animation: trustPop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes trustPop {
  0%   { transform: translateY(24px); opacity: 0; }
  60%  { transform: translateY(-4px); opacity: 1; }
  80%  { transform: translateY(3px); }
  100% { transform: translateY(0); opacity: 1; }
}

/* ═══════════════════════════════════════
   SECTION DIVIDER DRAW-IN
═══════════════════════════════════════ */
.traditional-divider.is-draw svg path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: drawIn 0.9s ease-out forwards;
}

@keyframes drawIn {
  0%   { stroke-dashoffset: 200; }
  100% { stroke-dashoffset: 0; }
}

/* ═══════════════════════════════════════
   NAV LINK HOVER GLOW
═══════════════════════════════════════ */
.nav-link:hover::after,
.nav-link.active::after {
  box-shadow: 0 0 8px rgba(235, 91, 44, 0.5);
}


/* ═══════════════════════════════════════
   REDUCED MOTION — DISABLE NEW EFFECTS
═══════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .glass-card::after,
  .package-card::after,
  .package-card .pkg-shine {
    animation: none !important;
    opacity: 0 !important;
  }

  .hero-title {
    animation: none !important;
  }

  .hero-badge {
    animation: none !important;
  }

  .trust-item .trust-icon {
    transition: none !important;
  }

  .poster-with-image .poster-image-container {
    transition: none !important;
    clip-path: none !important;
  }

  .tilt-card {
    transform: none !important;
  }

  .ripple {
    animation: none !important;
    display: none !important;
  }
}
  background: var(--glass-inner-bg);
  border: 1px solid var(--border-golden);
  border-radius: var(--radius-sm);
  transition: all 0.25s ease;
}

/* ── Traditional Ornamental Divider (Subtle Motif) ───── */
.traditional-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 14px;
  width: 100%;
  max-width: 130px;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.traditional-divider svg {
  width: 100%;
  height: 12px;
  display: block;
}
.traditional-divider svg path {
  fill: var(--gold);
  transition: fill 0.3s ease;
}

/* ── Buttons (Subtle & Dignified Heritage Style) ─────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: var(--font-head);
  font-size: 0.94rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: none;
  transition: var(--trans);
  white-space: nowrap;
  letter-spacing: 0.2px;
}
.btn-primary {
  background: linear-gradient(135deg, #8F1412 0%, #A5211B 100%);
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(143, 20, 18, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #7A0F0D 0%, #901B15 100%);
  transform: translateY(-1.5px);
  box-shadow: 0 4px 16px rgba(143, 20, 18, 0.28);
}
.btn-secondary {
  background: var(--btn-sec-bg);
  color: var(--btn-sec-text);
  border: 1px solid var(--btn-sec-border);
  transition: var(--trans);
}
.btn-secondary:hover {
  background: rgba(143, 20, 18, 0.1);
  color: #8F1412;
  border-color: rgba(143, 20, 18, 0.35);
  transform: translateY(-1.5px);
  box-shadow: 0 2px 8px rgba(143, 20, 18, 0.12);
}
.btn-glass {
  background: var(--btn-glass-bg);
  color: var(--btn-glass-text);
  border: 1px solid var(--btn-glass-border);
  box-shadow: 0 1px 4px rgba(32, 22, 18, 0.04);
  transition: var(--trans);
}
.btn-glass:hover {
  background: var(--btn-glass-hover);
  border-color: rgba(143, 20, 18, 0.3);
  color: var(--kumkum);
  transform: translateY(-1.5px);
}
.btn-sm { padding: 8px 16px; font-size: 0.84rem; border-radius: 4px; }
.btn-lg { padding: 14px 30px; font-size: 1rem; }
.btn-whatsapp {
  background: #1B7A43;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(27, 122, 67, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.btn-whatsapp:hover {
  background: #166A39;
  transform: translateY(-1.5px);
  box-shadow: 0 4px 14px rgba(27, 122, 67, 0.32);
  color: #ffffff !important;
}
.btn:active {
  transform: scale(0.98) translateY(1px) !important;
  transition-duration: 0.08s !important;
}

/* ═══════════════════════════════════════
   TOP ANNOUNCEMENT & HELPLINE BAR
   (Subtle Heritage Style)
═══════════════════════════════════════ */
.top-announcement-bar {
  background: var(--topbar-bg);
  color: var(--topbar-text);
  font-size: 0.78rem;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 1001;
  transition: background 0.3s ease, color 0.3s ease;
}
.sticky-header-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.top-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sacred-invocation {
  color: #E29B63;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.4px;
}
.sacred-invocation i {
  color: #C7A316;
  font-size: 0.8rem;
}
.top-bar-sep {
  color: rgba(255, 255, 255, 0.2);
}
.top-bar-msg {
  color: #C0B7AC;
  font-size: 0.78rem;
}
.top-bar-msg i {
  color: #10B981;
  margin-right: 4px;
}
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.top-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #EAE3D9;
  font-weight: 500;
  font-size: 0.78rem;
  transition: color 0.2s ease;
}
.top-contact-link i {
  color: #E29B63;
  font-size: 0.8rem;
}
.top-contact-link:hover {
  color: #E29B63;
}
.top-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.top-social-links a {
  color: #C0B7AC;
  font-size: 0.8rem;
  transition: transform 0.2s ease, color 0.2s ease;
}
.top-social-links a:hover {
  color: #E29B63;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .top-bar-msg, .top-bar-sep, .email-hide-mobile {
    display: none;
  }
}

/* ═══════════════════════════════════════
   THEME TOGGLE REMOVED (Light Mode Only)
═══════════════════════════════════════ */
.theme-toggle-btn,
.mobile-theme-toggle {
  display: none !important;
}

/* ═══════════════════════════════════════
   NAVBAR (Traditional Sticky Header)
═══════════════════════════════════════ */
.navbar {
  position: relative;
  left: 0; right: 0;
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--nav-border);
  padding: 13px 0;
  box-shadow: 0 2px 14px rgba(36, 18, 10, 0.05);
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, padding 0.3s ease;
}
.navbar.scrolled {
  background: var(--nav-scrolled);
  box-shadow: 0 4px 20px rgba(36, 18, 10, 0.09);
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-img-wrap {
  width: 46px; height: 46px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--kumkum);
  box-shadow: 0 2px 10px rgba(166, 7, 5, 0.2);
  flex-shrink: 0;
}
.brand-logo-img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.logo-icon {
  width: 44px; height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--kumkum), var(--saffron));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #fff;
  box-shadow: 0 2px 10px rgba(166, 7, 5, 0.25);
}
.brand-name {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--heading);
}
.brand-name span { color: var(--primary-saffron); }
.brand-tagline {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 2px;
  color: var(--primary-crimson);
  font-weight: 700;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2.5px;
  background: var(--primary-saffron);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-link:hover,
.nav-link.active {
  color: var(--primary-saffron);
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}
.nav-link.active::after {
  box-shadow: 0 0 6px rgba(235, 91, 44, 0.4);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-toggle {
  display: none;
  color: var(--heading);
  font-size: 1.4rem;
  padding: 8px;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: fixed;
  top: 66px; left: 0; right: 0;
  background: var(--mobile-menu-bg);
  border-bottom: 2px solid var(--kumkum);
  box-shadow: 0 10px 30px rgba(36, 18, 10, 0.15);
  padding: 20px 28px;
  z-index: 999;
  transform: translateY(-110%);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.3s ease,
              visibility 0.42s,
              background-color 0.35s ease;
}
.mobile-menu.open {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(36, 18, 10, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-link {
  font-weight: 600;
  padding: 12px 4px;
  border-bottom: 1px solid var(--glass-border);
  color: var(--text);
}

/* ═══════════════════════════════════════
   HERO (Avantika Yatri Spiritual Style)
═══════════════════════════════════════ */
.hero-section {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(20, 8, 4, 0.72) 0%, rgba(36, 18, 10, 0.86) 100%),
              url('assets/hero_bg.jpg') center/cover no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 85px 20px 95px;
}
.hero-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: radial-gradient(circle at center, rgba(235, 91, 44, 0.16), rgba(0, 0, 0, 0.65));
  pointer-events: none;
}
.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.hero-content {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(235, 91, 44, 0.28);
  border: 1px solid rgba(229, 193, 88, 0.6);
  padding: 7px 20px;
  border-radius: var(--radius-pill);
  color: #ffdfba;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 22px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-badge i {
  color: #ffd28a;
}
.badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ffb366;
  box-shadow: 0 0 8px #ffb366;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 5.2vw, 3.5rem);
  line-height: 1.22;
  color: #ffffff;
  margin-bottom: 18px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.6);
}
.hero-title span {
  color: #ffaa5a;
  background: linear-gradient(90deg, #ffb366, #ffd180);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-subtitle {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.3vw, 1.18rem);
  color: #f7e6d2;
  margin-bottom: 34px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.68;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: var(--trans);
  font-size: 0.95rem;
}
.btn-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  color: #fff;
}
.btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--trans);
  font-size: 0.95rem;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}
.hero-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
.trust-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 18px 14px;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-align: center;
}
.trust-item:hover {
  transform: translateY(-4px);
  background: rgba(235, 91, 44, 0.25);
  border-color: var(--primary-saffron);
}
.trust-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #eb5b2c, #a60705);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  border: 1.5px solid rgba(229, 193, 88, 0.6);
  flex-shrink: 0;
}
.trust-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}
.trust-desc {
  font-size: 0.76rem;
  color: #f7e6d2;
  line-height: 1.35;
}
@media (max-width: 900px) {
  .hero-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .hero-section {
    padding: 64px 16px 74px;
    min-height: auto;
  }
  .hero-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .hero-trust-bar {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* Stats Bar */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
  padding: 26px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-golden);
  border-radius: var(--radius-md);
  box-shadow: var(--card-shadow);
  margin-top: 36px;
}
.stat-item {
  text-align: center;
  padding: 8px 12px;
  border-right: 1px solid var(--border-golden);
}
.stat-item:last-child {
  border-right: none;
}
.stat-number {
  font-size: 2.2rem;
  font-family: var(--font-outfit);
  font-weight: 800;
  color: var(--primary-crimson);
  display: inline-block;
  line-height: 1.1;
}
.stat-item p { font-size: 0.86rem; font-weight: 600; color: var(--text-muted); margin-top: 4px; }

/* ═══════════════════════════════════════
   SECTION HEADERS
═══════════════════════════════════════ */
.section-header { text-align: center; margin-bottom: 40px; }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-saffron);
  font-weight: 700;
  padding: 5px 16px;
  background: rgba(235, 91, 44, 0.08);
  border: 1px solid rgba(235, 91, 44, 0.22);
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  margin-bottom: 8px;
  color: var(--text-mahogany);
  line-height: 1.25;
}
.section-desc {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.62;
}

/* ═══════════════════════════════════════
   HOW IT WORKS (Simple 3-Step Process)
═══════════════════════════════════════ */
.how-it-works-section {
  padding: 72px 0;
  position: relative;
  background-color: var(--bg-parchment);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
  position: relative;
}
.step-card {
  padding: 34px 26px;
  background: #ffffff;
  border: 1px solid var(--border-golden);
  border-radius: var(--radius-md);
  box-shadow: var(--card-shadow);
  text-align: center;
  position: relative;
  transition: var(--trans);
}
.step-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-saffron);
  box-shadow: var(--card-shadow-hover);
}
.step-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eb5b2c, #a60705);
  color: #ffffff;
  font-family: var(--font-outfit);
  font-weight: 800;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 10px rgba(235, 91, 44, 0.3);
}
.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #fff4ed;
  border: 1.5px solid #ffd8c7;
  color: var(--primary-saffron);
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: var(--trans);
}
.step-card:hover .step-icon {
  transform: scale(1.08);
  background: #ffebe0;
}
.step-card h3 {
  font-family: var(--font-head);
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--text-mahogany);
  margin-bottom: 10px;
}
.step-card p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.58;
  margin-bottom: 16px;
}
.step-perk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #15803d;
  padding: 5px 12px;
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: var(--radius-pill);
}
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ═══════════════════════════════════════
   POSTERS SECTION
═══════════════════════════════════════ */
.posters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}
.poster-card {
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.poster-card:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 20, 18, 0.25);
  box-shadow: 0 8px 24px rgba(32, 22, 18, 0.06);
}
.poster-badge {
  position: absolute;
  top: 18px; right: 18px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}
.badge-saffron { background: var(--saffron); color: #fff; }
.badge-gold    { background: var(--gold); color: #fff; }
.badge-emerald { background: var(--emerald); color: #fff; }
.badge-info    { background: var(--sky); color: #fff; }

.poster-icon-wrap {
  width: 50px; height: 50px;
  border-radius: 8px;
  background: rgba(143, 20, 18, 0.05);
  border: 1px solid rgba(143, 20, 18, 0.12);
  color: var(--kumkum);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
  transition: var(--trans);
}
.poster-card:hover .poster-icon-wrap {
  background: rgba(143, 20, 18, 0.1);
  color: var(--kumkum);
  transform: scale(1.03);
}
.poster-card h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--heading);
}
.poster-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.6;
}
.poster-list    { display: flex; flex-direction: column; gap: 10px; }
.poster-list li { font-size: 0.84rem; color: var(--text-muted); display: flex; align-items: center; gap: 10px; }

/* Poster with image */
.poster-card.poster-with-image {
  padding: 18px 18px 24px;
}
.poster-with-image .poster-image-container {
  position: relative;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}
.poster-with-image .poster-image-container img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.poster-with-image:hover .poster-image-container img {
  transform: scale(1.05);
}
.poster-with-image .poster-badge {
  top: 12px; right: 12px;
  z-index: 5;
  backdrop-filter: blur(10px);
}
.poster-header-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.poster-inline-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255, 107, 0, 0.14);
  border: 1px solid rgba(255, 107, 0, 0.25);
  color: var(--saffron);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.poster-header-row h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.3;
}

/* ═══════════════════════════════════════
   DARSHAN PACKAGES SECTION (Admin & App Synced)
═══════════════════════════════════════ */
.packages-section {
  position: relative;
  padding: 56px 0 68px;
  background: var(--bg-parchment);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 36px;
  align-items: stretch;
}

.package-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius-md);
  background: #FFFFFF;
  border: 1.5px solid var(--border-golden);
  padding: 28px 26px;
  box-shadow: 0 8px 24px -4px rgba(36, 18, 10, 0.07);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Elegant Sacred Tricolor Top Accent Line */
.package-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #EB5B2C 0%, #C99738 50%, #A60705 100%);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-saffron);
  box-shadow: 0 16px 36px -6px rgba(235, 91, 44, 0.18);
}

.package-card:hover::before {
  height: 5px;
  opacity: 1;
}

/* Card Top & Information */
.pkg-card-top {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pkg-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.pkg-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: rgba(235, 91, 44, 0.09);
  border: 1px solid rgba(235, 91, 44, 0.28);
  color: var(--primary-saffron);
}

.pkg-type-badge i {
  font-size: 0.76rem;
}

.pkg-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 5px 11px;
  border-radius: var(--radius-pill);
  background: rgba(21, 128, 61, 0.08);
  border: 1px solid rgba(21, 128, 61, 0.24);
  color: var(--emerald);
}

.pkg-verified-badge i {
  font-size: 0.74rem;
}

/* Title */
.pkg-title {
  font-family: var(--font-head);
  font-size: 1.34rem;
  font-weight: 700;
  color: var(--text-mahogany);
  line-height: 1.32;
  margin-bottom: 16px;
  letter-spacing: -0.2px;
  transition: color 0.25s ease;
}

.package-card:hover .pkg-title {
  color: var(--primary-saffron);
}

/* Itinerary Box & Stops */
.pkg-itinerary-box {
  background: var(--bg-parchment);
  border: 1px solid var(--border-golden);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  margin-bottom: 16px;
  flex: 1;
}

.pkg-itinerary-header {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--border-golden);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pkg-itinerary-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pkg-itinerary-title i {
  color: var(--primary-saffron);
}

.pkg-stops-count {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  background: rgba(235, 91, 44, 0.1);
  color: var(--primary-saffron);
  border-radius: var(--radius-pill);
  border: 1px solid rgba(235, 91, 44, 0.2);
}

.pkg-stops-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pkg-stop-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.86rem;
  color: var(--text-mahogany);
  line-height: 1.42;
  padding: 2px 0;
}

.pkg-stop-marker {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(235, 91, 44, 0.1);
  border: 1px solid rgba(235, 91, 44, 0.25);
  color: var(--primary-saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.pkg-stop-text {
  flex: 1;
  word-break: break-word;
  font-weight: 500;
}

.pkg-desc-text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.58;
  margin-bottom: 16px;
}

/* Inclusions & Services */
.pkg-inclusions-box {
  margin-bottom: 16px;
}

.pkg-inclusions-header {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pkg-inclusions-header i {
  color: var(--gold);
}

.pkg-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pkg-service-chip {
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(201, 151, 56, 0.08);
  border: 1px solid rgba(201, 151, 56, 0.25);
  color: #785210;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
}

.pkg-service-chip i {
  font-size: 0.68rem;
  color: var(--emerald);
}

/* Card Bottom & Actions */
.pkg-card-bottom {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border-golden);
}

/* Trust / Fixed Fare Banner */
.pkg-trust-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  background: rgba(21, 128, 61, 0.07);
  border: 1px solid rgba(21, 128, 61, 0.2);
  color: var(--emerald);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.2px;
}

.pkg-trust-banner i {
  font-size: 0.84rem;
  flex-shrink: 0;
}

/* Buttons Grid */
.pkg-btn-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pkg-book-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  font-size: 0.94rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #EB5B2C 0%, #CC4518 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px rgba(235, 91, 44, 0.28);
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.pkg-book-btn:hover {
  background: linear-gradient(135deg, #DC4F22 0%, #B83A12 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(235, 91, 44, 0.4);
  color: #ffffff !important;
}

.pkg-book-btn .pkg-arrow {
  margin-left: 4px;
  font-size: 0.82rem;
  transition: transform 0.25s ease;
}

.pkg-book-btn:hover .pkg-arrow {
  transform: translateX(4px);
}

.pkg-wa-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  background: #ffffff;
  color: #166A39 !important;
  border: 1.5px solid #25D366;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.12);
  transition: all 0.25s ease;
  text-decoration: none;
  cursor: pointer;
}

.pkg-wa-btn:hover {
  background: #F0FDF4;
  border-color: #166A39;
  color: #11532C !important;
  transform: translateY(-1.5px);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

.pkg-btn-subtext {
  font-size: 0.74rem;
  color: var(--text-dim);
  text-align: center;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 500;
}

.pkg-btn-subtext i {
  color: var(--emerald);
  font-size: 0.78rem;
}

/* Custom Tour WhatsApp Support Banner */
.packages-footer-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
  margin-top: 36px;
  background: linear-gradient(135deg, #FFFFFF 0%, #FAF7F0 60%, #F4EEE2 100%);
  border: 1.5px solid var(--border-golden);
  border-radius: var(--radius-md);
  box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
}

.packages-footer-banner:hover {
  border-color: var(--primary-saffron);
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-2px);
}

.packages-banner-content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.packages-banner-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(235, 91, 44, 0.12), rgba(166, 7, 5, 0.08));
  border: 1.5px solid rgba(235, 91, 44, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-saffron);
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(235, 91, 44, 0.1);
}

.packages-banner-text h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-mahogany);
  margin-bottom: 5px;
  line-height: 1.3;
}

.packages-banner-text p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.packages-banner-action {
  flex-shrink: 0;
}

.packages-banner-action .btn {
  background: #25D366;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-sm);
  padding: 12px 24px;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  white-space: nowrap;
  transition: all 0.25s ease;
}

.packages-banner-action .btn:hover {
  background: #1EBE5D;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
  color: #ffffff !important;
}

@media (max-width: 860px) {
  .packages-footer-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 22px;
  }
  .packages-banner-action,
  .packages-banner-action .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ═══════════════════════════════════════
   VS SECTION (Problem / Solution)
═══════════════════════════════════════ */
.vs-wrapper {
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 36px;
  align-items: start;
  border: 1px solid var(--glass-border);
  transition: border-color 0.35s ease;
  overflow: hidden;
  width: 100%;
}
.vs-old {
  padding: 32px 28px;
  background: var(--vs-old-bg);
  border: 1px solid var(--vs-old-border);
  border-radius: var(--radius-md);
  transition: background 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vs-new {
  padding: 32px 28px;
  background: var(--vs-new-bg);
  border: 1px solid var(--vs-new-border);
  border-radius: var(--radius-md);
  transition: background 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vs-col-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.vs-icon {
  width: 42px; height: 42px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.vs-icon.danger  { background: rgba(143,20,18,0.08); color: var(--crimson); box-shadow: none; }
.vs-icon.success { background: rgba(22,101,52,0.08); color: var(--emerald); box-shadow: none; }
.vs-col-header h3 { font-size: 1.28rem; color: var(--heading); }
.vs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.vs-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
  padding: 2px 0;
  width: 100%;
}
.vs-list li i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  margin-top: 1px;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
.vs-old .vs-list i {
  background: rgba(143, 20, 18, 0.08);
  color: var(--crimson);
  border: 1px solid rgba(143, 20, 18, 0.2);
}
.vs-new .vs-list i {
  background: rgba(22, 101, 52, 0.08);
  color: var(--emerald);
  border: 1px solid rgba(22, 101, 52, 0.2);
}
.vs-divider {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1.5px solid var(--glass-border);
  box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--text-dim);
  align-self: center;
}

/* ═══════════════════════════════════════
   ESTIMATOR
═══════════════════════════════════════ */
.estimator-card { padding: 40px; }
.estimator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.estimator-info h2 { font-size: 2rem; margin-bottom: 12px; }
.estimator-info p  { color: var(--text-muted); margin-bottom: 28px; }
.est-features { display: flex; flex-direction: column; gap: 12px; }
.est-feat { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; }
.estimator-form { padding: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.form-control {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.92rem;
  transition: var(--trans);
}
.form-control:focus { outline: none; border-color: var(--saffron); }
.form-control option { background: var(--bg-2); color: var(--text); }
.fare-result-box {
  text-align: center;
  padding: 20px;
  background: rgba(255,107,0,0.08);
  border: 1px dashed rgba(255,107,0,0.4);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.fare-label { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 4px; }
.fare-amount { font-size: 2rem; font-family: var(--font-head); font-weight: 800; color: var(--saffron); }
.fare-breakdown { font-size: 0.75rem; color: var(--text-muted); margin-top: 6px; }

/* ═══════════════════════════════════════
   DOWNLOAD SECTION
═══════════════════════════════════════ */
/* ═══════════════════════════════════════
   DOWNLOAD SECTION
═══════════════════════════════════════ */
.download-card {
  padding: 44px 40px;
  background: var(--download-card-bg);
  border: 1px solid var(--glass-border-accent);
  box-shadow: var(--glass-shadow);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.download-text h2 { font-size: 2.2rem; margin-bottom: 14px; letter-spacing: -0.5px; color: var(--heading); }
.download-text p  { color: var(--text-muted); margin-bottom: 32px; font-size: 1.05rem; line-height: 1.65; }
.store-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 22px 10px 18px;
  background: var(--temple-dark);
  color: #FFFFFF;
  border: 1.5px solid rgba(199, 163, 22, 0.35);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease,
              box-shadow 0.25s ease,
              background 0.25s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.store-btn .play-store-svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.store-btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.store-btn-text small {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #94A3B8;
  line-height: 1.2;
}
.store-btn-text strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.22rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.store-btn {
  background: #24120A;
  color: #FFFFFF;
  border: 1.5px solid rgba(201, 151, 56, 0.35);
  box-shadow: 0 10px 24px -4px rgba(36, 18, 10, 0.32), 0 4px 10px rgba(0, 0, 0, 0.1);
}
.store-btn .store-btn-text small {
  color: #C0B0A0;
}
.store-btn .store-btn-text strong {
  color: #FFFFFF;
}

/* Hover & Active States */
.store-btn:hover {
  background: #3A150A;
  border-color: var(--gold);
  transform: translateY(-2.5px);
  box-shadow: 0 14px 30px -4px rgba(201, 151, 56, 0.35), 0 6px 16px rgba(36, 18, 10, 0.3);
}
.store-btn:hover .play-store-svg {
  transform: scale(1.1);
}
.store-btn:active {
  transform: scale(0.97) translateY(0);
}

/* Phone Mockup */
.phone-mockup-wrap {
  display: flex;
  justify-content: center;
  animation: phonefloat 5s ease-in-out infinite alternate;
}
@keyframes phonefloat {
  from { transform: translateY(0) rotate(0.4deg); }
  to   { transform: translateY(-14px) rotate(-0.4deg); }
}
.phone-mockup {
  width: 250px;
  background: var(--phone-body-bg);
  border: 9px solid var(--phone-border);
  border-radius: 46px;
  padding: 14px;
  box-shadow: 0 35px 70px rgba(0,0,0,0.18), inset 0 0 0 1px var(--glass-border), 0 0 40px var(--saffron-glow);
  position: relative;
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.4s ease;
}
.phone-mockup:hover { transform: translateY(-6px); }
.phn-notch {
  width: 84px; height: 22px;
  background: var(--phone-notch-bg);
  border-radius: 12px;
  margin: 0 auto 14px;
  transition: background-color 0.35s ease;
}
.phn-screen {
  background: var(--phone-screen-bg);
  border-radius: 26px;
  padding: 18px;
  border: 1px solid var(--glass-border);
  transition: background 0.35s ease, border-color 0.35s ease;
}
.phn-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--saffron);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.phn-logo-img {
  width: 22px; height: 22px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid var(--glass-border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.phn-card {
  background: var(--phone-card-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.phn-icon { font-size: 1.5rem; color: var(--gold); margin-bottom: 8px; }
.phn-card strong { display: block; font-size: 0.85rem; margin-bottom: 4px; color: var(--heading); }
.phn-card p { font-size: 0.72rem; color: var(--text-muted); line-height: 1.4; }
.phn-otp-box {
  background: rgba(16,185,129,0.15);
  color: var(--emerald);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 12px;
  font-weight: 600;
}
.phn-map-preview {
  background: rgba(59,130,246,0.15);
  color: var(--sky);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ═══════════════════════════════════════
   PARTNER & INVESTOR CONNECT
═══════════════════════════════════════ */
.partner-section { padding: 72px 0; }
.partner-cta {
  padding: 46px 36px;
  text-align: center;
  background: var(--partner-cta-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.partner-cta h3 { font-size: 1.9rem; margin-bottom: 10px; letter-spacing: -0.4px; color: var(--heading); }
.partner-cta p  { color: var(--text-muted); margin-bottom: 28px; max-width: 600px; margin-left: auto; margin-right: auto; font-size: 1rem; }
.partner-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ═══════════════════════════════════════
   TIPS SECTION
═══════════════════════════════════════ */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px;
}
.tip-card { padding: 28px; }
.tip-num {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 900;
  color: var(--saffron);
  opacity: 0.45;
  margin-bottom: 12px;
}
.tip-card h4 { font-size: 1rem; margin-bottom: 8px; color: var(--heading); }
.tip-card p  { font-size: 0.82rem; color: var(--text-muted); }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.footer {
  background: var(--footer-bg);
  border-top: 1px solid var(--footer-border);
  padding: 60px 0 24px;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 36px;
  margin-bottom: 36px;
}
.footer-brand p { font-size: 0.87rem; color: var(--text-muted); margin: 16px 0; }
.social-row { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--btn-glass-bg);
  color: var(--text);
  border: 1px solid var(--btn-glass-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.92rem;
  transition: var(--trans);
}
.social-btn:hover { background: var(--saffron); color: #fff; border-color: var(--saffron); transform: translateY(-3px) scale(1.1); }
.social-btn.instagram-btn:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(220, 39, 67, 0.35);
}
.social-btn.facebook-btn:hover {
  background: #1877F2;
  color: #fff;
  border-color: #1877F2;
  box-shadow: 0 6px 18px rgba(24, 119, 242, 0.35);
}
.social-btn.whatsapp-btn:hover {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

/* Partner Social Connect Bar */
.partner-social-connect {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--glass-border);
  text-align: center;
}
.social-connect-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
.social-pills-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.social-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  background: var(--glass-inner-bg);
  border: 1px solid var(--glass-border);
  color: var(--text);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.social-pill-btn i {
  font-size: 1.15rem;
}
.social-pill-btn .pill-title {
  font-weight: 700;
}
.social-pill-btn .pill-handle {
  font-size: 0.76rem;
  opacity: 0.75;
  font-weight: 500;
  margin-left: 2px;
}
.social-pill-btn:hover {
  transform: translateY(-3px) scale(1.02);
}
.instagram-pill:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(220, 39, 67, 0.35);
}
.facebook-pill:hover {
  background: #1877F2;
  color: #fff;
  border-color: #1877F2;
  box-shadow: 0 8px 24px rgba(24, 119, 242, 0.35);
}

/* Mobile Social Icons in Drawer */
.mobile-social-wrap {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-social-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted);
}
.mobile-social-icons {
  display: flex;
  gap: 10px;
}
.mobile-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--btn-glass-bg);
  border: 1px solid var(--btn-glass-border);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: var(--trans);
}
.mobile-social-btn.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  border-color: transparent;
}
.mobile-social-btn.facebook:hover {
  background: #1877F2;
  color: #fff;
  border-color: #1877F2;
}

.social-pill-btn {
  background: #ffffff;
  border: 1px solid var(--border-golden);
  color: var(--text-mahogany);
}
.mobile-social-btn {
  background: #ffffff;
  border: 1px solid var(--border-golden);
  color: var(--text-mahogany);
}
.footer-col h4 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--footer-heading);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a {
  font-size: 0.88rem;
  color: var(--footer-text);
  opacity: 0.85;
  transition: color 0.22s ease, opacity 0.22s ease;
}
.footer-col ul a:hover {
  color: var(--saffron);
  opacity: 1;
}

/* Traditional Contact Info Boxes (Ujjain Tourism Style) */
.footer-contact-boxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-box-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-sm);
  transition: var(--trans);
}
.contact-box-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(3px);
}
.contact-box-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(143, 20, 18, 0.3);
  color: #FCE8E6;
  border: 1px solid rgba(143, 20, 18, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.contact-box-content {
  font-size: 0.82rem;
  color: var(--footer-text);
  line-height: 1.35;
}
.contact-box-content strong {
  display: block;
  color: var(--footer-heading);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.contact-box-content a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-box-content a:hover {
  color: var(--saffron);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--footer-text);
  opacity: 0.7;
}

/* ═══════════════════════════════════════
   SKELETON LOADERS
═══════════════════════════════════════ */
.skeleton {
  background: linear-gradient(90deg, rgba(36, 18, 10, 0.05) 25%, rgba(36, 18, 10, 0.10) 50%, rgba(36, 18, 10, 0.05) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 6px;
}
@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.skeleton-card   { padding: 28px 24px; }
.skeleton-icon   { width: 56px; height: 56px; border-radius: 16px; margin-bottom: 20px; }
.skeleton-title  { width: 70%; height: 22px; margin-bottom: 12px; }
.skeleton-text   { width: 100%; height: 14px; margin-bottom: 8px; }
.skeleton-text.short { width: 60%; }
.skeleton-pill   { width: 130px; height: 26px; border-radius: var(--radius-pill); margin-bottom: 16px; }
.skeleton-box    { width: 100%; height: 150px; border-radius: var(--radius-md); margin-bottom: 18px; }
.skeleton-btn    { width: 100%; height: 46px; border-radius: var(--radius-md); margin-top: 10px; }
.pkg-skeleton    { overflow: hidden; }
.sk-img          { height: 190px; }
.pkg-body        { padding: 24px; }
.sk-title        { width: 65%; height: 20px; margin-bottom: 12px; }
.sk-text         { width: 100%; height: 12px; margin-bottom: 6px; }
.sk-text.short   { width: 50%; }

/* ═══════════════════════════════════════
   RESPONSIVE (All 4 Sections Optimized)
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-grid, .estimator-grid, .download-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .float-card { display: none; }
  .hero-title { text-align: center; }
  .hero-subtext { text-align: center; margin-left: auto; margin-right: auto; }
  .hero-ctas, .trust-chips { justify-content: center; align-items: center; }
  .hero-stats { grid-template-columns: repeat(2,1fr); gap: 16px; padding: 24px; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--glass-border); padding-bottom: 14px; }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none; padding-bottom: 0; }
  .vs-wrapper { grid-template-columns: 1fr; gap: 18px; padding: 28px 24px; }
  .vs-divider {
    width: 44px; height: 44px;
    font-size: 0.8rem;
    margin: -8px auto;
    align-self: center;
  }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
  .nav-links, .nav-actions { display: none; }
  .mobile-toggle { display: block; }
}

@media (max-width: 640px) {
  .section { padding: 56px 0; }
  .hero-section { padding: 130px 0 64px; }
  .hero-stats { grid-template-columns: repeat(2,1fr); padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .estimator-card, .download-card, .partner-cta { padding: 28px 20px; }
  .partner-cta h3 { font-size: 1.55rem; }
  .partner-btns, .hero-ctas { flex-direction: column; width: 100%; gap: 12px; }
  .partner-btns .btn, .hero-ctas .btn { width: 100%; }
  .store-btns { flex-direction: column; width: 100%; gap: 12px; }
  .store-btn { width: 100%; justify-content: center; }
  .phone-mockup { max-width: 220px; margin: 0 auto; }
  .posters-grid, .tips-grid { grid-template-columns: 1fr; }
  .packages-grid { grid-template-columns: 1fr; }
  .package-card { padding: 22px 18px; }
  .section-header { margin-bottom: 28px; }
  .packages-footer-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 20px;
  }
  .packages-banner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .packages-banner-action, .packages-banner-action .btn {
    width: 100%;
    justify-content: center;
  }
  .floating-wa-pill {
    padding: 7px 16px 7px 8px;
    bottom: 18px;
    right: 18px;
  }
  .wa-text-box { font-size: 0.78rem; }
  .vs-wrapper { padding: 22px 16px; gap: 16px; }
  .vs-old, .vs-new { padding: 22px 18px; }
}

@media (max-width: 400px) {
  .container { padding: 0 14px; }
  .brand-name { font-size: 1.12rem; }
  .brand-tagline { font-size: 0.55rem; letter-spacing: 1.5px; }
  .hero-stats { grid-template-columns: 1fr; }
  .stat-item { border-bottom: 1px solid var(--glass-border); padding-bottom: 12px; }
  .stat-item:last-child { border-bottom: none; }
  .vs-wrapper { padding: 18px 12px; }
  .download-card, .partner-cta { padding: 22px 14px; }
  .section-title { font-size: clamp(1.5rem, 7vw, 1.9rem); }
}

/* ═══════════════════════════════════════
   SCROLL REVEAL ANIMATIONS — Modern Blur-Lift Entry
═══════════════════════════════════════ */
[data-animate] {
  opacity: 0;
  will-change: transform, opacity, filter;
  transition:
    opacity   0.72s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    filter    0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Standard fade-up with subtle motion blur */
[data-animate="fade-up"] {
  transform: translateY(32px);
  filter: blur(5px);
}
[data-animate="fade-down"] {
  transform: translateY(-32px);
  filter: blur(5px);
}
/* Slide from sides — directional blur */
[data-animate="fade-left"] {
  transform: translateX(40px);
  filter: blur(3px);
}
[data-animate="fade-right"] {
  transform: translateX(-40px);
  filter: blur(3px);
}
/* Scale-pop with depth */
[data-animate="scale-up"] {
  transform: scale(0.93) translateY(16px);
  filter: blur(4px);
}

/* Revealed state — all types converge */
[data-animate].is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0px);
}


/* Subtle continuous ambient breathing glow */
.ambient-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}
@keyframes ambientPulse {
  0%, 100% { transform: scale(1) translateY(0); opacity: 0.35; }
  50% { transform: scale(1.08) translateY(-15px); opacity: 0.50; }
}
.glow-1 { animation: ambientPulse 8s ease-in-out infinite alternate; }
.glow-2 { animation: ambientPulse 10s ease-in-out infinite alternate-reverse; }

/* ═══════════════════════════════════════
   FLOATING ACTION BUTTONS (WhatsApp & Helpline)
═══════════════════════════════════════ */
.floating-cta-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  z-index: 9999;
}

/* ═══════════════════════════════════════
   FLOATING ACTION WIDGET (Modern WhatsApp Pill)
═══════════════════════════════════════ */
.floating-cta-container {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  z-index: 9999;
}

.floating-wa-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 22px 8px 10px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(18, 140, 126, 0.95) 0%, rgba(37, 211, 102, 0.98) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.38), 0 6px 18px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: visible;
}

.floating-wa-pill:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.52), 0 8px 24px rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.6);
}

.floating-wa-pill:active {
  transform: translateY(-1px) scale(0.98);
}

.wa-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.floating-wa-pill:hover .wa-icon-box {
  transform: rotate(12deg) scale(1.1);
}

.wa-status-dot {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #10B981;
  border: 2px solid #ffffff;
  box-shadow: 0 0 8px #10B981;
  animation: statusPulse 2s infinite;
}

@keyframes statusPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.2); opacity: 0.85; }
}

.wa-text-box {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.25;
}

.wa-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.9);
}

.wa-sub {
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.2px;
}

/* Double glowing ripple effect behind button */
.wa-ripple-ring {
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1.5px solid rgba(37, 211, 102, 0.6);
  pointer-events: none;
  animation: waRipple 2.8s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
  opacity: 0;
  z-index: -1;
}

.wa-ripple-ring.ring-2 {
  animation-delay: 1.4s;
}

@keyframes waRipple {
  0% { transform: scale(0.95); opacity: 0.8; }
  100% { transform: scale(1.18, 1.35); opacity: 0; }
}

/* ═══════════════════════════════════════
   MOBILE STICKY BOTTOM CONVERSION DOCK
═══════════════════════════════════════ */
.mobile-sticky-dock {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 253, 250, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-golden);
  box-shadow: 0 -8px 24px rgba(36, 18, 10, 0.08);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dock-container {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 540px;
  margin: 0 auto;
}

.dock-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-family: var(--font-head);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  min-height: 48px;
}

.dock-btn:active {
  transform: scale(0.96);
}

.dock-btn-primary {
  background: linear-gradient(135deg, var(--saffron), var(--saffron-dark));
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 14px var(--saffron-glow);
}

.dock-btn-wa {
  background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.dock-btn i {
  font-size: 1.35rem;
}

.dock-wa-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.dock-wa-dot {
  position: absolute;
  top: -2px;
  right: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #25D366;
  animation: statusPulse 2s infinite;
}

.dock-btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.15;
}

.dock-btn-sub {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  opacity: 0.88;
}

.dock-btn-main {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.2px;
  white-space: nowrap;
}


@media (max-width: 768px) {
  .mobile-sticky-dock {
    display: block;
  }
  .floating-cta-container {
    bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    right: 18px;
  }
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 640px) {
  .floating-wa-pill {
    padding: 8px;
  }
  .wa-text-box {
    display: none;
  }
  .wa-icon-box {
    width: 46px;
    height: 46px;
    font-size: 1.55rem;
  }
  @keyframes waRipple {
    0% { transform: scale(0.95); opacity: 0.8; }
    100% { transform: scale(1.35); opacity: 0; }
  }
}

/* ═══════════════════════════════════════
   HERO ENTRANCE — Sequenced On-Load
═══════════════════════════════════════ */
@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroSlideRight {
  from { opacity: 0; transform: translateX(36px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes heroScaleIn {
  from { opacity: 0; transform: scale(0.94); }
  to   { opacity: 1; transform: scale(1); }
}

.hero-animate {
  opacity: 0;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-duration: 0.75s;
}
.hero-animate.slide-up    { animation-name: heroSlideUp; }
.hero-animate.slide-right { animation-name: heroSlideRight; }
.hero-animate.scale-in    { animation-name: heroScaleIn; }

/* Delays assigned by JS, but define a safe base */
.hero-animate[style*="animation-delay"] { opacity: 0; }

/* ═══════════════════════════════════════
   VS SECTION — Stagger Delay Override
   (handled by JS, these are reference values)
═══════════════════════════════════════ */
.vs-list [data-animate] {
  transform: translateX(32px);
}
.vs-old .vs-list [data-animate] {
  transform: translateX(-32px);
}

/* ═══════════════════════════════════════
   CUSTOM CURSOR (Desktop Only)
═══════════════════════════════════════ */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 99999;
  border-radius: 50%;
  transform: translate(-200px, -200px);
  will-change: transform;
}
.cursor-dot {
  width: 8px; height: 8px;
  background: var(--saffron);
  box-shadow: 0 0 10px rgba(255, 107, 0, 0.8);
}
.cursor-ring {
  width: 38px; height: 38px;
  border: 1.5px solid rgba(255, 107, 0, 0.55);
  transition: width 0.25s ease,
              height 0.25s ease,
              border-color 0.25s ease,
              background 0.25s ease;
}
.cursor-ring.is-hover {
  width: 62px; height: 62px;
  border-color: var(--saffron);
  background: rgba(255, 107, 0, 0.07);
}
/* Hide cursor elements on touch devices */
@media (hover: none), (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* ═══════════════════════════════════════
   PREFERS-REDUCED-MOTION GUARD
   (Accessibility — respects user OS setting)
═══════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  /* Stop all continuous animations */
  .float-card,
  .badge-dot,
  .glow-1, .glow-2,
  .phone-mockup-wrap,
  .floating-wa-pill,
  .wa-status-dot,
  .wa-ripple-ring,
  .partner-cta,
  .skeleton {
    animation: none !important;
  }
  /* Fast-forward scroll reveals */
  [data-animate] {
    transition-duration: 0.01ms !important;
    opacity: 1 !important;
    transform: none !important;
  }
  /* Hero entrance */
  .hero-animate {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  /* Button press */
  .btn:active {
    transform: none !important;
  }
}

/* ═══════════════════════════════════════
   TEXT HOVER EFFECTS — Link & Heading
   (clean, conflict-free)
═══════════════════════════════════════ */

/* ── Footer nav links — saffron gradient underline wipe ──
   Augments existing L1012 rule, does NOT redeclare base */
.footer-col ul a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  /* override original color transition with richer one */
  transition: color 0.28s ease !important;
}
.footer-col ul a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1.5px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  border-radius: 2px;
  transition: width 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Override original saffron hover to white + underline */
.footer-col ul a:hover {
  color: #fff !important;
}
.footer-col ul a:hover::after {
  width: 100%;
}

/* ── VS list items — slide-indent + brighten ──
   No redeclaration needed — just hover additions */
.vs-old .vs-list li,
.vs-new .vs-list li {
  transition: color 0.22s ease, padding-left 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
.vs-old .vs-list li:hover { color: var(--text); padding-left: 5px; }
.vs-new .vs-list li:hover { color: #fff; padding-left: 5px; }

/* ── Section title — saffron color shift on hover ── */
.section-title {
  transition: color 0.35s ease, text-shadow 0.35s ease;
}
.section-title:hover {
  color: var(--saffron);
  text-shadow: 0 0 40px rgba(255, 107, 0, 0.25);
}

/* ── Poster card headings ── */
.poster-card h3 {
  transition: color 0.25s ease;
  color: var(--heading);
}
.poster-card:hover h3 {
  color: var(--saffron);
}

/* ── Mobile nav links — left bar + indent ──
   Only add to existing .mobile-link, do NOT redeclare */
.mobile-link {
  position: relative;
  transition: color 0.25s ease, padding-left 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.mobile-link::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 0; height: 60%;
  background: linear-gradient(180deg, var(--saffron), var(--gold));
  border-radius: 3px;
  transition: width 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Saffron color + indent on mobile menu hover */
.mobile-link:hover {
  color: var(--primary-saffron) !important;
  padding-left: 14px !important;
}
.mobile-link:hover::before { width: 3px; }

/* ── Brand logo hover ── */
.logo-img-wrap {
  transition: box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.brand-logo:hover .logo-img-wrap {
  box-shadow: 0 4px 24px rgba(255, 107, 0, 0.45);
  transform: scale(1.05);
}
.brand-logo:hover .brand-name {
  text-shadow: 0 0 24px rgba(255, 107, 0, 0.35);
}
.brand-name { transition: text-shadow 0.3s ease; }

/* ── Section label pill hover ──
   Only add hover state; do NOT redeclare base */
.section-label {
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}
.section-label:hover {
  transform: translateY(-1px) scale(1.03);
  background: rgba(255, 107, 0, 0.18);
  box-shadow: 0 4px 16px rgba(255, 107, 0, 0.2);
}

/* ── Pill badge hover ──
   Only add hover state; do NOT redeclare base */
.pill-badge {
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.pill-badge:hover {
  background: rgba(255, 107, 0, 0.2);
  border-color: rgba(255, 107, 0, 0.55);
  transform: translateY(-2px);
}

/* ── Trust chip hover ──
   Only transitions; base display already defined */
.trust-chip {
  transition: border-color 0.25s ease, background 0.25s ease,
              transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.trust-chip:hover {
  border-color: rgba(255, 107, 0, 0.45);
  background: rgba(255, 107, 0, 0.08);
  transform: translateY(-2px);
}
/* Keep icon emerald by default; saffron on chip hover */
.trust-chip i { transition: color 0.22s ease; }
.trust-chip:hover i { color: var(--saffron); }



/* ── Stat numbers — glow pop on hover ──
   SAFE: use filter only, NOT transform (gradient clip is
   already on this element; transform is fine but
   we must NOT touch -webkit-text-fill-color here) */
.stat-number { transition: filter 0.25s ease; }
.stat-item:hover .stat-number {
  filter: drop-shadow(0 0 10px rgba(255, 107, 0, 0.55)) brightness(1.1);
}

/* ── Stat item label brightens on hover ── */
.stat-item p { transition: color 0.22s ease; }
.stat-item:hover p { color: var(--text); }

/* ══════════════════════════════════════════
   HERO ENTRANCE — Blur-Lift Combo Keyframes
══════════════════════════════════════════ */
@keyframes heroBlurUp {
  0%   { opacity: 0; transform: translateY(28px); filter: blur(8px); }
  60%  { filter: blur(1px); }
  100% { opacity: 1; transform: translateY(0);   filter: blur(0); }
}
@keyframes heroBlurRight {
  0%   { opacity: 0; transform: translateX(32px); filter: blur(8px); }
  60%  { filter: blur(1px); }
  100% { opacity: 1; transform: translateX(0);   filter: blur(0); }
}
@keyframes heroBlurScale {
  0%   { opacity: 0; transform: scale(0.92); filter: blur(10px); }
  60%  { filter: blur(2px); }
  100% { opacity: 1; transform: scale(1);   filter: blur(0); }
}
.hero-animate {
  opacity: 0;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-duration: 0.85s;
}
.hero-animate.slide-up    { animation-name: heroBlurUp; }
.hero-animate.slide-right { animation-name: heroBlurRight; }
.hero-animate.scale-in    { animation-name: heroBlurScale; }

/* ═══════════════════════════════════════
   WORD-SPLIT TEXT REVEAL
   (JS splits section h2/h3 into word spans)
═══════════════════════════════════════ */
.word-split-wrap {
  overflow: hidden;
  display: inline-block;
  line-height: inherit;
  vertical-align: bottom;
}
.word-split {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%) skewY(4deg);
  transition:
    opacity   0.58s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}
.word-split.is-visible {
  opacity: 1;
  transform: translateY(0) skewY(0deg);
}

/* ── Reduce motion: disable all blur & split ── */
@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0.01ms !important;
  }
  .hero-animate {
    animation-duration: 0.01ms !important;
    opacity: 1 !important;
  }
  .word-split {
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0.01ms !important;
  }
  .section-title:hover {
    color: var(--text);
    text-shadow: none;
  }
  .float-card,
  .badge-dot,
  .glow-1, .glow-2,
  .phone-mockup-wrap,
  .floating-wa-pill,
  .wa-status-dot,
  .wa-ripple-ring,
  .partner-cta,
  .skeleton {
    animation: none !important;
  }
}
