/**
 * MAABAGLAMUKHI.GURU — Sacred Pages Design System
 * Universal premium page section styles
 * Version: 1.0 | Applied globally across all puja pages
 *
 * Design Tokens:
 *   --sac-red-deep:   #3a0505
 *   --sac-red-mid:    #4a0808
 *   --sac-red-dark:   #2D0101
 *   --sac-red-void:   #1a0000
 *   --sac-gold-premium: #d4a017
 *   --sac-gold-bright:  #FFD700
 *   --sac-gold-soft:   #f5e4b2
 *   --sac-cream:       #fff8ee
 *   --sac-haldi:       #fff8e8
 */

/* ─────────────────────────────────────────────────────────────
   PAGE VARIABLES & BASE
   ───────────────────────────────────────────────────────────── */
:root {
    --sac-red-deep:     #3a0505;
    --sac-red-mid:      #4a0808;
    --sac-red-dark:     #2D0101;
    --sac-red-void:     #1a0000;
    --sac-gold-premium: #d4a017;
    --sac-gold-bright:  #FFD700;
    --sac-gold-soft:    #f5e4b2;
    --sac-cream:        #fff8ee;
    --sac-haldi:        #fff8e8;
}
body { font-family: 'Poppins', sans-serif; color: #2B0B0B; }
h1, h2, h3 { font-family: Georgia, serif; }

/* Sacred Mandala Texture (reusable) */
.sacred-mandala-bg {
    position: relative;
}
.sacred-mandala-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='60' cy='60' r='50' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.07'/%3E%3Ccircle cx='60' cy='60' r='35' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.06'/%3E%3Ccircle cx='60' cy='60' r='20' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.05'/%3E%3C/svg%3E") repeat;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}
.sacred-mandala-bg > * { position: relative; z-index: 1; }

.sacred-doodle-bg {
    background: linear-gradient(rgba(45, 0, 0, 0.92), rgba(74, 4, 4, 0.95)), url('images/doodle2.png') repeat;
    background-size: 380px;
}

/* Shared Section Padding */
.sacred-section-padding { padding: 90px 0; }
.sacred-section-padding-sm { padding: 60px 0; }

/* ─────────────────────────────────────────────────────────────
   HERO SECTION
   ───────────────────────────────────────────────────────────── */
.hero-court {
    position: relative;
    overflow: hidden;
    padding: 110px 0 80px;
    background:
        radial-gradient(ellipse at 10% 20%, rgba(212, 160, 23, 0.12) 0%, transparent 40%),
        radial-gradient(ellipse at 90% 80%, rgba(74, 4, 4, 0.18) 0%, transparent 45%),
        linear-gradient(160deg, #1a0000 0%, #3a0505 40%, #4a0808 70%, #2D0101 100%);
}
.hero-court::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='%23D4AF37' stroke-width='0.4' opacity='0.07'/%3E%3Ccircle cx='50' cy='50' r='25' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.05'/%3E%3Ccircle cx='50' cy='50' r='12' fill='none' stroke='%23D4AF37' stroke-width='0.3' opacity='0.04'/%3E%3C/svg%3E") repeat;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}
.hero-court > .container { position: relative; z-index: 1; }

.hero-court-wrapper {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0;
    align-items: center;
}
.hero-content-col { padding: 10px 50px 10px 0; }

/* Sacred Badge */
.sacred-badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: 50px;
    color: rgba(255, 215, 0, 0.8);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.sacred-badge-hero i { color: var(--sac-gold-bright); }

/* Hero Headline */
.hero-main-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.18;
    margin-bottom: 18px;
    text-shadow: 0 4px 25px rgba(0,0,0,0.7), 0 0 40px rgba(212,160,23,0.15);
}
.hero-main-title span {
    background: linear-gradient(135deg, #f4d06f 0%, #d4a017 40%, #f4d06f 70%, #c69214 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Subtitle */
.hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(255, 248, 235, 0.82);
    margin-bottom: 32px;
}

/* Hero CTAs */
.hero-cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.btn-call-hero {
    background: linear-gradient(135deg, #ffd54f, #ffbf00);
    color: #3b0000;
    border: none;
    border-radius: 50px;
    height: 56px;
    padding: 0 28px;
    font-weight: 800;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(255, 191, 0, 0.3);
    text-decoration: none;
}
.btn-call-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 191, 0, 0.4);
    color: #3b0000;
}
.btn-call-hero i { font-size: 1.15rem; }

.btn-wa-hero {
    background: linear-gradient(135deg, #2ed573, #18b86a);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    height: 56px;
    padding: 0 28px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(46, 213, 115, 0.25);
    text-decoration: none;
}
.btn-wa-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(46, 213, 115, 0.35);
    color: #ffffff;
}
.btn-wa-hero i { font-size: 1.25rem; }

.btn-book-hero {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: rgba(255, 248, 235, 0.9);
    border-radius: 50px;
    height: 56px;
    padding: 0 26px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-book-hero:hover {
    background: rgba(255, 215, 0, 0.08);
    border-color: rgba(255, 215, 0, 0.5);
    color: var(--sac-gold-bright);
    transform: translateY(-2px);
}

/* Trust Microcopy */
.trust-microcopy {
    font-size: 0.8rem;
    color: rgba(255, 244, 214, 0.5);
    display: flex;
    align-items: center;
    gap: 8px;
}
.trust-microcopy i { color: var(--sac-gold-premium); }

/* Hero Image Column */
.hero-image-col { position: relative; }
.hero-image-frame-court {
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid rgba(212, 160, 23, 0.25);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 40px rgba(212, 160, 23, 0.08);
    position: relative;
}
.hero-image-frame-court::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, transparent 20%, transparent 80%, rgba(74,4,4,0.2) 100%);
    pointer-events: none;
    z-index: 1;
}
.hero-img-court {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Floating Badges */
.live-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(74, 4, 4, 0.9);
    border: 1px solid rgba(255, 215, 0, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 6px 14px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.live-dot {
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    animation: livePulse 1.5s infinite;
}
@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}

.hd-badge {
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 215, 0, 0.2);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    padding: 5px 12px;
    color: rgba(255, 248, 235, 0.85);
    font-size: 0.72rem;
    font-weight: 600;
}
.hd-badge i { color: var(--sac-gold-bright); }

/* ─────────────────────────────────────────────────────────────
   TRUST STRIP
   ───────────────────────────────────────────────────────────── */
.trust-strip {
    background: linear-gradient(135deg, #3a0505 0%, #4a0808 100%);
    border-top: 1px solid rgba(212, 160, 23, 0.15);
    border-bottom: 1px solid rgba(212, 160, 23, 0.15);
    padding: 24px 0;
}
.trust-strip-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}
.trust-strip-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-right: 1px solid rgba(212, 160, 23, 0.15);
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255, 244, 214, 0.75);
}
.trust-strip-item:last-child { border-right: none; }
.trust-strip-item i {
    font-size: 1.1rem;
    color: var(--sac-gold-bright);
}

/* ─────────────────────────────────────────────────────────────
   SECTION SHARED: HEADER
   ───────────────────────────────────────────────────────────── */
.section-eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--sac-gold-premium);
    margin-bottom: 10px;
}
.section-title {
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: var(--sac-red-deep);
    line-height: 1.22;
    margin-bottom: 14px;
}
.section-subtitle {
    font-size: 1rem;
    color: #7d6755;
    line-height: 1.75;
    max-width: 640px;
}
.section-title-light {
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.22;
    margin-bottom: 14px;
}
.section-subtitle-light {
    font-size: 1rem;
    color: rgba(255, 244, 214, 0.6);
    line-height: 1.75;
    max-width: 640px;
}

/* ─────────────────────────────────────────────────────────────
   PAIN STATEMENTS (Problem Recognition)
   ───────────────────────────────────────────────────────────── */
.problem-recognition {
    padding: 90px 0;
    background: var(--sac-cream);
    position: relative;
}
.problem-recognition::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--sac-gold-premium), transparent);
}

.pain-statements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 35px;
}
.pain-statement {
    background: linear-gradient(135deg, rgba(74, 4, 4, 0.06) 0%, rgba(90, 0, 0, 0.04) 100%);
    border: 1px solid rgba(74, 4, 4, 0.12);
    border-left: 3px solid var(--sac-gold-premium);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s ease;
}
.pain-statement:hover {
    background: linear-gradient(135deg, rgba(74, 4, 4, 0.1) 0%, rgba(90, 0, 0, 0.08) 100%);
    border-left-color: var(--sac-gold-bright);
    transform: translateX(4px);
}
.pain-statement__icon {
    width: 32px;
    height: 32px;
    background: rgba(212, 160, 23, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pain-statement__icon i { font-size: 1rem; color: var(--sac-gold-premium); }
.pain-statement__text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4a0808;
    line-height: 1.4;
}

/* ─────────────────────────────────────────────────────────────
   AEO DEFINITION BLOCK (What Is Section)
   ───────────────────────────────────────────────────────────── */
.what-is-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #faf6f0 0%, #f5ede2 100%);
    position: relative;
}
.what-is-section::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;
}

.aeo-definition {
    background: #fff;
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-top: 3px solid var(--sac-gold-premium);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.aeo-definition__label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sac-gold-premium);
    background: rgba(212, 160, 23, 0.08);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 50px;
    padding: 4px 14px;
    margin-bottom: 14px;
}
.aeo-definition p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #4f3b2d;
    margin-bottom: 14px;
}
.aeo-definition p:last-child { margin-bottom: 0; }

/* ─────────────────────────────────────────────────────────────
   SYMPTOM CARDS GRID (Who Needs This)
   ───────────────────────────────────────────────────────────── */
.who-needs-section {
    padding: 90px 0;
    background: linear-gradient(rgba(45, 0, 0, 0.9), rgba(74, 4, 4, 0.95)), url('images/doodle2.png') repeat;
    background-size: 380px;
    position: relative;
}
.who-needs-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top, rgba(212, 160, 23, 0.08) 0%, transparent 50%);
    pointer-events: none;
}
.who-needs-section > * { position: relative; z-index: 1; }

.symptom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.symptom-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: 18px;
    padding: 28px 22px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}
.symptom-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 160, 23, 0.38);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 15px rgba(212, 160, 23, 0.08);
}
.symptom-card__icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.22);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.symptom-card__icon i { font-size: 1.3rem; color: var(--sac-gold-bright); }
.symptom-card__title {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
.symptom-card__subtitle {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--sac-gold-premium);
    margin-bottom: 12px;
}
.symptom-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.symptom-card__list li {
    font-size: 0.85rem;
    color: rgba(255, 244, 214, 0.7);
    line-height: 1.5;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 8px;
}
.symptom-card__list li:last-child { border-bottom: none; }
.symptom-card__list li::before {
    content: '›';
    color: var(--sac-gold-premium);
    font-weight: 700;
    font-size: 1.1rem;
}

/* ─────────────────────────────────────────────────────────────
   BENEFITS GRID
   ───────────────────────────────────────────────────────────── */
.benefits-section {
    padding: 90px 0;
    background: var(--sac-cream);
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.benefit-card-lux {
    background: #fff;
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-top: 3px solid var(--sac-gold-premium);
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.benefit-card-lux:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(212, 160, 23, 0.12);
    border-color: var(--sac-gold-bright);
}
.benefit-card-lux__icon {
    font-size: 2.2rem;
    color: var(--sac-gold-premium);
    margin-bottom: 16px;
}
.benefit-card-lux__title {
    font-family: Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #3a0505;
    margin-bottom: 10px;
}
.benefit-card-lux__text {
    font-size: 0.88rem;
    color: #7d6755;
    line-height: 1.7;
}

/* ─────────────────────────────────────────────────────────────
   WHY NALKHEDA
   ───────────────────────────────────────────────────────────── */
.why-nalkheda {
    padding: 90px 0;
    background: linear-gradient(135deg, #fffbf0 0%, #fff5e6 100%);
}
.nalkheda-reasons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.nalkheda-reason {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.nalkheda-reason__num {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--sac-gold-premium), var(--sac-gold-deep));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(212, 160, 23, 0.25);
}
.nalkheda-reason__text {
    font-size: 0.95rem;
    color: #4f3b2d;
    line-height: 1.65;
}
.nalkheda-reason__text strong {
    color: #3a0505;
    display: block;
    margin-bottom: 3px;
}

.nalkheda-map-block {
    background: #fff;
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.nalkheda-map-block iframe {
    width: 100%;
    height: 280px;
    border: none;
    display: block;
}
.nalkheda-map-info {
    padding: 20px 24px;
    background: linear-gradient(135deg, #3a0505, #4a0808);
    display: flex;
    align-items: center;
    gap: 16px;
}
.nalkheda-map-info i { font-size: 2rem; color: var(--sac-gold-bright); }
.nalkheda-map-info__text { color: rgba(255, 248, 235, 0.88); }
.nalkheda-map-info__text strong { color: var(--sac-gold-bright); display: block; font-size: 1.05rem; margin-bottom: 2px; }
.nalkheda-map-info__text span { font-size: 0.88rem; color: rgba(255, 244, 214, 0.6); }

/* ─────────────────────────────────────────────────────────────
   RITUAL PROCESS TIMELINE
   ───────────────────────────────────────────────────────────── */
.ritual-process {
    padding: 90px 0;
    background: linear-gradient(rgba(45, 0, 0, 0.92), rgba(74, 4, 4, 0.95)), url('images/doodle2.png') repeat;
    background-size: 380px;
    position: relative;
}
.ritual-process::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at bottom, rgba(212, 160, 23, 0.05) 0%, transparent 50%);
    pointer-events: none;
}
.ritual-process > * { position: relative; z-index: 1; }

.ritual-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.ritual-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(212, 160, 23, 0.5), rgba(212, 160, 23, 0.1));
}
.ritual-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 32px;
    position: relative;
}
.ritual-step__num {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, #ffd54f, #d4a017);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    color: #3a0505;
    box-shadow: 0 6px 20px rgba(255, 213, 79, 0.3);
    z-index: 2;
    position: relative;
}
.ritual-step__body {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 16px;
    padding: 24px 28px;
    flex: 1;
    transition: all 0.3s ease;
}
.ritual-step:hover .ritual-step__body {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 160, 23, 0.35);
    transform: translateX(4px);
}
.ritual-step__title {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffd54f;
    margin-bottom: 6px;
}
.ritual-step__desc {
    font-size: 0.88rem;
    color: rgba(255, 244, 214, 0.72);
    line-height: 1.65;
    margin-bottom: 10px;
}
.ritual-step__detail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 215, 0, 0.55);
    background: rgba(255, 215, 0, 0.06);
    border: 1px solid rgba(255, 215, 0, 0.12);
    border-radius: 50px;
    padding: 4px 12px;
}

/* ─────────────────────────────────────────────────────────────
   WHAT'S INCLUDED GRID
   ───────────────────────────────────────────────────────────── */
.whats-included {
    padding: 90px 0;
    background: var(--sac-cream);
}
.included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.included-card {
    background: #fff;
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: 16px;
    padding: 26px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.included-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(212, 160, 23, 0.1);
    border-color: rgba(212, 160, 23, 0.3);
}
.included-card__icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: linear-gradient(135deg, rgba(212, 160, 23, 0.1), rgba(255, 215, 0, 0.05));
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.included-card__icon i { font-size: 1.2rem; color: var(--sac-gold-premium); }
.included-card__content { flex: 1; }
.included-card__title {
    font-weight: 700;
    color: #3a0505;
    font-size: 0.98rem;
    margin-bottom: 5px;
}
.included-card__text {
    font-size: 0.82rem;
    color: #7d6755;
    line-height: 1.55;
}

/* ─────────────────────────────────────────────────────────────
   TRANSPARENCY SECTION
   ───────────────────────────────────────────────────────────── */
.transparency-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #faf6f0 0%, #f5ede2 100%);
}
.transparency-card {
    background: #fff;
    border: 1px solid rgba(74, 4, 4, 0.1);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}
.transparency-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}
.transparency-card__icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #ffd54f, #d4a017);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 213, 79, 0.3);
}
.transparency-card__icon i { font-size: 1.5rem; color: #3a0505; }
.transparency-card__title {
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #3a0505;
}
.transparency-card__subtitle {
    font-size: 0.9rem;
    color: #7d6755;
    margin-top: 2px;
}
.transparency-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.transparency-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fdf8f0;
    border: 1px solid rgba(212, 160, 23, 0.12);
    border-radius: 12px;
}
.transparency-item__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
}
.transparency-item__icon--no {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}
.transparency-item__icon--yes {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}
.transparency-item__text {
    font-size: 0.9rem;
    color: #4f3b2d;
    font-weight: 500;
}

/* ─────────────────────────────────────────────────────────────
   ACHARYA AUTHORITY GRID
   ───────────────────────────────────────────────────────────── */
.acharya-authority {
    padding: 90px 0;
    background: linear-gradient(rgba(45, 0, 0, 0.92), rgba(74, 4, 4, 0.95)), url('images/doodle2.png') repeat;
    background-size: 380px;
}
.authority-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.authority-stat {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.authority-stat:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 160, 23, 0.38);
    transform: translateY(-5px);
}
.authority-stat__num {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--sac-gold-bright);
    line-height: 1;
    margin-bottom: 8px;
}
.authority-stat__label {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 244, 214, 0.6);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ─────────────────────────────────────────────────────────────
   PAGE FAQ SECTION (inside content)
   ───────────────────────────────────────────────────────────── */
.faq-section-page {
    padding: 90px 0;
    background: radial-gradient(ellipse at top, #4a0404 0%, #1a0000 60%);
    position: relative;
    overflow: hidden;
}
.faq-section-page::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.1'/%3E%3C/svg%3E") repeat;
    opacity: 0.08;
    pointer-events: none;
}
.faq-section-page > * { position: relative; z-index: 1; }

.faq-card-lux {
    background: rgba(255, 248, 240, 0.96) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 160, 23, 0.18) !important;
    border-radius: 16px !important;
    margin-bottom: 14px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease;
}
.faq-card-lux:hover {
    border-color: rgba(212, 160, 23, 0.3) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px);
}
.faq-btn-lux {
    background: transparent !important;
    color: #3a0505 !important;
    font-size: 1rem;
    font-weight: 700;
    padding: 20px 26px !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.25s ease;
    font-family: Georgia, serif;
}
.faq-btn-lux i { color: var(--sac-gold-premium); font-size: 1.1rem; }
.faq-btn-lux: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.08) !important;
}
.faq-btn-lux::after {
    filter: none !important;
    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") !important;
    margin-left: auto;
}
.faq-btn-lux:not(.collapsed)::after {
    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") !important;
}
.faq-answer-lux {
    background: linear-gradient(135deg, rgba(255,248,240,0.97) 0%, rgba(247,238,222,0.95) 100%) !important;
    color: #4f3b2d !important;
    font-size: 0.98rem;
    line-height: 1.85;
    padding: 22px 26px !important;
    border-radius: 0 0 14px 14px !important;
}

/* ─────────────────────────────────────────────────────────────
   FINAL CTA SECTION
   ───────────────────────────────────────────────────────────── */
.final-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2D0101 0%, #3a0505 50%, #4a0808 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.final-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(212, 160, 23, 0.08) 0%, transparent 60%);
    pointer-events: none;
}
.final-cta-section > * { position: relative; z-index: 1; }
.final-cta-title {
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}
.final-cta-text {
    font-size: 1.05rem;
    color: rgba(255, 244, 214, 0.7);
    line-height: 1.75;
    max-width: 560px;
    margin: 0 auto 32px;
}
.final-cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.final-cta-trust {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 160, 23, 0.12);
}
.final-cta-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 244, 214, 0.55);
    font-weight: 600;
}
.final-cta-trust-item i {
    width: 26px;
    height: 26px;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    color: var(--sac-gold-premium);
}

/* ─────────────────────────────────────────────────────────────
   RELATED SERVICES
   ───────────────────────────────────────────────────────────── */
.related-services {
    padding: 80px 0;
    background: var(--sac-cream);
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.related-card {
    background: #fff;
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(212, 160, 23, 0.12);
    border-color: rgba(212, 160, 23, 0.35);
}
.related-card__img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.related-card__body {
    padding: 22px;
    flex-grow: 1;
}
.related-card__title {
    font-family: Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    color: #3a0505;
    margin-bottom: 8px;
    line-height: 1.3;
}
.related-card__text {
    font-size: 0.82rem;
    color: #7d6755;
    line-height: 1.6;
    margin-bottom: 14px;
}
.related-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--sac-gold-premium);
    text-decoration: none;
}
.related-card__link i { transition: transform 0.3s ease; }
.related-card:hover .related-card__link i { transform: translateX(5px); }

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE BREAKPOINTS
   ───────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .hero-court-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .hero-content-col { padding: 0 20px !important; order: 2; }
    .hero-image-col { order: 1; }
    .hero-img-court { height: 360px; }
    .symptom-grid { grid-template-columns: repeat(2, 1fr); }
    .authority-grid { grid-template-columns: repeat(2, 1fr); }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .hero-court { padding: 80px 0 60px; }
    .hero-img-court { height: 280px; }
    .hero-cta-row { flex-direction: column; }
    .btn-call-hero, .btn-wa-hero, .btn-book-hero { width: 100%; justify-content: center; }
    .trust-strip-item { border-right: none; border-bottom: 1px solid rgba(212,160,23,0.1); width: 50%; }
    .pain-statements { grid-template-columns: 1fr; }
    .symptom-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .nalkheda-reasons { grid-template-columns: 1fr; }
    .included-grid { grid-template-columns: repeat(2, 1fr); }
    .transparency-list { grid-template-columns: 1fr; }
    .authority-grid { grid-template-columns: repeat(2, 1fr); }
    .section-title { font-size: clamp(1.5rem, 5vw, 2rem); }
}

@media (max-width: 576px) {
    .authority-grid { grid-template-columns: 1fr; }
    .final-cta-row { flex-direction: column; }
    .final-cta-row .btn { width: 100%; justify-content: center; }
    .included-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
}