/* =====================================================
   LIGHT DIYA PAGE — light-diya.css
   ===================================================== */

.ld-page {
    overflow-x: hidden;
}

/* Hero radial glow background */
.ld-hero-glow {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 520px;
    /* background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 220, 100, 0.45), transparent 65%); */
    pointer-events: none;
    z-index: 0;
}

/* Hero Section */
.ld-hero {
    padding: 56px 12px 72px;
    position: relative;
    z-index: 1;
}

.ld-hero h1 {
    color: var(--cream);
    font-family: 'Cinzel', serif;
    font-size: 58px;
    line-height: 1.06;
    margin-top: 20px;
}

.ld-hero p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
    max-width: 560px;
}

/* Stats */
.ld-stat-label {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
}

/* Hero Image */
.ld-hero-img-wrap {
    position: relative;
}

.ld-img-glow {
    position: absolute;
    inset: -24px;
    border-radius: 2rem;
    background: rgba(199, 141, 34, 0.18);
    filter: blur(40px);
    z-index: 0;
}

.ld-img-card {
    position: relative;
    border-radius: 28px;
    border: 1px solid rgba(199, 141, 34, 0.28);
    overflow: hidden;
    z-index: 1;
}

.ld-img-card img,
.ld-img-card video {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.ld-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(55, 32, 22, 0.6), transparent 55%);
    pointer-events: none;
}

.ld-img-badge {
    position: absolute;
    bottom: 16px; left: 16px; right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(251, 244, 223, 0.82);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(199, 141, 34, 0.24);
    border-radius: 18px;
    padding: 12px 16px;
    font-size: 12px;
    color: var(--cream);
    z-index: 2;
}

.ld-pulse-dot {
    width: 8px; height: 8px;
    background: var(--saffron);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(232, 91, 33, 0.15);
    animation: pulseGlow 2s ease-in-out infinite;
    display: inline-block;
    flex-shrink: 0;
}

.ld-akhand-tag {
    background: rgba(232, 91, 33, 0.2);
    color: var(--saffron);
    font-size: 10px;
    font-weight: 800;
    border-radius: 999px;
    padding: 5px 12px;
    letter-spacing: 0.08em;
}

/* Step Label */
.ld-step-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
}

/* Diya Cards */
.ld-diya-card {
    width: 100%;
    border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 20px;
    background: rgba(251, 244, 223, 0.35);
    padding: 20px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ld-diya-card:hover {
    border-color: rgba(199, 141, 34, 0.45);
}

.ld-diya-card.active {
    border-color: var(--gold);
    background: rgba(199, 141, 34, 0.12);
    box-shadow: 0 0 28px rgba(199, 141, 34, 0.22);
}

.ld-flame-icon {
    width: 44px; height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--saffron));
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.ld-check-icon {
    color: var(--saffron);
    font-size: 16px;
}

.ld-diya-name {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    color: var(--cream);
    line-height: 1.3;
}

.ld-diya-desc {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
}

.ld-dur {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
}

.ld-price-tag {
    background: rgba(232, 91, 33, 0.14);
    color: var(--saffron);
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 5px 12px;
}

/* Form */
.ld-form-title {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    color: var(--cream);
    margin: 0;
}

.ld-form-sub {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

/* Purpose buttons */
.ld-purpose-btn {
    border: 1px solid rgba(199, 141, 34, 0.25);
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    cursor: pointer;
    transition: all 0.18s;
}

.ld-purpose-btn:hover {
    border-color: rgba(199, 141, 34, 0.5);
}

.ld-purpose-btn.active {
    border-color: var(--saffron);
    background: rgba(232, 91, 33, 0.16);
    color: var(--cream);
}

/* Donation buttons */
.ld-donation-btn {
    border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 12px;
    background: transparent;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 6px;
    cursor: pointer;
    transition: all 0.18s;
}

.ld-donation-btn:hover {
    border-color: rgba(199, 141, 34, 0.45);
}

.ld-donation-btn.active {
    border-color: var(--gold);
    background: rgba(199, 141, 34, 0.14);
    color: var(--cream);
}

/* Order Summary */
.ld-order-summary {
    /* border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 18px;
    background: rgba(55, 32, 22, 0.2);
    padding: 18px; */
    border: 1px solid rgba(199, 141, 34, 0.18);
    border-radius: 18px;
    background: rgb(255 255 255 / 20%);
    padding: 18px;
    background: rgba(251, 244, 223, .58);
    color: var(--cream);
    border: 1px solid rgba(199, 141, 34, .24);
}





.ld-festival-feature {
       display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.ld-festival-feature span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(199, 141, 34, 0.12), rgba(232, 91, 33, 0.1));
    border: 1px solid rgba(199, 141, 34, 0.2);
    color: var(--saffron);
    font-size: 20px;
    transition: all 0.3s ease;
}

.ld-festival-feature:hover span {
    background: linear-gradient(135deg, rgba(199, 141, 34, 0.2), rgba(232, 91, 33, 0.15));
    box-shadow: 0 4px 12px rgba(232, 91, 33, 0.15);
}

.ld-festival-feature strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--cream);
    line-height: 1.4;
}






.ld-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
}

.ld-summary-row:last-child {
    margin-bottom: 0;
}

.ld-summary-row span {
    color: var(--muted);
}

.ld-summary-row strong {
    color: var(--cream);
}

.ld-total {
    font-family: 'Cinzel', serif;
    font-size: 20px !important;
}

.ld-divider {
    border-color: rgba(199, 141, 34, 0.18);
    margin: 10px 0;
}

.ld-secure-note {
    text-align: center;
    font-size: 11px;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* Share buttons */
.ld-share-btn {
    border: 1px solid rgba(199, 141, 34, 0.22);
    border-radius: 14px;
    background: rgba(251, 244, 223, 0.45);
    color: var(--cream);
    font-size: 12px;
    font-weight: 600;
    padding: 10px 6px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.18s;
}

.ld-share-btn:hover {
    border-color: rgba(199, 141, 34, 0.5);
}

.ld-share-icon {
    display: block;
    color: var(--saffron);
    font-size: 18px;
    margin: 0 auto 4px;
}

/* How it works */
.ld-how-card {
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.ld-step-num {
    position: absolute;
    top: 25px; right: 18px;
    font-family: 'Cinzel', serif;
    font-size: 28px;
    color: var(--gold);
    opacity: 0.7;
    line-height: 1;
}

.ld-how-icon {
    font-size: 20px;
    color: var(--saffron);
}

/* After lighting */
.ld-after-card {
    /* border: 1px solid rgba(199, 141, 34, 0.18);
    background: rgba(55, 32, 22, 0.2);
    height: 100%; */
border: 1px solid rgba(199, 141, 34, 0.18); 
    /* background: rgba(55, 32, 22, 0.2); */
    height : 100%;
    /* border: 1px solid rgba(199, 141, 34, 0.18); */
    /* border-radius: 18px; */
    /* background: rgb(255 255 255 / 20%); */
    /* padding: 18px; */
    background: rgba(251, 244, 223, .58);
    color: var(--cream);
    border: 1px solid rgba(199, 141, 34, .24);
}

.ld-after-icon {
    font-size: 20px;
    color: var(--gold);
}

.ld-after-tag {
    background: rgba(232, 91, 33, 0.12);
    color: var(--saffron);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
}

/* CTA Glow */
.ld-cta-glow {
    position: absolute;
    top: -40px; left: 50%;
    transform: translateX(-50%);
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(232, 91, 33, 0.28);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

.final-cta > *:not(.ld-cta-glow) {
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .ld-hero h1 { font-size: 44px; }
    .ld-img-card img { height: 380px; }
}

@media (max-width: 767px) {
    .ld-hero { padding: 36px 12px 56px; }
    .ld-hero h1 { font-size: 36px; }
    .ld-hero p { font-size: 15px; }
}

@media (max-width: 575px) {
    .p-4{
        padding: 20px !important;
    }
    .ld-hero h1 { font-size: 30px; }
    .ld-img-card img { height: 300px; }
    .ld-diya-card { padding: 14px; }
}
