/**
 * ldh-homepage.css — Bright Saffron Devotional Edition
 * Like sunlight through a temple — warm, golden, inviting.
 * Hero: saffron sunrise gradient, NOT dark.
 * Sections: cream/white/saffron-light alternating — never scary.
 */

/* ══ FULL-WIDTH RESET ══ */
.ldh-homepage{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
.ldh-hero,.ldh-home-section,.ldh-submit-cta-section{width:100%!important;max-width:100%!important;box-sizing:border-box!important;float:none!important;clear:both!important}

/* ══ GP OVERRIDES ══ */
body.ldh-homepage .entry-header,body.ldh-homepage .page-header{display:none!important}
body.ldh-homepage .site-content,body.ldh-homepage .content-area,body.ldh-homepage #primary,body.ldh-homepage .entry-content,body.ldh-homepage .inside-article,body.ldh-homepage article.page{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important;float:none!important;box-shadow:none!important;background:transparent!important}
body.ldh-homepage .widget-area,body.ldh-homepage #secondary{display:none!important}
body.ldh-homepage{background:#FFF9F2!important}

/* ══ VARIABLES ══ */
.ldh-homepage{
  --sf:#FF6B00;--sf-d:#CC4400;--sf-l:#FF8C33;--sf-xl:#FFE4CC;
  --gd:#D4AF37;--gd-l:#FFD060;--gd-xl:#FFF5D6;
  --mr:#4A1500;--mr-l:#7A2500;
  --cr:#FFF9F2;--cr-2:#FFF3E6;--cr-3:#FFE8CC;
  --tx:#3A1000;--tx-m:#8B5E3C;--tx-l:#C4906A;
  --bdr:rgba(255,140,0,.15);
  --fh:'Cinzel',Georgia,serif;--fb:'DM Sans','Poppins',sans-serif;
  --r:12px;
  --s1:0 2px 12px rgba(180,60,0,.08);
  --s2:0 8px 28px rgba(180,60,0,.13);
  --s3:0 20px 56px rgba(180,60,0,.18);
}

.ldh-homepage .ldh-container{max-width:1200px!important;margin:0 auto!important;padding:0 32px!important;box-sizing:border-box!important}

/* ════════════════════════════════════════════════════
   HERO — SAFFRON SUNRISE (warm, NOT dark/scary)
════════════════════════════════════════════════════ */
.ldh-hero{
  position:relative;width:100%;overflow:hidden;
  /* Warm saffron sunrise — top is bright amber-gold, fades to deep saffron */
  background:linear-gradient(160deg,
    #FF8C00 0%,
    #FF6B00 18%,
    #E85000 38%,
    #CC4000 55%,
    #A83000 72%,
    #7A1E00 88%,
    #4A1000 100%);
}
/* Golden shimmer line top */
.ldh-hero::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;z-index:10;background:linear-gradient(90deg,transparent,#FFD060 20%,#fff 50%,#FFD060 80%,transparent);animation:ldh-shine 3s linear infinite}
@keyframes ldh-shine{0%{background-position:200% center}100%{background-position:-200% center}}

/* Om watermark — subtle, light not dark */
.ldh-hero::after{content:'ॐ';position:absolute;right:2%;bottom:0;z-index:1;font-size:28rem;line-height:1;color:rgba(255,255,255,.07);font-family:'Noto Sans Devanagari',serif;pointer-events:none;user-select:none;animation:ldh-om 10s ease-in-out infinite alternate;overflow:hidden}
@keyframes ldh-om{0%{opacity:.05;transform:scale(1) rotate(-2deg)}100%{opacity:.1;transform:scale(1.06) rotate(2deg)}}

/* Video/image overlays — lighter overlay for saffron hero */
.ldh-hero__image-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;animation:ldh-zoom 30s ease-in-out infinite alternate}
.ldh-hero__video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;animation:ldh-zoom 30s ease-in-out infinite alternate}
@keyframes ldh-zoom{from{transform:scale(1)}to{transform:scale(1.07) translateX(-1%)}}
.ldh-hero__video-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(160deg,rgba(255,107,0,.6) 0%,rgba(180,50,0,.55) 50%,rgba(80,20,0,.75) 100%)}

/* Decorative glows */
.ldh-hero__bg{position:absolute;inset:0;pointer-events:none;z-index:2}
.ldh-hero__glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}
.ldh-hero__glow--a{width:500px;height:500px;top:-120px;left:-60px;background:radial-gradient(circle,rgba(255,200,50,.3) 0%,transparent 70%);animation:ldh-ga 13s ease-in-out infinite alternate}
.ldh-hero__glow--b{width:380px;height:380px;bottom:-60px;right:8%;background:radial-gradient(circle,rgba(255,220,80,.18) 0%,transparent 70%);animation:ldh-gb 16s ease-in-out infinite alternate}
@keyframes ldh-ga{0%{transform:translate(0,0)}100%{transform:translate(50px,30px)}}
@keyframes ldh-gb{0%{transform:translate(0,0)}100%{transform:translate(-40px,-20px)}}
.ldh-hero__dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.3) 1px,transparent 1px);background-size:40px 40px;opacity:.05}

/* Grid */
.ldh-hero__grid{position:relative;z-index:3;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1200px;margin:0 auto;padding:72px 32px 48px;box-sizing:border-box}
.ldh-hero__left{display:flex;flex-direction:column;gap:22px}

/* Badge */
.ldh-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 18px;border-radius:100px;font-size:.74rem;font-weight:700;letter-spacing:.07em;width:fit-content}
.ldh-badge--live{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);color:#fff}
.ldh-badge--default{background:rgba(255,255,255,.15);border:1px solid rgba(255,230,150,.35);color:#FFE8A0}

/* H1 */
.ldh-hero__h1{font-family:var(--fh)!important;font-size:clamp(2rem,3.2vw,3.1rem)!important;font-weight:900!important;color:#fff!important;line-height:1.14!important;margin:0!important;padding:0!important;border:none!important;letter-spacing:.01em!important;text-shadow:0 2px 20px rgba(0,0,0,.25)!important}
.ldh-hero__accent{background:linear-gradient(90deg,#FFE068 0%,#FFD040 50%,#FFC020 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* Sub */
.ldh-hero__sub{font-size:.93rem;color:rgba(255,240,210,.78);line-height:1.75;margin:0}

/* Search */
.ldh-hero__search-row{display:flex;border-radius:10px;overflow:hidden;box-shadow:0 6px 28px rgba(0,0,0,.22)}
.ldh-hero__sinput{flex:1;background:#fff!important;border:none!important;outline:none!important;padding:14px 18px!important;font-size:.9rem!important;color:#3A1000!important}
.ldh-hero__sinput::placeholder{color:#C4906A!important}
.ldh-hero__sbtn{background:linear-gradient(135deg,#4A1000,#7A2500);color:#fff;border:none;padding:0 26px;font-family:var(--fh);font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;letter-spacing:.06em;transition:background .2s}
.ldh-hero__sbtn:hover{background:linear-gradient(135deg,#7A2500,#AA3500)}

/* Stats */
.ldh-hero__stats{display:inline-flex;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,220,120,.25);border-radius:12px;overflow:hidden;width:fit-content;backdrop-filter:blur(8px)}
.ldh-hero__sitem{padding:14px 20px;text-align:center;display:flex;flex-direction:column;gap:4px}
.ldh-hero__sitem strong{font-family:var(--fh);font-size:1.4rem;font-weight:700;color:#FFE068;line-height:1;display:block}
.ldh-hero__sitem span{font-size:.6rem;color:rgba(255,240,200,.55);text-transform:uppercase;letter-spacing:.1em;display:block}
.ldh-hero__sdot{width:1px;height:32px;background:rgba(255,220,120,.2);flex-shrink:0}

/* Player */
.ldh-hero__right{display:flex;align-items:stretch}
.ldh-player{width:100%;border-radius:14px;overflow:hidden;background:rgba(50,10,0,.5);border:1px solid rgba(255,200,100,.2);box-shadow:0 32px 70px rgba(0,0,0,.4);display:flex;flex-direction:column}
.ldh-player__video{position:relative;padding-top:56.25%;background:#100000;overflow:hidden;flex-shrink:0}
.ldh-player__video iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:none!important;display:block!important}
.ldh-player__live-tag{position:absolute;top:12px;left:12px;z-index:10;background:rgba(255,107,0,.92);color:#fff;padding:4px 12px;border-radius:5px;font-size:.64rem;font-weight:800;letter-spacing:.14em;display:flex;align-items:center;gap:6px;box-shadow:0 0 10px rgba(255,107,0,.5)}
.ldh-player__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:rgba(40,8,0,.6);border-top:1px solid rgba(255,180,80,.12);flex-shrink:0}
.ldh-player__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.ldh-player__tname{font-size:.85rem;font-weight:700;color:#FFE8C0!important;text-decoration:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}
.ldh-player__tname:hover{color:#FFD060!important}
.ldh-player__loc{font-size:.65rem;color:rgba(255,200,130,.45)}
.ldh-player__nav{display:flex;align-items:center;gap:6px;flex-shrink:0}
.ldh-player__arrow{width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,200,100,.22);background:rgba(255,150,0,.15);color:#FFD060;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}
.ldh-player__arrow:hover{background:rgba(255,107,0,.55);border-color:#FF6B00}
.ldh-player__dots{display:flex;gap:4px;align-items:center}
.ldh-player__dot{width:6px;height:6px;border-radius:50%;background:rgba(255,200,100,.3);border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}
.ldh-player__dot.is-active{background:#FFD060;transform:scale(1.5)}
.ldh-player__thumbs{display:flex;gap:6px;padding:10px 14px;border-top:1px solid rgba(255,150,0,.1);background:rgba(30,5,0,.5);overflow-x:auto;scrollbar-width:none;flex-shrink:0}
.ldh-player__thumbs::-webkit-scrollbar{display:none}
.ldh-player__thumb{flex-shrink:0;width:50px;height:50px;border-radius:8px;overflow:hidden;border:2px solid rgba(255,180,80,.2);background:rgba(255,200,100,.06);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s,transform .2s;font-size:1.4rem}
.ldh-player__thumb img{width:100%!important;height:100%!important;object-fit:cover!important}
.ldh-player__thumb.is-active{border-color:#FF6B00!important;box-shadow:0 0 12px rgba(255,107,0,.5)!important;transform:scale(1.1)}
.ldh-player--empty{padding:60px 32px;text-align:center;border:1px dashed rgba(255,200,100,.2);border-radius:14px;background:rgba(255,200,100,.04)}
.ldh-player__empty-icon{font-size:3rem;display:block;margin-bottom:14px}
.ldh-player__empty-msg{color:rgba(255,220,170,.5);font-size:.88rem;line-height:1.8}

/* Ticker */
.ldh-hero-ticker{position:relative;z-index:3;width:100%;max-width:100%;overflow:hidden;background:rgba(80,20,0,.4);border-top:1px solid rgba(255,200,80,.15);border-bottom:1px solid rgba(255,180,60,.1);padding:9px 0;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}
.ldh-hero-ticker__track{display:inline-flex;align-items:center;gap:24px;white-space:nowrap;animation:ldh-ticker 32s linear infinite;will-change:transform}
.ldh-hero-ticker__track:hover{animation-play-state:paused}
.ldh-hero-ticker__track span{font-family:'Noto Sans Devanagari',var(--fb);font-size:.82rem;font-weight:500;color:rgba(255,230,160,.88);letter-spacing:.03em}
.ldh-hero-ticker__sep{color:rgba(255,180,60,.45)!important}
@keyframes ldh-ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* Hero responsive */
@media(max-width:960px){.ldh-hero__grid{grid-template-columns:1fr;gap:32px;padding:56px 24px 40px}.ldh-hero__left{align-items:center;text-align:center}.ldh-hero__stats{justify-content:center}}
@media(max-width:480px){.ldh-hero__grid{padding:40px 16px 32px}.ldh-hero__h1{font-size:1.75rem!important}.ldh-hero__stats{width:100%;border-radius:10px}.ldh-hero__sitem{padding:10px 6px;flex:1}.ldh-hero__sitem strong{font-size:1.1rem}.ldh-hero__sitem span{font-size:.52rem}.ldh-hero__sdot{width:1px;height:20px}}

/* ════════════════════════════════════════════════════
   EVENTS STRIP — bright warm cream
════════════════════════════════════════════════════ */
.ldh-events-strip{background:#fff;border-bottom:1px solid rgba(255,140,0,.12)}
.ldh-events-strip__inner{max-width:1200px;margin:0 auto;padding:28px 32px;box-sizing:border-box}
.ldh-events-strip__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.ldh-events-strip__label{font-family:var(--fh);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#FF6B00}
.ldh-events-strip__all{font-size:.78rem;color:#8B5E3C;text-decoration:none;transition:color .2s}
.ldh-events-strip__all:hover{color:#FF6B00}
.ldh-events-strip__row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
@media(max-width:1100px){.ldh-events-strip__row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.ldh-events-strip__row{grid-template-columns:repeat(2,1fr)}}
.ldh-event-card{background:#FFF9F2;border:1px solid rgba(255,140,0,.14);border-radius:12px;padding:14px 12px;display:flex;flex-direction:column;gap:7px;transition:transform .2s,box-shadow .2s}
.ldh-event-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(180,60,0,.1)}
.ldh-event-card--urgent{background:linear-gradient(135deg,#FFF5E0,#FFEDD0);border-color:rgba(255,107,0,.3)}
.ldh-event-card__icon{font-size:1.7rem;line-height:1}
.ldh-event-card__name{font-size:.82rem;font-weight:700;color:#3A1000;display:block;line-height:1.3}
.ldh-event-card__desc{font-size:.68rem;color:#8B5E3C;display:block;line-height:1.4}
.ldh-event-card__date{font-size:.7rem;color:#FF6B00;font-weight:600;display:block}
.ldh-event-card__when{font-size:.64rem;font-weight:700;color:#8B6035;text-transform:uppercase;letter-spacing:.06em;background:rgba(255,140,0,.1);padding:3px 9px;border-radius:20px;align-self:flex-start}
.ldh-event-card__when--soon{background:rgba(255,107,0,.15);color:#CC4400}

/* ════════════════════════════════════════════════════
   BHAKTI — warm cream, saffron columns
════════════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════════════
   TODAY'S BHAKTI — Premium Layout
   Desktop: Row1 = 3 cols (Aarti|Mantra|Panchang)
            Row2 = 1 col  (Spotlight full width)
   Tablet:  Row1 = 2 cols, Panchang below
   Mobile:  All stacked
═══════════════════════════════════════════════════════ */
.ldh-bhakti-section{background:linear-gradient(180deg,#FFFBF5 0%,#FFF5E8 60%,#FFEDD8 100%);border-top:1px solid rgba(255,140,0,.1);border-bottom:1px solid rgba(255,140,0,.14);position:relative;overflow:hidden}
.ldh-bhakti-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 15% 50%,rgba(255,140,0,.06),transparent 50%),radial-gradient(ellipse at 85% 30%,rgba(212,175,55,.05),transparent 50%);pointer-events:none}
.ldh-bhakti-heading{text-align:center;padding:28px 24px 0;position:relative}
.ldh-bhakti-heading__inner{max-width:700px;margin:0 auto}
.ldh-bhakti-heading__tag{display:none}
.ldh-bhakti-heading__title{font-family:var(--fh);font-size:1.3rem;font-weight:900;margin:0 0 6px;letter-spacing:.08em;background:linear-gradient(135deg,#8B2500,#FF6B00 50%,#D4AF37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;justify-content:center;gap:10px}
.ldh-bhakti-heading__title::before,.ldh-bhakti-heading__title::after{content:'✦';font-size:.7rem;opacity:.65}
.ldh-bhakti-heading__sub{font-size:.7rem;color:#9B7B5E;margin:0 0 14px;letter-spacing:.04em}
.ldh-bhakti-heading__line{width:50px;height:2px;margin:0 auto;background:linear-gradient(90deg,transparent,#FF6B00,#D4AF37,#FF6B00,transparent);border-radius:2px}

/* Outer wrapper */
.ldh-bhakti-section__inner{max-width:1280px;margin:0 auto;padding:20px 32px 36px;box-sizing:border-box;display:flex;flex-direction:column;gap:18px;position:relative}

/* Row 1 — 3 equal columns */
.ldh-bhakti-row1{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}

/* Row 2 — full width spotlight */
.ldh-bhakti-row2{display:block}

/* Shared card */
.ldh-bhakti-col{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(255,140,0,.15);box-shadow:0 4px 18px rgba(180,60,0,.08);display:flex;flex-direction:column;transition:box-shadow .25s,transform .2s}
.ldh-bhakti-col:hover{box-shadow:0 8px 32px rgba(180,60,0,.15);transform:translateY(-2px)}

/* Card header */
.ldh-bhakti-col__head{display:flex;align-items:center;gap:10px;padding:12px 18px;background:linear-gradient(135deg,#5C1A00,#8B2800);border-bottom:2px solid rgba(255,150,50,.3);flex-shrink:0}
.ldh-bhakti-col__icon{font-size:1.4rem;flex-shrink:0}
.ldh-bhakti-col__title{font-family:var(--fh);font-size:.88rem;font-weight:700;color:#FFE8C0;margin:0;letter-spacing:.05em}
.ldh-bhakti-col__sub{font-size:.64rem;color:rgba(255,200,130,.65);margin:2px 0 0}

/* ── Aarti List ── */
.ldh-aarti-list{list-style:none;margin:0;padding:4px 0;flex:1}
.ldh-aarti-item{display:flex;align-items:center;gap:10px;padding:9px 18px;border-bottom:1px solid rgba(255,200,100,.1);transition:background .2s}
.ldh-aarti-item:last-child{border-bottom:none}
.ldh-aarti-item:hover{background:#FFFBF5}
.ldh-aarti-item--live{background:linear-gradient(90deg,#FFF5E0,#fff)!important;border-left:3px solid #FF6B00}
.ldh-aarti-item--done{opacity:.4}
.ldh-aarti-item__icon{font-size:1rem;flex-shrink:0}
.ldh-aarti-item__body{flex:1;min-width:0}
.ldh-aarti-item__body strong{font-size:.8rem;font-weight:700;color:#3A1000;display:block}
.ldh-aarti-item__body span{font-size:.64rem;color:#9B7040;display:block;margin-top:1px}
.ldh-aarti-item__time{text-align:right;flex-shrink:0}
.ldh-aarti-item__clock{font-size:.78rem;font-weight:700;color:#FF6B00;display:block}
.ldh-aarti-item__status{font-size:.58rem;text-transform:uppercase;letter-spacing:.06em;color:#C4A882;font-weight:600;display:block}
.ldh-aarti-item--live .ldh-aarti-item__status{color:#CC4400;font-weight:800}

/* ── Mantra Card ── */
.ldh-mantra-card{padding:20px 18px;flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.ldh-mantra-card__om{display:none}
.ldh-mantra-card__text{font-family:'Noto Sans Devanagari',serif;font-size:1.1rem;font-weight:700;color:#3A1000;line-height:1.4;margin:0}
.ldh-mantra-card__meaning{font-size:.74rem;color:#7A5535;line-height:1.6;font-style:italic;margin:0;padding:10px 14px;background:linear-gradient(135deg,#FFF8EE,#FFFBF5);border-left:3px solid #FF6B00;border-radius:0 8px 8px 0;text-align:left;width:100%;box-sizing:border-box}
.ldh-mantra-card__copy{background:linear-gradient(135deg,#FF6B00,#CC4400);color:#fff;border:none;padding:9px 24px;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 3px 12px rgba(255,107,0,.3);margin-top:auto}
.ldh-mantra-card__copy:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,0,.45)}
.ldh-mantra-tip{display:none}

/* ── Panchang Card ── */
.ldh-panchang-card{padding:8px 0 10px;flex:1}
.ldh-panchang-grid{display:grid;grid-template-columns:1fr 1fr}
.ldh-panchang-item{display:flex;flex-direction:column;padding:8px 14px;border-bottom:1px solid rgba(255,140,0,.08);border-right:1px solid rgba(255,140,0,.08)}
.ldh-panchang-item:nth-child(even){border-right:none}
.ldh-panchang-item:nth-last-child(-n+2){border-bottom:none}
.ldh-panchang-item__label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#C4906A;margin-bottom:2px}
.ldh-panchang-item__val{font-size:.77rem;font-weight:700;color:#3A1000;line-height:1.3}
.ldh-panchang-item__val em{font-style:normal;background:rgba(255,107,0,.1);color:#CC4400;border-radius:4px;padding:0 5px;font-size:.64rem;margin-left:3px}
.ldh-panchang-item--highlight{background:linear-gradient(135deg,rgba(255,107,0,.05),rgba(212,175,55,.04))}
.ldh-panchang-item--highlight .ldh-panchang-item__val{color:#CC4400}
.ldh-panchang-divider{grid-column:1/-1;height:1px;background:linear-gradient(90deg,transparent,rgba(255,140,0,.2),transparent);margin:2px 0}
.ldh-panchang-timings{display:grid;grid-template-columns:1fr 1fr;grid-column:1/-1}
.ldh-panchang-timing{display:flex;flex-direction:column;padding:7px 14px}
.ldh-panchang-timing__label{font-size:.57rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:2px}
.ldh-panchang-timing--warn .ldh-panchang-timing__label{color:#DC2626}
.ldh-panchang-timing--good .ldh-panchang-timing__label{color:#16A34A}
.ldh-panchang-timing__val{font-size:.7rem;font-weight:600;color:#4A1500}
.ldh-panchang-special{grid-column:1/-1;background:linear-gradient(135deg,rgba(255,107,0,.08),rgba(212,175,55,.06));border:1px solid rgba(255,140,0,.2);border-radius:8px;padding:7px 14px;font-size:.7rem;color:#7A3500;font-weight:600;text-align:center;margin:6px 14px 0}

/* ── Temple Spotlight — full width card ── */
.ldh-spotlight-col{display:flex;flex-direction:column}
.ldh-spotlight-card{display:flex;flex-direction:row;flex:1;min-height:150px}
.ldh-spotlight-card__img-wrap{position:relative;overflow:hidden;width:240px;flex-shrink:0}
.ldh-spotlight-card__img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .4s}
.ldh-spotlight-card__img-wrap:hover .ldh-spotlight-card__img{transform:scale(1.05)}
.ldh-spotlight-card__live-tag{position:absolute;top:10px;left:10px;background:rgba(255,107,0,.92);color:#fff;padding:4px 10px;border-radius:4px;font-size:.62rem;font-weight:800;letter-spacing:.1em;display:flex;align-items:center;gap:5px}
.ldh-spotlight-card__body{padding:20px 28px;flex:1;display:flex;align-items:center;gap:28px}
.ldh-spotlight-card__info{flex:1}
.ldh-spotlight-card__name{font-family:var(--fh);font-size:1.1rem;font-weight:700;margin:0 0 8px;line-height:1.3}
.ldh-spotlight-card__name a{color:#3A1000!important;text-decoration:none!important}
.ldh-spotlight-card__name a:hover{color:#FF6B00!important}
.ldh-spotlight-card__meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.ldh-spotlight-card__meta span{font-size:.72rem;color:#8B5E3C;background:rgba(255,140,0,.08);padding:3px 10px;border-radius:20px;border:1px solid rgba(255,140,0,.14)}
.ldh-spotlight-card__desc{font-size:.78rem;color:#7A5535;line-height:1.6;margin:0}
.ldh-spotlight-card__actions{display:flex;gap:10px;flex-wrap:wrap;flex-shrink:0}
.ldh-spotlight-empty{padding:40px 20px;text-align:center;color:#C4A882;font-size:.85rem}

/* ── Responsive ── */
@media(max-width:1100px){
    .ldh-bhakti-section__inner{padding:18px 24px 30px}
    .ldh-bhakti-row1{grid-template-columns:1fr 1fr;gap:14px}
    .ldh-panchang-col{grid-column:1/-1}
    .ldh-panchang-grid{grid-template-columns:repeat(4,1fr)}
    .ldh-panchang-item:nth-child(even){border-right:1px solid rgba(255,140,0,.08)}
    .ldh-panchang-item:nth-child(4n){border-right:none}
}
@media(max-width:720px){
    .ldh-bhakti-section__inner{padding:14px 16px 24px;gap:12px}
    .ldh-bhakti-row1{grid-template-columns:1fr;gap:12px}
    .ldh-panchang-col{grid-column:auto}
    .ldh-panchang-grid{grid-template-columns:1fr 1fr}
    .ldh-panchang-item:nth-child(even){border-right:none}
    .ldh-panchang-item:nth-child(4n){border-right:none}
    .ldh-spotlight-card{flex-direction:column}
    .ldh-spotlight-card__img-wrap{width:100%;height:180px}
    .ldh-spotlight-card__body{flex-direction:column;align-items:flex-start;gap:14px;padding:16px}
}
@media(max-width:900px){.ldh-bhakti-section__inner{padding:16px 20px 28px}}
@media(max-width:540px){.ldh-bhakti-section__inner{grid-template-columns:1fr}.ldh-bhakti-col:last-child{max-height:none}}

/* ════════════════════════════════════════════════════
   LIVE STRIP — warm maroon, not black/navy
════════════════════════════════════════════════════ */
.ldh-no-live-msg{background:rgba(255,120,0,.07)!important;border:1px solid rgba(255,120,0,.18)!important;color:rgba(255,220,170,.55)!important;padding:14px 24px!important;border-radius:8px!important;font-size:.86rem!important;display:inline-block!important}

/* ════════════════════════════════════════════════════
   HOME SECTIONS — cream/white/light, NEVER dark navy
════════════════════════════════════════════════════ */
.ldh-home-section{padding:80px 0}
.ldh-home-section--white{background:#FFFFFF}
.ldh-home-section--saffron{background:linear-gradient(180deg,#FDF8F3,#FAF0E4);position:relative}
.ldh-home-section--saffron::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,107,0,.055) 1px,transparent 1px);background-size:28px 28px}
/* States section — warm saffron NOT dark navy */
.ldh-home-section--dark{background:linear-gradient(160deg,#7A2000 0%,#8B2800 30%,#9A3200 55%,#7A2000 80%,#5C1800 100%);position:relative;overflow:hidden}
.ldh-home-section--dark::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 10% 50%,rgba(255,180,60,.12),transparent 50%),radial-gradient(ellipse at 90% 50%,rgba(255,220,80,.08),transparent 50%)}
.ldh-home-section--light{background:linear-gradient(180deg,#FFF9F2,#FFF3E6)}

.ldh-home-section__header{margin-bottom:52px}
.ldh-home-section__header--center{text-align:center}
.ldh-home-section__label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#FF6B00;margin-bottom:10px;background:rgba(255,107,0,.08);padding:4px 14px;border-radius:20px;border:1px solid rgba(255,107,0,.2)}
.ldh-home-section__label--gold{color:#D4AF37;background:rgba(212,175,55,.1);border-color:rgba(212,175,55,.22)}
.ldh-home-section__title{font-family:var(--fh)!important;font-size:clamp(1.5rem,3vw,2.1rem)!important;font-weight:700!important;color:#3A1000!important;margin:0 0 12px!important;line-height:1.2!important;letter-spacing:.02em!important;border:none!important;padding:0!important}
.ldh-home-section--dark .ldh-home-section__title{color:#FFE8C0!important}
.ldh-home-section__desc{font-size:.95rem;color:#8B5E3C;line-height:1.7;max-width:520px;margin:0}
.ldh-home-section__header--center .ldh-home-section__desc{margin:0 auto}
.ldh-home-section--dark .ldh-home-section__desc{color:rgba(255,220,170,.65)}
.ldh-home-section__cta{text-align:center;margin-top:44px}

/* ════════════════════════════════════════════════════
   TEMPLE CARDS GRID — homepage featured section
════════════════════════════════════════════════════ */
.ldh-temple-grid{display:grid!important;gap:28px!important}
.ldh-temple-grid--3,.ldh-temple-grid--cols-3{grid-template-columns:repeat(3,1fr)!important}
.ldh-temple-grid--2,.ldh-temple-grid--cols-2{grid-template-columns:repeat(2,1fr)!important}
@media(max-width:1024px){.ldh-temple-grid--3,.ldh-temple-grid--cols-3{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:560px){.ldh-temple-grid--3,.ldh-temple-grid--cols-3,.ldh-temple-grid--2,.ldh-temple-grid--cols-2{grid-template-columns:1fr!important}}

/* ════════════════════════════════════════════════════
   DEITY GRID
════════════════════════════════════════════════════ */
.ldh-deity-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important}
@media(min-width:900px){.ldh-deity-grid{grid-template-columns:repeat(8,1fr)!important}}
@media(max-width:560px){.ldh-deity-grid{grid-template-columns:repeat(3,1fr)!important}}
.ldh-deity-card{background:#fff!important;border:1px solid rgba(255,140,0,.1)!important;border-radius:14px!important;padding:22px 10px 18px!important;text-align:center!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:10px!important;transition:transform .25s cubic-bezier(.22,.68,0,1.2),box-shadow .25s,border-color .25s!important;box-shadow:0 2px 10px rgba(180,60,0,.06)!important;position:relative!important;overflow:hidden!important}
.ldh-deity-card::after{content:''!important;position:absolute!important;bottom:0;left:0;right:0;height:3px!important;background:linear-gradient(90deg,#FF6B00,#D4AF37)!important;transform:scaleX(0)!important;transition:transform .25s!important;transform-origin:center!important}
.ldh-deity-card:hover{transform:translateY(-6px)!important;box-shadow:0 14px 36px rgba(255,107,0,.18)!important;border-color:rgba(255,107,0,.3)!important;text-decoration:none!important}
.ldh-deity-card:hover::after{transform:scaleX(1)!important}
.ldh-deity-card__icon{width:62px!important;height:62px!important;border-radius:50%!important;background:linear-gradient(135deg,#FFF8F0,#FFE4CC)!important;display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid rgba(255,160,80,.3)!important;font-size:1.8rem!important;line-height:1!important;transition:all .25s!important;box-shadow:0 4px 12px rgba(255,107,0,.1)!important;flex-shrink:0!important}
.ldh-deity-card:hover .ldh-deity-card__icon{background:linear-gradient(135deg,#FF6B00,#CC4400)!important;border-color:#FF6B00!important;box-shadow:0 6px 18px rgba(255,107,0,.38)!important}
.ldh-deity-card__name{font-size:.78rem!important;font-weight:700!important;color:#3A1000!important;line-height:1.2!important}
.ldh-deity-card__count{font-size:.66rem!important;color:#FF6B00!important;background:rgba(255,107,0,.08)!important;padding:3px 10px!important;border-radius:20px!important;font-weight:600!important;border:1px solid rgba(255,107,0,.15)!important}

/* ════════════════════════════════════════════════════
   STATE PILLS — on warm saffron bg
════════════════════════════════════════════════════ */
.ldh-state-grid{display:flex!important;flex-wrap:wrap!important;gap:12px!important;justify-content:center!important;position:relative!important;z-index:1!important}
.ldh-state-card{display:inline-flex!important;align-items:center!important;gap:9px!important;padding:10px 22px!important;background:rgba(255,220,120,.12)!important;border:1px solid rgba(255,200,80,.25)!important;border-radius:40px!important;text-decoration:none!important;color:rgba(255,240,200,.88)!important;font-size:.86rem!important;font-weight:500!important;transition:all .22s!important;white-space:nowrap!important}
.ldh-state-card:hover{background:#FF6B00!important;border-color:#FF6B00!important;color:#fff!important;transform:translateY(-3px)!important;box-shadow:0 8px 22px rgba(255,107,0,.35)!important;text-decoration:none!important}
.ldh-state-card__name{font-weight:600!important}
.ldh-state-card__count{font-size:.68rem!important;font-weight:700!important;background:rgba(255,220,100,.15)!important;color:rgba(255,220,130,.7)!important;padding:2px 8px!important;border-radius:20px!important}
.ldh-state-card:hover .ldh-state-card__count{background:rgba(255,255,255,.2)!important;color:#fff!important}

/* ════════════════════════════════════════════════════
   FEATURES — warm cream
════════════════════════════════════════════════════ */
.ldh-features-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important}
@media(max-width:880px){.ldh-features-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:480px){.ldh-features-grid{grid-template-columns:1fr!important}}
.ldh-feature-card{background:linear-gradient(135deg,#FFFBF5,#FFF5E8)!important;border:1px solid rgba(255,140,0,.12)!important;border-radius:14px!important;padding:32px 24px!important;text-align:center!important;transition:transform .28s,box-shadow .28s!important;box-shadow:0 2px 12px rgba(180,60,0,.06)!important}
.ldh-feature-card:hover{transform:translateY(-5px)!important;box-shadow:0 14px 36px rgba(180,60,0,.14)!important}
.ldh-feature-card__icon{font-size:2.4rem!important;display:block!important;margin-bottom:16px!important}
.ldh-feature-card__title{font-family:var(--fh)!important;font-size:1rem!important;font-weight:700!important;color:#3A1000!important;margin:0 0 10px!important;border:none!important;padding:0!important}
.ldh-feature-card__desc{font-size:.83rem!important;color:#8B5E3C!important;line-height:1.65!important;margin:0!important}

/* ════════════════════════════════════════════════════
   BLOG GRID
════════════════════════════════════════════════════ */
.ldh-blog-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important}
@media(max-width:880px){.ldh-blog-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:540px){.ldh-blog-grid{grid-template-columns:1fr!important}}
.ldh-blog-card{background:#fff!important;border-radius:14px!important;overflow:hidden!important;border:1px solid rgba(255,140,0,.1)!important;box-shadow:0 2px 12px rgba(180,60,0,.07)!important;transition:transform .3s cubic-bezier(.22,.68,0,1.2),box-shadow .3s!important;display:flex!important;flex-direction:column!important;text-decoration:none!important;color:inherit!important}
.ldh-blog-card:hover{transform:translateY(-7px)!important;box-shadow:0 20px 48px rgba(180,60,0,.16)!important}
.ldh-blog-card__thumb{height:200px!important;overflow:hidden!important;background:linear-gradient(135deg,#FFE0BC,#FFD0A0)!important;display:block!important}
.ldh-blog-card__thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .5s!important}
.ldh-blog-card:hover .ldh-blog-card__thumb img{transform:scale(1.08)!important}
.ldh-blog-card__body{padding:22px!important;flex:1!important;display:flex!important;flex-direction:column!important;gap:10px!important}
.ldh-blog-card__date{font-size:.68rem!important;color:#FF6B00!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.ldh-blog-card__title{font-family:var(--fh)!important;font-size:.96rem!important;font-weight:700!important;color:#3A1000!important;line-height:1.4!important;margin:0!important}
.ldh-blog-card__title a{color:#3A1000!important;text-decoration:none!important;transition:color .2s!important}
.ldh-blog-card:hover .ldh-blog-card__title a{color:#FF6B00!important}
.ldh-blog-card__excerpt{font-size:.82rem!important;color:#8B5E3C!important;line-height:1.65!important;flex:1!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}
.ldh-blog-card__link{font-size:.78rem!important;font-weight:700!important;color:#FF6B00!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:5px!important;transition:gap .2s!important}
.ldh-blog-card:hover .ldh-blog-card__link{gap:10px!important}

/* ════════════════════════════════════════════════════
   SUBMIT CTA — deep saffron, warm not scary
════════════════════════════════════════════════════ */
.ldh-submit-cta-section{background:linear-gradient(135deg,#5C1800 0%,#8B2800 25%,#AA3800 45%,#8B2800 70%,#5C1800 100%)!important;padding:80px 0!important;text-align:center!important;position:relative!important;overflow:hidden!important}
.ldh-submit-cta__glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 25% 50%,rgba(255,150,30,.2),transparent 55%),radial-gradient(ellipse at 75% 50%,rgba(255,200,60,.12),transparent 55%)}
.ldh-submit-cta__inner{position:relative;z-index:1}
.ldh-submit-cta__icon{font-size:3rem!important;display:block!important;margin:0 auto 18px!important}
.ldh-submit-cta__title{font-family:var(--fh)!important;font-size:clamp(1.5rem,3.5vw,2.2rem)!important;font-weight:700!important;color:#fff!important;margin:0 0 14px!important;letter-spacing:.03em!important;border:none!important;padding:0!important}
.ldh-submit-cta__desc{color:rgba(255,220,170,.65)!important;max-width:500px!important;margin:0 auto 32px!important;font-size:.96rem!important;line-height:1.75!important}

/* ════════════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════════════ */
.ldh-btn{display:inline-flex!important;align-items:center!important;gap:6px!important;font-weight:600!important;border-radius:8px!important;text-decoration:none!important;cursor:pointer!important;transition:transform .22s,box-shadow .22s,background .22s!important;border:none!important;letter-spacing:.03em!important}
.ldh-btn--primary{background:linear-gradient(135deg,#FF6B00,#CC4400)!important;color:#fff!important;padding:13px 32px!important;font-size:.9rem!important;font-weight:700!important;box-shadow:0 4px 18px rgba(255,107,0,.38)!important}
.ldh-btn--primary:hover{transform:translateY(-3px)!important;box-shadow:0 10px 28px rgba(255,107,0,.55)!important;color:#fff!important}
.ldh-btn--lg{padding:16px 44px!important;font-size:1rem!important;border-radius:10px!important}
.ldh-btn--outline{background:transparent!important;color:#FF6B00!important;border:2px solid rgba(255,107,0,.45)!important;padding:11px 30px!important;font-size:.86rem!important;letter-spacing:.06em!important}
.ldh-btn--outline:hover{background:#FF6B00!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(255,107,0,.35)!important}
.ldh-btn--secondary{background:linear-gradient(135deg,#5C1A00,#8B2800)!important;color:#FFE8C0!important;padding:8px 16px!important;font-size:.78rem!important}
.ldh-btn--secondary:hover{background:linear-gradient(135deg,#8B2800,#AA3800)!important;color:#fff!important;transform:translateY(-1px)!important}
.ldh-btn--live,.ldh-btn--watch-live{background:linear-gradient(135deg,#16a34a,#15803d)!important;color:#fff!important;padding:8px 16px!important;font-size:.78rem!important;box-shadow:0 3px 10px rgba(34,197,94,.28)!important}
.ldh-btn--sm{padding:8px 16px!important;font-size:.78rem!important}

/* ════════════════════════════════════════════════════
   BADGES & PULSE
════════════════════════════════════════════════════ */
.ldh-badge-live{display:inline-flex!important;align-items:center!important;gap:5px!important;background:rgba(255,107,0,.9)!important;padding:4px 10px!important;border-radius:5px!important;font-size:.64rem!important;font-weight:800!important;letter-spacing:.1em!important;color:#fff!important;box-shadow:0 2px 8px rgba(255,107,0,.38)!important}
.ldh-badge-verified{background:linear-gradient(135deg,#22c55e,#16a34a)!important;color:#fff!important;padding:3px 8px!important;border-radius:4px!important;font-size:.64rem!important;font-weight:700!important}
.ldh-live-pulse{width:8px!important;height:8px!important;background:#FF6B00!important;border-radius:50%!important;display:inline-block!important;animation:ldh-pulse 1.8s infinite!important}
.ldh-live-dot{width:6px;height:6px;background:#fff;border-radius:50%;display:inline-block}
@keyframes ldh-pulse{0%{box-shadow:0 0 0 0 rgba(255,107,0,.8)}70%{box-shadow:0 0 0 8px rgba(255,107,0,0)}100%{box-shadow:0 0 0 0 rgba(255,107,0,0)}}

/* ════════════════════════════════════════════════════
   HINDI FONT
════════════════════════════════════════════════════ */
body.ldh-hi .ldh-hero__h1,body.ldh-hi .ldh-home-section__title,body.ldh-hi .ldh-bhakti-heading__title,body.ldh-hi .ldh-submit-cta__title{font-family:'Hind','DM Sans',sans-serif!important;letter-spacing:0!important}

/* ════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════ */
@media(max-width:768px){
  .ldh-home-section{padding:56px 0}
  .ldh-home-section__header{margin-bottom:36px}
  .ldh-submit-cta-section{padding:56px 0!important}
  .ldh-homepage .ldh-container{padding:0 20px!important}
  body.ldh-homepage .inside-header{padding:0 20px 0 16px!important;min-height:56px!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}
  body.ldh-homepage .site-branding{flex:1 1 auto!important;min-width:0!important}
  .ldh-hero__stats{flex-wrap:nowrap;width:100%;border-radius:10px;justify-content:space-evenly}
  .ldh-hero__sitem{padding:10px 6px;flex:1}
  .ldh-hero__sitem strong{font-size:1.1rem}
  .ldh-hero__sitem span{font-size:.52rem}
  .ldh-hero__sdot{width:1px;height:20px}
}

/* ═══════════════════════════════════════════════════
   LIVE TEMPLES CARD SECTION
   After Bhakti section — small cards, slider, warm bg
═══════════════════════════════════════════════════ */
.ldh-live-cards-section {
  background: #FFFFFF;
  padding: 36px 0;
  border-top: 1px solid rgba(255,140,0,.1);
  border-bottom: 1px solid rgba(255,140,0,.1);
}

.ldh-live-cards-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.ldh-live-cards-head__left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ldh-live-cards-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.3);
  color: #15803d;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 5px 12px;
  border-radius: 100px;
  text-transform: uppercase;
}

.ldh-live-dot-sm {
  display: inline-block;
  width: 7px; height: 7px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  animation: ldh-dot-pulse 1.6s ease-out infinite;
}
@keyframes ldh-dot-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,.7); }
  70%  { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

.ldh-live-cards-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2A0800;
  margin: 0;
  letter-spacing: .03em;
  border: none !important;
  padding: 0 !important;
}

.ldh-live-cards-viewall {
  font-size: .84rem;
  font-weight: 700;
  color: #FF6B00 !important;
  text-decoration: none;
  border: 1.5px solid rgba(255,107,0,.35);
  padding: 8px 18px;
  border-radius: 100px;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.ldh-live-cards-viewall:hover {
  background: #FF6B00;
  color: #fff !important;
  text-decoration: none;
}

/* Slider */
.ldh-live-slider-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.ldh-live-slider-arrow {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,140,0,.3);
  background: #fff;
  color: #FF6B00;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s, box-shadow .2s;
  padding: 0;
  z-index: 2;
}
.ldh-live-slider-arrow:hover {
  background: #FF6B00;
  border-color: #FF6B00;
  color: #fff;
  box-shadow: 0 4px 14px rgba(255,107,0,.3);
}

.ldh-live-slider-track-wrap {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}

.ldh-live-slider-track {
  display: flex;
  gap: 14px;
  transition: transform .35s cubic-bezier(.22,.68,0,1.2);
  will-change: transform;
}

/* Individual live card — small, clean */
.ldh-live-card-sm {
  flex: 0 0 200px;
  background: #fff;
  border: 1.5px solid rgba(255,140,0,.14);
  border-radius: 10px;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  position: relative;
  overflow: hidden;
}
.ldh-live-card-sm::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  opacity: 0;
  transition: opacity .2s;
}
.ldh-live-card-sm:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(180,60,0,.12);
  border-color: rgba(34,197,94,.35);
  text-decoration: none;
}
.ldh-live-card-sm:hover::before { opacity: 1; }

.ldh-live-card-sm__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  color: #15803d;
  text-transform: uppercase;
}

.ldh-live-card-sm__name {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .88rem;
  font-weight: 700;
  color: #2A0800;
  line-height: 1.35;
  transition: color .2s;
}
.ldh-live-card-sm:hover .ldh-live-card-sm__name { color: #FF6B00; }

.ldh-live-card-sm__state {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: .72rem;
  color: #8B5E3C;
}
.ldh-live-card-sm__state svg { flex-shrink: 0; color: #FF6B00; }

@media (max-width: 680px) {
  .ldh-live-card-sm { flex: 0 0 160px; }
  .ldh-live-cards-title { font-size: 1.05rem; }
}

/* Live card image */
.ldh-live-card-sm__img {
    position: relative;
    height: 110px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin: -14px -16px 10px;
    background: linear-gradient(135deg,#2A0800,#3A1000);
    flex-shrink: 0;
}
.ldh-live-card-sm__img img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .4s;
}
.ldh-live-card-sm:hover .ldh-live-card-sm__img img { transform: scale(1.06); }
.ldh-live-card-sm__img .ldh-live-card-sm__badge {
    position: absolute; top: 8px; left: 8px; margin: 0;
}
.ldh-live-card-sm__no-img {
    height: 80px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem;
    background: linear-gradient(135deg,#FFF5E8,#FFE8CC);
    border-radius: 8px; margin-bottom: 8px;
    position: relative;
}
.ldh-live-card-sm__no-img .ldh-live-card-sm__badge {
    position: absolute; top: 6px; left: 6px; margin: 0;
}

/* ═══════════════════════════════════════════════════
   SUPPORT US — Emotional section
═══════════════════════════════════════════════════ */
.ldh-support-section {
    background: linear-gradient(135deg, #FFF9F2 0%, #FFF3E6 50%, #FFEDD8 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,140,0,.12);
}
.ldh-support-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(255,107,0,.06), transparent 55%),
                radial-gradient(ellipse at 80% 30%, rgba(212,175,55,.05), transparent 55%);
    pointer-events: none;
}
.ldh-support-section::after {
    content: 'ॐ';
    position: absolute; right: 3%; bottom: -10%;
    font-size: 18rem; line-height: 1;
    color: rgba(212,175,55,.06);
    pointer-events: none; user-select: none;
}
.ldh-support-inner {
    position: relative; z-index: 2;
    max-width: 800px; margin: 0 auto;
    text-align: center;
    padding: 0 28px;
}
.ldh-support-icon {
    font-size: 3.5rem;
    display: block;
    margin: 0 auto 20px;
    filter: drop-shadow(0 4px 16px rgba(255,107,0,.3));
    animation: ldh-heartbeat 2.5s ease-in-out infinite;
}
@keyframes ldh-heartbeat {
    0%,100% { transform: scale(1); }
    14%      { transform: scale(1.15); }
    28%      { transform: scale(1); }
    42%      { transform: scale(1.08); }
    56%      { transform: scale(1); }
}
.ldh-support-eyebrow {
    display: inline-block;
    font-size: .72rem; font-weight: 700; letter-spacing: .16em;
    text-transform: uppercase; color: #FF6B00;
    background: rgba(255,107,0,.08); padding: 5px 16px;
    border-radius: 100px; border: 1px solid rgba(255,107,0,.2);
    margin-bottom: 20px;
}
.ldh-support-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 900;
    color: #2A0800;
    margin: 0 0 20px;
    line-height: 1.2;
    letter-spacing: .02em;
}
.ldh-support-title .gold {
    background: linear-gradient(135deg, #D4AF37, #FF6B00, #FFD060);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ldh-support-text {
    font-size: 1.05rem;
    color: #5A3010;
    line-height: 1.85;
    margin: 0 auto 32px;
    max-width: 600px;
}
.ldh-support-text strong { color: #FF6B00; }
.ldh-support-quote {
    background: linear-gradient(135deg, #FFF5E8, #FFFBF5);
    border: 1px solid rgba(212,175,55,.25);
    border-left: 4px solid #D4AF37;
    border-radius: 0 12px 12px 0;
    padding: 18px 24px;
    margin: 0 auto 36px;
    max-width: 560px;
    text-align: left;
    font-style: italic;
    color: #5A3010;
    font-size: .95rem;
    line-height: 1.7;
}
.ldh-support-quote cite {
    display: block;
    font-style: normal;
    font-size: .78rem;
    color: #8B5E3C;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: .04em;
}
.ldh-support-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.ldh-support-btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, #FF6B00, #CC4400);
    color: #fff !important; font-family: 'Cinzel', serif;
    font-size: .95rem; font-weight: 700; letter-spacing: .06em;
    padding: 16px 36px; border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(255,107,0,.4);
    transition: transform .22s, box-shadow .22s;
}
.ldh-support-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(255,107,0,.55);
    color: #fff !important; text-decoration: none;
}
.ldh-support-btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent;
    color: #FF6B00 !important;
    font-size: .88rem; font-weight: 700;
    padding: 14px 28px; border-radius: 10px;
    border: 2px solid rgba(255,107,0,.4);
    text-decoration: none;
    transition: all .22s;
}
.ldh-support-btn-secondary:hover {
    background: rgba(255,107,0,.08);
    border-color: #FF6B00;
    color: #FF6B00 !important; text-decoration: none;
    transform: translateY(-2px);
}
.ldh-support-trust {
    display: flex; justify-content: center;
    gap: 28px; flex-wrap: wrap;
}
.ldh-support-trust-item {
    display: flex; flex-direction: column;
    align-items: center; gap: 4px;
}
.ldh-support-trust-item strong {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem; font-weight: 700;
    color: #FF6B00; line-height: 1;
}
.ldh-support-trust-item span {
    font-size: .7rem; color: #8B5E3C;
    text-transform: uppercase; letter-spacing: .08em;
}
.ldh-support-trust-div {
    width: 1px; height: 40px;
    background: rgba(255,140,0,.2);
    align-self: center;
}
@media(max-width:600px){
    .ldh-support-trust { gap: 16px; }
    .ldh-support-trust-div { display: none; }
    .ldh-support-actions { flex-direction: column; align-items: center; }
    .ldh-support-btn-primary, .ldh-support-btn-secondary { width: 100%; max-width: 320px; justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════
   EXPLORE SECTION — Deity + State toggle
═══════════════════════════════════════════════════════════════ */
.ldh-explore-section {
    background: linear-gradient(180deg, #FFF9F2 0%, #FFF3E6 100%);
    padding: 72px 0;
    position: relative;
    border-top: 1px solid rgba(255,140,0,.1);
    border-bottom: 1px solid rgba(255,140,0,.1);
}
.ldh-explore-section::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(circle, rgba(255,107,0,.04) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* Head: title left, tabs right */
.ldh-explore-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 36px; flex-wrap: wrap; gap: 16px;
}
.ldh-explore-head__title .ldh-home-section__label { margin-bottom: 6px; }
.ldh-explore-head__title .ldh-home-section__title { margin: 0; }

/* Toggle tabs */
.ldh-explore-tabs {
    display: flex;
    background: rgba(255,255,255,.9);
    border: 1.5px solid rgba(255,140,0,.2);
    border-radius: 100px;
    padding: 4px;
    gap: 4px;
    box-shadow: 0 2px 12px rgba(180,60,0,.08);
    flex-shrink: 0;
}
.ldh-explore-tab {
    display: inline-flex; align-items: center; gap: 7px;
    background: transparent; border: none;
    font-family: 'Cinzel', Georgia, serif;
    font-size: .8rem; font-weight: 700; letter-spacing: .06em;
    color: #8B5E3C; cursor: pointer;
    padding: 10px 22px; border-radius: 100px;
    transition: all .25s; white-space: nowrap;
}
.ldh-explore-tab__icon { font-size: 1rem; }
.ldh-explore-tab:hover { color: #FF6B00; background: rgba(255,107,0,.06); }
.ldh-explore-tab--active {
    background: linear-gradient(135deg, #2A0800, #4A1500);
    color: #FFD060 !important;
    box-shadow: 0 3px 12px rgba(42,8,0,.35);
}

/* Panels */
.ldh-explore-panel { display: none; animation: ldh-fade-in .3s ease; }
.ldh-explore-panel--active { display: block; }
@keyframes ldh-fade-in {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* State grid — warm glass pills */
.ldh-state-grid {
    display: flex !important; flex-wrap: wrap !important;
    gap: 10px !important; justify-content: flex-start !important;
}
.ldh-state-card {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    padding: 10px 20px !important;
    background: #fff !important;
    border: 1.5px solid rgba(255,140,0,.18) !important;
    border-radius: 100px !important; text-decoration: none !important;
    color: #2A0800 !important; font-size: .86rem !important; font-weight: 600 !important;
    transition: all .22s !important; white-space: nowrap !important;
    box-shadow: 0 2px 8px rgba(180,60,0,.06) !important;
}
.ldh-state-card:hover {
    background: linear-gradient(135deg,#FF6B00,#CC4400) !important;
    border-color: #FF6B00 !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 22px rgba(255,107,0,.35) !important;
    text-decoration: none !important;
}
.ldh-state-card__name { font-weight: 600 !important; }
.ldh-state-card__count {
    font-size: .7rem !important; font-weight: 700 !important;
    background: rgba(255,140,0,.1) !important;
    color: #FF6B00 !important;
    padding: 2px 8px !important; border-radius: 100px !important;
    transition: all .22s !important;
}
.ldh-state-card:hover .ldh-state-card__count {
    background: rgba(255,255,255,.22) !important; color: #fff !important;
}
.ldh-state-card__flag { font-size: .85rem; }

/* ── Temple Type Grid ── */
.ldh-explore-section .ldh-type-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 14px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ldh-explore-section .ldh-type-card {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px 20px !important;
    background: #fff !important;
    border: 1.5px solid rgba(255,140,0,.16) !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    transition: all .25s !important;
    box-shadow: 0 3px 12px rgba(180,60,0,.06) !important;
    position: relative !important;
    overflow: hidden !important;
    width: auto !important;
    float: none !important;
}
.ldh-explore-section .ldh-type-card::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important; top: 0 !important; bottom: 0 !important;
    width: 4px !important;
    background: var(--tc, #5C1A00) !important;
    transition: width .25s !important;
}
.ldh-explore-section .ldh-type-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 28px rgba(180,60,0,.14) !important;
    border-color: rgba(255,107,0,.3) !important;
    text-decoration: none !important;
}
.ldh-explore-section .ldh-type-card:hover::before { width: 6px !important; }
.ldh-explore-section .ldh-type-card__icon {
    font-size: 1.8rem !important;
    width: 48px !important; height: 48px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    background: linear-gradient(135deg, #FFF8F0, #FFE4CC) !important;
    border-radius: 12px !important;
    border: 1.5px solid rgba(255,140,0,.18) !important;
    flex-shrink: 0 !important;
    transition: all .25s !important;
    line-height: 1 !important;
}
.ldh-explore-section .ldh-type-card:hover .ldh-type-card__icon {
    background: linear-gradient(135deg, var(--tc, #5C1A00), #8B2800) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(180,60,0,.25) !important;
}
.ldh-explore-section .ldh-type-card__body {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}
.ldh-explore-section .ldh-type-card__name {
    font-size: .88rem !important;
    font-weight: 700 !important;
    color: #3A1000 !important;
    line-height: 1.3 !important;
    display: block !important;
}
.ldh-explore-section .ldh-type-card__count {
    font-size: .72rem !important;
    color: #FF6B00 !important;
    font-weight: 600 !important;
    display: block !important;
}
.ldh-explore-section .ldh-type-card__arrow {
    font-size: 1.1rem !important;
    color: rgba(180,100,50,.3) !important;
    transition: all .25s !important;
    flex-shrink: 0 !important;
    display: block !important;
}
.ldh-explore-section .ldh-type-card:hover .ldh-type-card__arrow {
    color: #FF6B00 !important;
    transform: translateX(5px) !important;
}

@media (max-width: 768px) {
    .ldh-explore-head { flex-direction: column; align-items: flex-start; }
    .ldh-explore-tabs { flex-wrap: wrap; border-radius: 14px; }
    .ldh-explore-tab { padding: 9px 16px; font-size: .74rem; }
    .ldh-explore-section .ldh-type-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
    .ldh-explore-section .ldh-type-grid { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════════════════════════════
   HOMEPAGE EMOTIONAL SUPPORT SECTION
═══════════════════════════════════════════════════════════════ */
.ldh-home-support {
    background: linear-gradient(135deg, #0D0200 0%, #2A0800 40%, #3A1200 70%, #1A0500 100%);
    padding: 80px 0;
    position: relative; overflow: hidden;
}
.ldh-home-support__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse at 15% 50%, rgba(255,107,0,.15) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 30%, rgba(212,175,55,.1) 0%, transparent 50%);
}
.ldh-home-support__bg::after {
    content: '🕉️'; position: absolute; right: 3%; bottom: -5%;
    font-size: 20rem; line-height: 1; opacity: .04; pointer-events: none;
}
.ldh-home-support__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative; z-index: 1;
}
/* Left side */
.ldh-home-support__badge {
    display: inline-block;
    font-size: .72rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: #FFD060;
    background: rgba(212,175,55,.1); padding: 5px 16px;
    border-radius: 100px; border: 1px solid rgba(212,175,55,.22);
    margin-bottom: 18px;
}
.ldh-home-support__title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2.3rem); font-weight: 900;
    color: #fff; margin: 0 0 16px; line-height: 1.2;
}
.ldh-home-support__accent {
    background: linear-gradient(135deg, #FF6B00, #FFD060, #D4AF37);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; display: block; margin-top: 4px;
}
.ldh-home-support__sub {
    font-size: .95rem; color: rgba(255,220,170,.6);
    line-height: 1.7; margin: 0 0 28px;
}
.ldh-home-support__cards {
    display: flex; flex-direction: column; gap: 14px;
}
.ldh-home-support__card {
    display: flex; gap: 16px; align-items: flex-start;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,175,55,.12);
    border-radius: 12px; padding: 16px 18px;
    transition: background .25s, border-color .25s;
}
.ldh-home-support__card:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(212,175,55,.25);
}
.ldh-home-support__card-icon {
    font-size: 1.8rem; flex-shrink: 0;
    width: 44px; text-align: center;
    filter: drop-shadow(0 2px 6px rgba(255,160,0,.3));
}
.ldh-home-support__card strong {
    display: block; font-family: 'Cinzel', serif;
    font-size: .85rem; color: #FFD060; margin-bottom: 5px;
}
.ldh-home-support__card p {
    font-size: .82rem; color: rgba(255,220,170,.55);
    line-height: 1.65; margin: 0;
}
/* Right side CTA box */
.ldh-home-support__cta-box {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(212,175,55,.2);
    border-radius: 20px; padding: 36px 32px;
    text-align: center;
    backdrop-filter: blur(10px);
    position: relative; overflow: hidden;
}
.ldh-home-support__cta-box::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, #FF6B00, #D4AF37, transparent);
}
.ldh-home-support__diya {
    font-size: 2.8rem; display: block; margin-bottom: 14px;
    filter: drop-shadow(0 0 16px rgba(255,160,0,.6));
    animation: ldh-fom 3s ease-in-out infinite alternate;
}
.ldh-home-support__cta-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.4rem; font-weight: 900;
    color: #FFE8C0; margin: 0 0 12px;
}
.ldh-home-support__cta-desc {
    font-size: .88rem; color: rgba(255,220,170,.55);
    line-height: 1.7; margin: 0 0 20px;
}
.ldh-home-support__cta-desc strong { color: rgba(255,200,120,.8); }
.ldh-home-support__quote {
    background: rgba(212,175,55,.07);
    border-left: 3px solid rgba(212,175,55,.4);
    border-radius: 0 8px 8px 0;
    padding: 12px 16px; margin: 0 0 24px;
    text-align: left; font-style: italic;
    font-size: .82rem; color: rgba(255,220,170,.6); line-height: 1.6;
}
.ldh-home-support__quote cite {
    display: block; font-style: normal; font-size: .72rem;
    color: rgba(255,200,100,.4); margin-top: 6px;
}
.ldh-home-support__actions {
    display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px;
}
.ldh-home-support__btn-primary {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: linear-gradient(135deg, #FF6B00, #CC4400);
    color: #fff !important; font-family: 'Cinzel', serif;
    font-size: .88rem; font-weight: 700; letter-spacing: .06em;
    padding: 14px 28px; border-radius: 8px; text-decoration: none;
    box-shadow: 0 4px 18px rgba(255,107,0,.35);
    transition: transform .2s, box-shadow .2s;
}
.ldh-home-support__btn-primary:hover {
    transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,107,0,.5);
    color: #fff !important; text-decoration: none;
}
.ldh-home-support__btn-secondary {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: transparent; color: rgba(255,220,170,.7) !important;
    font-size: .84rem; font-weight: 600; padding: 12px 22px;
    border-radius: 8px; border: 1px solid rgba(212,175,55,.2);
    text-decoration: none; transition: all .2s;
}
.ldh-home-support__btn-secondary:hover {
    background: rgba(255,200,100,.08); color: #FFD060 !important;
    border-color: rgba(212,175,55,.4);
}
.ldh-home-support__trust {
    display: flex; justify-content: center; align-items: center;
    gap: 8px; flex-wrap: wrap;
    font-size: .72rem; color: rgba(255,200,100,.3);
}
@media(max-width:900px) {
    .ldh-home-support__inner { grid-template-columns: 1fr; gap: 40px; }
    .ldh-home-support { padding: 60px 0; }
}




/* ── Temple card on homepage — same as frontend.css ── */
/* (copied so homepage featured temples also look correct) */
article.ldh-tc{background:#fff!important;border-radius:16px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;border:1px solid rgba(212,175,55,.2)!important;box-shadow:0 4px 18px rgba(42,8,0,.1)!important;transition:transform .35s cubic-bezier(.22,.68,0,1.2),box-shadow .35s!important;position:relative!important;text-decoration:none!important;margin:0!important;padding:0!important}
article.ldh-tc:hover{transform:translateY(-10px)!important;box-shadow:0 28px 56px rgba(42,8,0,.22),0 0 0 2px rgba(212,175,55,.22)!important}
a.ldh-tc__photo{position:relative!important;display:block!important;height:235px!important;overflow:hidden!important;flex-shrink:0!important;text-decoration:none!important;background:linear-gradient(160deg,#1A0400,#3A0E00,#2A0800)!important}
.ldh-tc__photo-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .65s cubic-bezier(.22,.68,0,1.2)!important}
article.ldh-tc:hover .ldh-tc__photo-img{transform:scale(1.09)!important}
.ldh-tc__overlay{position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(10,2,0,.4) 56%,rgba(13,2,0,.85) 80%,rgba(13,2,0,.96) 100%)!important}
.ldh-tc__badges{position:absolute!important;top:12px!important;left:12px!important;display:flex!important;gap:6px!important;z-index:5!important}
.ldh-tc__emoji{position:absolute!important;top:12px!important;right:12px!important;z-index:5!important;background:rgba(212,175,55,.92)!important;border-radius:100px!important;padding:5px 13px!important;font-size:1.05rem!important;line-height:1!important;box-shadow:0 3px 14px rgba(0,0,0,.42)!important}
.ldh-tc__photo-caption{position:absolute!important;bottom:0!important;left:0!important;right:0!important;padding:20px 16px 14px!important;z-index:5!important}
.ldh-tc__photo-title{font-family:'Cinzel',Georgia,serif!important;font-size:1.06rem!important;font-weight:700!important;color:#fff!important;line-height:1.25!important;margin:0 0 5px!important;text-shadow:0 1px 16px rgba(0,0,0,.85),0 2px 4px rgba(0,0,0,.6)!important;display:block!important}
article.ldh-tc:hover .ldh-tc__photo-title{color:#FFD060!important}
.ldh-tc__photo-loc{display:flex!important;align-items:center!important;gap:5px!important;font-size:.74rem!important;color:rgba(255,225,185,.82)!important;margin:0!important;text-shadow:0 1px 6px rgba(0,0,0,.7)!important}
.ldh-tc__body{padding:15px 17px 14px!important;flex:1!important;display:flex!important;flex-direction:column!important;background:linear-gradient(180deg,#fff,#FFFBF4)!important;position:relative!important}
.ldh-tc__tags{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;margin-bottom:9px!important}
.ldh-tc__tag-deity{display:inline-flex!important;align-items:center!important;gap:4px!important;font-size:.72rem!important;font-weight:600!important;color:#CC4400!important;background:rgba(255,107,0,.07)!important;border:1px solid rgba(255,107,0,.2)!important;padding:3px 9px!important;border-radius:100px!important}
.ldh-tc__tag-verified{display:inline-flex!important;align-items:center!important;font-size:.67rem!important;font-weight:700!important;color:#166534!important;background:rgba(34,197,94,.08)!important;border:1px solid rgba(34,197,94,.25)!important;padding:3px 8px!important;border-radius:100px!important}
.ldh-tc__about{font-size:.81rem!important;color:#5A3010!important;line-height:1.6!important;margin:0 0 10px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.ldh-tc__rule{display:flex!important;align-items:center!important;gap:8px!important;margin:7px 0!important}
.ldh-tc__rule::before,.ldh-tc__rule::after{content:''!important;flex:1!important;height:1px!important;background:linear-gradient(to right,transparent,rgba(212,175,55,.3) 50%,transparent)!important}
.ldh-tc__rule span{font-family:'Noto Sans Devanagari',serif!important;font-size:.78rem!important;color:rgba(212,175,55,.5)!important;line-height:1!important;flex-shrink:0!important}
.ldh-tc__actions{display:flex!important;gap:7px!important;align-items:center!important}
.ldh-tc__btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:.78rem!important;font-weight:700!important;padding:9px 14px!important;border-radius:8px!important;text-decoration:none!important;cursor:pointer!important;line-height:1!important;border:none!important}
.ldh-tc__btn-primary{flex:1!important;background:linear-gradient(135deg,#FF6B00,#CC3C00)!important;color:#fff!important;box-shadow:0 3px 12px rgba(255,107,0,.32)!important}
.ldh-tc__btn-primary:hover{transform:translateY(-2px)!important;box-shadow:0 7px 20px rgba(255,107,0,.5)!important;color:#fff!important;text-decoration:none!important}
.ldh-tc__btn-live{flex:1!important;background:linear-gradient(135deg,#16a34a,#14532d)!important;color:#fff!important}
.ldh-tc__btn-live:hover{transform:translateY(-2px)!important;color:#fff!important;text-decoration:none!important}
.ldh-tc__btn-ghost{background:rgba(255,200,80,.08)!important;border:1.5px solid rgba(212,175,55,.25)!important;color:#8B5E3C!important;padding:9px 11px!important;flex-shrink:0!important}
.ldh-tc__btn-ghost:hover{background:rgba(255,107,0,.1)!important;border-color:rgba(255,107,0,.38)!important;color:#FF6B00!important;text-decoration:none!important}

/* ═══════════════════════════════════════════════════════
   GLOBAL MOBILE OVERFLOW FIX
   Prevents white space on right side on all screen sizes
═══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* Hero glows — clip them on mobile */
    .ldh-hero__glow--a,
    .ldh-hero__glow--b { display: none !important; }

    /* Om watermark — smaller on mobile */
    .ldh-hero::after { font-size: 12rem !important; right: -2% !important; }

    /* Hero grid — fix padding */
    .ldh-hero__grid { padding: 40px 16px 32px !important; overflow: hidden !important; }

    /* Container safe areas */
    .ldh-container { padding-left: 16px !important; padding-right: 16px !important; }

    /* Events strip */
    .ldh-events-strip__inner { padding: 20px 16px !important; }
    .ldh-events-strip__row { gap: 10px !important; }

    /* Live cards */
    .ldh-live-slider-track-wrap { overflow: hidden !important; }

    /* All section containers */
    .ldh-home-section .ldh-container,
    .ldh-explore-section .ldh-container,
    .ldh-bhakti-section__inner { overflow: hidden !important; }
}

/* Ultimate catch-all — no element should overflow viewport */
.ldh-homepage * {
    max-width: 100%;
}
.ldh-homepage img {
    max-width: 100% !important;
    height: auto !important;
}