/**
 * Sacred Premium Design System — Luxury Spiritual Editorial Platform
 * Refined: About, Aarti, Mantra pages
 * ~1400 lines: design tokens, section system, typography, components, layouts
 */

/* ================================================================
   A. REFINED DESIGN TOKENS — CSS Custom Properties
   ================================================================ */
:root {
    /* Maroon Palette — Richer, deeper tones */
    --sac-red-deep:       #3a0505;
    --sac-red-rich:       #4a0808;
    --sac-red-mid:        #5c0000;
    --sac-red-dark:       #3b0000;
    --sac-red-black:      #2D0101;
    --sac-red-maroon:     #310202;
    --sac-red-wine:       #3C0808;
    --sac-red-void:       #1a0000;

    /* Gold Palette — Refined, not neon */
    --sac-gold-premium:   #d4a017;
    --sac-gold-bright:     #e8c040;
    --sac-gold-soft:      #f5e4b2;
    --sac-gold-muted:     #b8922a;
    --sac-gold-deep:      #a07820;
    --sac-gold-glow:      rgba(212, 160, 23, 0.25);
    --sac-gold-border:    rgba(212, 160, 23, 0.22);
    --sac-gold-tint:      rgba(212, 160, 23, 0.08);

    /* Cream / Warm Backgrounds — Luxury editorial warmth */
    --sac-cream-full:     #fff8ee;
    --sac-cream-warm:     #f7efe2;
    --sac-cream-light:    #f3e7d7;
    --sac-cream-lighter:  #fff6ea;
    --sac-cream-alt:      #f5ede2;
    --sac-white-warm:     #FFFAF0;
    --sac-off-white:      #f5ede2;
    --sac-haldi:          #fff8e8;

    /* Typography — Refined color system */
    --sac-heading:        #3a0505;
    --sac-heading-mid:    #4a0808;
    --sac-body:           #4f3b2d;
    --sac-body-light:     #5e4636;
    --sac-muted:          #7d6755;
    --sac-muted-light:    #9a8878;
    --sac-primary:        #3b0000;

    /* Gold gradient for headings */
    --sac-gold-heading:  linear-gradient(135deg, #c69214 0%, #f4d06f 35%, #b88212 70%, #e8c040 100%);

    /* Section Spacing */
    --sac-py:            82px;
    --sac-py-md:         65px;
    --sac-py-sm:         50px;

    /* Border Radius */
    --sac-r-xs:          8px;
    --sac-r-sm:          12px;
    --sac-r-md:          20px;
    --sac-r-lg:          28px;
    --sac-r-xl:          32px;
    --sac-r-xxl:         40px;

    /* Premium Shadows */
    --sac-shadow-xs:     0 2px 8px rgba(0, 0, 0, 0.05);
    --sac-shadow-sm:     0 4px 15px rgba(0, 0, 0, 0.07);
    --sac-shadow-md:     0 10px 35px rgba(0, 0, 0, 0.09);
    --sac-shadow-lg:     0 20px 50px rgba(0, 0, 0, 0.12);
    --sac-shadow-xl:     0 30px 70px rgba(0, 0, 0, 0.18);
    --sac-shadow-gold:   0 8px 30px rgba(212, 160, 23, 0.18);
    --sac-shadow-gold-lg:0 15px 50px rgba(212, 160, 23, 0.28);

    /* Transitions */
    --sac-ease:          cubic-bezier(0.4, 0, 0.2, 1);
    --sac-ease-out:      cubic-bezier(0.0, 0, 0.2, 1);
    --sac-transition:    all 0.4s var(--sac-ease);
    --sac-transition-fast: all 0.25s var(--sac-ease-out);
}

/* ================================================================
   B. GLOBAL SECTION SPACING SYSTEM
   ================================================================ */
.sacred-section {
    padding-block: var(--sac-py);
}
.sacred-container {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 40px;
}
.sacred-container--sm {
    max-width: 1100px;
    margin-inline: auto;
    padding-inline: 32px;
}
.sacred-container--xs {
    max-width: 900px;
    margin-inline: auto;
    padding-inline: 24px;
}

@media (max-width: 992px) {
    .sacred-section { padding-block: var(--sac-py-md); }
    .sacred-container { padding-inline: 24px; }
    .sacred-container--sm { padding-inline: 20px; }
}
@media (max-width: 576px) {
    .sacred-section { padding-block: var(--sac-py-sm); }
    .sacred-container,
    .sacred-container--sm,
    .sacred-container--xs { padding-inline: 16px; }
}

/* ================================================================
   C. REFINED SECTION BACKGROUNDS
   ================================================================ */

/* Warm Cream — primary content section */
.sacred-section--cream-warm {
    background: var(--sac-cream-warm);
}

/* Subtle Alt Cream — section variety */
.sacred-section--cream-alt {
    background: var(--sac-cream-alt);
}

/* Dark Radial — FAQ, testimonials */
.sacred-section--dark-radial {
    background: radial-gradient(ellipse at top, #5b1a1a 0%, #2a0505 60%, #1a0000 100%);
    position: relative;
    overflow: hidden;
}
.sacred-section--dark-radial::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Crect width='80' height='80' fill='%23200a0a' opacity='0.12'/%3E%3C/svg%3E") repeat;
    opacity: 0.06;
    pointer-events: none;
}
.sacred-section--dark-radial > * { position: relative; z-index: 1; }

/* Dark Maroon with doodle — mantra/lyrics */
.sacred-section--dark-maroon {
    background:
        linear-gradient(rgba(74, 4, 4, 0.97), rgba(45, 0, 0, 0.98)),
        url('images/doodle2.png') repeat;
    background-size: 300px;
    position: relative;
}

/* Soft Off-White */
.sacred-section--off-white {
    background: var(--sac-off-white);
}

/* Warm Off-White — premium alternative to pure white */
.sacred-section--warm-white {
    background: linear-gradient(180deg, #faf6f0 0%, #f5ede2 100%);
}

/* Glossy Warm Section — premium editorial feel */
.sacred-section--glossy {
    background: linear-gradient(160deg, #faf6f0 0%, #f0e6d6 50%, #e8dcc8 100%);
    position: relative;
}
.sacred-section--glossy::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent);
    pointer-events: none;
}
.sacred-section--glossy > * { position: relative; z-index: 1; }

/* Haldi / Saffron */
.sacred-section--haldi {
    background: var(--sac-haldi);
}

/* Gold Tint */
.sacred-section--gold-tint {
    background: linear-gradient(135deg, rgba(212, 160, 23, 0.04) 0%, rgba(255, 255, 255, 0.97) 100%);
}

/* Guru Section Dark */
.sacred-section--guru {
    background: linear-gradient(160deg, #3a0808 0%, #2a0000 100%);
    position: relative;
}
.sacred-section--guru::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60%;
    background: radial-gradient(ellipse at bottom, rgba(212, 160, 23, 0.05) 0%, transparent 70%);
    pointer-events: none;
}
.sacred-section--guru > * { position: relative; z-index: 1; }

/* Section with top-to-bottom fade transition */
.sacred-section--fade-top::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.04), transparent);
    pointer-events: none;
}
.sacred-section--fade-bottom::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(0,0,0,0.03), transparent);
    pointer-events: none;
}

/* ================================================================
   D. CINEMATIC PREMIUM HERO
   ================================================================ */
.hero-sacred {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 30%, rgba(212, 160, 23, 0.14) 0%, transparent 40%),
        radial-gradient(circle at 85% 70%, rgba(212, 160, 23, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 50% 100%, rgba(212, 160, 23, 0.04) 0%, transparent 50%),
        linear-gradient(160deg, #2a0000 0%, #3a0505 30%, #4a0808 60%, #2D0101 100%);
}

/* Mandala texture overlay */
.hero-sacred::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ccircle cx='100' cy='100' r='80' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.12'/%3E%3Ccircle cx='100' cy='100' r='60' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.1'/%3E%3Ccircle cx='100' cy='100' r='40' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.08'/%3E%3C/svg%3E") repeat;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

/* Top fade overlay */
.hero-sacred::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 180px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.25), transparent);
    z-index: 0;
}

.hero-sacred .container,
.hero-sacred .row { position: relative; z-index: 2; }

/* Hero Badge */
.hero-sacred__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 22px;
    background: rgba(212, 160, 23, 0.1);
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(8px);
    color: var(--sac-gold-bright);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* Hero Title — refined cinematic */
.hero-sacred__title {
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.75), 0 0 50px rgba(212,160,23,0.1);
}

/* Hero Gold Subtitle — elegant, not neon */
.hero-sacred__subtitle {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    background: var(--sac-gold-heading);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 15px rgba(212,160,23,0.3));
}

/* Hero Body */
.hero-sacred__body {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 248, 240, 0.88);
}

/* Hero CTA row */
.hero-sacred__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

/* Hero Image Frame — luxury presentation */
.hero-sacred__image-frame {
    border-radius: var(--sac-r-xxl);
    overflow: hidden;
    border: 2px solid rgba(212, 160, 23, 0.3);
    box-shadow:
        0 40px 100px rgba(0,0,0,0.5),
        0 0 40px rgba(212,160,23,0.08);
}
.hero-sacred__image-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 40px rgba(212,160,23,0.06);
    pointer-events: none;
}

/* ================================================================
   E. TRUST STATS BAR
   ================================================================ */
.trust-stats-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 248, 240, 0.06);
    border: 1px solid rgba(212, 160, 23, 0.12);
    border-radius: var(--sac-r-md);
    padding: 20px 30px;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}
.trust-stat-item {
    flex: 1;
    text-align: center;
    padding: 12px 16px;
    min-width: 120px;
}
.trust-stat-icon {
    font-size: 1.6rem;
    color: var(--sac-gold-bright);
    margin-bottom: 6px;
}
.trust-stat-number {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--sac-gold-soft);
}
.trust-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(212, 160, 23, 0.18);
}

@media (max-width: 576px) {
    .trust-stats-bar { gap: 0; padding: 16px 12px; }
    .trust-stat-item { min-width: 50%; padding: 10px 8px; }
    .trust-stat-divider { display: none; }
}

/* ================================================================
   F. TYPOGRAPHY SYSTEM — Editorial Hierarchy
   ================================================================ */

/* Section Titles */
.text-sacred-heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--sac-heading);
    letter-spacing: -0.3px;
}
.text-sacred-heading--dark {
    color: rgba(255, 248, 240, 0.95);
}
.text-sacred-heading--gold {
    background: var(--sac-gold-heading);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subheadings */
.text-sacred-sub {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.3;
    font-weight: 700;
    color: var(--sac-heading);
}

/* Body Copy — editorial readability */
.text-sacred-body {
    font-size: 17px;
    line-height: 1.9;
    color: var(--sac-body);
}
.text-sacred-body--lg {
    font-size: 18px;
    line-height: 1.95;
    color: var(--sac-body);
}
.text-sacred-body--sm {
    font-size: 15px;
    line-height: 1.8;
}

/* Eyebrow labels */
.text-sacred-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sac-gold-premium);
    margin-bottom: 10px;
}
.text-sacred-eyebrow--light {
    color: rgba(212, 160, 23, 0.7);
}

/* Muted text */
.text-sacred-muted {
    color: var(--sac-muted) !important;
}
.text-sacred-muted--light {
    color: rgba(255, 248, 240, 0.6) !important;
}

/* Premium gold text */
.text-sacred-gold {
    color: var(--sac-gold-premium) !important;
}
.text-sacred-gold--bright {
    color: var(--sac-gold-bright) !important;
}

/* Maroon text */
.text-sacred-maroon {
    color: var(--sac-heading) !important;
}

/* ================================================================
   G. SECTION TITLE WRAPPER — Consistent Section Headers
   ================================================================ */
.sacred-section-header {
    text-align: center;
    margin-bottom: 52px;
}
.sacred-section-header__eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--sac-gold-premium);
    margin-bottom: 10px;
}
.sacred-section-header__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.1rem, 3.8vw, 3.2rem);
    line-height: 1.22;
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 14px;
}
.sacred-section-header__subtitle {
    font-size: 1.02rem;
    color: var(--sac-muted);
    max-width: 680px;
    margin-inline: auto;
    line-height: 1.7;
}
.sacred-section-header__divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--sac-gold-premium), transparent);
    margin: 16px auto 0;
    border-radius: 2px;
}

@media (max-width: 576px) {
    .sacred-section-header { margin-bottom: 36px; }
    .sacred-section-header__title { font-size: clamp(1.8rem, 6vw, 2.4rem); }
}

/* ================================================================
   H. PREMIUM CARD SYSTEM
   ================================================================ */

/* Light Card — content sections */
.card-sacred {
    background: linear-gradient(160deg, #fffcf5 0%, #f7efe2 100%);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: var(--sac-r-lg);
    padding: 28px;
    box-shadow: var(--sac-shadow-sm);
    transition: var(--sac-transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.card-sacred::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,160,23,0.3), transparent);
}
.card-sacred:hover {
    transform: translateY(-5px);
    box-shadow: var(--sac-shadow-lg), var(--sac-shadow-gold);
    border-color: rgba(212, 160, 23, 0.3);
}

/* Dark Card — dark sections */
.card-sacred--dark {
    background: rgba(74, 4, 4, 0.55);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 160, 23, 0.18);
    color: var(--sac-cream-lighter);
}
.card-sacred--dark:hover {
    background: rgba(74, 4, 4, 0.75);
    border-color: rgba(212, 160, 23, 0.35);
}

/* Card Elements */
.card-sacred__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--sac-gold-premium), var(--sac-gold-deep));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 6px 20px rgba(212,160,23,0.25);
}
.card-sacred__icon i {
    font-size: 26px;
    color: #fff;
}
.card-sacred__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 10px;
}
.card-sacred__text {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--sac-body-light);
}

/* ================================================================
   I. BENEFIT CARDS — Warm Editorial Style
   ================================================================ */
.sacred-benefit-card {
    background: linear-gradient(180deg, #fffcf5 0%, #f7efe2 100%);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: var(--sac-r-lg);
    padding: 28px 24px;
    text-align: center;
    transition: var(--sac-transition-fast);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--sac-shadow-xs);
    position: relative;
    overflow: hidden;
}
.sacred-benefit-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--sac-gold-premium), transparent);
    opacity: 0;
    transition: var(--sac-transition);
}
.sacred-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sac-shadow-md), var(--sac-shadow-gold);
    border-color: rgba(212, 160, 23, 0.35);
}
.sacred-benefit-card:hover::after { opacity: 1; }

.sacred-benefit-card__icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, var(--sac-gold-soft), #fff0d1);
    border: 2px solid rgba(212,160,23,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: var(--sac-transition-fast);
}
.sacred-benefit-card__icon i {
    font-size: 26px;
    color: var(--sac-heading);
}
.sacred-benefit-card:hover .sacred-benefit-card__icon {
    transform: scale(1.06);
    box-shadow: 0 8px 25px rgba(212,160,23,0.2);
}
.sacred-benefit-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 8px;
}
.sacred-benefit-card__text {
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--sac-muted);
    flex-grow: 1;
}
.sacred-benefit-card__divider {
    width: 35px;
    height: 2px;
    background: linear-gradient(to right, var(--sac-gold-premium), transparent);
    margin: 14px auto 0;
    opacity: 0.4;
}

/* ================================================================
   J. PROBLEM CARDS — Dark Section Consistent Sizing
   ================================================================ */
.sacred-problem-card {
    background: rgba(74, 4, 4, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 160, 23, 0.18);
    padding: 20px 16px;
    border-radius: var(--sac-r-md);
    transition: var(--sac-transition-fast);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}
.sacred-problem-card:hover {
    background: rgba(74, 4, 4, 0.7);
    border-color: rgba(212, 160, 23, 0.38);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}
.sacred-problem-card__icon {
    font-size: 1.65rem;
    color: var(--sac-gold-bright);
    margin-bottom: 8px;
}
.sacred-problem-card__text {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--sac-cream-lighter);
    line-height: 1.3;
}

/* ================================================================
   K. GURU SECTION — Cinematic 2-Column Layout
   ================================================================ */
.guru-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
    align-items: center;
}
/* Reset Bootstrap col width overrides inside CSS Grid layout */
.guru-layout > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
}
.guru-layout__content {
    padding: 10px 0;
}
.guru-layout__image-col {
    position: relative;
}

/* Premium Image Frame */
.guru-image-wrap {
    max-height: 620px;
    overflow: hidden;
    border-radius: var(--sac-r-xxl);
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.45),
        0 0 50px rgba(212, 160, 23, 0.1);
    transform: translateY(-8px);
    position: relative;
}
.guru-image-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid rgba(212, 160, 23, 0.2);
    z-index: 1;
    pointer-events: none;
}
.guru-image {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.guru-text-block {
    max-width: 720px;
}
.guru-heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: var(--sac-gold-bright);
    margin-bottom: 6px;
}
.guru-subheading {
    font-size: 1rem;
    color: rgba(255, 244, 214, 0.6);
    margin-bottom: 24px;
}
.guru-paragraph {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 248, 240, 0.85);
    margin-bottom: 18px;
}

/* Service items in guru section */
.guru-service-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--sac-r-sm);
    padding: 16px;
    height: 100%;
}
.guru-service-item__title {
    font-weight: 700;
    color: var(--sac-gold-bright);
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
}
.guru-service-item__text {
    font-size: 0.8rem;
    color: rgba(255, 244, 214, 0.65);
    line-height: 1.5;
}

/* Guru Quote */
.guru-quote {
    border-left: 3px solid var(--sac-gold-premium);
    padding-left: 16px;
    font-style: italic;
    color: rgba(255, 244, 214, 0.82);
    font-size: 1rem;
    line-height: 1.75;
}

/* Responsive */
@media (max-width: 992px) {
    .guru-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .guru-image { height: 380px; }
    .guru-image-wrap { max-height: 380px; transform: translateY(0); }
    .guru-text-block { max-width: 100%; }
}
@media (max-width: 576px) {
    .guru-image { height: 300px; }
}

/* ================================================================
   L. SIDEBAR — Premium Editorial Sidebar
   ================================================================ */
.sidebar-sticky {
    position: sticky;
    top: 130px;
    align-self: start;
}
.sidebar-sticky--inline {
    position: sticky !important;
    top: 130px !important;
}

/* Premium sidebar card */
.sidebar-card {
    background: linear-gradient(160deg, #fff9ef 0%, #f5e9d6 100%);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: var(--sac-r-lg);
    padding: 26px;
    box-shadow: 0 18px 50px rgba(60, 20, 0, 0.08);
    margin-bottom: 20px;
    transition: var(--sac-transition-fast);
}
.sidebar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 60px rgba(60, 20, 0, 0.12);
}

/* Image frame in sidebar */
.sidebar-image-frame {
    border-radius: var(--sac-r-md);
    overflow: hidden;
    border: 2px solid rgba(212, 160, 23, 0.2);
    box-shadow: var(--sac-shadow-sm);
}

/* Quote card in sidebar */
.sidebar-quote-card {
    background: var(--sac-haldi);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-left: 4px solid var(--sac-gold-premium);
    border-radius: var(--sac-r-md);
    padding: 22px;
    text-align: center;
}

/* Quick links card */
.sidebar-links-card {
    background: linear-gradient(160deg, #fffcf5 0%, #f7efe2 100%);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: var(--sac-r-md);
    padding: 22px;
}
.sidebar-links-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 14px;
}
.sidebar-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-links-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: var(--sac-body);
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 160, 23, 0.1);
    transition: var(--sac-transition-fast);
    font-size: 0.9rem;
}
.sidebar-links-list li:last-child a { border-bottom: none; }
.sidebar-links-list li a:hover {
    color: var(--sac-gold-premium);
    padding-left: 6px;
}
.sidebar-links-list li a i {
    color: var(--sac-gold-premium);
    font-size: 1rem;
}

/* Trust card in sidebar */
.sidebar-trust-card {
    background: #fff;
    border-top: 3px solid var(--sac-gold-premium);
}

/* Trust signals list */
.trust-signals-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.trust-signals-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 0.88rem;
    color: var(--sac-body-light);
}
.trust-signals-list li i { color: #4caf50; }

@media (max-width: 991px) {
    .sidebar-sticky,
    .sidebar-sticky--inline {
        position: relative !important;
        top: 0 !important;
        margin-top: 30px;
    }
}

/* ================================================================
   M. FAQ SECTION — Luxury Accordion
   ================================================================ */
.sacred-faq-bg {
    background: radial-gradient(ellipse at top, #5b1010 0%, #2a0505 60%, #1a0000 100%);
    position: relative;
    overflow: hidden;
}
.sacred-faq-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Crect width='80' height='80' fill='%23200a0a' opacity='0.12'/%3E%3C/svg%3E") repeat;
    opacity: 0.06;
    pointer-events: none;
}
.sacred-faq-bg > .container > * { position: relative; z-index: 1; }

/* FAQ Title */
.sacred-faq-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.1rem, 3.8vw, 3rem);
    line-height: 1.2;
    color: rgba(255, 248, 240, 0.95);
}
.sacred-faq-title--gold {
    background: var(--sac-gold-heading);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 12px rgba(212,160,23,0.35));
}

/* FAQ Accordion Card */
.sacred-faq-card {
    background: rgba(255, 248, 240, 0.93) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 160, 23, 0.15) !important;
    border-radius: var(--sac-r-md) !important;
    transition: all 0.4s var(--sac-ease);
    margin-bottom: 14px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.sacred-faq-card:hover {
    background: rgba(255, 248, 240, 0.97) !important;
    border-color: rgba(212, 160, 23, 0.28) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12), 0 0 15px rgba(212,160,23,0.08);
}

/* FAQ Button */
.sacred-faq-btn {
    background: transparent !important;
    color: var(--sac-heading) !important;
    font-size: 1.02rem;
    font-weight: 700;
    padding: 20px 26px !important;
    transition: var(--sac-transition-fast);
    border: none !important;
    box-shadow: none !important;
    font-family: Georgia, 'Times New Roman', serif;
}
.sacred-faq-btn:not(.collapsed) {
    color: var(--sac-gold-premium) !important;
    background: rgba(212, 160, 23, 0.04) !important;
    border-bottom: 1px solid rgba(212,160,23,0.1) !important;
}
.sacred-faq-btn::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233a0505'%3E%3Cpath d='M8 4L14 12H2z'/%3E%3C/svg%3E");
    transition: transform 0.3s ease;
}
.sacred-faq-btn:not(.collapsed)::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a017'%3E%3Cpath d='M8 4L14 12H2z'/%3E%3C/svg%3E");
}

/* FAQ Answer — light panel inside dark section */
.sacred-faq-answer {
    background: linear-gradient(135deg, rgba(255,248,240,0.97) 0%, rgba(247,238,222,0.95) 100%) !important;
    color: var(--sac-body) !important;
    font-size: 1rem;
    line-height: 1.85;
    font-weight: 400;
    padding: 22px 26px !important;
    border-radius: var(--sac-r-sm) !important;
    border: 1px solid rgba(212,160,23,0.12) !important;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.03);
}
.sacred-faq-answer a {
    color: var(--sac-gold-premium) !important;
    text-decoration: underline;
    text-decoration-color: rgba(212,160,23,0.4);
    transition: var(--sac-transition-fast);
}
.sacred-faq-answer a:hover {
    color: var(--sac-gold-deep) !important;
}

/* FAQ Badge */
.sacred-faq-badge {
    background: rgba(212, 160, 23, 0.12) !important;
    border: 1px solid rgba(212, 160, 23, 0.25) !important;
    color: var(--sac-gold-premium) !important;
    font-weight: 700;
    font-size: 0.75rem;
}

@media (max-width: 767px) {
    .sacred-faq-btn { padding: 16px 20px !important; font-size: 0.95rem; }
    .sacred-faq-answer { padding: 18px 20px !important; font-size: 0.92rem; line-height: 1.75; }
}

/* ================================================================
   N. TESTIMONIAL CARDS
   ================================================================ */
.sacred-testimonial-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: var(--sac-r-lg);
    padding: 28px;
    transition: var(--sac-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.sacred-testimonial-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 215, 0, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* ================================================================
   O. BLOG / PAGINATION
   ================================================================ */
.pagination-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}
.pagination-track {
    width: 100%;
    max-width: 300px;
    height: 3px;
    background: rgba(255, 215, 0, 0.12);
    border-radius: 2px;
}
.pagination-progress {
    height: 100%;
    background: linear-gradient(90deg, var(--sac-gold-deep), var(--sac-gold-bright));
    border-radius: 2px;
    transition: width 0.4s ease;
}
.pagination-btn-group,
.pagination-controls-modern {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-btn,
.pagination-btn-modern {
    min-width: 44px;
    height: 44px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    border: 1.5px solid rgba(255, 215, 0, 0.22);
    color: rgba(255, 215, 0, 0.65);
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    text-decoration: none !important;
}
.pagination-btn:hover,
.pagination-btn-modern:hover {
    background: rgba(255, 215, 0, 0.1);
    color: var(--sac-gold-bright) !important;
    border-color: var(--sac-gold-bright);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
}
.pagination-btn.active,
.pagination-btn--active,
.pagination-btn-modern.active {
    background: linear-gradient(135deg, var(--sac-gold-bright), var(--sac-gold-deep)) !important;
    color: #1a0000 !important;
    border-color: var(--sac-gold-bright);
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}
.pagination-dots {
    color: rgba(255, 215, 0, 0.5) !important;
    align-self: center;
    font-weight: bold;
    padding: 0 4px;
}
.pagination-info {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.4) !important;
    margin: 0 !important;
}

/* ================================================================
   PAGINATION OVERRIDES FOR MAIN BLOG LISTINGS (blogs.php)
   ================================================================ */
.pagination-maroon {
    display: flex !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.pagination-maroon .page-item {
    margin: 0 !important;
}
.pagination-maroon .page-link {
    min-width: 44px !important;
    height: 44px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 1.5px solid rgba(74, 4, 4, 0.22) !important;
    color: #4a0404 !important;
    background: rgba(74, 4, 4, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    text-decoration: none !important;
}
.pagination-maroon .page-link:hover {
    background: linear-gradient(135deg, #4a0404, #800000) !important;
    color: var(--sac-gold-bright) !important;
    border-color: #4a0404 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(74, 4, 4, 0.20) !important;
}
.pagination-maroon .page-item.active .page-link {
    background: linear-gradient(135deg, var(--sac-gold-bright), var(--sac-gold-deep)) !important;
    color: #1a0000 !important;
    border-color: var(--sac-gold-bright) !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4) !important;
}
.pagination-maroon .page-item.disabled .page-link,
.pagination-maroon .page-item.disabled span {
    background: rgba(74, 4, 4, 0.01) !important;
    border-color: rgba(74, 4, 4, 0.08) !important;
    color: rgba(74, 4, 4, 0.25) !important;
    pointer-events: none !important;
    transform: none !important;
}

/* ================================================================
   VIEW ALL SPIRITUAL ARTICLES BUTTON STYLING
   ================================================================ */
.view-all-blogs-btn {
    display: inline-block !important;
    padding: 14px 36px !important;
    border-radius: 50px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: var(--sac-gold-bright) !important;
    background: rgba(255, 215, 0, 0.03) !important;
    border: 1px solid rgba(255, 215, 0, 0.25) !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}
.view-all-blogs-btn:hover {
    background: linear-gradient(135deg, var(--sac-gold-bright), var(--sac-gold-deep)) !important;
    color: #1a0000 !important;
    transform: scale(1.05) translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35) !important;
}
.view-all-blogs-btn .arrow {
    display: inline-block !important;
    transition: transform 0.3s ease !important;
}
.view-all-blogs-btn:hover .arrow {
    transform: translateX(5px) !important;
}

/* Blog Card */
.blog-sacred-card {
    background: linear-gradient(160deg, #fffcf5 0%, #f7efe2 100%);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: var(--sac-r-lg);
    overflow: hidden;
    transition: var(--sac-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--sac-shadow-xs);
}
.blog-sacred-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sac-shadow-md), var(--sac-shadow-gold);
    border-color: rgba(212, 160, 23, 0.35);
}
.blog-sacred-card__img-wrap {
    overflow: hidden;
}
.blog-sacred-card__img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: var(--sac-transition);
}
.blog-sacred-card:hover .blog-sacred-card__img { transform: scale(1.04); }
.blog-sacred-card__body {
    padding: 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.blog-sacred-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 10px;
    line-height: 1.4;
}
.blog-sacred-card__text {
    font-size: 0.88rem;
    color: var(--sac-muted);
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 14px;
}

/* ================================================================
   P. PUJA PACKAGE CARDS — Luxury Dark Card
   ================================================================ */
.sacred-package-card {
    background: linear-gradient(180deg, #641010 0%, #3a0505 100%);
    border: 1px solid rgba(212, 160, 23, 0.22);
    border-radius: var(--sac-r-lg);
    overflow: hidden;
    transition: var(--sac-transition-fast);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: var(--sac-shadow-sm);
    position: relative;
}
.sacred-package-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(212,160,23,0.5), transparent);
}
.sacred-package-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.4), 0 0 30px rgba(212,160,23,0.12);
    border-color: rgba(212, 160, 23, 0.38);
}
.sacred-package-card__image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.sacred-package-card__body {
    padding: 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.sacred-package-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sac-cream-lighter);
    margin-bottom: 10px;
}
.sacred-package-card__desc {
    font-size: 0.9rem;
    color: rgba(255, 244, 214, 0.72);
    line-height: 1.7;
    margin-bottom: 18px;
    flex-grow: 1;
}
.sacred-package-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.sacred-package-card__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 0.85rem;
    color: rgba(255, 245, 230, 0.88);
}
.sacred-package-card__features li i {
    color: var(--sac-gold-bright);
    font-size: 0.85rem;
}
.sacred-package-card__btn {
    height: 52px;
    padding-inline: 24px;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* ================================================================
   Q. BUTTON SYSTEM — Refined
   ================================================================ */
.btn-sacred-gold {
    background: linear-gradient(135deg, var(--sac-gold-bright), var(--sac-gold-premium));
    color: var(--sac-heading) !important;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 15px 34px;
    letter-spacing: 0.3px;
    transition: var(--sac-transition-fast);
    box-shadow: 0 6px 20px rgba(180, 130, 30, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-sacred-gold:hover {
    background: linear-gradient(135deg, var(--sac-gold-premium), var(--sac-gold-deep));
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(180, 130, 30, 0.4);
    color: var(--sac-heading) !important;
    text-decoration: none;
}

.btn-sacred-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 15px 30px;
    transition: var(--sac-transition-fast);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-sacred-whatsapp:hover {
    background: linear-gradient(135deg, #128C7E, #075E54);
    transform: translateY(-2px);
    color: #ffffff !important;
    text-decoration: none;
}

.btn-sacred-outline {
    background: transparent;
    color: rgba(255, 248, 240, 0.9) !important;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 13px 28px;
    transition: var(--sac-transition-fast);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-sacred-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 160, 23, 0.5);
    color: var(--sac-gold-bright) !important;
    text-decoration: none;
}

.btn-sacred-glass {
    background: rgba(255, 215, 0, 0.1);
    border: 1.5px solid rgba(255, 215, 0, 0.25);
    backdrop-filter: blur(5px);
    color: var(--sac-gold-soft) !important;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 12px 22px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-sacred-glass:hover {
    background: var(--sac-gold-bright);
    border-color: var(--sac-gold-bright);
    color: var(--sac-heading) !important;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ================================================================
   R. INTERNAL LINKING / FILTER BUTTONS
   ================================================================ */
.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: var(--sac-red-deep);
    color: var(--sac-gold-premium) !important;
    border: 1.5px solid rgba(212, 160, 23, 0.28);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: var(--sac-transition-fast);
    text-decoration: none;
    white-space: nowrap;
}
.filter-btn:hover {
    background: var(--sac-gold-premium);
    color: var(--sac-heading) !important;
    transform: translateY(-2px);
    box-shadow: var(--sac-shadow-gold);
    border-color: var(--sac-gold-premium);
    text-decoration: none;
}

/* ================================================================
   S. CTA PREMIUM BOX
   ================================================================ */
.sacred-cta-box {
    background: linear-gradient(135deg, rgba(74, 4, 4, 0.94), rgba(45, 0, 0, 0.97));
    border: 2px solid rgba(212, 160, 23, 0.3);
    border-radius: var(--sac-r-xxl);
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.sacred-cta-box::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(255,215,0,0.04) 0%, transparent 50%);
    animation: sacred-pulse 8s ease-in-out infinite;
}
.sacred-cta-box > * { position: relative; z-index: 1; }

.sacred-cta-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: #fffcf5;
    margin-bottom: 16px;
}
.sacred-cta-text {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 580px;
    margin: 0 auto 28px;
}
.sacred-cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.sacred-cta-trust {
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 18px;
    border-top: 1px solid rgba(212, 160, 23, 0.12);
}
.sacred-cta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 244, 214, 0.6);
    font-weight: 600;
}
.sacred-cta-trust-item i {
    width: 28px;
    height: 28px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    color: var(--sac-gold-premium);
}

@keyframes sacred-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.08); opacity: 0.7; }
}

@media (max-width: 576px) {
    .sacred-cta-box { padding: 40px 20px; }
    .sacred-cta-trust { gap: 12px; }
}

/* ================================================================
   T. GLASS PANEL — Editorial Content Box
   ================================================================ */
.glass-panel-sacred {
    background: linear-gradient(160deg, rgba(255, 249, 230, 0.95), rgba(255, 240, 209, 0.9));
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-left: 4px solid var(--sac-gold-premium);
    border-radius: var(--sac-r-lg);
    padding: 26px;
    box-shadow: var(--sac-shadow-sm);
}
.glass-panel-sacred--dark {
    background: linear-gradient(135deg, rgba(74, 4, 4, 0.85), rgba(90, 0, 0, 0.8));
    border-left-color: var(--sac-gold-premium);
    color: var(--sac-cream-lighter);
}

/* ================================================================
   U. ARTICLE / CONTENT TYPOGRAPHY
   ================================================================ */
.sacred-article {
    max-width: 760px;
}
.sacred-article p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--sac-body);
    margin-bottom: 20px;
}
.sacred-article h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 14px;
    margin-top: 32px;
    line-height: 1.3;
}
.sacred-article h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 16px;
    margin-top: 40px;
}
.sacred-article ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.sacred-article ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 16px;
    color: var(--sac-body);
    border-bottom: 1px solid rgba(212,160,23,0.08);
}
.sacred-article ul li i {
    color: var(--sac-gold-premium);
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.sacred-article a {
    color: var(--sac-gold-premium);
    text-decoration: underline;
    text-decoration-color: rgba(212,160,23,0.4);
}
.sacred-article a:hover {
    color: var(--sac-gold-deep);
}

/* ================================================================
   V. RESPONSIVE GRID HELPERS
   ================================================================ */
.section-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.section-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.section-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}
.section-grid-content-sidebar {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: start;
}
.section-grid-equal-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 992px) {
    .section-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .section-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .section-grid-2,
    .section-grid-equal-2 { grid-template-columns: 1fr; gap: 36px; }
    .section-grid-content-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .section-grid-4 { grid-template-columns: 1fr; }
    .section-grid-3 { grid-template-columns: 1fr; }
}

/* ================================================================
   W. EXPERT ADVICE CARD — Editorial Callout Box
   ================================================================ */
.sacred-expert-card {
    background: linear-gradient(160deg, #fff9ef 0%, #f5e9d6 100%);
    border: 1px solid rgba(212, 160, 23, 0.22);
    border-top: 3px solid var(--sac-gold-premium);
    border-radius: var(--sac-r-lg);
    padding: 28px;
    text-align: center;
    box-shadow: var(--sac-shadow-sm);
}
.sacred-expert-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--sac-heading);
    margin-bottom: 14px;
}
.sacred-expert-card__text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--sac-body-light);
}
.sacred-expert-card__text a {
    color: var(--sac-gold-premium);
    text-decoration: underline;
}

/* ================================================================
   X. MOBILE STICKY CTA — Refined
   ================================================================ */
.mobile-sticky-cta-sacred {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 1050;
    background: rgba(45, 0, 0, 0.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(212, 160, 23, 0.18);
    padding: 10px 14px;
    display: flex;
    gap: 8px;
    justify-content: space-around;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.4);
}
.mobile-sticky-cta-sacred__item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 6px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: var(--sac-transition-fast);
}
.mobile-sticky-cta-sacred__item i { font-size: 1rem; }
.mobile-sticky-cta-sacred__item--call {
    background: linear-gradient(135deg, var(--sac-gold-bright), var(--sac-gold-premium));
    color: var(--sac-heading);
}
.mobile-sticky-cta-sacred__item--wa {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #ffffff;
}
.mobile-sticky-cta-sacred__item--book {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 215, 0, 0.28);
    color: var(--sac-gold-soft);
}
.mobile-sticky-cta-sacred__item:hover { transform: translateY(-2px); text-decoration: none; }

/* ================================================================
   Y. SMOOTH SCROLL & AOS FALLBACK
   ================================================================ */
html { scroll-behavior: smooth; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
[data-aos="fade-up"] { animation: fadeInUp 0.6s ease forwards; }
[data-aos="fade-right"] { animation: fadeInUp 0.6s ease forwards; }
[data-aos="fade-left"] { animation: fadeInUp 0.6s ease forwards; }
[data-aos="zoom-in"] { animation: fadeInUp 0.6s ease forwards; }

/* ================================================================
   Z. LEGACY CLASSES — Backward compatibility mapping
   ================================================================ */

/* Map old .text-gold-accent to new system */
.text-gold-accent {
    background: linear-gradient(135deg, #c69214 0%, #f4d06f 35%, #b88212 70%, #e8c040 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-maroon { color: var(--sac-heading) !important; }

/* Map old .section-divider-gold */
.section-divider-gold {
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--sac-gold-premium), transparent);
    margin: 14px auto;
    border-radius: 2px;
}

/* Map old .glass-panel-light */
.glass-panel-light {
    background: linear-gradient(160deg, rgba(255,249,230,0.95), rgba(255,240,209,0.9));
    backdrop-filter: blur(8px);
    border-left: 4px solid var(--sac-gold-premium);
    border-radius: var(--sac-r-md);
    padding: 22px;
}

/* Map old .bg-haldi */
.bg-haldi { background: var(--sac-haldi); }

/* Map old .premium-guru-card */
.premium-guru-card {
    background: linear-gradient(160deg, #3a0808 0%, #2a0000 100%);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: var(--sac-r-lg);
    overflow: hidden;
}

/* Map old .guru-image-wrapper → guru-image-wrap */
.guru-image-wrapper { max-height: 600px; overflow: hidden; }

/* Map old .eeat-seo-content */
.eeat-seo-content {
    font-size: 17px;
    line-height: 1.9;
    color: var(--sac-body);
}

/* Map old .section-eyebrow */
.section-eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Map old .text-gold-bright for dark sections */
.text-gold-bright {
    color: var(--sac-gold-bright) !important;
}

/* Map old .text-warm-white */
.text-warm-white {
    color: rgba(255, 248, 240, 0.95) !important;
}

/* Map old .text-gold-light */
.text-gold-light {
    color: rgba(255, 248, 214, 0.8) !important;
}

/* Map old .font-serif-temple */
.font-serif-temple {
    font-family: Georgia, 'Times New Roman', serif;
}

/* Map old .text-gold-premium */
.text-gold-premium {
    color: var(--sac-gold-premium) !important;
}

/* Map old .trust-stats-row → trust-stats-bar */
.trust-stats-row {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 20px;
    padding: 20px 30px;
    max-width: 800px;
    margin: 0 auto;
    backdrop-filter: blur(12px);
    flex-wrap: wrap;
}
.trust-stats-row .stat-item { flex: 1; text-align: center; padding: 10px 15px; }
.trust-stats-row .stat-icon { font-size: 1.6rem; color: #D4AF37; margin-bottom: 6px; }
.trust-stats-row .stat-number { font-size: 0.78rem; font-weight: 600; color: rgba(255,244,214,0.85); white-space: nowrap; }
.trust-stats-row .stat-divider { width: 1px; height: 45px; background: rgba(212,175,55,0.2); }

@media (max-width: 991px) {
    .trust-stats-row { max-width: 100%; flex-wrap: wrap; }
    .trust-stats-row .stat-item { flex: 0 0 50%; }
    .trust-stats-row .stat-divider { display: none; }
}

/* Map old .hero-image-frame */
.hero-image-frame {
    border: 2px solid rgba(212,175,55,0.3);
    background: rgba(255,215,0,0.05);
    border-radius: var(--sac-r-xxl);
    overflow: hidden;
}

/* Map old .shadow-gold-lg */
.shadow-gold-lg {
    box-shadow: 0 8px 25px rgba(180,130,30,0.35);
}

/* Map old .premium-about-guru */
.premium-about-guru { overflow: hidden; }

/* ================================================================
GLOBAL BOXICONS FALLBACKS — Fix Broken/Invalid Icon Classes
================================================================ */
.bxs-shield-check::before {
    content: "\ed32" !important; /* Maps to bxs-check-shield (Solid Shield Check) */
}
.bx-shield-check::before {
    content: "\ea48" !important; /* Maps to bx-check-shield (Outline Shield Check) */
}
.bx-gavel::before {
    content: "\edfc" !important; /* Maps to bx-landmark (Court Building) */
}
.bxs-gavel::before {
    content: "\edfd" !important; /* Maps to bxs-landmark (Solid Court Building) */
}

/* ================================================================
R. SIDEBAR CONSULTATION CARD — Premium CTA
================================================================ */
.sidebar-consult-card {
    background: linear-gradient(135deg, var(--sac-red-deep) 0%, var(--sac-red-black) 100%) !important;
    border: 1px solid var(--sac-gold-premium) !important;
    border-radius: var(--sac-r-md) !important;
    padding: 24px !important;
    color: var(--sac-gold-soft) !important;
    box-shadow: var(--sac-shadow-md) !important;
    transition: var(--sac-transition) !important;
    margin-top: 24px !important;
}
.sidebar-consult-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: var(--sac-shadow-lg), var(--sac-shadow-gold) !important;
}
.sidebar-consult-title {
    font-family: Georgia, serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
}
.sidebar-consult-btn {
    background: linear-gradient(135deg, var(--sac-gold-bright) 0%, var(--sac-gold-premium) 100%) !important;
    color: var(--sac-red-deep) !important;
    border: none !important;
    font-weight: 800 !important;
    transition: var(--sac-transition) !important;
}
.sidebar-consult-btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, var(--sac-gold-bright) 100%) !important;
    color: var(--sac-red-deep) !important;
    transform: translateY(-2px) !important;
}

/* ================================================================
PREMIUM GLASSMORPHISM FAQ ACCORDION STYLES
================================================================ */
.faq-premium-bg {
    background: radial-gradient(circle at center, #4a0404 0%, #1a0000 100%) !important;
    position: relative;
    overflow: hidden;
}

.faq-premium-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Crect width='80' height='80' fill='%23200a0a' opacity='0.12'/%3E%3C/svg%3E") repeat;
    opacity: 0.1;
    pointer-events: none;
}

.faq-glass-card {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(212, 175, 55, 0.12) !important;
    border-radius: 20px !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-bottom: 20px !important;
    overflow: hidden;
}

.faq-glass-card:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4), 0 0 20px rgba(212, 175, 55, 0.1) !important;
}

.faq-glass-card .accordion-button {
    background: transparent !important;
    color: #fff !important;
    font-size: 1.05rem !important;
    padding: 22px 28px !important;
    transition: all 0.3s ease !important;
}

.faq-glass-card .accordion-button:not(.collapsed) {
    color: #D4AF37 !important;
    background: rgba(212, 175, 55, 0.05) !important;
}

.faq-glass-card .accordion-button::after {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(-50deg) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background-size: 1.25rem !important;
}

.faq-answer-inner {
    background: linear-gradient(135deg, rgba(60, 0, 0, 0.95), rgba(90, 0, 0, 0.9)) !important;
    color: #fff5dc !important;
    font-size: 1.02rem !important;
    line-height: 1.85 !important;
    font-weight: 400 !important;
    padding: 25px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.4) !important;
    margin-top: 10px !important;
}

.faq-q-text {
    line-height: 1.4 !important;
    letter-spacing: 0.3px !important;
}

@media (max-width: 767px) {
    .faq-glass-card .accordion-button {
        padding: 18px 20px !important;
        font-size: 0.95rem !important;
    }
    .faq-answer-inner {
        padding: 20px !important;
        font-size: 0.92rem !important;
        line-height: 1.75 !important;
        margin-top: 5px !important;
    }
}

/* ================================================
   SACRED CARD SYSTEM — Universal Luxury Cards
   ================================================ */

/* ---- Sacred Puja Card ---- */
.sacred-puja-card {
    position: relative;
    background: linear-gradient(165deg, #6a0d0d 0%, #4b0505 55%, #2b0000 100%);
    border: 1px solid rgba(212,175,55,0.22);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.28);
    transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sacred-puja-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.38), 0 0 40px rgba(212,175,55,0.08);
}

.sacred-puja-card--featured {
    border-color: rgba(212,175,55,0.55);
    box-shadow: 0 20px 50px rgba(0,0,0,0.32), 0 0 50px rgba(212,175,55,0.12);
    transform: scale(1.03);
}

.sacred-puja-card--featured:hover {
    transform: scale(1.03) translateY(-8px);
}

.sacred-puja-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #d4a017, #FFD700);
    color: #1a0000;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 12px;
    border-radius: 30px;
    z-index: 5;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.sacred-puja-card__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.sacred-puja-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sacred-puja-card:hover .sacred-puja-card__image {
    transform: scale(1.06);
}

.sacred-puja-card__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(42,0,0,0.7) 100%);
}

.sacred-puja-card__body {
    padding: 24px 26px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sacred-puja-card__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #d4a017;
    margin-bottom: 10px;
}

.sacred-puja-card__label i {
    font-size: 0.85rem;
}

.sacred-puja-card__title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: #fff4df;
    margin: 0 0 10px;
    line-height: 1.3;
}

.sacred-puja-card__desc {
    color: rgba(255,245,230,0.82);
    font-size: 0.9rem;
    line-height: 1.75;
    margin: 0 0 16px;
    flex: 1;
}

.sacred-puja-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sacred-puja-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255,248,240,0.92);
    font-size: 0.85rem;
    line-height: 1.5;
}

.sacred-puja-card__features li i {
    color: #d4a017;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.sacred-puja-card__actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.sacred-puja-card__btn-book {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #d4a017, #FFD700);
    color: #1a0000;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.5px;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.sacred-puja-card__btn-book:hover {
    background: linear-gradient(135deg, #FFD700, #d4a017);
    box-shadow: 0 6px 20px rgba(212,175,55,0.4);
    transform: translateY(-2px);
    color: #1a0000;
}

.sacred-puja-card__btn-wa {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.3px;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.sacred-puja-card__btn-wa:hover {
    background: linear-gradient(135deg, #128c7e, #25d366);
    box-shadow: 0 6px 20px rgba(37,211,102,0.3);
    transform: translateY(-2px);
    color: #fff;
}

/* ---- Sacred Benefit Card ---- */
.sacred-benefit-card-wrapper {
    padding: 8px;
}

.sacred-benefit-card {
    background: linear-gradient(165deg, rgba(74,4,4,0.92), rgba(40,0,0,0.95));
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 22px;
    padding: 28px 24px 30px;
    text-align: center;
    box-shadow: 0 14px 35px rgba(0,0,0,0.24);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sacred-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.3), 0 0 25px rgba(212,175,55,0.07);
    border-color: rgba(212,175,55,0.38);
}

.sacred-benefit-card__icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.05));
    border: 1px solid rgba(212,175,55,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.6rem;
    color: #d4a017;
    transition: all 0.35s ease;
}

.sacred-benefit-card:hover .sacred-benefit-card__icon {
    background: linear-gradient(135deg, rgba(212,175,55,0.25), rgba(212,175,55,0.1));
    border-color: rgba(212,175,55,0.5);
    transform: scale(1.08);
}

.sacred-benefit-card__title {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    color: #fff4df;
    margin: 0 0 12px;
    line-height: 1.4;
}

.sacred-benefit-card__divider {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4a017, transparent);
    margin: 0 auto 14px;
    border-radius: 2px;
}

.sacred-benefit-card__text {
    color: rgba(255,248,240,0.82);
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 0;
}

/* ---- Sacred Service Card (Related Rituals) ---- */
.sacred-service-card {
    background: linear-gradient(165deg, rgba(74,4,4,0.88), rgba(42,0,0,0.94));
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 22px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 14px 40px rgba(0,0,0,0.26);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sacred-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(0,0,0,0.34), 0 0 30px rgba(212,175,55,0.09);
    border-color: rgba(212,175,55,0.45);
}

.sacred-service-card__icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212,175,55,0.12), rgba(212,175,55,0.04));
    border: 1px solid rgba(212,175,55,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.35s ease;
}

.sacred-service-card__icon-wrap i {
    font-size: 1.8rem;
    color: #d4a017;
}

.sacred-service-card:hover .sacred-service-card__icon-wrap {
    background: linear-gradient(135deg, rgba(212,175,55,0.22), rgba(212,175,55,0.08));
    border-color: rgba(212,175,55,0.5);
    transform: scale(1.1);
}

.sacred-service-card__title {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    color: #fff4df;
    margin: 0 0 12px;
    line-height: 1.4;
}

.sacred-service-card__text {
    color: rgba(255,248,240,0.8);
    font-size: 0.88rem;
    line-height: 1.8;
    margin: 0 0 22px;
    flex: 1;
}

.sacred-service-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border: 1.5px solid rgba(212,175,55,0.5);
    border-radius: 14px;
    color: #d4a017;
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background: transparent;
}

.sacred-service-card__btn:hover {
    background: rgba(212,175,55,0.1);
    border-color: #d4a017;
    color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,175,55,0.15);
}

/* ---- Sacred Price Card ---- */
.sacred-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 0;
}

@media (max-width: 992px) {
    .sacred-pricing-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sacred-price-card {
    position: relative;
    background: linear-gradient(165deg, #5a0000 0%, #3b0000 55%, #1e0000 100%);
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 24px;
    padding: 30px 28px 32px;
    text-align: center;
    box-shadow: 0 16px 42px rgba(0,0,0,0.28);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sacred-price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 58px rgba(0,0,0,0.36);
}

.sacred-price-card--featured {
    background: linear-gradient(165deg, #7a0d0d 0%, #5a0000 40%, #3b0000 100%);
    border-color: rgba(212,175,55,0.5);
    box-shadow: 0 20px 50px rgba(0,0,0,0.34), 0 0 50px rgba(212,175,55,0.1);
    transform: scale(1.04);
}

.sacred-price-card--featured:hover {
    transform: scale(1.04) translateY(-8px);
}

.sacred-price-card__badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    background: rgba(212,175,55,0.12);
    border: 1px solid rgba(212,175,55,0.3);
    color: rgba(212,175,55,0.8);
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

.sacred-price-card__badge--gold {
    background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.08));
    border-color: rgba(212,175,55,0.55);
    color: #FFD700;
}

.sacred-price-card__plan {
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    color: #fff4df;
    margin: 0 0 16px;
    line-height: 1.3;
}

.sacred-price-card__amount {
    margin-bottom: 12px;
}

.sacred-price-card__currency {
    font-size: 1.6rem;
    font-weight: 700;
    color: #d4a017;
    vertical-align: super;
    font-family: 'Poppins', sans-serif;
}

.sacred-price-card__num {
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff4df;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.sacred-price-card__tagline {
    font-size: 0.82rem;
    color: rgba(212,175,55,0.7);
    margin: 0 0 20px;
    line-height: 1.5;
    font-style: italic;
}

.sacred-price-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
    flex: 1;
}

.sacred-price-card__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: rgba(255,248,240,0.88);
    font-size: 0.85rem;
    line-height: 1.4;
}

.sacred-price-card__features li:last-child {
    border-bottom: none;
}

.sacred-price-card__features li::before {
    content: '✓';
    color: #d4a017;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 0.8rem;
}

.sacred-price-card__no {
    color: rgba(255,255,255,0.28) !important;
    text-decoration: line-through;
}

.sacred-price-card__no::before {
    content: '✗' !important;
    color: rgba(255,255,255,0.2) !important;
}

.sacred-price-card__btn {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border: 1.5px solid rgba(212,175,55,0.4);
    border-radius: 14px;
    color: #d4a017;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background: transparent;
    box-sizing: border-box;
}

.sacred-price-card__btn:hover {
    background: rgba(212,175,55,0.12);
    border-color: #d4a017;
    color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,175,55,0.15);
}

.sacred-price-card__btn--gold {
    background: linear-gradient(135deg, #d4a017, #FFD700);
    color: #1a0000;
    border-color: transparent;
}

.sacred-price-card__btn--gold:hover {
    background: linear-gradient(135deg, #FFD700, #d4a017);
    box-shadow: 0 8px 25px rgba(212,175,55,0.35);
    color: #1a0000;
}

.sacred-pricing-note {
    text-align: center;
    margin-top: 36px;
    font-size: 0.9rem;
    color: rgba(80,55,35,0.75);
    line-height: 1.7;
}

.sacred-pricing-note a {
    color: #d4a017;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(212,175,55,0.4);
    transition: all 0.2s ease;
}

.sacred-pricing-note a:hover {
    color: #FFD700;
    border-bottom-color: #FFD700;
}

/* ---- Sacred Step Card ---- */
.sacred-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 0;
}

@media (max-width: 992px) {
    .sacred-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .sacred-steps-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.sacred-step-card {
    background: linear-gradient(165deg, rgba(74,4,4,0.88), rgba(42,0,0,0.94));
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 22px;
    padding: 28px 22px 30px;
    text-align: center;
    box-shadow: 0 14px 38px rgba(0,0,0,0.24);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}

.sacred-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.3), 0 0 25px rgba(212,175,55,0.07);
    border-color: rgba(212,175,55,0.38);
}

.sacred-step-card__num {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(212,175,55,0.35);
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.sacred-step-card__icon {
    font-size: 2.4rem;
    margin-bottom: 14px;
    display: block;
    line-height: 1;
}

.sacred-step-card__title {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    color: #fff4df;
    margin: 0 0 10px;
    line-height: 1.4;
}

.sacred-step-card__desc {
    color: rgba(255,248,240,0.78);
    font-size: 0.85rem;
    line-height: 1.75;
    margin: 0;
}

.sacred-steps-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 44px;
}

@media (max-width: 576px) {
    .sacred-steps-cta {
        flex-direction: column;
        align-items: stretch;
    }
    .sacred-steps-cta a {
        text-align: center;
    }
}

/* ---- Mobile card refinements ---- */
@media (max-width: 576px) {
    .sacred-puja-card__body {
        padding: 20px 18px 24px;
    }
    .sacred-puja-card--featured {
        transform: none;
    }
    .sacred-puja-card--featured:hover {
        transform: translateY(-8px);
    }
    .sacred-price-card--featured {
        transform: none;
    }
    .sacred-price-card--featured:hover {
        transform: translateY(-8px);
    }
}

/* ---- Sacred Problem Card (dark glass on maroon bg) ---- */
.sacred-problem-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,215,0,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.35s ease;
    height: 100%;
    box-sizing: border-box;
}

.sacred-problem-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,215,0,0.35);
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.25);
}

.sacred-problem-card__icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,215,0,0.12);
    border: 2px solid rgba(255,215,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: all 0.35s ease;
}

.sacred-problem-card:hover .sacred-problem-card__icon-wrap {
    background: rgba(255,215,0,0.2);
    border-color: rgba(255,215,0,0.75);
    transform: scale(1.08);
}

.sacred-problem-card__icon-wrap i {
    font-size: 1.5rem;
    color: #FFD700;
}

.sacred-problem-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #FFD700;
    margin: 0 0 8px;
    line-height: 1.4;
}

.sacred-problem-card__desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin: 0;
}

/* ---- Sacred Benefit Card (Light — white bg with gold border) ---- */
.sacred-benefit-card-light {
    background: #fff;
    border-left: 4px solid #FFD700;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    height: 100%;
    box-sizing: border-box;
}

.sacred-benefit-card-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.14);
    border-left-color: #FFD700;
}

.sacred-benefit-card-light__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.sacred-benefit-card-light__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF7DC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sacred-benefit-card-light__icon-wrap i {
    font-size: 1.3rem;
    color: #7B1E1E;
}

.sacred-benefit-card-light__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #7B1E1E;
    margin: 0;
    line-height: 1.4;
}

.sacred-benefit-card-light__text {
    font-size: 0.875rem;
    color: #4A3728;
    line-height: 1.75;
    margin: 0;
}

/* ---- Sacred Process Card (horizontal step card) ---- */
.sacred-process-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid rgba(255,215,0,0.2);
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    box-sizing: border-box;
}

.sacred-process-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
    border-color: rgba(255,215,0,0.4);
}

.sacred-process-card__num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1E1E, #a02020);
    color: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.sacred-process-card__content {
    flex: 1;
}

.sacred-process-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #7B1E1E;
    margin: 0 0 8px;
    line-height: 1.4;
}

.sacred-process-card__desc {
    font-size: 0.9rem;
    color: #4A3728;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 576px) {
    .sacred-process-card {
        gap: 14px;
        padding: 18px 18px;
    }
}

/* ---- Sacred Why Us Card (top gold border) ---- */
.sacred-whyus-card {
    background: #fff;
    border-top: 3px solid #FFD700;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    transition: all 0.35s ease;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sacred-whyus-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
    border-top-color: #FFD700;
}

.sacred-whyus-card__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #FFF7DC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: all 0.35s ease;
}

.sacred-whyus-card:hover .sacred-whyus-card__icon-wrap {
    background: #FFE8B0;
    transform: scale(1.1);
}

.sacred-whyus-card__icon-wrap i {
    font-size: 1.4rem;
    color: #7B1E1E;
}

.sacred-whyus-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #7B1E1E;
    margin: 0 0 10px;
    line-height: 1.4;
}

.sacred-whyus-card__text {
    font-size: 0.85rem;
    color: #4A3728;
    line-height: 1.75;
    margin: 0;
}

/* ================================================================
   S. SERVICE PAGE COMPONENTS
   ================================================================ */

/* ---- Categories Grid (Quick Categories) ---- */
.sacred-categories-grid {
    padding: 40px 0;
    background: linear-gradient(180deg, #2D0101 0%, #3a0505 50%, #2D0101 100%);
    border-top: 1px solid rgba(212,175,55,0.15);
    border-bottom: 1px solid rgba(212,175,55,0.15);
}

.sacred-categories-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.sacred-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.sacred-category-item:hover {
    transform: translateY(-4px);
}

.sacred-category-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: rgba(255,215,0,0.08);
    border: 1px solid rgba(255,215,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sacred-category-item:hover .sacred-category-icon {
    background: rgba(255,215,0,0.15);
    border-color: rgba(255,215,0,0.4);
    box-shadow: 0 6px 20px rgba(180,130,30,0.25);
}

.sacred-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.sacred-category-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255,244,214,0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Service Item (Service Listing Card) ---- */
.sacred-services-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #1a0808 0%, #250505 100%);
}

.sacred-service-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sacred-service-item {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.sacred-service-item:hover {
    border-color: rgba(212,175,55,0.35);
    box-shadow: 0 12px 40px rgba(180,130,30,0.2);
    transform: translateY(-3px);
}

.sacred-service-image {
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.sacred-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    min-height: 220px;
}

.sacred-service-item:hover .sacred-service-image img {
    transform: scale(1.05);
}

.sacred-service-body {
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sacred-service-title {
    font-family: 'Cinzel', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #FFF4D6;
    margin: 0 0 10px;
    line-height: 1.3;
}

.sacred-service-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.sacred-service-rating i {
    color: #FFD700;
    font-size: 0.85rem;
}

.sacred-service-rating span {
    font-size: 0.8rem;
    color: rgba(255,244,214,0.7);
    font-weight: 600;
}

.sacred-service-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37, transparent);
    margin: 0 0 14px;
    border-radius: 2px;
}

.sacred-service-desc {
    font-size: 0.9rem;
    color: rgba(255,244,214,0.75);
    line-height: 1.7;
    margin: 0 0 20px;
}

.sacred-service-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sacred-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: 2px solid rgba(212,175,55,0.5);
    color: #D4AF37;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

.sacred-btn-outline:hover {
    background: rgba(212,175,55,0.1);
    border-color: #D4AF37;
    color: #FFD700;
    text-decoration: none;
}

.sacred-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #D4AF37, #BF953F);
    border: none;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sacred-btn-primary:hover {
    background: linear-gradient(135deg, #BF953F, #AA771C);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(180,130,30,0.3);
    text-decoration: none;
}

/* ---- Help Grid & Card ---- */
.sacred-help-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.sacred-help-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    transition: all 0.35s ease;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sacred-help-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212,175,55,0.35);
    box-shadow: 0 10px 30px rgba(180,130,30,0.2);
    background: rgba(255,255,255,0.08);
}

.sacred-help-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,215,0,0.12);
    border: 2px solid rgba(255,215,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    transition: all 0.35s ease;
}

.sacred-help-card:hover .sacred-help-icon {
    background: rgba(255,215,0,0.2);
    border-color: rgba(255,215,0,0.65);
    transform: scale(1.1);
}

.sacred-help-icon i {
    font-size: 1.5rem;
    color: #FFD700;
}

.sacred-help-title {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #FFF4D6;
    margin: 0 0 8px;
    line-height: 1.3;
}

.sacred-help-text {
    font-size: 0.8rem;
    color: rgba(255,244,214,0.7);
    line-height: 1.6;
    margin: 0;
}

/* ---- Floating WhatsApp Button ---- */
.whatsapp-float-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-float-btn:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 30px rgba(37,211,102,0.5);
}

.whatsapp-float-btn img {
    width: 32px;
    height: 32px;
    border-radius: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .sacred-service-item {
        grid-template-columns: 1fr;
    }
    .sacred-service-image {
        border-radius: 20px 20px 0 0;
    }
    .sacred-service-image img {
        min-height: 200px;
    }
    .sacred-help-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .sacred-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sacred-categories-inner {
        gap: 16px;
    }
    .sacred-category-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .sacred-help-grid {
        grid-template-columns: 1fr;
    }
    .sacred-service-body {
        padding: 20px;
    }
    .sacred-service-actions {
        flex-direction: column;
    }
    .sacred-btn-outline,
    .sacred-btn-primary {
        justify-content: center;
        text-align: center;
    }
}

/* ================================================
   SACRED MANTRA & LYRICS SECTION
   ================================================ */

/* ---- Lyrics Box — premium glass card for mantra/aarti display ---- */
.sacred-lyrics-box {
    background: linear-gradient(135deg, rgba(74, 4, 4, 0.95), rgba(123, 30, 30, 0.95));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(212, 175, 55, 0.4);
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
}

.sacred-lyrics-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.06) 0%, transparent 60%);
    pointer-events: none;
}

.sacred-lyrics-box__label {
    display: inline-block;
    background: linear-gradient(135deg, #d4a017, #FFD700);
    color: #1a0000;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}

.sacred-lyrics-box__title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    color: #FFD700;
    margin: 0 0 20px;
    line-height: 1.3;
}

.sacred-lyrics-box__mantra {
    font-family: 'Tiro Devanagari Hindi', 'Sanskrit Text', serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: #FFD700;
    line-height: 1.9;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(212,175,55,0.3);
    letter-spacing: 1px;
}

.sacred-lyrics-box__mantra--glow {
    text-shadow: 0 0 30px rgba(212,175,55,0.5), 0 0 60px rgba(212,175,55,0.2);
    font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.sacred-lyrics-box__meaning {
    color: rgba(255,248,240,0.9);
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 20px;
}

.sacred-lyrics-box__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(212,175,55,0.8);
    font-size: 0.85rem;
    margin-top: auto;
}

.sacred-lyrics-box__scroll {
    max-height: 480px;
    overflow-y: auto;
    line-height: 2.0;
    font-size: 1.1rem;
    padding-right: 8px;
}

.sacred-lyrics-box__scroll::-webkit-scrollbar { width: 4px; }
.sacred-lyrics-box__scroll::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 4px; }
.sacred-lyrics-box__scroll::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.3); border-radius: 4px; }

.sacred-lyrics-box__stanza {
    color: rgba(255,255,255,0.92);
    font-size: 1rem;
    line-height: 2.0;
    margin-bottom: 16px;
}

.sacred-lyrics-box__chorus {
    color: #FFD700;
    font-weight: 700;
}

.sacred-lyrics-box__verse-heading {
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    color: #FFD700;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
    margin-bottom: 16px;
}

/* ---- Mantra variant backgrounds ---- */
.mantra-variant-red {
    background: linear-gradient(160deg, rgba(100,10,10,0.97), rgba(60,0,0,0.97)) !important;
    border-color: rgba(212,175,55,0.5) !important;
}

.mantra-variant-gray {
    background: linear-gradient(160deg, rgba(40,35,30,0.96), rgba(25,20,18,0.97)) !important;
    border-color: rgba(212,175,55,0.3) !important;
}

.mantra-variant-brown {
    background: linear-gradient(160deg, rgba(50,25,10,0.97), rgba(30,15,5,0.97)) !important;
    border-color: rgba(212,175,55,0.3) !important;
}

/* ---- Vidhi Steps (ritual guidelines) ---- */
.sacred-vidhi-steps {
    font-size: 1rem;
    line-height: 1.85;
}

.sacred-vidhi-steps__item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.sacred-vidhi-steps__num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5a0000, #3b0000);
    border: 2px solid #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: #FFD700;
    box-shadow: 0 4px 12px rgba(74,4,4,0.3);
    font-family: 'Poppins', sans-serif;
}

.sacred-vidhi-steps__content strong {
    color: #d4a017;
}

/* ---- Occasion grid item ---- */
.sacred-occasion-item {
    background: rgba(74,4,4,0.25);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 14px;
    padding: 16px 18px;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sacred-occasion-item:hover {
    background: rgba(74,4,4,0.4);
    border-color: rgba(212,175,55,0.35);
    transform: translateY(-2px);
}

.sacred-occasion-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(212,175,55,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sacred-occasion-item__icon i {
    font-size: 1.1rem;
    color: #d4a017;
}

.sacred-occasion-item__title {
    font-weight: 700;
    color: #fff4df;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.sacred-occasion-item__desc {
    color: rgba(255,248,240,0.7);
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.6;
}

.sacred-occasion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 576px) {
    .sacred-occasion-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Mantra actions bar ---- */
.sacred-mantra-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ---- Scrollbar for lyrics ---- */
.lyrics-scroll-area::-webkit-scrollbar { width: 4px; }
.lyrics-scroll-area::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 4px; }
.lyrics-scroll-area::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.3); border-radius: 4px; }

@media (max-width: 576px) {
    .sacred-lyrics-box { border-radius: 20px; }
    .sacred-vidhi-steps__num { width: 36px; height: 36px; font-size: 0.95rem; }
    .sacred-mantra-actions { flex-direction: column; }
    .sacred-mantra-actions a { text-align: center; }
}