/* ============================================================
   KERALA SHRI SARVA SIDDI ASTROLOGER — PREMIUM DESIGN SYSTEM
   $200K Luxury Website | keralasarvasiddiastrologer.com
   ============================================================ */

/* DESIGN TOKENS */
:root {
  /* Primary Palette — Rich Crimson & Sacred Gold */
  --gold: #D4A843;
  --gold-light: #F0D78C;
  --gold-dark: #A8842F;
  --gold-glow: rgba(212,168,67,0.35);
  
  --crimson: #8B1A1A;
  --crimson-deep: #5C0E0E;
  --crimson-light: #B83232;
  
  --saffron: #E8751A;
  --sacred-orange: #FF6B1A;
  
  /* Background System */
  --bg-primary: #0A0304;
  --bg-secondary: #120608;
  --bg-card: rgba(18,6,8,0.85);
  --bg-glass: rgba(18,6,8,0.6);
  --bg-elevated: rgba(139,26,26,0.08);
  
  /* Text System */
  --text-primary: #FFF8EE;
  --text-secondary: rgba(255,248,238,0.72);
  --text-tertiary: rgba(255,248,238,0.48);
  --text-muted: rgba(255,248,238,0.28);
  
  /* Borders */
  --border-subtle: rgba(212,168,67,0.1);
  --border-medium: rgba(212,168,67,0.2);
  --border-strong: rgba(212,168,67,0.4);
  
  /* Spacing Scale */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --space-3xl: 100px;
  --space-4xl: 140px;
  
  /* Typography Scale */
  --font-display: 'Cinzel', serif;
  --font-body: 'DM Sans', sans-serif;
  --font-accent: 'Cormorant Garamond', serif;
  
  /* Radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  
  /* Shadows */
  --shadow-card: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 1px var(--border-subtle);
  --shadow-elevated: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(212,168,67,0.08);
  --shadow-glow: 0 0 40px rgba(212,168,67,0.15);
  
  /* Transitions */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration-fast: 0.2s;
  --duration-normal: 0.4s;
  --duration-slow: 0.7s;
  
  /* Layout */
  --max-width: 1320px;
  --header-height: 72px;
}

/* RESET & BASE */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }

/* COSMIC BACKGROUND — Performance Optimized */
.cosmic-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(139,26,26,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(212,168,67,0.07) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 85%, rgba(232,117,26,0.05) 0%, transparent 50%),
    var(--bg-primary);
  will-change: auto;
}

.stars-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

/* ============================================================
   NAVIGATION — Glass Morphism Premium Header
   ============================================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-height);
  display: flex;
  align-items: center;
  background: rgba(10,3,4,0.65);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border-subtle);
  transition: all var(--duration-normal) var(--ease-out);
}

.header.scrolled {
  background: rgba(10,3,4,0.95);
  height: 60px;
  border-bottom-color: var(--border-medium);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.header.menu-active {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: rgba(10,3,4,0.98) !important;
}

.nav-container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.logo-mark {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--saffron));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 24px var(--gold-glow);
  transition: transform var(--duration-normal) var(--ease-spring);
}

.nav-logo:hover .logo-mark { transform: rotate(15deg) scale(1.05); }

.logo-text {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.25;
  letter-spacing: 0.3px;
}

.logo-text small {
  display: block;
  font-size: 8.5px;
  font-weight: 400;
  color: var(--gold-light);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.75;
  margin-top: 2px;
}

/* Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-secondary);
  letter-spacing: 0.3px;
  transition: color var(--duration-fast);
  position: relative;
  white-space: nowrap;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -5px; left: 0;
  width: 0; height: 1.5px;
  background: linear-gradient(90deg, var(--gold), var(--saffron));
  transition: width 0.35s var(--ease-out);
}

.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--bg-primary) !important;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: all var(--duration-normal) var(--ease-spring);
  box-shadow: 0 4px 16px rgba(212,168,67,0.25);
}

.nav-cta-btn::after { display: none !important; }
.nav-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212,168,67,0.4);
}

/* Hamburger */
.hamburger {
  display: none;
  width: 36px; height: 36px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  z-index: 1002;
  position: relative;
}

.hamburger span {
  width: 22px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: all 0.35s var(--ease-out);
  display: block;
}

.hamburger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Mobile Menu Overlay */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.35s;
}

.mobile-overlay.active { opacity: 1; }

/* ============================================================
   HERO SECTION — Cinematic Full-Width
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: calc(var(--header-height) + 60px) var(--space-lg) 80px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to top, var(--bg-primary), transparent);
  z-index: 1;
  pointer-events: none;
}

.hero-container {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content { animation: heroFadeIn 1s var(--ease-out) forwards; opacity: 0; }

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(212,168,67,0.08);
  border: 1px solid rgba(212,168,67,0.25);
  padding: 10px 22px;
  border-radius: var(--radius-full);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 40%, var(--saffron) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-family: var(--font-accent);
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 400;
  color: var(--text-secondary);
  margin-bottom: 24px;
  font-style: italic;
  line-height: 1.4;
}

.hero-desc {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-tertiary);
  margin-bottom: 36px;
  max-width: 540px;
}

/* Stats Row */
.hero-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  padding: 24px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.stat-item { text-align: center; }

.stat-number {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  color: var(--text-tertiary);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
}

/* CTA Buttons */
.btn-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--bg-primary);
  padding: 16px 36px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all var(--duration-normal) var(--ease-spring);
  box-shadow: 0 6px 24px rgba(212,168,67,0.3);
  border: none;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212,168,67,0.45);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--gold);
  padding: 16px 36px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 15px;
  border: 1.5px solid var(--border-medium);
  transition: all var(--duration-normal) var(--ease-out);
}

.btn-secondary:hover {
  background: rgba(212,168,67,0.08);
  border-color: var(--gold);
  transform: translateY(-3px);
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}

.btn-whatsapp:hover {
  background: #1da851;
  border-color: #1da851;
  box-shadow: 0 12px 40px rgba(37,211,102,0.3);
}

/* Hero Visual — Pandit Photo + Mandala */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: heroFadeIn 1s var(--ease-out) 0.3s forwards;
  opacity: 0;
}

.pandit-photo-frame {
  position: relative;
  width: 380px;
  height: 460px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border-medium);
  box-shadow: var(--shadow-elevated);
}

.pandit-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pandit-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(139,26,26,0.4), rgba(212,168,67,0.15));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.pandit-photo-placeholder .icon { font-size: 100px; opacity: 0.8; }
.pandit-photo-placeholder .name {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 2px;
}
.pandit-photo-placeholder .exp {
  font-size: 13px;
  color: var(--text-tertiary);
}

/* Mandala rings around photo */
.mandala-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(212,168,67,0.12);
  pointer-events: none;
}

.mandala-orbit:nth-child(2) {
  inset: -30px;
  animation: orbitSpin 80s linear infinite;
  border-style: dashed;
}

.mandala-orbit:nth-child(3) {
  inset: -60px;
  animation: orbitSpin 60s linear infinite reverse;
  border-color: rgba(232,117,26,0.1);
}

@keyframes orbitSpin { to { transform: rotate(360deg); } }

/* ============================================================
   MARQUEE — Infinite Scroll Banner
   ============================================================ */
.marquee {
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
  background: rgba(212,168,67,0.02);
}

.marquee-track {
  display: flex;
  animation: marqueeScroll 40s linear infinite;
  width: max-content;
}

.marquee-track span {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  padding: 0 32px;
}

.marquee-track span::before {
  content: '✦';
  margin-right: 32px;
  color: rgba(232,117,26,0.3);
}

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

/* ============================================================
   SECTION SYSTEM
   ============================================================ */
.section {
  padding: var(--space-3xl) var(--space-lg);
  position: relative;
}

.section-container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-header {
  margin-bottom: 56px;
}

.section-header.center { text-align: center; }

.section-label {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 14px;
  display: block;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--gold);
  line-height: 1.2;
  margin-bottom: 14px;
}

.section-subtitle {
  font-family: var(--font-accent);
  font-size: 20px;
  color: var(--text-tertiary);
  font-style: italic;
  max-width: 600px;
}

.section-header.center .section-subtitle { margin: 0 auto; }

/* Section Divider */
.section-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--saffron));
  margin: 16px 0;
  border-radius: 2px;
}

.section-header.center .section-divider { margin: 16px auto; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
}

.about-image-box {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-medium);
  position: relative;
  background: linear-gradient(135deg, rgba(139,26,26,0.3), rgba(212,168,67,0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.about-image-box::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(212,168,67,0.12);
  border-radius: calc(var(--radius-lg) - 4px);
  pointer-events: none;
}

.about-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.about-image-box .placeholder-icon { font-size: 120px; opacity: 0.8; }
.about-image-box .placeholder-name {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--gold);
  letter-spacing: 3px;
}
.about-image-box .placeholder-years {
  font-size: 14px;
  color: var(--text-tertiary);
}

/* Experience Badge */
.exp-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: linear-gradient(135deg, var(--crimson), var(--crimson-deep));
  border: 2px solid var(--gold);
  padding: 20px 24px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-elevated);
  z-index: 2;
}

.exp-badge .num {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.exp-badge .label {
  font-size: 10px;
  color: var(--gold-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

/* Highlights Grid */
.highlights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  transition: all var(--duration-fast);
}

.highlight-item:hover {
  border-color: var(--border-medium);
  transform: translateX(4px);
}

.highlight-icon { font-size: 22px; flex-shrink: 0; }
.highlight-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
}

/* ============================================================
   SERVICES — Premium Card Layout
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  display: block;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-elevated);
}

.service-card-visual {
  width: 100%;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  position: relative;
  overflow: hidden;
}

.service-card-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.65;
  transition: opacity var(--duration-normal);
}

.service-card:hover .service-card-visual::before { opacity: 0.85; }

.service-card-visual span {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
  transition: transform var(--duration-normal) var(--ease-spring);
}

.service-card:hover .service-card-visual span { transform: scale(1.15); }

/* Card Gradient Variants */
.svc-love .service-card-visual::before { background: linear-gradient(135deg, #8B1A1A, #C0392B); }
.svc-marriage .service-card-visual::before { background: linear-gradient(135deg, #A8842F, #D4A843); }
.svc-affair .service-card-visual::before { background: linear-gradient(135deg, #6B1D5E, #9B59B6); }
.svc-vashikaran .service-card-visual::before { background: linear-gradient(135deg, #1A3A5C, #2E86C1); }
.svc-blackmagic .service-card-visual::before { background: linear-gradient(135deg, #1A0D08, #3A0A0A); }
.svc-kundli .service-card-visual::before { background: linear-gradient(135deg, #B35C00, #E8751A); }
.svc-career .service-card-visual::before { background: linear-gradient(135deg, #0E6251, #1ABC9C); }
.svc-palmistry .service-card-visual::before { background: linear-gradient(135deg, #784212, #D4A843); }
.svc-numerology .service-card-visual::before { background: linear-gradient(135deg, #4A235A, #8E44AD); }

.service-card-body {
  padding: 24px;
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-tertiary);
}

.service-card-arrow {
  position: absolute;
  bottom: 24px; right: 24px;
  width: 38px; height: 38px;
  background: rgba(212,168,67,0.08);
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 16px;
  transition: all var(--duration-normal) var(--ease-spring);
}

.service-card:hover .service-card-arrow {
  background: var(--gold);
  color: var(--bg-primary);
  transform: translateX(4px);
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-card {
  text-align: center;
  padding: 44px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: all var(--duration-normal) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--saffron));
  transform: scaleX(0);
  transition: transform var(--duration-normal) var(--ease-out);
}

.why-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
}

.why-card:hover::before { transform: scaleX(1); }

.why-icon { font-size: 48px; margin-bottom: 22px; }

.why-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.why-card p {
  font-size: 14px;
  color: var(--text-tertiary);
  line-height: 1.65;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  padding: 36px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  position: relative;
  transition: all var(--duration-normal);
}

.testimonial-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-4px);
}

.testimonial-stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.testimonial-card blockquote {
  font-family: var(--font-accent);
  font-size: 18px;
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 22px;
}

.testimonial-author {
  font-size: 14px;
  font-weight: 600;
  color: var(--gold);
}

.testimonial-location {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 3px;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-subtle);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 26px 0;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color var(--duration-fast);
}

.faq-question:hover { color: var(--gold); }

.faq-toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.35s var(--ease-out);
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--bg-primary);
  border-color: var(--gold);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease-out);
}

.faq-answer-inner {
  padding-bottom: 26px;
  font-size: 15px;
  color: var(--text-tertiary);
  line-height: 1.85;
}

.faq-item.active .faq-answer { max-height: 400px; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  padding: var(--space-3xl) var(--space-lg);
  text-align: center;
  background: linear-gradient(180deg, transparent, var(--bg-elevated), transparent);
}

.cta-box {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 48px;
  background: var(--bg-card);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(212,168,67,0.12), transparent 60%);
  pointer-events: none;
}

.cta-box > * { position: relative; z-index: 1; }

.cta-box h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 38px);
  color: var(--gold);
  margin-bottom: 16px;
}

.cta-box p {
  font-size: 16px;
  color: var(--text-tertiary);
  margin-bottom: 36px;
  line-height: 1.75;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER — Premium Multi-Column
   ============================================================ */
.footer {
  padding: 72px var(--space-lg) 0;
  background: rgba(10,3,4,0.95);
  border-top: 1px solid var(--border-subtle);
  position: relative;
}

.footer-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-brand p {
  font-size: 14px;
  color: var(--text-tertiary);
  line-height: 1.75;
  margin-bottom: 20px;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-tertiary);
  margin-bottom: 10px;
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-links li { margin-bottom: 10px; }

.footer-links a {
  font-size: 13.5px;
  color: var(--text-tertiary);
  transition: all var(--duration-fast);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(4px);
}

/* SEO Keywords in Footer */
.footer-seo {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}

.footer-seo p {
  font-size: 10.5px;
  color: var(--text-muted);
  line-height: 1.9;
}

/* Disclaimer */
.footer-disclaimer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}

.footer-disclaimer p {
  font-size: 10.5px;
  color: var(--text-muted);
  line-height: 1.75;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 12px;
  color: var(--text-muted);
}

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  z-index: 998;
  display: none;
}

.sticky-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: opacity var(--duration-fast);
}

.sticky-call {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: var(--bg-primary);
}

.sticky-wa {
  background: #25D366;
  color: #fff;
}

/* WhatsApp Float */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 997;
  width: 60px; height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 24px rgba(37,211,102,0.4);
  animation: waPulse 2.5s ease-in-out infinite;
  transition: transform var(--duration-fast);
}

.wa-float:hover { transform: scale(1.12); }

@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 32px rgba(37,211,102,0.6), 0 0 0 14px rgba(37,211,102,0.08); }
}

/* ============================================================
   SERVICE DETAIL PAGE LAYOUT
   ============================================================ */
.page-hero {
  padding: calc(var(--header-height) + 60px) var(--space-lg) 60px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 40%, rgba(139,26,26,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero-container {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-tertiary);
  margin-bottom: 32px;
}

.breadcrumb a { color: var(--gold); transition: opacity var(--duration-fast); }
.breadcrumb a:hover { opacity: 0.7; }
.breadcrumb span { color: var(--text-muted); }

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.page-hero-icon {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-medium);
}

.page-hero-icon::before {
  content: '';
  position: absolute;
  inset: 0;
}

.page-hero-icon span { position: relative; z-index: 1; }

.page-info h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-info p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: 18px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 32px 0;
}

.feature-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: var(--text-secondary);
  transition: all var(--duration-fast);
}

.feature-tag:hover {
  border-color: var(--border-medium);
  background: rgba(212,168,67,0.06);
}

/* Content Section */
.content-section {
  padding: 60px var(--space-lg) var(--space-3xl);
}

.content-section .section-container {
  max-width: 900px;
}

.content-section h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 32px);
  color: var(--gold);
  margin-bottom: 20px;
  margin-top: 48px;
}

.content-section h2:first-child { margin-top: 0; }

.content-section p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: 18px;
}

.content-section ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.content-section ul li {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.8;
  padding: 6px 0 6px 28px;
  position: relative;
}

.content-section ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--saffron);
  font-size: 10px;
  top: 10px;
}

/* Internal Links Section */
.internal-links {
  padding: 48px var(--space-lg);
  background: var(--bg-elevated);
}

.internal-links .section-container {
  max-width: var(--max-width);
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.internal-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: 14px;
  transition: all var(--duration-fast);
}

.internal-link:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateX(4px);
}

.internal-link::before { content: '→'; color: var(--saffron); font-size: 12px; }

/* ============================================================
   HORIZONTAL SCROLL — Mobile Vertical→Horizontal
   ============================================================ */
.h-scroll-mobile {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
}

.h-scroll-mobile::-webkit-scrollbar { display: none; }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ============================================================
   RESPONSIVE — Premium Mobile Experience
   ============================================================ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --header-height: 64px; }

  /* Mobile Nav */
  .nav-links {
    position: fixed;
    top: 0; right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(10,3,4,0.98);
    flex-direction: column;
    padding: 88px 32px 32px;
    gap: 0;
    transition: right 0.4s var(--ease-out);
    border-left: 1px solid var(--border-subtle);
    z-index: 1001;
    overflow-y: auto;
  }

  .nav-links.active { right: 0; }

  .nav-links a {
    display: block;
    padding: 16px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--border-subtle);
  }

  .nav-links a::after { display: none; }

  .nav-cta-btn {
    margin-top: 16px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .hamburger { display: flex; }

  /* Mobile Hero */
  .hero { padding-top: calc(var(--header-height) + 40px); padding-bottom: 40px; min-height: auto; }
  .hero-container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-desc { margin: 0 auto 36px; }
  .hero-stats { justify-content: center; gap: 28px; }
  .btn-group { justify-content: center; }
  .pandit-photo-frame { width: 260px; height: 320px; margin: 0 auto; }
  .mandala-orbit:nth-child(2) { inset: -20px; }
  .mandala-orbit:nth-child(3) { inset: -40px; }

  /* Mobile Sections */
  .section { padding: 64px var(--space-md); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .exp-badge { bottom: -10px; right: -10px; padding: 14px 18px; }
  .exp-badge .num { font-size: 24px; }

  /* Services — Horizontal Scroll on Mobile */
  .services-grid {
    grid-template-columns: none;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
  }

  .services-grid::-webkit-scrollbar { display: none; }

  .services-grid .service-card {
    min-width: 280px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  /* Why & Testimonials — Horizontal */
  .why-grid {
    grid-template-columns: none;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .why-grid::-webkit-scrollbar { display: none; }
  .why-grid .why-card { min-width: 250px; flex-shrink: 0; scroll-snap-align: start; }

  .testimonial-grid {
    grid-template-columns: none;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .testimonial-grid::-webkit-scrollbar { display: none; }
  .testimonial-grid .testimonial-card { min-width: 300px; flex-shrink: 0; scroll-snap-align: start; }

  /* Service Pages Mobile */
  .page-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .features-grid { grid-template-columns: 1fr; }
  .highlights-grid { grid-template-columns: 1fr; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* Sticky CTA */
  .sticky-cta { display: flex; }
  .wa-float { bottom: 80px; right: 20px; width: 52px; height: 52px; font-size: 24px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 30px; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .stat-number { font-size: 28px; }
  .btn-group { flex-direction: column; width: 100%; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .services-grid .service-card { min-width: 260px; }
  .section-title { font-size: 26px; }
  .cta-box { padding: 40px 24px; }
}

/* Body scroll lock for menu */
body.menu-open { overflow: hidden; }

/* Print styles */
@media print {
  .header, .sticky-cta, .wa-float, .cosmic-bg, .stars-canvas { display: none !important; }
  body { background: #fff; color: #000; }
}
