/* ==========================================================================
   Oorja Sanchay — Shared Stylesheet  (v6 — Power / Spiritual / Healing edition)
   Theme: saffron + gold (spiritual awakening), deep crimson (power & protection),
   tulsi green (healing & renewal) — three devotional color families, one palette
   ========================================================================== */

:root{
  /* Spiritual — saffron & gold (awakening, offering, grace) */
  --saffron: #FF7A1A;
  --saffron-dark: #E8500A;
  --gold: #FFB400;
  --gold-light: #FFE3A0;
  --gold-bright: #FFD25C;

  /* Power — deep crimson (strength, protection, Shakti) */
  --power: #A81F2D;
  --power-dark: #6E1019;

  /* Healing — tulsi green (renewal, wellness, purity) */
  --tulsi: #2F8F6F;
  --tulsi-dark: #1B5940;

  /* Neutral ink / base */
  --maroon: #34141C;
  --maroon-dark: #241019;
  --cream: #FFF8EC;
  --cream-2: #FFF1DA;
  --rose: #F2EED6;
  --rose-2: #EAE2BE;
  --ivory: #FFF3DC;
  --ink: #241a16;
  --ink-soft: #5A4F49;
  --white: #FFFFFF;
  --shadow: 0 10px 30px rgba(36, 16, 25, 0.14);
  --shadow-glow: 0 10px 30px rgba(36,16,25,0.16), 0 2px 10px rgba(255,180,0,0.18);
  --radius: 18px;
  --radius-sm: 10px;
  --font-head: 'Cormorant Garamond', 'Noto Serif Devanagari', serif;
  --font-body: 'Poppins', 'Noto Sans Devanagari', sans-serif;

  /* Gradients: spiritual, power, healing, and the tri-blend headline */
  --grad-primary: linear-gradient(120deg, var(--saffron) 0%, var(--gold) 55%, #FFDE86 100%);
  --grad-deep: linear-gradient(135deg, var(--maroon-dark) 0%, var(--power-dark) 45%, var(--saffron-dark) 100%);
  --grad-sindoor: linear-gradient(135deg, var(--power-dark) 0%, var(--power) 55%, var(--saffron) 100%);
  --grad-healing: linear-gradient(135deg, var(--tulsi-dark) 0%, var(--tulsi) 55%, var(--gold) 100%);
  --grad-gold: linear-gradient(120deg, var(--gold-light) 0%, var(--gold) 100%);
  --grad-text: linear-gradient(100deg, var(--tulsi) 0%, var(--power) 45%, var(--gold) 100%);
}

*{ box-sizing: border-box; margin:0; padding:0; }
html{ scroll-behavior: smooth; }

body{
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}

h1,h2,h3,h4{
  font-family: var(--font-head);
  color: var(--maroon-dark);
  font-weight: 700;
  line-height: 1.2;
}
h1{ font-size: clamp(2.4rem, 5vw, 4.2rem); }
h2{ font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3{ font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
p{ color: var(--ink-soft); }
a{ text-decoration: none; color: inherit; }
img{ max-width: 100%; display:block; }

/* Gradient jewel-tone headline accent — power + spiritual + healing blended */
.grad-text{
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-head h2, .page-hero h1, .appeal-banner h2{
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-dark .section-head h2, .section-sindoor .section-head h2, .section-healing .section-head h2, .page-hero h1{
  background: linear-gradient(100deg, #FFE3A0 0%, #FFFFFF 50%, #FFD25C 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.container{ width:100%; max-width:1180px; margin:0 auto; padding:0 24px; }
.section{ padding: 92px 0; position: relative; }
.section-tight{ padding: 60px 0; }

/* Section background variants */
.section{ background: var(--cream); }
.section-alt{ background: var(--rose); }
.section-gold{ background: linear-gradient(180deg, var(--ivory) 0%, var(--cream-2) 100%); }
.section-dark{ background: var(--grad-deep); color:var(--white); }
.section-sindoor{ background: var(--grad-sindoor); color: var(--white); }
.section-healing{ background: var(--grad-healing); color: var(--white); }
.section-dark h2, .section-dark h3, .section-sindoor h2, .section-sindoor h3, .section-healing h2, .section-healing h3{ color: var(--white); }
.section-dark p, .section-sindoor p, .section-healing p{ color: rgba(255,255,255,0.85); }
.section-dark .eyebrow, .section-sindoor .eyebrow, .section-healing .eyebrow{ background: rgba(255,255,255,0.18); color: var(--gold-bright); }

/* mandala / temple-dot texture overlays */
.section-alt::before, .section-gold::before{
  content:''; position:absolute; inset:0; pointer-events:none; opacity:0.55;
  background-image: radial-gradient(rgba(168,31,45,0.06) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
}
.section-dark::before, .section-sindoor::before, .section-healing::before{
  content:''; position:absolute; inset:0; pointer-events:none; opacity:0.5;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(255,180,0,0.16), transparent 40%),
    radial-gradient(circle at 88% 82%, rgba(255,255,255,0.10), transparent 45%);
}
.section-alt > *, .section-gold > *, .section-dark > *, .section-sindoor > *, .section-healing > *{ position:relative; z-index:1; }

.eyebrow{
  display:inline-block; font-family: var(--font-body); letter-spacing:3px; text-transform:uppercase;
  font-size:0.78rem; font-weight:600; color: var(--power); background: var(--gold-light);
  padding:6px 16px; border-radius:999px; margin-bottom:16px;
  box-shadow: 0 2px 10px rgba(255,180,0,0.35);
}
.section-head{ text-align:center; max-width:740px; margin:0 auto 50px; }
.section-head p{ margin-top:14px; }
.center{ text-align:center; }

/* Temple-arch decorative divider */
.divider{ display:flex; align-items:center; justify-content:center; gap:14px; margin:0 auto 40px; max-width:260px; }
.divider::before, .divider::after{ content:''; flex:1; height:2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.divider span{
  color: var(--power); font-size:1.4rem; width:40px; height:40px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background: var(--grad-gold); box-shadow: 0 4px 14px rgba(255,180,0,0.5);
}

/* Buttons with shimmer sweep */
.btn{
  display:inline-flex; align-items:center; gap:8px; padding:14px 32px; border-radius:999px;
  font-weight:600; font-size:0.98rem; cursor:pointer; border:none;
  transition: transform .25s ease, box-shadow .25s ease; white-space:nowrap;
  position:relative; overflow:hidden; isolation:isolate;
}
.btn::after{
  content:''; position:absolute; top:0; left:-60%; width:40%; height:100%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg); transition: left .6s ease; z-index:1;
}
.btn:hover::after{ left:120%; }
.btn:hover{ transform: translateY(-3px); }
.btn-primary{ background: var(--grad-sindoor); color:var(--white); box-shadow: 0 12px 28px rgba(110,16,25,0.4); }
.btn-healing{ background: var(--grad-healing); color:var(--white); box-shadow: 0 12px 28px rgba(27,89,64,0.4); }
.btn-gold{ background: var(--grad-primary); color: var(--maroon-dark); box-shadow: 0 12px 28px rgba(255,122,26,0.45); }
.btn-outline{ background: transparent; color: var(--white); border:2px solid rgba(255,255,255,0.75); }
.btn-outline-dark{ background: transparent; color: var(--maroon-dark); border:2px solid var(--maroon-dark); }
.btn-row{ display:flex; gap:16px; flex-wrap:wrap; }

.badge-row{ display:flex; gap:12px; flex-wrap:wrap; margin:26px 0; }
.badge-pill{
  display:flex; align-items:center; gap:8px; background: rgba(255,255,255,0.16);
  border:1px solid rgba(255,215,120,0.4); padding:8px 16px; border-radius:999px;
  font-size:0.82rem; font-weight:600; color: var(--gold-bright);
  backdrop-filter: blur(2px);
}

/* Mantra ticker bar */
.mantra-ticker{
  background: var(--maroon-dark); color: var(--gold-bright);
  font-size:0.74rem; letter-spacing:1.5px; text-transform:uppercase; font-weight:600;
  display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap;
  padding:8px 16px; text-align:center;
}
.mantra-ticker .dot{ color: var(--saffron); opacity:0.85; }

/* ===================== HEADER ===================== */
.site-header{
  position: sticky; top:0; z-index:500; background: var(--grad-deep);
  box-shadow: 0 4px 22px rgba(0,0,0,0.25); border-bottom: 3px solid var(--gold);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:1180px; margin:0 auto; }
.brand{ display:flex; align-items:center; gap:12px; color:var(--white); }
.brand-logo{
  height:66px; width:auto; display:block; flex-shrink:0;
  filter: drop-shadow(0 0 10px rgba(255,180,0,0.55)) drop-shadow(0 0 22px rgba(255,122,26,0.35));
  transition: filter .25s ease, transform .25s ease;
  animation: logoGlow 3.2s ease-in-out infinite;
}
.brand:hover .brand-logo{ transform: scale(1.03); }
@keyframes logoGlow{
  0%,100%{ filter: drop-shadow(0 0 10px rgba(255,180,0,0.55)) drop-shadow(0 0 20px rgba(255,122,26,0.3)); }
  50%{ filter: drop-shadow(0 0 18px rgba(255,180,0,0.85)) drop-shadow(0 0 34px rgba(255,122,26,0.55)); }
}
.footer-logo{ height:80px; }

.nav{ display:flex; align-items:center; gap:6px; }
.nav a{ color: rgba(255,255,255,0.92); font-size:0.92rem; font-weight:500; padding:10px 14px; border-radius:999px; transition: background .2s ease, color .2s ease; }
.nav a:hover, .nav a.active{ background: rgba(255,180,0,0.22); color: var(--gold-bright); }

.header-actions{ display:flex; align-items:center; gap:10px; }
.lang-toggle{ display:flex; background: rgba(255,255,255,0.12); border-radius:999px; padding:3px; }
.lang-toggle button{ border:none; background:transparent; color: rgba(255,255,255,0.75); font-size:0.75rem; font-weight:700; padding:6px 10px; border-radius:999px; cursor:pointer; }
.lang-toggle button.active{ background: var(--gold); color: var(--maroon-dark); }
.menu-toggle{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.menu-toggle span{ width:26px; height:2px; background: var(--white); border-radius:2px; }

.wave-divider{ display:block; width:100%; line-height:0; margin-top:-2px; }
.wave-divider svg{ width:100%; height:64px; display:block; }

/* ===================== HERO ===================== */
.hero{ background: var(--grad-deep); position:relative; padding:74px 0 128px; overflow:hidden; color: var(--white); }
.hero::before{
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(circle at 80% 12%, rgba(255,180,0,0.42), transparent 55%),
    radial-gradient(circle at 6% 96%, rgba(47,143,111,0.5), transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(168,31,45,0.28), transparent 60%);
  animation: glow 8s ease-in-out infinite alternate;
}
.hero::after{
  content:''; position:absolute; inset:0; opacity:0.10; pointer-events:none;
  background-image: repeating-conic-gradient(from 0deg, rgba(255,215,120,0.5) 0deg 4deg, transparent 4deg 24deg);
  background-position:center; background-size: 700px 700px; background-repeat:no-repeat;
  mix-blend-mode: overlay;
}
@keyframes glow{ from{ opacity:.7;} to{ opacity:1;} }
.hero-inner{ position:relative; z-index:2; display:grid; grid-template-columns:1.1fr 0.9fr; gap:50px; align-items:center; max-width:1180px; margin:0 auto; padding:0 24px; }
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:8px; background: rgba(255,255,255,0.16);
  padding:8px 18px; border-radius:999px; font-size:0.85rem; letter-spacing:1px; margin-bottom:22px;
  color: var(--gold-bright); border:1px solid rgba(255,180,0,0.45);
}
.hero h1{ color: var(--white); margin-bottom:20px; }
.hero h1 span{
  background: linear-gradient(100deg, var(--gold-bright), #fff, var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero p.lead{ color: rgba(255,255,255,0.92); font-size:1.14rem; max-width:540px; margin-bottom:10px; }
.hero-quote{ margin-top:28px; padding-left:18px; border-left:3px solid var(--gold); font-family: var(--font-head); font-style:italic; font-size:1.06rem; color: var(--gold-light); max-width:520px; }
.hero-visual{ position:relative; display:flex; align-items:center; justify-content:center; }
.placeholder-frame{
  width:100%; aspect-ratio:4/5; border-radius:28px;
  background: linear-gradient(160deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05));
  border:2px dashed rgba(255,215,120,0.55);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px;
  text-align:center; padding:30px; color: rgba(255,255,255,0.78);
  box-shadow: inset 0 0 40px rgba(255,180,0,0.08);
}
.placeholder-frame .icon{ font-size:3rem; }
.placeholder-frame small{ font-size:0.78rem; letter-spacing:0.5px; color: rgba(255,255,255,0.55); }
.om-ring{
  position:absolute; width:160px; height:160px; border-radius:50%;
  border:2px solid rgba(255,180,0,0.6); top:-32px; right:-32px;
  display:flex; align-items:center; justify-content:center; font-size:2.7rem; color: var(--gold-bright);
  animation: spin 30s linear infinite; background: rgba(110,16,25,0.25);
  box-shadow: 0 0 40px rgba(255,180,0,0.35);
}
.om-ring::before{
  content:''; position:absolute; inset:-14px; border-radius:50%; border:1px dashed rgba(255,215,120,0.35);
}
@keyframes spin{ from{ transform:rotate(0deg);} to{ transform:rotate(360deg);} }

/* Real photo frames (replace placeholder-frame once images exist) */
.photo-frame{
  width:100%; border-radius:28px; overflow:hidden; position:relative;
  box-shadow: 0 18px 44px rgba(36,16,25,0.28);
  border: 3px solid rgba(255,215,120,0.4);
}
.photo-frame img{ width:100%; height:100%; object-fit:cover; display:block; }
.photo-frame.small{ border-radius:18px; }
.photo-frame video{ width:100%; height:100%; object-fit:cover; display:block; }
.hero-video-frame{ position:relative; }
.hero-sound-btn{
  position:absolute; bottom:16px; right:16px; z-index:2;
  width:44px; height:44px; border-radius:50%; border:2px solid rgba(255,255,255,0.6);
  background: rgba(36,16,25,0.55); color:#fff; font-size:1.2rem; cursor:pointer;
  display:flex; align-items:center; justify-content:center; backdrop-filter: blur(3px);
  transition: background .2s ease, transform .2s ease;
}
.hero-sound-btn:hover{ background: rgba(36,16,25,0.8); transform: scale(1.06); }

/* Live YouTube embed (responsive 16:9) */
.live-embed-frame{
  position:relative; width:100%; aspect-ratio:16/9; border-radius:28px; overflow:hidden;
  box-shadow: 0 18px 44px rgba(36,16,25,0.28); border:3px solid rgba(255,215,120,0.4);
  background: var(--maroon-dark);
}
.live-embed-frame iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; }

.photo-caption{
  position:absolute; left:0; right:0; bottom:0; padding:14px 18px;
  background: linear-gradient(0deg, rgba(36,16,25,0.85) 0%, transparent 100%);
  color:#fff; font-size:0.82rem; font-weight:600;
}

/* Gallery photo tiles */
.gallery-tile.photo{ padding:0; background:none; border:none; }
.gallery-tile.photo img{ width:100%; height:100%; object-fit:cover; display:block; transition: transform .4s ease; }
.gallery-tile.photo:hover img{ transform: scale(1.08); }
.gallery-tile.photo .gallery-cap{
  position:absolute; left:0; right:0; bottom:0; padding:12px 14px;
  background: linear-gradient(0deg, rgba(36,16,25,0.88) 10%, transparent 100%);
  color:#fff; font-size:0.78rem; font-weight:600; text-align:left; opacity:1; text-shadow:none;
}
.video-thumb{ cursor:pointer; }
.play-badge{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:52px; height:52px; border-radius:50%; background:rgba(36,16,25,0.5);
  color:#fff; display:flex; align-items:center; justify-content:center; font-size:1.05rem;
  border:2px solid rgba(255,255,255,0.85); backdrop-filter: blur(2px);
  transition: background .2s ease, transform .2s ease; z-index:1;
}
.video-thumb:hover .play-badge{ background: var(--power); transform:translate(-50%,-50%) scale(1.12); }

/* ===================== CARDS / GRIDS ===================== */
.grid{ display:grid; gap:28px; }
.grid-3{ grid-template-columns: repeat(3,1fr); }
.grid-4{ grid-template-columns: repeat(4,1fr); }
.grid-2{ grid-template-columns: repeat(2,1fr); }

.card{
  background: var(--white); border-radius: var(--radius); padding:32px 26px;
  box-shadow: var(--shadow-glow); transition: transform .25s ease, box-shadow .25s ease;
  border:1px solid rgba(36,16,25,0.08); position:relative; overflow:hidden;
}
.card::before{ content:''; position:absolute; top:0; left:0; right:0; height:5px; background: var(--grad-text); opacity:0; transition: opacity .25s ease; }
.card:hover::before{ opacity:1; }
.card:hover{ transform: translateY(-7px); box-shadow: 0 22px 46px rgba(36,16,25,0.2), 0 4px 16px rgba(255,180,0,0.25); }
.card .icon-badge{
  width:56px; height:56px; border-radius:16px; background: var(--grad-primary);
  display:flex; align-items:center; justify-content:center; font-size:1.6rem; margin-bottom:18px;
  color: var(--power-dark); box-shadow: 0 6px 16px rgba(255,180,0,0.4);
}
.card h3{ margin-bottom:10px; }
.card .tag{ display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:1px; text-transform:uppercase; color: var(--power); margin-bottom:10px; }

.reveal{ opacity:0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible{ opacity:1; transform:none; }

.module-card{ position:relative; padding-top:46px; }
.module-num{
  position:absolute; top:-18px; left:26px; width:44px; height:44px; border-radius:50%;
  background: var(--grad-sindoor); color: var(--gold-bright); display:flex; align-items:center; justify-content:center;
  font-family: var(--font-head); font-weight:700; font-size:1.2rem;
  box-shadow: 0 6px 16px rgba(110,16,25,0.45), 0 0 0 4px var(--white);
}
.module-practice{ font-size:0.85rem; font-weight:600; color: var(--power); margin:10px 0 4px; }
.module-outcome{ font-size:0.9rem; color: var(--ink-soft); margin-bottom:10px; }
.module-quote{ font-style:italic; font-size:0.88rem; color: var(--saffron-dark); }

/* Gallery */
.gallery-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:20px; }
.gallery-tile{
  aspect-ratio:1/1; border-radius: var(--radius-sm); overflow:hidden; position:relative;
  background: linear-gradient(150deg, var(--gold-light), var(--saffron) 45%, var(--power) 100%, var(--tulsi) 160%);
  display:flex; align-items:center; justify-content:center; color: var(--maroon-dark);
  text-align:center; padding:16px; font-size:0.85rem; font-weight:600; border:1px solid rgba(36,16,25,0.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.gallery-tile span{ opacity:0.85; text-shadow: 0 1px 3px rgba(255,255,255,0.45); position:relative; z-index:1; }
.gallery-tile:hover{ transform: scale(1.035) rotate(-0.3deg); box-shadow: 0 14px 32px rgba(36,16,25,0.3); filter:brightness(1.05); }

/* Testimonials */
.testimonial-card{
  background: var(--white); border-radius: var(--radius); padding:30px; box-shadow: var(--shadow-glow);
  display:flex; flex-direction:column; gap:16px; height:100%; border-top:4px solid var(--gold);
}
.testimonial-card .stars{ color: var(--saffron); letter-spacing:2px; }
.testimonial-card .quote{ font-style:italic; color: var(--ink-soft); flex-grow:1; }
.testimonial-person{ display:flex; align-items:center; gap:12px; }
.avatar-placeholder{
  width:46px; height:46px; border-radius:50%; background: var(--grad-sindoor); display:flex; align-items:center;
  justify-content:center; font-weight:700; color: var(--gold-bright); flex-shrink:0;
}
.testimonial-person .name{ font-weight:700; color: var(--maroon-dark); font-size:0.92rem; }
.testimonial-person .loc{ font-size:0.78rem; color: var(--ink-soft); }

/* FAQ */
.faq-item{ background: var(--white); border-radius: var(--radius-sm); margin-bottom:14px; box-shadow: var(--shadow); overflow:hidden; border:1px solid rgba(36,16,25,0.08); border-left:4px solid var(--gold); transition: box-shadow .2s ease; }
.faq-item.open{ border-left-color: var(--power); box-shadow: var(--shadow-glow); }
.faq-question{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 24px; cursor:pointer; font-weight:600; color: var(--maroon-dark); }
.faq-question .plus{ font-size:1.4rem; color: var(--power); transition: transform .25s ease; flex-shrink:0; }
.faq-item.open .plus{ transform: rotate(45deg); }
.faq-answer{ max-height:0; overflow:hidden; transition: max-height .3s ease; padding:0 24px; }
.faq-item.open .faq-answer{ max-height:400px; padding-bottom:22px; }

/* Timeline / events */
.event-card{ background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-glow); padding:26px; display:flex; gap:20px; align-items:flex-start; border-bottom:3px solid var(--power); }
.event-date{ background: var(--grad-primary); color: var(--maroon-dark); border-radius:14px; padding:12px 16px; text-align:center; min-width:78px; font-family: var(--font-head); flex-shrink:0; box-shadow: 0 6px 16px rgba(255,180,0,0.4); }
.event-date .day{ font-size:1.6rem; font-weight:700; line-height:1; }
.event-date .mon{ font-size:0.75rem; text-transform:uppercase; letter-spacing:1px; }

/* Appeal banner */
.appeal-banner{ background: var(--grad-primary); border-radius:28px; padding:52px 42px; display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; box-shadow: 0 24px 60px rgba(255,122,26,0.45); position:relative; overflow:hidden; }
.appeal-banner::after{ content:'ॐ'; position:absolute; right:-20px; bottom:-40px; font-size:12rem; color: rgba(110,16,25,0.09); font-family: var(--font-head); pointer-events:none; }
.appeal-banner p{ color: rgba(52,20,28,0.88); }

/* Symbol strip */
.symbol-strip{ display:grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap:24px; }
.symbol-item{ text-align:center; padding:26px 18px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.09); border:1px solid rgba(255,215,120,0.25); transition: transform .2s ease; }
.symbol-item:hover{ transform: translateY(-4px); }
.symbol-swatch{ width:44px; height:44px; border-radius:50%; margin:0 auto 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.28), 0 0 0 4px rgba(255,255,255,0.08); }
.symbol-item h4{ color: var(--gold-bright); font-family: var(--font-body); font-size:0.95rem; margin-bottom:6px; font-weight:700; }
.symbol-item p{ font-size:0.85rem; }

/* Spiral model layers */
.spiral-layer{
  display:grid; grid-template-columns: 60px 1fr; gap:18px; align-items:flex-start;
  background: var(--white); border-radius: var(--radius-sm); padding:20px 22px; box-shadow: var(--shadow);
  border-left:4px solid var(--saffron); margin-bottom:16px;
}
.spiral-num{
  width:44px; height:44px; border-radius:50%; background: var(--grad-sindoor); color: var(--gold-bright);
  display:flex; align-items:center; justify-content:center; font-family: var(--font-head); font-weight:700; font-size:1.15rem;
}
.spiral-layer h4{ color: var(--maroon-dark); font-family: var(--font-body); font-weight:700; font-size:0.98rem; margin-bottom:4px; }
.spiral-layer .tool{ font-size:0.78rem; color: var(--power); font-weight:600; margin-top:6px; }

.week-card{ background: var(--white); border-radius: var(--radius-sm); padding:22px; box-shadow: var(--shadow); border-top:3px solid var(--gold); }
.week-card h4{ color: var(--power); font-size:0.95rem; margin-bottom:8px; }

/* Form */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-grid .full{ grid-column:1/-1; }
label{ font-size:0.85rem; font-weight:600; color: var(--maroon-dark); margin-bottom:6px; display:block; }
input, select, textarea{
  width:100%; padding:13px 16px; border-radius:12px; border:1.5px solid rgba(36,16,25,0.18);
  font-family: var(--font-body); font-size:0.95rem; background: var(--white); color: var(--ink);
}
input:focus, select:focus, textarea:focus{ outline:none; border-color: var(--power); box-shadow: 0 0 0 3px rgba(168,31,45,0.14); }

/* Footer */
.site-footer{ background: var(--maroon-dark); color: rgba(255,255,255,0.82); padding-top:70px; border-top:4px solid var(--gold); position:relative; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; padding-bottom:40px; }
.footer-grid h4{ color: var(--gold-bright); font-size:0.95rem; margin-bottom:16px; letter-spacing:0.5px; }
.footer-grid ul{ list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-grid a{ color: rgba(255,255,255,0.75); font-size:0.9rem; }
.footer-grid a:hover{ color: var(--gold-bright); }
.footer-brand p{ color: rgba(255,255,255,0.7); margin-top:14px; font-size:0.9rem; max-width:320px; }
.social-row{ display:flex; gap:10px; margin-top:18px; }
.social-row a{ width:40px; height:40px; border-radius:50%; background: rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center; font-size:1.1rem; transition: background .2s ease, transform .2s ease; }
.social-row a:hover{ background: var(--grad-primary); color: var(--maroon-dark); transform: translateY(-3px); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,0.14); padding:22px 0; text-align:center; font-size:0.82rem; color: rgba(255,255,255,0.55); }

/* Chatbot widget */
.chatbot-fab{
  position:fixed; bottom:26px; right:26px; z-index:900; width:60px; height:60px; border-radius:50%;
  background: var(--grad-sindoor); display:flex; align-items:center; justify-content:center; font-size:1.6rem;
  box-shadow: 0 12px 32px rgba(110,16,25,0.5); border:none; cursor:pointer; color: var(--gold-bright);
  animation: pulseGlow 3.5s ease-in-out infinite;
}
@keyframes pulseGlow{
  0%,100%{ box-shadow: 0 12px 32px rgba(110,16,25,0.5), 0 0 0 0 rgba(255,180,0,0.35); }
  50%{ box-shadow: 0 12px 32px rgba(110,16,25,0.6), 0 0 0 10px rgba(255,180,0,0); }
}
.whatsapp-fab{
  position:fixed; bottom:26px; left:26px; z-index:900; width:60px; height:60px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center;
  box-shadow: 0 12px 32px rgba(37,211,102,0.5); transition: transform .2s ease, box-shadow .2s ease;
  animation: whatsappPulse 3.5s ease-in-out infinite;
}
.whatsapp-fab:hover{ transform: scale(1.08); }
@keyframes whatsappPulse{
  0%,100%{ box-shadow: 0 12px 32px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.35); }
  50%{ box-shadow: 0 12px 32px rgba(37,211,102,0.6), 0 0 0 10px rgba(37,211,102,0); }
}
.chatbot-panel{
  position:fixed; bottom:98px; right:26px; z-index:900; width:320px; max-width:88vw; background: var(--white);
  border-radius: var(--radius); box-shadow: 0 22px 55px rgba(0,0,0,0.3); display:none; flex-direction:column;
  overflow:hidden; max-height:440px; border:2px solid var(--gold);
}
.chatbot-panel.open{ display:flex; }
.chatbot-head{ background: var(--grad-deep); color: var(--white); padding:16px 18px; font-weight:700; display:flex; justify-content:space-between; align-items:center; }
.chatbot-head button{ background:none; border:none; color: var(--white); font-size:1.1rem; cursor:pointer; }
.chatbot-body{ padding:14px; flex-grow:1; overflow-y:auto; display:flex; flex-direction:column; gap:10px; font-size:0.87rem; }
.chatbot-msg{ padding:10px 14px; border-radius:14px; max-width:85%; }
.chatbot-msg.bot{ background: var(--rose); align-self:flex-start; color: var(--ink); }
.chatbot-msg.user{ background: var(--grad-primary); align-self:flex-end; color: var(--maroon-dark); }
.chatbot-input{ display:flex; border-top:1px solid rgba(0,0,0,0.08); }
.chatbot-input input{ border:none; border-radius:0; flex-grow:1; }
.chatbot-input button{ background: var(--power-dark); color: var(--white); border:none; padding:0 18px; cursor:pointer; }
.chatbot-suggestions{ display:flex; flex-wrap:wrap; gap:6px; padding:0 14px 12px; }
.chatbot-suggestions button{ font-size:0.72rem; background: var(--rose); border:1px solid rgba(36,16,25,0.14); padding:6px 10px; border-radius:999px; cursor:pointer; color: var(--maroon-dark); }

/* Page header (inner pages) */
.page-hero{ background: var(--grad-deep); color: var(--white); padding:64px 0 94px; text-align:center; position:relative; }
.page-hero::before{
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,180,0,0.3), transparent 55%),
    radial-gradient(circle at 10% 100%, rgba(47,143,111,0.45), transparent 55%),
    radial-gradient(circle at 50% 0%, rgba(168,31,45,0.25), transparent 50%);
}
.page-hero .container{ position:relative; z-index:1; }
.page-hero p{ color: rgba(255,255,255,0.87); max-width:640px; margin:14px auto 0; }
.breadcrumb{ font-size:0.82rem; color: var(--gold-bright); margin-bottom:14px; letter-spacing:1px; text-transform:uppercase; }

.mt-2{ margin-top:2rem; } .mt-3{ margin-top:3rem; } .mb-2{ margin-bottom:2rem; }
.text-gold{ color: var(--gold); }
.text-sindoor{ color: var(--power); }
.divider-om{ text-align:center; font-size:1.6rem; color: var(--power); margin:8px 0 30px; opacity:0.8; }

@media (max-width: 980px){
  .hero-inner{ grid-template-columns:1fr; }
  .grid-4{ grid-template-columns: repeat(2,1fr); }
  .grid-3{ grid-template-columns: repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .appeal-banner{ grid-template-columns:1fr; text-align:center; }
  .form-grid{ grid-template-columns:1fr; }
  .spiral-layer{ grid-template-columns: 44px 1fr; }
}
@media (max-width: 720px){
  .nav{ position:fixed; top:76px; left:0; right:0; background: var(--maroon-dark); flex-direction:column; align-items:stretch; padding:14px; gap:2px; max-height:0; overflow:hidden; transition: max-height .3s ease; }
  .nav.open{ max-height:480px; padding:14px 20px 22px; }
  .nav a{ padding:12px 10px; border-radius:8px; }
  .menu-toggle{ display:flex; }
  .header-actions .lang-toggle{ display:none; }
  .grid-4, .grid-3, .grid-2{ grid-template-columns:1fr; }
  .gallery-grid{ grid-template-columns: repeat(2,1fr); }
  .section{ padding:60px 0; }
  .brand-logo{ height:48px; }
  .footer-logo{ height:60px; }
}
