﻿/* ============================================================
   TAPOVANAM — Master Stylesheet
   Vedic Pooja Booking Website
   ============================================================ */

/* ---- Event Announcement Ticker ---- */
.event-ticker{background:#C4681E;color:#FFD4A8;display:flex;align-items:center;height:44px;overflow:hidden;border-top:2px solid rgba(232,98,26,0.5);border-bottom:2px solid rgba(232,98,26,0.5);position:relative;z-index:10;}
.ticker-label{background:#E8621A;color:#fff;padding:0 1.1rem;font-size:0.68rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;white-space:nowrap;height:100%;display:flex;align-items:center;flex-shrink:0;}
.ticker-wrap{flex:1;overflow:hidden;position:relative;}
.ticker-move{display:inline-flex;align-items:center;gap:2.5rem;white-space:nowrap;animation:tickerScroll 32s linear infinite;font-size:0.82rem;padding-left:2rem;}
.ticker-move span{display:inline-block;}
.ticker-sep{color:#E8621A;font-size:0.7rem;opacity:0.7;}
.ticker-close{background:none;border:none;color:#FFD4A8;opacity:0.6;font-size:1.2rem;cursor:pointer;padding:0 0.75rem;flex-shrink:0;line-height:1;}
.ticker-close:hover{opacity:1;}
@keyframes tickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(max-width:600px){.ticker-label{display:none;}}

/* ---- Pooja Detail Page ---- */
.pooja-detail-hero{background:#E8621A;min-height:420px;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;}
.pdh-img{overflow:hidden;max-height:480px;}
.pdh-img img{width:100%;height:100%;object-fit:cover;display:block;}
.pdh-info{padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;color:#fff;}
.pdh-cat{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.15em;color:#E8621A;margin-bottom:0.5rem;font-weight:600;}
.pdh-title{font-family:'Cormorant Garamond',serif;font-size:2.4rem;color:#fff;line-height:1.2;margin-bottom:0.6rem;}
.pdh-subtitle{color:#FFD4A8;font-size:1.05rem;margin-bottom:1.5rem;line-height:1.5;}
.pdh-meta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem;}
.pdh-meta-item{display:flex;align-items:center;gap:0.4rem;color:rgba(255,255,255,0.8);font-size:0.88rem;}
.pdh-price-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;}
.pdh-price{font-family:'Cormorant Garamond',serif;font-size:2.2rem;color:#E8621A;font-weight:600;}
.pdh-book-btn{background:#E8621A;color:#fff;border:none;padding:0.9rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;transition:background 0.2s;}
.pdh-book-btn:hover{background:#B84A0A;}
.pdh-wa-btn{background:#25D366;color:#fff;border:none;padding:0.9rem 1.5rem;border-radius:50px;font-size:0.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;transition:background 0.2s;}
.pdh-wa-btn:hover{background:#128C7E;}
.pdh-tabs{display:flex;gap:0;border-bottom:2px solid #FFD4A8;margin-bottom:2.5rem;overflow-x:auto;}
.pdh-tab{padding:0.85rem 1.75rem;font-size:0.9rem;font-weight:500;color:#5A2E00;cursor:pointer;border:none;background:none;white-space:nowrap;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all 0.2s;}
.pdh-tab.active{color:#E8621A;border-bottom-color:#E8621A;font-weight:600;}
.pdh-tab:hover{color:#E8621A;}
.pdh-tab-panel{display:none;}
.pdh-tab-panel.active{display:block;}
.pdh-booking-form{background:#FFF4ED;border:1px solid #FFD4A8;border-radius:16px;padding:2rem;}
.pdh-booking-form h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:#1A0800;margin-bottom:1.25rem;}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.form-field{margin-bottom:1rem;}
.form-field label{display:block;font-size:0.85rem;font-weight:500;color:#1A0800;margin-bottom:0.3rem;}
.form-field input,.form-field select,.form-field textarea{width:100%;padding:0.7rem 1rem;border:1.5px solid #FFD4A8;border-radius:8px;font-size:0.9rem;color:#1A0800;background:#fff;outline:none;box-sizing:border-box;font-family:inherit;}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#E8621A;}
.benefit-list{list-style:none;padding:0;margin:0;}
.benefit-list li{padding:0.6rem 0;border-bottom:1px solid #FFD4A8;display:flex;align-items:flex-start;gap:0.75rem;color:#5A2E00;font-size:0.95rem;line-height:1.5;}
.benefit-list li::before{content:"✓";color:#E8621A;font-weight:700;flex-shrink:0;margin-top:0.05rem;}
.includes-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0.6rem;margin-top:1rem;}
.includes-list li{background:#FFF4ED;border-radius:8px;padding:0.6rem 1rem;font-size:0.85rem;color:#5A2E00;list-style:none;display:flex;align-items:center;gap:0.5rem;}
.process-steps{counter-reset:step;}
.process-step{display:flex;gap:1.25rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #FFD4A8;}
.step-num{counter-increment:step;width:36px;height:36px;background:#E8621A;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:0.9rem;}
.step-text{color:#5A2E00;font-size:0.95rem;line-height:1.6;padding-top:0.4rem;}
@media(max-width:768px){.pooja-detail-hero{grid-template-columns:1fr;}.pdh-img{max-height:240px;}.pdh-title{font-size:1.8rem;}.form-grid-2{grid-template-columns:1fr;}}

/* ---- Tantri Credential Strip ---- */
.tantri-strip{background:linear-gradient(135deg,#FFF4ED,#fff);border-top:1px solid #FFD4A8;border-bottom:1px solid #FFD4A8;padding:1.25rem 0;}
.tantri-strip-inner{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:center;text-align:center;}
.tantri-strip-badge{background:#E8621A;color:#fff;font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:0.3rem 0.8rem;border-radius:50px;white-space:nowrap;}
.tantri-strip p{color:#5A2E00;font-size:0.9rem;margin:0;line-height:1.5;}
.tantri-strip strong{color:#1A0800;}

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --saffron:       #E8621A;
  --dark-orange:   #B84A0A;
  --deep-brown:    #1A0800;
  --mid-brown:     #5A2E00;
  --muted:         #5A2E00;
  --border:        #FFD4A8;
  --cream:         #FFFAF5;
  --light-orange:  #FFF4ED;
  --white:         #ffffff;
  --shadow:        0 4px 24px rgba(26, 8, 0, 0.12);
  --shadow-lg:     0 8px 40px rgba(26, 8, 0, 0.18);
  --radius:        12px;
  --transition:    all 0.3s ease;
}

/* ============================================================
   BASE & RESET
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--cream);
  color: var(--deep-brown);
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button {
  font-family: inherit;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--deep-brown);
  line-height: 1.2;
  font-weight: 600;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }

p {
  line-height: 1.7;
  color: var(--mid-brown);
}

.section-label {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--saffron);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  color: var(--deep-brown);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}

.btn-saffron {
  background: var(--saffron);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(232, 98, 26, 0.3);
}

.btn-saffron:hover {
  background: var(--dark-orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(232, 98, 26, 0.45);
  color: var(--white);
}

.btn-outline {
  border: 2px solid var(--saffron);
  color: var(--saffron);
  background: transparent;
}

.btn-outline:hover {
  background: var(--saffron);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-dark {
  background: #E8621A;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(196, 104, 30, 0.3);
}

.btn-dark:hover {
  background: var(--mid-brown);
  transform: translateY(-2px);
  color: var(--white);
}

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 1rem 2.25rem;
  font-size: 1.05rem;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #E8621A;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
  box-shadow: 0 2px 20px rgba(26, 8, 0, 0.2);
  background: #E8621A;
}

.nav-inner {
  display: flex;
  align-items: center;
  height: 70px;
  gap: 1.5rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-om {
  font-size: 2rem;
  color: var(--saffron);
  line-height: 1;
  font-family: serif;
}

.logo-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.logo-tagline {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'DM Sans', sans-serif;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 0.25rem;
  margin-left: auto;
  align-items: center;
  flex-wrap: nowrap;
}

.nav-menu a {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  transition: var(--transition);
  display: block;
  white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: #fff;
  background: rgba(255,255,255,0.15);
}

.nav-cta {
  margin-left: 0.5rem;
  flex-shrink: 0;
}

/* Book Now button on orange navbar — white bg with orange text */
.navbar .nav-cta.btn-saffron {
  background: #fff;
  color: #E8621A !important;
  box-shadow: none;
}
.navbar .nav-cta.btn-saffron:hover {
  background: rgba(255,255,255,0.9);
  color: #E8621A !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.5rem;
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #E8621A;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 8, 0, 0.7) 0%,
    rgba(26, 8, 0, 0.4) 50%,
    rgba(90, 46, 0, 0.3) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero h1,
.hero h2,
.hero h3,
.hero p,
.hero span {
  color: var(--white);
}

.hero h1 {
  font-size: 4rem;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.hero p {
  color: rgba(255, 250, 245, 0.85);
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232, 98, 26, 0.2);
  border: 1px solid rgba(232, 98, 26, 0.4);
  color: #FFD4A8;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  font-family: 'DM Sans', sans-serif;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  background: #E8621A;
  padding: 2.5rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  color: var(--saffron);
  line-height: 1;
  display: block;
  margin-bottom: 0.4rem;
}

.stat-label {
  color: var(--muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--light-orange);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--mid-brown);
  font-size: 0.9rem;
  font-weight: 500;
}

.trust-icon {
  width: 36px;
  height: 36px;
  background: var(--saffron);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-it-works {
  background: var(--cream);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.step-card {
  text-align: center;
  padding: 2rem 1rem;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--saffron), var(--dark-orange));
  color: var(--white);
  border-radius: 50%;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 16px rgba(232, 98, 26, 0.35);
}

.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--deep-brown);
  margin-bottom: 0.5rem;
}

.step-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ============================================================
   CATEGORY FILTER TABS
   ============================================================ */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  justify-content: center;
}

.filter-tab {
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--mid-brown);
  transition: var(--transition);
  font-family: 'DM Sans', sans-serif;
}

.filter-tab:hover {
  border-color: var(--saffron);
  color: var(--saffron);
}

.filter-tab.active {
  background: var(--saffron);
  color: var(--white);
  border-color: var(--saffron);
}

/* ============================================================
   POOJA GRID & CARDS
   ============================================================ */
.pooja-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.pooja-card[hidden] {
  display: none;
}

.pooja-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.pooja-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(26, 8, 0, 0.15);
}

.card-image {
  height: 200px;
  background: var(--light-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.card-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--light-orange), var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-category {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--saffron);
  color: var(--white);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
  font-weight: 600;
}

.card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  color: var(--deep-brown);
  margin-bottom: 0.5rem;
}

.card-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 1rem;
  flex: 1;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

.card-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  color: var(--saffron);
  font-weight: 600;
}

.card-duration {
  font-size: 0.8rem;
  color: var(--muted);
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  background: #E8621A;
}

.testimonials .section-title {
  color: var(--white);
}

.testimonials .section-label {
  color: #FFD4A8;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 212, 168, 0.2);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: var(--transition);
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 212, 168, 0.4);
}

.testimonial-text {
  color: #FFD4A8;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.testimonial-author {
  color: var(--muted);
  font-size: 0.85rem;
}

.testimonial-name {
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.stars {
  color: var(--saffron);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
}

/* ============================================================
   BLOG CARDS
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.blog-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.blog-image {
  height: 200px;
  background: linear-gradient(135deg, var(--light-orange), var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--saffron);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.blog-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: var(--deep-brown);
  line-height: 1.3;
}

.blog-excerpt {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}

.blog-meta {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.read-more {
  color: var(--saffron);
  font-weight: 500;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.75rem;
  transition: var(--transition);
}

.read-more:hover {
  color: var(--dark-orange);
  gap: 0.5rem;
}

/* ============================================================
   AUSPICIOUS DATES
   ============================================================ */
.dates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.date-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  text-align: center;
  border-left: 4px solid var(--saffron);
  transition: var(--transition);
}

.date-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.date-day {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  color: var(--saffron);
  line-height: 1;
  display: block;
}

.date-month {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  display: block;
  margin-top: 0.15rem;
}

.date-event {
  font-weight: 600;
  color: var(--deep-brown);
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

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

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  background: var(--white);
  font-weight: 500;
  color: var(--deep-brown);
  transition: background 0.2s ease;
  user-select: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  gap: 1rem;
}

.faq-question:hover {
  background: var(--light-orange);
}

.faq-icon {
  width: 24px;
  height: 24px;
  background: var(--saffron);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer.open {
  max-height: 500px;
}

.faq-answer-inner {
  padding: 0 1.5rem 1.25rem;
  color: var(--mid-brown);
  line-height: 1.7;
  font-size: 0.93rem;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  cursor: pointer;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--light-orange), var(--border));
}

.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 8, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: var(--white);
  font-size: 2rem;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox.open {
  display: flex;
}

.lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-inner img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: var(--radius);
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  z-index: 10000;
  transition: var(--transition);
  background: none;
  border: none;
  font-family: sans-serif;
}

.lightbox-close:hover {
  color: var(--saffron);
  transform: scale(1.2);
}

/* ============================================================
   COUNTDOWN TIMER
   ============================================================ */
.countdown {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.count-item {
  text-align: center;
  background: rgba(232, 98, 26, 0.1);
  border: 1px solid rgba(232, 98, 26, 0.2);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  min-width: 80px;
}

.count-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  color: var(--saffron);
  line-height: 1;
  display: block;
}

.count-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  display: block;
  margin-top: 0.25rem;
}

/* ============================================================
   SUBSCRIPTION CARDS
   ============================================================ */
.sub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.sub-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  border-top: 4px solid var(--saffron);
  position: relative;
  transition: var(--transition);
}

.sub-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.sub-card.featured {
  border-top-color: var(--dark-orange);
  background: linear-gradient(135deg, var(--light-orange), var(--white));
}

.sub-badge {
  position: absolute;
  top: -1px;
  right: 1.5rem;
  background: var(--saffron);
  color: var(--white);
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0 0 8px 8px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.sub-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  color: var(--deep-brown);
  margin-bottom: 0.5rem;
}

.sub-desc {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.sub-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  color: var(--saffron);
  line-height: 1;
}

.sub-period {
  font-size: 0.85rem;
  color: var(--muted);
}

.sub-features {
  list-style: none;
  margin: 1.5rem 0;
}

.sub-features li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--mid-brown);
}

.sub-features li:last-child {
  border-bottom: none;
}

.sub-features li::before {
  content: "✓";
  color: var(--saffron);
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================
   SECTION BACKGROUNDS
   ============================================================ */
.bg-cream {
  background: var(--cream);
}

.bg-light-orange {
  background: var(--light-orange);
}

.bg-dark {
  background: #E8621A;
  color: var(--white);
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: var(--white);
}

.bg-dark p {
  color: rgba(255, 250, 245, 0.8);
}

.bg-mid {
  background: #E8621A;
  color: var(--white);
}

.bg-mid h1,
.bg-mid h2,
.bg-mid h3,
.bg-mid h4,
.bg-mid h5,
.bg-mid h6 {
  color: var(--white);
}

.bg-mid p {
  color: rgba(255, 250, 245, 0.8);
}

.bg-white {
  background: var(--white);
}

/* ============================================================
   CREDENTIALS SECTION
   ============================================================ */
.credentials-section {
  background: var(--light-orange);
}

.cred-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
}

.cred-photo {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--border);
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

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

.cred-list {
  list-style: none;
}

.cred-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--mid-brown);
  font-size: 0.93rem;
  line-height: 1.5;
}

.cred-list li:last-child {
  border-bottom: none;
}

.cred-list li::before {
  content: "🕉";
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.world-record-badge {
  background: linear-gradient(135deg, var(--saffron), var(--dark-orange));
  color: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
}

.world-record-badge h4 {
  color: var(--white);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
}

.world-record-badge p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form {
  max-width: 680px;
}

.form-group {
  margin-bottom: 1.25rem;
}

label {
  display: block;
  font-weight: 500;
  color: var(--deep-brown);
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  background: var(--white);
  color: var(--deep-brown);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: auto;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(232, 98, 26, 0.1);
}

input::placeholder,
textarea::placeholder {
  color: var(--muted);
  opacity: 0.7;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

select {
  cursor: pointer;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.05); }
}

@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.fade-in {
  animation: fadeInUp 0.6s ease forwards;
}

.fade-in-delay-1 { animation-delay: 0.1s; }
.fade-in-delay-2 { animation-delay: 0.2s; }
.fade-in-delay-3 { animation-delay: 0.3s; }

.pulse {
  animation: pulse 2s ease infinite;
}

/* Intersection Observer fade-in */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ============================================================
   WHATSAPP FLOAT BUTTON
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 9998;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  font-size: 1.6rem;
}

.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.wa-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* ============================================================
   ARTICLE / BLOG POST
   ============================================================ */
.article-header {
  background: #E8621A;
  padding: 8rem 0 4rem;
  color: var(--white);
}

.article-header h1 {
  color: var(--white);
  font-size: 3rem;
  max-width: 800px;
}

.article-header .section-label {
  color: #FFD4A8;
}

.article-meta {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.article-body h2 {
  font-size: 2rem;
  color: var(--deep-brown);
  margin: 2.5rem 0 1rem;
}

.article-body h3 {
  font-size: 1.5rem;
  color: var(--mid-brown);
  margin: 2rem 0 0.75rem;
}

.article-body p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: var(--mid-brown);
}

.article-body ul,
.article-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
  list-style: revert;
}

.article-body li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  color: var(--mid-brown);
}

.article-pullquote {
  border-left: 4px solid var(--saffron);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  background: var(--light-orange);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  color: var(--mid-brown);
  line-height: 1.6;
}

.article-image-placeholder {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, var(--light-orange), var(--border));
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  margin: 2rem 0;
}

.article-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

/* ============================================================
   EVENT CARDS
   ============================================================ */
.event-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 2rem;
  transition: var(--transition);
}

.event-card:hover {
  box-shadow: var(--shadow-lg);
}

.event-header {
  background: #E8621A;
  padding: 2rem;
  color: var(--white);
}

.event-header h3 {
  color: var(--white);
  margin-bottom: 0.5rem;
}

.event-header p {
  color: rgba(255, 250, 245, 0.75);
  font-size: 0.9rem;
}

.event-body {
  padding: 2rem;
}

.event-includes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.event-include-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--light-orange);
  padding: 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--mid-brown);
}

.event-details {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.event-detail {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--mid-brown);
}

/* ============================================================
   REGISTRATION FORM
   ============================================================ */
.reg-form {
  background: var(--light-orange);
  border-radius: var(--radius);
  padding: 2rem;
  border: 1px solid var(--border);
}

.reg-form h3 {
  margin-bottom: 1.5rem;
}

/* ============================================================
   JATHAKAM / ASTROLOGY
   ============================================================ */
.jathakam-form {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.jathakam-form h3 {
  margin-bottom: 1.5rem;
}

.result-box {
  background: #E8621A;
  color: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  margin-top: 2rem;
}

.result-box h3 {
  color: var(--white);
  margin-bottom: 1.25rem;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.result-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 212, 168, 0.2);
  border-radius: 8px;
  padding: 1.25rem;
}

.result-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 0.25rem;
  display: block;
}

.result-value {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
  color: #FFD4A8;
  line-height: 1.2;
}

/* ============================================================
   PAGE HEADER (generic inner pages)
   ============================================================ */
.page-header {
  background: #E8621A;
  padding: 8rem 0 4rem;
  text-align: center;
  color: var(--white);
}

.page-header h1 {
  color: var(--white);
}

.page-header p {
  color: rgba(255, 250, 245, 0.75);
  max-width: 600px;
  margin: 0.75rem auto 0;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  justify-content: center;
}

.breadcrumb a {
  color: #FFD4A8;
}

.breadcrumb a:hover {
  color: var(--white);
}

.breadcrumb span {
  color: var(--muted);
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.text-center  { text-align: center; }
.text-right   { text-align: right; }
.text-left    { text-align: left; }
.text-saffron { color: var(--saffron) !important; }
.text-muted   { color: var(--muted); }
.text-white   { color: var(--white) !important; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }

.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.5rem; }

.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }

.d-flex         { display: flex; }
.align-center   { align-items: center; }
.justify-center { justify-content: center; }
.flex-wrap      { flex-wrap: wrap; }

.w-100 { width: 100%; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Divider */
.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--dark-orange));
  border-radius: 2px;
  margin: 1rem auto;
}

.divider-left {
  margin-left: 0;
}

/* Tag pill */
.tag {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tag-saffron {
  background: rgba(232, 98, 26, 0.12);
  color: var(--saffron);
}

.tag-dark {
  background: rgba(26, 8, 0, 0.1);
  color: var(--deep-brown);
}

/* Alert / info box */
.info-box {
  background: var(--light-orange);
  border: 1px solid var(--border);
  border-left: 4px solid var(--saffron);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.25rem;
  color: var(--mid-brown);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Two-column content + sidebar */
.content-sidebar {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}

/* Icon circle */
.icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--dark-orange));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

/* Feature / benefit card */
.feature-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

/* Price display */
.price-display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  color: var(--saffron);
  font-weight: 600;
}

.price-note {
  font-size: 0.82rem;
  color: var(--muted);
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: #E8621A;
  color: rgba(255, 250, 245, 0.75);
  padding: 4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 212, 168, 0.15);
}

/* Footer logo — show original logo on saffron background */
footer .nav-logo img,
.site-footer .nav-logo img {
  filter: none;
  opacity: 1;
}

.footer-brand .logo-name {
  color: var(--white);
}

.footer-brand .logo-tagline {
  color: rgba(255,255,255,0.75);
}

.footer-desc {
  color: rgba(255, 250, 245, 0.6);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-top: 1rem;
}

.footer-heading {
  color: var(--white);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: rgba(255, 250, 245, 0.65);
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--saffron);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: rgba(255, 250, 245, 0.65);
  font-size: 0.88rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.footer-contact-item a {
  color: rgba(255, 250, 245, 0.65);
  transition: color 0.2s ease;
}

.footer-contact-item a:hover {
  color: var(--saffron);
}

.footer-bottom {
  padding: 1.25rem 0;
  text-align: center;
  color: rgba(255, 250, 245, 0.4);
  font-size: 0.82rem;
}

.footer-bottom a {
  color: var(--saffron);
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 212, 168, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 250, 245, 0.7);
  font-size: 0.9rem;
  transition: var(--transition);
}

.social-link:hover {
  background: var(--saffron);
  border-color: var(--saffron);
  color: var(--white);
  transform: translateY(-2px);
}

/* ============================================================
   RESPONSIVE — 1200px
   ============================================================ */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid > *:first-child {
    grid-column: 1 / -1;
  }

  .content-sidebar {
    grid-template-columns: 1fr 300px;
  }
}

/* ============================================================
   RESPONSIVE — 1024px
   ============================================================ */
@media (max-width: 1024px) {
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.1rem; }
  h3 { font-size: 1.55rem; }

  .hero h1 { font-size: 3.2rem; }

  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cred-grid {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
  }

  .content-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-menu a {
    font-size: 0.82rem;
    padding: 0.35rem 0.5rem;
  }
}

/* ============================================================
   RESPONSIVE — 768px (Tablet / Mobile)
   ============================================================ */
@media (max-width: 768px) {
  /* Typography */
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.45rem; }
  h4 { font-size: 1.2rem; }

  .hero h1  { font-size: 2.4rem; }
  .section-title { font-size: 2rem; }

  section { padding: 3.5rem 0; }

  /* Navigation — mobile */
  .hamburger {
    display: flex;
    margin-left: auto;
  }

  .nav-cta {
    display: none;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    padding: 1rem 1.5rem;
    z-index: 999;
    gap: 0.15rem;
    box-shadow: 0 8px 24px rgba(26, 8, 0, 0.12);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 8px;
    color: var(--mid-brown);
  }

  .nav-menu a:hover,
  .nav-menu a.active {
    color: var(--saffron);
    background: var(--light-orange);
  }

  /* Hero */
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .stat-number { font-size: 2.2rem; }

  /* Steps */
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  /* Credentials */
  .cred-grid {
    grid-template-columns: 1fr;
  }

  .cred-photo {
    max-width: 260px;
    margin: 0 auto;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > *:first-child {
    grid-column: 1 / -1;
  }

  /* Utilities */
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  /* Countdown */
  .count-item {
    padding: 0.75rem 1rem;
    min-width: 64px;
  }

  .count-number { font-size: 2rem; }

  /* Article */
  .article-header { padding: 6rem 0 3rem; }
  .article-header h1 { font-size: 2.2rem; }
  .article-body { padding: 2rem 1rem; }
  .article-body h2 { font-size: 1.6rem; }
  .article-body h3 { font-size: 1.3rem; }

  /* Result grid */
  .result-grid {
    grid-template-columns: 1fr;
  }

  /* Content sidebar */
  .content-sidebar {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   RESPONSIVE — 480px (Small mobile)
   ============================================================ */
@media (max-width: 480px) {
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.3rem; }

  .hero h1 { font-size: 2rem; }

  .section-title { font-size: 1.75rem; }

  section { padding: 2.5rem 0; }

  .container { padding: 0 1rem; }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .trust-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .countdown {
    gap: 0.5rem;
  }

  .count-item {
    min-width: 56px;
    padding: 0.65rem 0.75rem;
  }

  .count-number { font-size: 1.75rem; }

  .sub-grid {
    grid-template-columns: 1fr;
  }

  .event-includes {
    grid-template-columns: 1fr;
  }

  .jathakam-form {
    padding: 1.5rem;
  }

  .wa-float {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 52px;
    height: 52px;
    font-size: 1.3rem;
  }

  .btn-lg {
    padding: 0.85rem 1.75rem;
    font-size: 0.95rem;
  }

  .dates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   PRINT STYLES
   ============================================================ */
@media print {
  .navbar,
  .wa-float,
  .hamburger,
  footer {
    display: none !important;
  }

  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  .hero {
    min-height: auto;
    padding: 2rem 0;
  }
}

/* ============================================================
   BLOG/SECONDARY PAGE NAV & WA ALIASES
   (these pages use .nav-container / .nav-links / .whatsapp-float)
   ============================================================ */

/* Nav container alias */
.nav-container {
  display: flex;
  align-items: center;
  height: 70px;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

/* Logo link alias */
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-brand .nav-logo {
  font-size: 2rem;
  color: var(--saffron);
  line-height: 1;
  font-family: serif;
}

.brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--deep-brown);
  line-height: 1.1;
  display: block;
}

.brand-tagline {
  font-size: 0.65rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'DM Sans', sans-serif;
  display: block;
}

/* Nav links list alias — desktop horizontal */
.nav-links {
  display: flex;
  list-style: none;
  gap: 0.25rem;
  margin-left: auto;
  align-items: center;
  flex-wrap: nowrap;
}

.nav-links a {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  transition: var(--transition);
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  background: rgba(255,255,255,0.15);
}

.nav-links .nav-cta {
  background: #fff;
  color: #E8621A !important;
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.nav-links .nav-cta:hover {
  background: rgba(255,255,255,0.9);
  color: #E8621A !important;
}

/* WhatsApp float alias */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 9998;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  flex-shrink: 0;
}

/* Mobile — collapse .nav-links same as .nav-menu */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    padding: 1rem 1.5rem;
    z-index: 999;
    gap: 0.15rem;
    box-shadow: 0 8px 24px rgba(26, 8, 0, 0.12);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 0.6rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 8px;
  }

  .nav-links .nav-cta {
    display: inline-block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* Footer logo — no filter needed on saffron background */
.footer-logo-wrap .nav-logo img { filter: none; }
