/* ==========================================================================
   NADI PARIKSHA AYURVEDIC KENDER — VAIDYA KULDEEP SINGH
   Award-Winning Luxury Design System (Beige, Warm Alabaster, Gold & Emerald)
   7th-Generation Ayurvedic Master Lineage
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Noto+Serif+Devanagari:wght@400;500;600;700;800;900&family=Rozha+One&family=Yatra+One&family=Noto+Sans+Gurmukhi:wght@400;500;600;700&display=swap');

/* ==========================================================================
   1. CSS CUSTOM PROPERTIES & TOKENS (HIGH CONTRAST & SPACIOUS)
   ========================================================================== */
:root {
  /* Luxury Beige & Alabaster Palette */
  --bg-beige:         #FAF7F2;
  --bg-beige-light:   #FDFBF7;
  --bg-sand:          #F4ECE1;
  --bg-linen:         #EDE5D8;
  --bg-cream:         #FAF5EB;
  --bg-white:         #FFFFFF;
  
  /* Royal Ayurvedic Forest / Emerald */
  --forest-deep:      #0C2317;
  --forest:           #143827;
  --forest-light:     #1E4D36;
  --forest-muted:     #2B5E44;
  --forest-surface:   #102D1E;
  
  /* Royal Champagne & Vedic Gold */
  --gold:             #C59B4B;
  --gold-light:       #DFC07A;
  --gold-bright:      #E8C97E;
  --gold-dark:        #8C5E18;
  --gold-bronze:      #754D14;
  --gold-subtle:      rgba(197, 155, 75, 0.14);
  --gold-border:      rgba(197, 155, 75, 0.35);
  --gold-border-bold: rgba(197, 155, 75, 0.65);
  --gold-glow:        0 0 32px rgba(197, 155, 75, 0.25);
  --gold-gradient:    linear-gradient(135deg, #E6C882 0%, #C59B4B 50%, #8C5E18 100%);
  --gold-foil:        linear-gradient(135deg, #FFF2CE 0%, #DFC07A 35%, #C59B4B 70%, #8C6422 100%);
  --forest-gradient:  linear-gradient(145deg, #143827 0%, #0C2317 100%);
  --sand-gradient:    linear-gradient(180deg, #FAF7F2 0%, #F4ECE1 100%);

  /* High-Contrast Dark Brown Typography Palette */
  --text-main:        #26160C;  /* Dark Espresso Brown for crisp main text */
  --text-heading:     #100803;  /* Deep Forest-Mahogany for headings */
  --text-muted:       #3D2617;  /* Rich Chestnut Brown for descriptions (No faint grey!) */
  --text-soft:        #543926;  /* Warm Deep Brown for secondary text */
  --text-inverse:     #FAF7F2;  /* Cream on dark backgrounds */
  --text-gold:        #8C5E18;  /* High-contrast Gold text */

  /* Shadows */
  --shadow-sm:        0 3px 10px rgba(38, 22, 12, 0.05);
  --shadow-md:        0 10px 28px -4px rgba(38, 22, 12, 0.08);
  --shadow-lg:        0 20px 50px -8px rgba(38, 22, 12, 0.12);
  --shadow-xl:        0 30px 70px -12px rgba(38, 22, 12, 0.16);
  --shadow-gold:      0 12px 35px -5px rgba(197, 155, 75, 0.35);
  --shadow-card:      0 16px 45px -10px rgba(38, 22, 12, 0.08);

  /* Radius */
  --radius-sm:        10px;
  --radius-md:        18px;
  --radius-lg:        26px;
  --radius-xl:        36px;
  --radius-pill:      9999px;
}

/* ==========================================================================
   2. RESET & GLOBAL BASE
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-beige);
  color: var(--text-main);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  letter-spacing: 0.01em;
  selection-background-color: var(--gold-light);
}

::selection {
  background-color: #EEDBB2;
  color: #100803;
}

/* Typography Utility Classes */
h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Cormorant Garamond', 'Philosopher', Georgia, serif;
  letter-spacing: -0.01em;
  color: var(--text-heading);
  line-height: 1.25;
}

.font-serif { font-family: 'Cormorant Garamond', Georgia, serif; }
.font-philosopher { font-family: 'Philosopher', serif; }
.font-roman { font-family: 'Cinzel', serif; }
.font-sans { font-family: 'Plus Jakarta Sans', sans-serif; }
.font-devanagari, .font-hindi { font-family: 'Noto Sans Devanagari', sans-serif; }
.font-hindi-heading, .font-devanagari-heading { font-family: 'Noto Serif Devanagari', 'Rozha One', serif; }
.font-shloka { font-family: 'Noto Serif Devanagari', Georgia, serif; }
.font-gurmukhi { font-family: 'Noto Sans Gurmukhi', sans-serif; }

/* Dedicated Hindi Highlighting & Presentation Utilities (High Contrast Dark Brown) */
.hindi-highlight {
  display: inline-block;
  background: #FAF3E8;
  border: 1.5px solid #D4B270;
  color: #2E1809;
  padding: 0.18rem 0.65rem;
  border-radius: 9999px;
  font-weight: 700;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 0.9em;
  vertical-align: baseline;
  line-height: 1.35;
  box-shadow: 0 2px 6px rgba(197, 155, 75, 0.12);
  transition: all 0.25s ease;
}

.hindi-highlight:hover {
  background: #F5E8D3;
  border-color: #C59B4B;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(197, 155, 75, 0.2);
}

.hindi-highlight-forest {
  display: inline-block;
  background: rgba(20, 56, 39, 0.12);
  border: 1.5px solid rgba(20, 56, 39, 0.35);
  color: #0A1E13;
  padding: 0.18rem 0.65rem;
  border-radius: 9999px;
  font-weight: 700;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 0.9em;
  line-height: 1.35;
}

.hindi-highlight-dark {
  display: inline-block;
  background: rgba(223, 192, 122, 0.2);
  border: 1.5px solid rgba(223, 192, 122, 0.55);
  color: #FFF2CE;
  padding: 0.18rem 0.65rem;
  border-radius: 9999px;
  font-weight: 700;
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 0.9em;
  line-height: 1.35;
}

.hindi-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.9rem;
  border-radius: 9999px;
  background: #FAF3E8;
  border: 1.5px solid #D4B270;
  color: #2E1809;
  font-weight: 700;
  font-size: 0.78rem;
  font-family: 'Noto Sans Devanagari', sans-serif;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 8px rgba(197, 155, 75, 0.12);
}

.hindi-badge-forest {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.9rem;
  border-radius: 9999px;
  background: rgba(20, 56, 39, 0.1);
  border: 1.5px solid rgba(20, 56, 39, 0.3);
  color: #0A1E13;
  font-weight: 700;
  font-size: 0.78rem;
  font-family: 'Noto Sans Devanagari', sans-serif;
}

.hindi-sub {
  display: block;
  font-family: 'Noto Serif Devanagari', Georgia, serif;
  font-size: 0.95em;
  color: #8C5E18;
  font-weight: 600;
  margin-top: 0.35rem;
  letter-spacing: 0.01em;
}

.hindi-sub-dark {
  display: block;
  font-family: 'Noto Serif Devanagari', Georgia, serif;
  font-size: 0.95em;
  color: #DFC07A;
  font-weight: 600;
  margin-top: 0.35rem;
  letter-spacing: 0.01em;
}

/* Royal Vedic Shloka Box (High Contrast & Spacious) */
.shloka-card {
  position: relative;
  background: linear-gradient(135deg, #FFFDF9 0%, #FAF2E4 100%);
  border: 1.5px solid rgba(197, 155, 75, 0.5);
  border-radius: 24px;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 12px 35px -5px rgba(197, 155, 75, 0.16);
  margin: 1.5rem 0;
}

.shloka-card-dark {
  position: relative;
  background: linear-gradient(135deg, rgba(20, 56, 39, 0.96) 0%, rgba(12, 35, 23, 0.98) 100%);
  border: 1.5px solid rgba(223, 192, 122, 0.5);
  border-radius: 24px;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 14px 40px -5px rgba(0, 0, 0, 0.35);
  margin: 1.5rem 0;
}

.shloka-text {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #1A0D05;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
}

.shloka-text-dark {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #F8E2A8;
  font-weight: 800;
  text-align: center;
}

.shloka-meaning {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.925rem;
  line-height: 1.75;
  color: #382417;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.shloka-meaning-dark {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.925rem;
  line-height: 1.75;
  color: #E8E0D2;
  text-align: center;
  margin-top: 1rem;
}

/* Metallic Gold Foil Text */
.gold-text-gradient, .text-gold-gradient {
  background: var(--gold-foil);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gold-pure { color: #8C5E18 !important; }
.text-gold-bright { color: #DFC07A !important; }
.text-gold-light { color: #DFC07A !important; }
.text-gold-dark { color: #8C5E18 !important; }
.text-forest-deep { color: #0C2317 !important; }
.text-forest-dark { color: #0C2317 !important; }
.text-forest { color: #143827 !important; }
.text-charcoal { color: #26160C !important; }
.text-text-muted { color: #3D2617 !important; font-weight: 450; }
.text-text-soft { color: #543926 !important; }
.text-gray-500, .text-gray-600 { color: #422B1B !important; }
.text-gray-400 { color: #543926 !important; }
.text-beige-sand { color: #F4ECE1 !important; }

/* Direct Background Utility Classes */
.bg-forest-deep { background-color: #0C2317 !important; }
.bg-forest-dark { background-color: #0C2317 !important; }
.bg-forest { background-color: #143827 !important; }
.bg-forest-light { background-color: #1E4D36 !important; }
.bg-beige { background-color: #FAF7F2 !important; }
.bg-beige-light { background-color: #FDFBF7 !important; }
.bg-beige-sand { background-color: #F4ECE1 !important; }
.bg-beige-linen { background-color: #EDE5D8 !important; }

/* High-Contrast Rules for Dark Sections */
.bg-forest-deep, .bg-forest-dark, .bg-forest {
  background-color: #0C2317 !important;
  color: #FFFFFF !important;
}

.bg-forest-deep h1, .bg-forest-deep h2, .bg-forest-deep h3, .bg-forest-deep h4,
.bg-forest-dark h1, .bg-forest-dark h2, .bg-forest-dark h3, .bg-forest-dark h4,
.bg-forest h1, .bg-forest h2, .bg-forest h3, .bg-forest h4 {
  color: #FFFFFF !important;
}

.bg-forest-deep p, .bg-forest-dark p, .bg-forest p {
  color: #EFE9DE !important;
}

.bg-forest-deep .text-gray-300, .bg-forest-dark .text-gray-300, .bg-forest .text-gray-300 {
  color: #DDD5C7 !important;
}

/* Ensure luxury cards on light background have crisp dark readable text */
.luxury-card p, .luxury-card-sand p {
  color: #2D1A10 !important;
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 450;
}

.luxury-card h1, .luxury-card h2, .luxury-card h3, .luxury-card h4,
.luxury-card-sand h1, .luxury-card-sand h2, .luxury-card-sand h3, .luxury-card-sand h4 {
  color: #120904 !important;
}

.luxury-card ul, .luxury-card-sand ul {
  color: #2E1A10 !important;
  line-height: 1.7;
}

/* Border Helpers */
.border-gold { border-color: #C59B4B !important; }
.border-gold\/30 { border-color: rgba(197, 155, 75, 0.35) !important; }
.border-gold\/40 { border-color: rgba(197, 155, 75, 0.48) !important; }
.border-gold\/20 { border-color: rgba(197, 155, 75, 0.25) !important; }

/* ==========================================================================
   3. SCROLL PROGRESS & STICKY HEADER
   ========================================================================== */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3.5px;
  background: var(--gold-gradient);
  z-index: 1000;
  width: 0%;
  box-shadow: 0 0 12px rgba(223, 192, 122, 0.9);
  transition: width 0.1s ease-out;
}

header.luxury-header {
  background: rgba(250, 247, 242, 0.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1.5px solid var(--gold-border);
  transition: all 0.35s ease;
}

header.luxury-header.scrolled {
  background: rgba(250, 247, 242, 0.98);
  box-shadow: 0 12px 35px -5px rgba(38, 22, 12, 0.09);
  border-bottom-color: rgba(197, 155, 75, 0.45);
}

/* Master Luxury Nav Links — Clean Stacked Layout */
.nav-link {
  position: relative;
  padding: 0.4rem 0.65rem;
  color: #26160C;
  font-weight: 650;
  font-size: 0.84rem;
  transition: all 0.25s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  letter-spacing: 0.015em;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 8px;
}

.nav-link:hover {
  background-color: rgba(197, 155, 75, 0.06);
}

.nav-link > span:first-child {
  white-space: nowrap;
  font-weight: 700;
  color: #100803;
}

.nav-link .nav-label-hi {
  font-size: 0.68rem;
  font-weight: 600;
  color: #8C5E18;
  opacity: 0.9;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-link .nav-badge {
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.12rem 0.55rem;
  border-radius: 9999px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nav-link .nav-badge-forest {
  background: rgba(20, 56, 39, 0.08);
  color: #143827;
  border: 1px solid rgba(20, 56, 39, 0.2);
}

.nav-link .nav-badge-gold {
  background: rgba(197, 155, 75, 0.12);
  color: #8C5E18;
  border: 1px solid rgba(197, 155, 75, 0.35);
}

.nav-link:hover > span:first-child {
  color: var(--gold-dark);
}

.nav-link:hover .nav-label-hi {
  opacity: 1;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2.5px;
  background: var(--gold-gradient);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-50%);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-link.active {
  color: var(--gold-dark);
  font-weight: 750;
}

.nav-link.active .nav-label-hi {
  opacity: 1;
}

.nav-phone-pill {
  font-size: 0.825rem;
  font-weight: 750;
  color: #143827;
  background: #FFFFFF;
  padding: 0.6rem 1.15rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(197, 155, 75, 0.38);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.25s ease;
  text-decoration: none;
}

.nav-phone-pill:hover {
  color: #8C5E18;
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

/* Mobile Drawer Nav Item Card */
.mobile-nav-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: #FFFFFF;
  border: 1.5px solid rgba(197, 155, 75, 0.3);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 3px 8px rgba(38, 22, 12, 0.04);
}

.mobile-nav-item:hover, .mobile-nav-item.active {
  background: linear-gradient(135deg, #FFFFFF 0%, #FAF4E8 100%);
  border-color: var(--gold);
  transform: translateX(4px);
}

.mobile-nav-item .nav-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--bg-sand);
  border: 1px solid rgba(197, 155, 75, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  shrink-0: 0;
}

.mobile-nav-item.active .nav-icon-wrap {
  background: var(--gold-gradient);
  color: #FFFFFF;
}

/* ==========================================================================
   4. LUXURY BUTTONS & BADGES (SPACIOUS & HIGH CONTRAST)
   ========================================================================== */
.btn-luxury-gold {
  background: var(--gold-gradient);
  color: #FFFFFF !important;
  font-weight: 750;
  font-size: 0.885rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1rem 2.3rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: var(--shadow-gold);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-luxury-gold::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: 0.6s;
}

.btn-luxury-gold:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 18px 45px -5px rgba(197, 155, 75, 0.5);
}

.btn-luxury-gold:hover::before {
  left: 100%;
}

.btn-luxury-forest {
  background: var(--forest-deep);
  color: #FFFFFF !important;
  font-weight: 750;
  font-size: 0.885rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1rem 2.3rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1.5px solid rgba(197, 155, 75, 0.45);
  box-shadow: 0 10px 28px rgba(12, 35, 23, 0.22);
  transition: all 0.35s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn-luxury-forest:hover {
  background: var(--forest);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(12, 35, 23, 0.32);
  color: #FFFFFF !important;
}

.btn-luxury-outline {
  background: #FFFFFF;
  color: #26160C !important;
  font-weight: 750;
  font-size: 0.885rem;
  letter-spacing: 0.03em;
  padding: 0.95rem 2.2rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1.5px solid var(--gold);
  box-shadow: 0 4px 12px rgba(38, 22, 12, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn-luxury-outline:hover {
  background: #FAF3E8;
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: #100803 !important;
}

.btn-luxury-white {
  background: #FFFFFF;
  color: #26160C !important;
  font-weight: 750;
  font-size: 0.885rem;
  letter-spacing: 0.03em;
  padding: 1rem 2.3rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1.5px solid rgba(197, 155, 75, 0.4);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn-luxury-white:hover {
  background: #FAF3E8;
  color: #8C5E18 !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* Luxury Lineage & Category Badges (Deep Contrast Dark Brown) */
.badge-lineage {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #FAF2E4 0%, #F5E8D3 100%);
  border: 1.5px solid #D4B270;
  color: #2B180C;
  font-family: 'Cinzel', serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 1.25rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 3px 12px rgba(197, 155, 75, 0.15);
}

.badge-gold-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #FAF2E4;
  border: 1.5px solid #D4B270;
  color: #2B180C;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 6px rgba(197, 155, 75, 0.1);
}

.badge-forest-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #EAF0EC;
  border: 1.5px solid rgba(20, 56, 39, 0.3);
  color: #0A1E13;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-pill);
}

/* ==========================================================================
   5. LUXURY CARDS & GLASSMORPHISM (SPACIOUS & HIGH CONTRAST)
   ========================================================================== */
.luxury-card {
  background: var(--bg-white);
  border: 1.5px solid var(--gold-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-card);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .luxury-card {
    padding: 2.75rem;
  }
}

.luxury-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 24px 55px -10px rgba(38, 22, 12, 0.14), var(--gold-glow);
}

.luxury-card-sand {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF3E6 100%);
  border: 1.5px solid var(--gold-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-card);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 1024px) {
  .luxury-card-sand {
    padding: 2.75rem;
  }
}

.luxury-card-sand:hover {
  transform: translateY(-6px);
  border-color: var(--gold-light);
  box-shadow: var(--shadow-xl);
}

.luxury-card-forest {
  background: var(--forest-gradient);
  border: 1.5px solid rgba(197, 155, 75, 0.45);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  color: #FFFFFF;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

.luxury-card-forest::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(197, 155, 75, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

/* 7th-Gen Crest Seal */
.lineage-seal {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FAF7F2 0%, #F4ECE1 100%);
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 5px rgba(197, 155, 75, 0.2), var(--shadow-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  position: relative;
}

.lineage-seal .seal-gen {
  font-family: 'Cinzel', serif;
  font-weight: 900;
  font-size: 1.35rem;
  color: #8C5E18;
  line-height: 1;
}

.lineage-seal .seal-sub {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #143827;
  margin-top: 3px;
}

/* ==========================================================================
   6. FLOATING WHATSAPP INTERACTIVE WIDGET (AWARD WINNING)
   ========================================================================== */
.wa-floating-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Tooltip message bubble */
.wa-tooltip-bubble {
  background: #FFFFFF;
  border: 1px solid var(--gold-border-bold);
  border-radius: 18px 18px 4px 18px;
  padding: 12px 18px;
  box-shadow: 0 12px 35px -5px rgba(12, 35, 23, 0.18), 0 0 15px rgba(197, 155, 75, 0.15);
  max-width: 270px;
  animation: waBubbleFloat 4s ease-in-out infinite alternate;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wa-tooltip-bubble:hover {
  transform: scale(1.03);
  border-color: var(--gold);
}

.wa-tooltip-bubble .wa-sender {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.wa-tooltip-bubble .wa-text {
  font-size: 0.82rem;
  color: var(--text-main);
  margin-top: 3px;
  font-weight: 500;
  line-height: 1.4;
}

.wa-tooltip-close {
  position: absolute;
  top: 6px;
  right: 8px;
  color: #A09E96;
  font-size: 14px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.wa-tooltip-close:hover {
  color: var(--forest-deep);
}

/* WhatsApp Main Floating Action Button */
.wa-float-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wa-float-btn:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.55), 0 0 0 4px rgba(223, 192, 122, 0.6);
}

/* Pulsing golden-emerald halo ring */
.wa-float-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: 0.8;
  animation: waPulseRing 2.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  pointer-events: none;
}

.wa-float-pulse-2 {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  opacity: 0.6;
  animation: waPulseRing 2.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite 0.7s;
  pointer-events: none;
}

@keyframes waPulseRing {
  0%   { transform: scale(0.85); opacity: 0.9; }
  70%  { transform: scale(1.4);  opacity: 0; }
  100% { transform: scale(1.5);  opacity: 0; }
}

@keyframes waBubbleFloat {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-4px); }
}

/* ==========================================================================
   7. LUXURY DECORATIVE ELEMENTS & LEAF PATTERNS
   ========================================================================== */
.luxury-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 1.5rem 0;
}

.luxury-divider::before, .luxury-divider::after {
  content: '';
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.luxury-divider-icon {
  color: var(--gold);
  font-size: 1rem;
}

/* Gold border glow on hover */
.gold-glow-hover {
  transition: all 0.35s ease;
}
.gold-glow-hover:hover {
  border-color: var(--gold-light) !important;
  box-shadow: 0 10px 30px -5px rgba(197, 155, 75, 0.25) !important;
}

/* Floating Ayurvedic Botanical Motifs */
.leaf-float {
  position: absolute;
  opacity: 0.08;
  fill: currentColor;
  pointer-events: none;
}

.leaf-gold { color: var(--gold); }
.leaf-forest { color: var(--forest); }

.leaf-1 { top: 8%;  left: 3%;  width: 55px; animation: leafDrift1 10s ease-in-out infinite; }
.leaf-2 { top: 22%; right: 4%; width: 45px; animation: leafDrift2 12s ease-in-out infinite 1s; }
.leaf-3 { top: 65%; left: 5%;  width: 38px; animation: leafDrift1 11s ease-in-out infinite 2s; }
.leaf-4 { bottom: 12%; right: 6%; width: 50px; animation: leafDrift2 14s ease-in-out infinite 0.5s; }

@keyframes leafDrift1 {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50%      { transform: translateY(-16px) rotate(8deg); }
}

@keyframes leafDrift2 {
  0%, 100% { transform: translateY(0) rotate(8deg); }
  50%      { transform: translateY(-20px) rotate(-6deg); }
}

/* ==========================================================================
   8. SCROLL REVEAL ANIMATIONS
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-right.visible { opacity: 1; transform: translateX(0); }

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.visible { opacity: 1; transform: scale(1); }

/* Delay helpers */
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }

/* ==========================================================================
   9. INTERACTIVE TABS & FAQ ACCORDIONS
   ========================================================================== */
.tab-luxury-btn {
  padding: 0.75rem 1.6rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  background: transparent;
  border: 1.5px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tab-luxury-btn:hover {
  color: var(--forest);
  background: rgba(197, 155, 75, 0.08);
}

.tab-luxury-btn.active {
  color: #FFFFFF;
  background: var(--forest-deep);
  border-color: var(--gold-border-bold);
  box-shadow: 0 4px 15px rgba(12, 35, 23, 0.2);
}

/* Luxury Accordion */
.luxury-accordion-item {
  background: #FFFFFF;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: var(--shadow-sm);
}

.luxury-accordion-item:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
}

.luxury-accordion-item.open {
  border-color: var(--gold);
  box-shadow: var(--shadow-lg), var(--gold-glow);
}

.luxury-accordion-header {
  padding: 1.35rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--forest-deep);
}

.luxury-accordion-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-sand);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.luxury-accordion-item.open .luxury-accordion-icon {
  transform: rotate(180deg);
  background: var(--gold);
  color: #FFFFFF;
}

.luxury-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 1.75rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.luxury-accordion-item.open .luxury-accordion-body {
  max-height: 500px;
  padding: 0 1.75rem 1.5rem 1.75rem;
}

/* ==========================================================================
   10. MODAL & OVERLAY STYLING
   ========================================================================== */
.luxury-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 35, 23, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.luxury-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.luxury-modal-content {
  background: #FFFFFF;
  border: 1.5px solid var(--gold);
  border-radius: var(--radius-xl);
  max-width: 640px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), var(--gold-glow);
  transform: scale(0.92) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.luxury-modal-overlay.active .luxury-modal-content {
  transform: scale(1) translateY(0);
}

/* ==========================================================================
   11. PRINT STYLES
   ========================================================================== */
@media print {
  header, footer, #mobile-menu-drawer, #mobile-menu-overlay, .no-print, .wa-floating-widget {
    display: none !important;
  }
  body {
    background: #FFFFFF !important;
    color: #000000 !important;
  }
}
