/* ============================================================================
   EditoHub — Independence Day DEEP THEME (v3). Additive, revertible.
   "Andar se": themes the site's OWN premium parts (preloader, scroll-progress,
   cards, headings, pricing, footer) tricolour + weaves chakra / diyas / rangoli
   through every section. Base emerald/sand identity stays; tricolour is the guest
   of honour for the week. All scoped under html.ehi-on (JS toggles it).
   ============================================================================ */
:root{
  --ehi-sf:#EE8129; --ehi-sf-d:#D96C15; --ehi-gr:#12915A; --ehi-gr-d:#0C7748;
  --ehi-navy:#14357E; --ehi-gold:#C79A3B;
  --ehi-tri:linear-gradient(90deg,var(--ehi-sf) 0 33%,#FBF6EC 33% 66%,var(--ehi-gr) 66% 100%);
  --ehi-tri-soft:linear-gradient(105deg,var(--ehi-sf),#e6bd7e 45%,var(--ehi-gr));
}
@keyframes ehiSpin{to{transform:rotate(360deg)}}

/* ---- premium 15-Aug COLOUR GRADE on the whole background (glossy, living) ---- */
/* BOLD flag bands live on the BODY background (backmost — guaranteed visible through
   every transparent section, at all scroll positions via background-attachment:fixed) */
html.ehi-on body{
  background-image:
    linear-gradient(90deg,rgba(238,129,41,.60) 0%,rgba(238,129,41,.30) 13%,transparent 28%,transparent 72%,rgba(18,145,90,.28) 87%,rgba(18,145,90,.56) 100%),
    radial-gradient(46vw 28vw at 50% 0%,rgba(255,255,255,.5),transparent 60%),
    radial-gradient(66vw 46vw at 48% 100%,rgba(20,53,126,.26),transparent 62%)!important;
  background-attachment:fixed!important;background-repeat:no-repeat!important;background-size:cover!important}
/* THE FIX: the site's own .mesh layer (z=0, full-viewport) was painting over everything —
   so the grade goes RIGHT ON IT. This is the visible background layer, below all content. */
/* The page grade. Vivid at the edges, CLEAN through the middle — wide low-alpha washes
   across the centre are what made the site read dull, so the centre is left bright. */
html.ehi-on .mesh{
  background-image:
    linear-gradient(90deg,rgba(255,138,42,.62) 0%,rgba(255,145,48,.24) 11%,transparent 24%,transparent 76%,rgba(22,178,110,.22) 89%,rgba(18,160,98,.58) 100%),
    radial-gradient(46vw 30vw at 0% -6%,rgba(255,150,55,.26),transparent 52%),
    radial-gradient(46vw 30vw at 100% -4%,rgba(24,182,112,.24),transparent 52%),
    radial-gradient(52vw 34vw at 50% 106%,rgba(28,72,168,.16),transparent 58%),
    radial-gradient(70vw 50vw at 50% 32%,rgba(255,255,255,.55),transparent 66%)!important;
  background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important;opacity:1!important}
/* opaque sections (.sec--sand cream+dots, .sec--deep dark) hide the mesh — paint the same
   flag bands on them so the grade is consistent EVERYWHERE, not just transparent sections */
/* opaque cream sections (.sec--sand: showcase, pricing) → made SEE-THROUGH so the ONE
   background grade (mesh) shows THROUGH from behind — no overlay on top, no haze. Dots stay. */
html.ehi-on .sec--sand{background-color:rgba(250,247,240,.42)!important}

/* ---- THEME THE SITE'S OWN PRELOADER ---- */
html.ehi-on .preloader .pre-fill,html.ehi-on .preloader .pre-fill .ph{background:var(--ehi-tri)!important}
html.ehi-on .preloader .pre-word .hub{color:var(--ehi-sf)!important;-webkit-text-fill-color:var(--ehi-sf)!important}
html.ehi-on .preloader .pre-rec .dot{background:var(--ehi-sf)!important;box-shadow:0 0 8px var(--ehi-sf)}
html.ehi-on .preloader .pc.c1{background:var(--ehi-sf)!important}
html.ehi-on .preloader .pc.c2{background:#e9e2d2!important}
html.ehi-on .preloader .pc.c3{background:var(--ehi-gr)!important}
html.ehi-on .preloader .pc.c4{background:var(--ehi-navy)!important}
html.ehi-on .preloader .pc.c5{background:var(--ehi-gold)!important}
html.ehi-on .ehi-pre-chakra{position:absolute;top:calc(50% - 96px);left:50%;transform:translateX(-50%);width:44px;height:44px;opacity:.9;animation:ehiSpin 6s linear infinite;z-index:5}

/* ---- THEME THE SITE'S OWN SCROLL PROGRESS ---- */
html.ehi-on .scroll-prog{background:var(--ehi-tri)!important;background-size:120% 100%!important}

/* ---- section eyebrows → spinning chakra bullet ---- */
html.ehi-on .eyebrow::before{content:"";display:inline-block;width:15px;height:15px;margin-right:8px;vertical-align:-2px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' fill='none' stroke='%2314357E' stroke-width='1.3'%3E%3Ccircle cx='13' cy='13' r='10.6'/%3E%3Ccircle cx='13' cy='13' r='1.9'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6' transform='rotate(45 13 13)'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6' transform='rotate(90 13 13)'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6' transform='rotate(135 13 13)'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6' transform='rotate(180 13 13)'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6' transform='rotate(225 13 13)'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6' transform='rotate(270 13 13)'/%3E%3Cline x1='13' y1='13' x2='13' y2='2.6' transform='rotate(315 13 13)'/%3E%3C/svg%3E") center/contain no-repeat;
  animation:ehiSpin 12s linear infinite;opacity:.92}

/* ---- heading tricolour underline reveal ---- */
html.ehi-on .ehi-uline{background-image:var(--ehi-tri);background-repeat:no-repeat;background-position:0 100%;background-size:0% 3px;padding-bottom:6px;transition:background-size .8s cubic-bezier(.4,0,.2,1)}
html.ehi-on .ehi-uline.on{background-size:100% 3px}

/* ---- cards: tricolour top-accent that draws on reveal/hover ---- */
html.ehi-on .card-lite{position:relative;overflow:hidden}
html.ehi-on .card-lite::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ehi-tri);opacity:.8;transform:scaleX(0);transform-origin:left;transition:transform .55s ease}
html.ehi-on .card-lite:hover::after,html.ehi-on .card-lite.ehi-in::after{transform:scaleX(1)}
/* stat numbers → tricolour */
html.ehi-on .stat .num{background:linear-gradient(120deg,var(--ehi-sf),var(--ehi-navy) 55%,var(--ehi-gr));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}

/* ---- announcement / top bar → festive ---- */
html.ehi-on .ehi-annce{background:linear-gradient(90deg,var(--ehi-sf),#b8541a 32%,#0d5f3a 68%,var(--ehi-gr))!important;color:#fff!important}
html.ehi-on .ehi-annce *{color:#fff!important}

/* ---- HERO deepened ---- */
html.ehi-on .hero-cine{position:relative;overflow:hidden}
html.ehi-on .ehi-hero-chakra{position:absolute;top:-70px;right:-80px;width:360px;height:360px;z-index:0;opacity:.055;animation:ehiSpin 70s linear infinite;pointer-events:none}
html.ehi-on .hero-center{position:relative;z-index:2}
html.ehi-on .hero-cine .stroke path{stroke:url(#ehiTriStroke)!important}
html.ehi-on .cine.shine{box-shadow:0 42px 92px -46px rgba(20,53,126,.5),0 0 0 1px rgba(238,129,41,.22),0 0 44px -12px rgba(18,145,90,.22)}
/* integrated Freedom-Week offer band */
html.ehi-on .ehi-offer{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:13px;
  margin:24px auto 0;max-width:600px;padding:14px 22px;border-radius:16px;border:2px solid transparent;overflow:hidden;
  background:linear-gradient(rgba(255,255,255,.93),rgba(255,255,255,.93)) padding-box,
    linear-gradient(90deg,var(--ehi-sf),#e6c079,var(--ehi-gr),var(--ehi-navy),var(--ehi-sf)) border-box;
  background-size:100% 100%,320% 100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  animation:ehiOfferBorder 5s linear infinite,ehiOfferGlow 3.2s ease-in-out infinite}
@keyframes ehiOfferBorder{to{background-position:0 0,320% 0}}
@keyframes ehiOfferGlow{0%,100%{box-shadow:0 16px 40px -20px rgba(238,129,41,.5)}50%{box-shadow:0 16px 46px -18px rgba(18,145,90,.55)}}
/* light shimmer sweeping across the band */
html.ehi-on .ehi-offer::before{content:"";position:absolute;top:0;bottom:0;left:-40%;width:35%;pointer-events:none;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.65),transparent);transform:skewX(-14deg);
  animation:ehiOfferShine 4.2s ease-in-out infinite}
@keyframes ehiOfferShine{0%{left:-40%}45%,100%{left:130%}}
html.ehi-on .ehi-offer>*{position:relative;z-index:1}
html.ehi-on .ehi-offer .o-t{font:800 14.5px/1.25 var(--font,system-ui);color:#0d2a24}
html.ehi-on .ehi-offer .o-t b{background:var(--ehi-tri-soft);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
html.ehi-on .ehi-offer .o-cd{font:800 12.5px var(--mono,ui-monospace,monospace);color:#fff;border-radius:8px;padding:6px 11px;
  font-variant-numeric:tabular-nums;white-space:nowrap;background:linear-gradient(90deg,var(--ehi-sf),var(--ehi-gr));
  box-shadow:0 0 0 0 rgba(238,129,41,.5);animation:ehiCdPulse 1.7s ease-in-out infinite}
@keyframes ehiCdPulse{0%{box-shadow:0 0 0 0 rgba(238,129,41,.5)}70%,100%{box-shadow:0 0 0 6px rgba(238,129,41,0)}}

/* ---- portfolio ---- */
html.ehi-on .badge9{background:var(--ehi-tri)!important;color:#0b1a13!important;font-weight:800}
html.ehi-on .reel.ehi-special{outline:2px solid var(--ehi-sf);outline-offset:2px;border-radius:14px}
html.ehi-on .reel.ehi-special .cap .s{color:var(--ehi-sf)!important}

/* ===== PRICING → the TIRANGA: 3 plans = 3 flag bands, glossy & unique ===== */
html.ehi-on .pricing .plan{position:relative}
/* Plan 1 · SAFFRON glossy */
html.ehi-on .pricing .plan:nth-child(1){border-color:var(--ehi-sf)!important;
  box-shadow:0 30px 62px -30px rgba(238,129,41,.7),inset 0 1.5px 0 rgba(255,255,255,.9)!important;
  background:linear-gradient(158deg,rgba(255,255,255,.82),transparent 30%),linear-gradient(180deg,rgba(238,129,41,.40),rgba(255,244,232,.75) 48%)!important}
html.ehi-on .pricing .plan:nth-child(1)::after{background:linear-gradient(90deg,#ffb35a,var(--ehi-sf))}
html.ehi-on .pricing .plan:nth-child(1) .ico{background:linear-gradient(140deg,#ffbf6b,#EE8129 58%,#cf5f0d)!important;color:#fff!important;
  box-shadow:0 14px 28px -10px rgba(238,129,41,.75),inset 0 1.5px 2px rgba(255,255,255,.7)!important}
html.ehi-on .pricing .plan:nth-child(1) .pname,html.ehi-on .pricing .plan:nth-child(1) .pquota{color:var(--ehi-sf-d)!important}
html.ehi-on .pricing .plan:nth-child(1) .chk{color:var(--ehi-sf)!important}
/* Plan 3 · GREEN glossy */
html.ehi-on .pricing .plan:nth-child(3){border-color:var(--ehi-gr)!important;
  box-shadow:0 30px 62px -30px rgba(18,145,90,.65),inset 0 1.5px 0 rgba(255,255,255,.9)!important;
  background:linear-gradient(158deg,rgba(255,255,255,.82),transparent 30%),linear-gradient(180deg,rgba(18,145,90,.36),rgba(236,250,244,.75) 48%)!important}
html.ehi-on .pricing .plan:nth-child(3)::after{background:linear-gradient(90deg,#3fd39a,var(--ehi-gr))}
html.ehi-on .pricing .plan:nth-child(3) .ico{background:linear-gradient(140deg,#41cf90,#12915A 58%,#0a6a3f)!important;color:#fff!important;
  box-shadow:0 14px 28px -10px rgba(18,145,90,.75),inset 0 1.5px 2px rgba(255,255,255,.6)!important}
html.ehi-on .pricing .plan:nth-child(3) .pname{color:var(--ehi-gr-d)!important}
html.ehi-on .pricing .plan:nth-child(3) .chk{color:var(--ehi-gr)!important}
/* Plan 2 (Pro, centre) · WHITE band + navy CHAKRA — the heart of the flag */
html.ehi-on .pricing .plan.pop{border-color:rgba(20,53,126,.34)!important;
  box-shadow:0 36px 84px -34px rgba(20,53,126,.45),inset 0 1px 0 rgba(255,255,255,.9)!important;
  background:linear-gradient(158deg,rgba(255,255,255,.75),transparent 40%),linear-gradient(180deg,#ffffff,#fbfdff)!important}
html.ehi-on .pricing .plan.pop>*{position:relative;z-index:1}
html.ehi-on .pricing .plan.pop .ehi-chakra-bg{position:absolute;right:-24px;bottom:-24px;width:210px;height:210px;opacity:.055;z-index:0!important;animation:ehiSpin 55s linear infinite;pointer-events:none}
html.ehi-on .pricing .plan.pop .ico{background:linear-gradient(140deg,#4064c4,#14357E 58%,#0d2153)!important;color:#fff!important;
  box-shadow:0 14px 28px -10px rgba(20,53,126,.75),inset 0 1.5px 2px rgba(255,255,255,.55)!important}
html.ehi-on .pricing .plan.pop .badge{background:var(--ehi-tri)!important;color:#0b1a13!important;box-shadow:0 6px 16px -6px rgba(0,0,0,.3)}
/* clean full-width FREEDOM SALE bar — top of the Pro card, flows in layout (no floating ribbon) */
html.ehi-on .ehi-sale-bar{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;
  margin:-2px 0 16px;padding:10px 14px;border-radius:12px;
  background:linear-gradient(90deg,var(--ehi-sf),#c9601a 34%,#0d6b41 66%,var(--ehi-gr));
  color:#fff;font:800 12px/1.2 var(--font,system-ui);letter-spacing:.02em;
  box-shadow:0 12px 24px -12px rgba(20,53,126,.55),inset 0 1px 0 rgba(255,255,255,.28)}
html.ehi-on .ehi-sale-bar .ehi-cd{font-family:var(--mono,ui-monospace,monospace);font-variant-numeric:tabular-nums;
  background:rgba(255,255,255,.22);border-radius:6px;padding:3px 8px}

/* ===== FLAG-BAND: card rows across the site cycle the flag's colours (bold) ===== */
html.ehi-on .ehi-fc-s{border-color:rgba(238,129,41,.55)!important;box-shadow:0 24px 48px -30px rgba(238,129,41,.6)!important;
  background:linear-gradient(160deg,rgba(255,255,255,.7),transparent 38%),linear-gradient(180deg,rgba(238,129,41,.24),rgba(255,252,247,.92) 54%)!important}
html.ehi-on .ehi-fc-g{border-color:rgba(18,145,90,.55)!important;box-shadow:0 24px 48px -30px rgba(18,145,90,.55)!important;
  background:linear-gradient(160deg,rgba(255,255,255,.7),transparent 38%),linear-gradient(180deg,rgba(18,145,90,.22),rgba(247,253,250,.92) 54%)!important}
html.ehi-on .ehi-fc-n{border-color:rgba(20,53,126,.5)!important;box-shadow:0 24px 48px -30px rgba(20,53,126,.5)!important;
  background:linear-gradient(160deg,rgba(255,255,255,.7),transparent 38%),linear-gradient(180deg,rgba(20,53,126,.18),rgba(247,249,254,.92) 54%)!important}
html.ehi-on .ehi-fc-s::after{background:linear-gradient(90deg,#ffb35a,var(--ehi-sf))!important;height:4px}
html.ehi-on .ehi-fc-g::after{background:linear-gradient(90deg,#3fd39a,var(--ehi-gr))!important;height:4px}
html.ehi-on .ehi-fc-n::after{background:linear-gradient(90deg,#5a7fd6,var(--ehi-navy))!important;height:4px}
html.ehi-on .ehi-fc-s .ico{background:linear-gradient(140deg,#ffbf6b,#EE8129 58%,#cf5f0d)!important;color:#fff!important;box-shadow:0 12px 24px -10px rgba(238,129,41,.7),inset 0 1.5px 2px rgba(255,255,255,.6)!important}
html.ehi-on .ehi-fc-g .ico{background:linear-gradient(140deg,#41cf90,#12915A 58%,#0a6a3f)!important;color:#fff!important;box-shadow:0 12px 24px -10px rgba(18,145,90,.7),inset 0 1.5px 2px rgba(255,255,255,.5)!important}
html.ehi-on .ehi-fc-n .ico{background:linear-gradient(140deg,#4064c4,#14357E 58%,#0d2153)!important;color:#fff!important;box-shadow:0 12px 24px -10px rgba(20,53,126,.7),inset 0 1.5px 2px rgba(255,255,255,.5)!important}
html.ehi-on .stat.ehi-fc-s .num{background:none!important;-webkit-text-fill-color:var(--ehi-sf-d)!important;color:var(--ehi-sf-d)!important}
html.ehi-on .stat.ehi-fc-g .num{background:none!important;-webkit-text-fill-color:var(--ehi-gr-d)!important;color:var(--ehi-gr-d)!important}
html.ehi-on .stat.ehi-fc-n .num{background:none!important;-webkit-text-fill-color:var(--ehi-navy)!important;color:var(--ehi-navy)!important}

/* ---- footer festive strip ---- */
html.ehi-on .ehi-foot{position:relative;text-align:center;padding:30px 20px;overflow:hidden;border-top:1px solid rgba(0,0,0,.06)}
html.ehi-on .ehi-foot::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ehi-tri)}
html.ehi-on .ehi-foot .jh{font:800 clamp(24px,4.4vw,42px)/1 var(--font,system-ui);letter-spacing:-.01em;color:var(--ink,#0E2A27)}
html.ehi-on .ehi-foot .jh .t{background:var(--ehi-tri-soft);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
html.ehi-on .ehi-foot .sub{margin-top:8px;color:var(--muted-l,#6a7a72);font:600 13px var(--font,system-ui)}

/* ---- diyas ambient ---- */
.ehi-diyas{position:fixed;inset:0;z-index:3;pointer-events:none;overflow:hidden}
.ehi-diya{position:absolute;bottom:-46px;width:15px;height:15px;border-radius:50% 50% 45% 45%;background:radial-gradient(circle at 50% 34%,#ffe08a,#ff9d2e 55%,#e0651a);box-shadow:0 0 16px 5px rgba(255,157,46,.45);animation:ehiRise linear forwards}
@keyframes ehiRise{to{transform:translateY(-120vh) translateX(var(--dx,20px));opacity:0}}

/* ---- festive pill (hero) ---- */
.ehi-chakra{flex:0 0 auto;transform-origin:50% 50%}
.ehi-chakra circle,.ehi-chakra line{stroke:var(--ehi-navy)}
.ehi-pill{display:inline-flex;align-items:center;gap:9px;margin:0 0 15px;padding:7px 15px 7px 8px;border-radius:999px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border:1px solid rgba(20,53,126,.18);box-shadow:0 10px 26px -14px rgba(20,53,126,.5);font:700 12.5px/1 system-ui,sans-serif;color:#0a2540;letter-spacing:.2px;animation:ehiPop .7s cubic-bezier(.2,.9,.3,1.25) both}
.ehi-pill b{color:var(--ehi-gr)}.ehi-pill .ehi-chakra{width:27px;height:27px;animation:ehiSpin 10s linear infinite}.ehi-pill .ehi-cd{font-variant-numeric:tabular-nums}
@keyframes ehiPop{from{opacity:0;transform:translateY(9px) scale(.95)}to{opacity:1;transform:none}}

/* ---- cine-frame grade sweep (showstopper) ---- */
.ehi-grade{position:absolute;inset:0;z-index:6;pointer-events:none;overflow:hidden;border-radius:inherit}
.ehi-grade::before{content:"";position:absolute;top:-25%;bottom:-25%;left:-70%;width:62%;background:linear-gradient(105deg,transparent,rgba(238,129,41,.5) 30%,rgba(255,255,255,.75) 50%,rgba(18,145,90,.5) 70%,transparent);filter:blur(7px);mix-blend-mode:screen;transform:skewX(-12deg);animation:ehiSweep 1.6s cubic-bezier(.5,0,.15,1) .4s both}
@keyframes ehiSweep{from{left:-70%}to{left:130%}}
.ehi-cap{position:absolute;left:16px;bottom:54px;z-index:7;pointer-events:none;font:800 12.5px/1 system-ui,sans-serif;color:#fff;letter-spacing:.3px;text-shadow:0 2px 12px rgba(0,0,0,.7);opacity:0;animation:ehiCap 2.7s ease .6s both}
@keyframes ehiCap{0%{opacity:0;transform:translateY(7px)}16%,70%{opacity:1;transform:none}100%{opacity:0}}

/* ---- confetti ---- */
.ehi-confetti{position:fixed;inset:0;z-index:99999;pointer-events:none;overflow:hidden}
.ehi-confetti i{position:absolute;top:-24px;width:8px;height:13px;border-radius:2px;opacity:.92;animation:ehiFall linear forwards}
@keyframes ehiFall{to{transform:translateY(106vh) rotate(560deg);opacity:0}}

/* ===== FOOTER — smooth deep-flag glass + centred SPINNING Ashoka Chakra ===== */
/* green base hataya — ek smooth deep tricolour gradient (saffron → navy → green) + glossy shine */
html.ehi-on footer.footer{position:relative;overflow:hidden;
  background:linear-gradient(122deg,#8f4a15 0%,#6a3a22 18%,#103a52 50%,#0c4a34 82%,#0f5c3b 100%)!important}
html.ehi-on footer.footer::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(72% 60% at 50% -16%,rgba(255,255,255,.16),transparent 62%),
    linear-gradient(115deg,transparent 40%,rgba(255,255,255,.10) 50%,transparent 60%)}
html.ehi-on footer.footer::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:3;background:var(--ehi-tri)}
html.ehi-on footer.footer .wrap,html.ehi-on footer.footer .foot-trust{position:relative;z-index:1}
/* centred, visibly SPINNING chakra — translate preserved through the rotation */
html.ehi-on .ehi-foot-chakra{position:absolute;left:50%;top:50%;width:320px;height:320px;z-index:0;opacity:.16;
  animation:ehiSpinC 20s linear infinite;pointer-events:none}
html.ehi-on .ehi-foot-chakra circle,html.ehi-on .ehi-foot-chakra line{stroke:#eaf5ef}
@keyframes ehiSpinC{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}
/* glassmorphic "Ready to Start" CTA card */
html.ehi-on footer.footer .foot-cta{
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.05))!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3);
  border:1.5px solid rgba(255,255,255,.26)!important;border-radius:20px!important;
  box-shadow:0 30px 70px -28px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.32),0 0 28px -6px rgba(238,129,41,.32)!important;
  position:relative;overflow:hidden;z-index:1}
html.ehi-on footer.footer .foot-cta::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ehi-tri);opacity:.95}
html.ehi-on footer.footer h5{background:var(--ehi-tri-soft)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}
html.ehi-on footer.footer .lg-hub,html.ehi-on footer.footer [class*=hub]{color:var(--ehi-sf)!important}

/* ===== CHATBOT (AI bubble) → PREMIUM TIRANGA ===== */
/* navy-glass fill + even saffron/white/green ring (all flag colours, vivid, no mud) + gold hairline
   + glass sheen + layered depth. A premium tricolour medallion; distinct from the WhatsApp green. */
html.ehi-on #chatBubble{box-sizing:border-box!important;border:3.5px solid transparent!important;border-radius:50%!important;
  background:
    radial-gradient(circle at 32% 24%,#4a72dd,#16357e 52%,#0c2251) padding-box,
    conic-gradient(from 180deg,#16a562,#fbf6ec 25%,#ff9130 50%,#fbf6ec 75%,#16a562) border-box !important;
  box-shadow:inset 0 0 0 1.5px rgba(201,154,59,.95),inset 0 2px 4px rgba(255,255,255,.35),0 4px 10px -3px rgba(0,0,0,.28),0 16px 32px -10px rgba(12,34,80,.6)!important}
html.ehi-on #chatBubble::after{content:""!important;position:absolute;inset:5px;border-radius:50%;background:linear-gradient(158deg,rgba(255,255,255,.42),rgba(255,255,255,0) 46%)!important;pointer-events:none;z-index:0}
html.ehi-on #chatBubble svg{color:#fff!important;fill:#fff!important;stroke:#fff!important;position:relative;z-index:1}
html.ehi-on #chatBubble .cb-ai{position:absolute!important;top:-6px!important;right:-6px!important;z-index:2;background:linear-gradient(#ff9d3d,#ed7d20)!important;color:#fff!important;border:1.5px solid #ecd18f!important;box-shadow:0 2px 6px rgba(0,0,0,.35)!important}

/* ===== WhatsApp FAB → Premium Tiranga (green glass, matches the bot) ===== */
/* green fill = WhatsApp identity + flag green; same tricolour ring + gold hairline + sheen.
   ::before used for sheen (::after is the site's ripple pulse — left intact). */
html.ehi-on .wa-float{box-sizing:border-box!important;border:3.5px solid transparent!important;border-radius:50%!important;
  background:
    radial-gradient(circle at 32% 24%,#43e084,#1fb45a 52%,#0e7a3a) padding-box,
    conic-gradient(from 180deg,#16a562,#fbf6ec 25%,#ff9130 50%,#fbf6ec 75%,#16a562) border-box !important;
  box-shadow:inset 0 0 0 1.5px rgba(201,154,59,.95),inset 0 2px 4px rgba(255,255,255,.4),0 4px 10px -3px rgba(0,0,0,.28),0 16px 32px -10px rgba(15,125,60,.6)!important}
html.ehi-on .wa-float::before{content:""!important;position:absolute;inset:5px;border-radius:50%;background:linear-gradient(158deg,rgba(255,255,255,.45),rgba(255,255,255,0) 46%)!important;pointer-events:none;z-index:0}
html.ehi-on .wa-float svg{color:#fff!important;fill:#fff!important;position:relative;z-index:1}

/* ----- chat PANEL (the window that opens) → festive INSIDE, still readable ----- */
html.ehi-on #chatPanel .ch-head{background-image:linear-gradient(135deg,var(--ehi-sf) 0%,var(--ehi-sf-d) 45%,var(--ehi-gr) 100%)!important}
html.ehi-on #chatPanel .ch-voice,html.ehi-on #chatPanel .ch-close{color:#fff!important;opacity:.92!important}
html.ehi-on #chatPanel .ch-av{background-image:radial-gradient(circle at 35% 30%,#3b64cf,#16357e 62%,#0d2657)!important;box-shadow:0 0 0 2px rgba(255,255,255,.55)!important}
/* body: light + readable, faint saffron/green wash + subtle Ashoka-Chakra watermark */
html.ehi-on #chatPanel .ch-body{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%2314357e' stroke-width='1.3' stroke-opacity='.45'%3E%3Ccircle cx='50' cy='50' r='45'/%3E%3Ccircle cx='50' cy='50' r='6.5'/%3E%3Cline x1='50' y1='5' x2='50' y2='95'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(15 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(30 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(45 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(60 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(75 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(90 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(105 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(120 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(135 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(150 50 50)'/%3E%3Cline x1='50' y1='5' x2='50' y2='95' transform='rotate(165 50 50)'/%3E%3C/svg%3E"),radial-gradient(130% 70% at 50% -6%,rgba(238,129,41,.12),transparent 62%),radial-gradient(130% 70% at 50% 106%,rgba(18,145,90,.12),transparent 62%),linear-gradient(#faf7f0,#f1eee4)!important;
  background-position:center 56%,center,center,center!important;
  background-size:132px auto,auto,auto,auto!important;
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat!important}
/* quick-reply chips → flag-coloured borders (cycle saffron / navy / green) */
html.ehi-on #chatPanel .ch-chips button{border:1.5px solid var(--ehi-gr)!important;color:#0c5a38!important;background:#fff!important;font-weight:600!important}
html.ehi-on #chatPanel .ch-chips button:nth-child(3n+1){border-color:var(--ehi-sf)!important;color:var(--ehi-sf-d)!important}
html.ehi-on #chatPanel .ch-chips button:nth-child(3n+2){border-color:var(--ehi-navy)!important;color:var(--ehi-navy)!important}
/* send button → flag gradient */
html.ehi-on #chatPanel .ch-input button{background-image:linear-gradient(135deg,var(--ehi-sf),var(--ehi-gr))!important}

/* ============================================================
   HERO · 20-point Independence DELUXE (preview only)
   ============================================================ */
html.ehi-on .hero-cine{position:relative}
html.ehi-on .hero-cine .hero-center{position:relative;z-index:3}

/* #1 · headline tricolour sweep ("expert editors") */
html.ehi-on .h-xl .grad-text{background:linear-gradient(100deg,var(--ehi-sf),#eac979 26%,#ffffff 50%,#3bc084 74%,var(--ehi-gr))!important;background-size:230% auto!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;animation:ehiHeadHue 6.5s ease-in-out infinite!important}
html.ehi-on .h-xl em.ital{background:linear-gradient(100deg,var(--ehi-sf),var(--ehi-gr))!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}
@keyframes ehiHeadHue{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}

/* #2 · existing underline stroke → tricolour + draw */
html.ehi-on .h-xl .stroke path{stroke:url(#ehiTriStroke)!important;stroke-width:3.4!important}
html.ehi-on .h-xl.ehi-drawn .stroke path{stroke-dasharray:1;stroke-dashoffset:1;animation:ehiDraw 1.1s ease .5s forwards}
@keyframes ehiDraw{to{stroke-dashoffset:0}}

/* #3 · one-time light sweep across headline */
html.ehi-on .h-xl{position:relative}
html.ehi-on .h-xl.ehi-swept::after{content:"";position:absolute;inset:-8% -5%;pointer-events:none;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.5) 50%,transparent 58%);transform:translateX(-115%);animation:ehiHeadSweep 1.5s ease-out .3s 1 forwards;mix-blend-mode:overlay}
@keyframes ehiHeadSweep{to{transform:translateX(115%)}}

/* #4 · full-stop → spinning chakra */
html.ehi-on .ehi-dot-chakra{display:inline-block;width:.58em;height:.58em;vertical-align:-.02em;margin-left:.04em}
html.ehi-on .ehi-dot-chakra svg{width:100%;height:100%;stroke:var(--ehi-navy);fill:none;animation:ehiSpin 9s linear infinite}

/* #5 · announce bar → tricolour ticker */
html.ehi-on .announce{background:linear-gradient(90deg,#0f3a30,#123a35 50%,#0f2f3a)!important;overflow:hidden!important}
html.ehi-on .announce>span{display:none!important}
html.ehi-on .ehi-tickwrap{display:block;overflow:hidden;width:100%}
html.ehi-on .ehi-tick{display:inline-flex;white-space:nowrap;animation:ehiTick 28s linear infinite;will-change:transform}
html.ehi-on .ehi-tick i{font-style:normal;display:inline-flex;align-items:center;gap:9px;padding:0 20px;color:#f4efe4;font-weight:700;font-size:12.5px;letter-spacing:.4px}
html.ehi-on .ehi-tick b{color:#ffb264}
html.ehi-on .ehi-tick .dot{width:6px;height:6px;border-radius:50%}
@keyframes ehiTick{to{transform:translateX(-50%)}}

/* #6 · nav tricolour underline */
html.ehi-on .nav-links a{position:relative}
html.ehi-on .nav-links a::after{content:"";position:absolute;left:2px;right:2px;bottom:-5px;height:2.5px;border-radius:3px;background:var(--ehi-tri);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}
html.ehi-on .nav-links a:hover::after,html.ehi-on .nav-links a.active::after{transform:scaleX(1)}

/* #7 · logo festive */
html.ehi-on .logo .lg-hub{background:var(--ehi-tri-soft);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent!important}
html.ehi-on .ehi-logo-chakra{display:inline-block;width:.6em;height:.6em;margin-left:.14em;vertical-align:-.04em}
html.ehi-on .ehi-logo-chakra svg{width:100%;height:100%;stroke:var(--ehi-sf);animation:ehiSpin 12s linear infinite}

/* #8 · silk flag-wave */
html.ehi-on .ehi-hero-silk{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.08;background:repeating-linear-gradient(114deg,var(--ehi-sf) 0 54px,#ffffff 54px 108px,var(--ehi-gr) 108px 162px);filter:blur(7px);-webkit-mask:radial-gradient(70% 62% at 50% 38%,#000,transparent 78%);mask:radial-gradient(70% 62% at 50% 38%,#000,transparent 78%);animation:ehiSilk 15s ease-in-out infinite}
@keyframes ehiSilk{0%,100%{transform:skewY(0) translateX(0) scale(1.06)}50%{transform:skewY(-1.4deg) translateX(-22px) scale(1.06)}}

/* #9 · cinematic light beam (once) */
html.ehi-on .ehi-hero-sweep{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
html.ehi-on .ehi-hero-sweep::before{content:"";position:absolute;top:-25%;left:0;width:34%;height:150%;filter:blur(10px);background:linear-gradient(90deg,transparent,rgba(255,145,48,.16),rgba(255,255,255,.2),rgba(34,198,126,.16),transparent);transform:rotate(7deg) translateX(-70vw);animation:ehiBeam 2.3s cubic-bezier(.4,0,.2,1) .35s 1 forwards}
@keyframes ehiBeam{to{transform:rotate(7deg) translateX(180vw)}}

/* #10 · ghost numeral */
html.ehi-on .ehi-hero-78{position:absolute;z-index:0;left:-1%;top:15%;pointer-events:none;font-weight:900;font-size:clamp(80px,14vw,220px);line-height:.8;letter-spacing:-.04em;-webkit-text-stroke:1.5px rgba(20,53,126,.05);color:transparent;font-family:inherit;user-select:none}

/* #11 · parallax tricolour mesh */
html.ehi-on .ehi-hero-mesh{position:absolute;inset:-50px;z-index:0;pointer-events:none;will-change:transform;transition:transform .3s ease-out;background:radial-gradient(38% 40% at 22% 18%,rgba(255,145,48,.13),transparent 70%),radial-gradient(44% 46% at 82% 86%,rgba(18,145,90,.13),transparent 70%)}

/* #12 · rising diya embers */
html.ehi-on .ehi-hero-embers{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
html.ehi-on .ehi-ember{position:absolute;bottom:-12px;width:5px;height:5px;border-radius:50%;background:radial-gradient(circle,#ffe1ad,var(--ehi-sf));box-shadow:0 0 8px rgba(255,145,48,.7);opacity:0;animation:ehiEmber var(--d,10s) linear var(--dl,0s) infinite}
@keyframes ehiEmber{0%{transform:translate(0,0) scale(1);opacity:0}12%{opacity:.85}88%{opacity:.4}100%{transform:translate(var(--dx,20px),-72vh) scale(.35);opacity:0}}

/* #13 · Freedom-Grade before/after slider */
html.ehi-on .ehi-grade-wrap{position:absolute;inset:0;z-index:6;pointer-events:none;border-radius:inherit;overflow:hidden}
html.ehi-on .ehi-grade-tint{position:absolute;inset:0;clip-path:inset(0 0 0 var(--gx,52%));background:linear-gradient(118deg,rgba(255,145,48,.32),rgba(255,255,255,.05) 45%,rgba(18,145,90,.34));mix-blend-mode:overlay}
html.ehi-on .ehi-grade-line{position:absolute;top:0;bottom:0;left:var(--gx,52%);width:2px;transform:translateX(-1px);background:linear-gradient(#ff9130,#fff,#12915a);box-shadow:0 0 10px rgba(0,0,0,.4)}
html.ehi-on .ehi-grade-handle{position:absolute;top:50%;left:var(--gx,52%);transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;pointer-events:auto;cursor:ew-resize;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 34% 30%,#3b64cf,#16357e 60%,#0d2657);border:2.5px solid #fff;box-shadow:0 5px 14px rgba(0,0,0,.4);z-index:7;touch-action:none}
html.ehi-on .ehi-grade-handle svg{width:20px;height:20px}
html.ehi-on .ehi-grade-tag{position:absolute;bottom:12px;font-size:10.5px;font-weight:800;letter-spacing:.6px;color:#fff;padding:3px 8px;border-radius:6px;pointer-events:none}
html.ehi-on .ehi-grade-tag.l{left:14px;background:rgba(0,0,0,.42)}
html.ehi-on .ehi-grade-tag.r{right:14px;background:linear-gradient(90deg,var(--ehi-sf),var(--ehi-gr))}

/* #14 · cursor-parallax chakra */
html.ehi-on .ehi-hero-chakra{transition:transform .3s ease-out;will-change:transform}

/* #15 · flip-clock digits */
html.ehi-on .ehi-clk{display:inline-flex;gap:3px;align-items:center;vertical-align:middle;font-variant-numeric:tabular-nums;perspective:130px}
html.ehi-on .ehi-clk .d{position:relative;display:inline-grid;place-items:center;min-width:1.15em;padding:.1em .16em;border-radius:5px;font-weight:800;background:linear-gradient(#16357e,#0e2456);color:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.16),0 1px 2px rgba(0,0,0,.25)}
html.ehi-on .ehi-clk .d::after{content:"";position:absolute;left:1px;right:1px;top:50%;height:1px;background:rgba(0,0,0,.35)}
html.ehi-on .ehi-clk .sep{font-weight:800;color:var(--ehi-sf)}
html.ehi-on .ehi-clk .d.flip{animation:ehiFlip .45s ease}
@keyframes ehiFlip{0%{transform:rotateX(0)}45%{transform:rotateX(-88deg);opacity:.55}100%{transform:rotateX(0)}}

/* #17 · primary CTA gold edge + shine */
html.ehi-on .hero-cta .btn-primary{position:relative;overflow:hidden;box-shadow:0 0 0 1.5px var(--ehi-gold),0 12px 28px -10px rgba(18,145,90,.55)!important}
html.ehi-on .hero-cta .btn-primary::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.5) 50%,transparent 62%);transform:translateX(-120%);animation:ehiBtnShine 4s ease-in-out 1.6s infinite}
@keyframes ehiBtnShine{0%,55%{transform:translateX(-120%)}80%,100%{transform:translateX(120%)}}

/* #18 · showreel tricolour play-ring */
html.ehi-on .btn-play .ps-ic{position:relative;isolation:isolate}
html.ehi-on .btn-play .ps-ic::before{content:"";position:absolute;inset:-5px;border-radius:50%;padding:2px;background:conic-gradient(from 0deg,var(--ehi-sf),#fff,var(--ehi-gr),var(--ehi-navy),var(--ehi-sf));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:ehiSpin 4.5s linear infinite;z-index:-1}

/* #19 · patriotic trust line */
html.ehi-on .ehi-trust-line{display:flex;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:9px;font-size:12.5px;font-weight:700;color:var(--ehi-gr-d)}
html.ehi-on .ehi-trust-line .tri{width:22px;height:15px;border-radius:2px;overflow:hidden;display:inline-flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.25)}
html.ehi-on .ehi-trust-line .tri i{flex:1}
html.ehi-on .ehi-trust-line .tri i:nth-child(1){background:var(--ehi-sf)}
html.ehi-on .ehi-trust-line .tri i:nth-child(2){background:#fff}
html.ehi-on .ehi-trust-line .tri i:nth-child(3){background:var(--ehi-gr)}

/* #20 · gold hairlines on festive elements */
html.ehi-on .ehi-pill{box-shadow:0 0 0 1px rgba(199,154,59,.55),0 6px 18px -8px rgba(0,0,0,.25)!important}
html.ehi-on .ehi-offer{box-shadow:inset 0 0 0 1px rgba(199,154,59,.4),0 10px 26px -12px rgba(0,0,0,.3)!important}

@media (prefers-reduced-motion:reduce){
  html.ehi-on .h-xl .grad-text,html.ehi-on .ehi-tick,html.ehi-on .hero-cta .btn-primary::after,html.ehi-on .btn-play .ps-ic::before,html.ehi-on .ehi-dot-chakra svg,html.ehi-on .ehi-logo-chakra svg,html.ehi-on .h-xl.ehi-drawn .stroke path{animation:none!important}
}

@media (prefers-reduced-motion:reduce){
  html.ehi-on .ehi-foot-chakra{animation:none!important}
  html.ehi-on .eyebrow::before,.ehi-chakra,.ehi-pill,.ehi-hero-chakra,html.ehi-on .ehi-pre-chakra,
  html.ehi-on .ehi-offer,html.ehi-on .ehi-offer .o-cd,html.ehi-on body::before{animation:none!important}
  .ehi-grade,.ehi-confetti,.ehi-diyas{display:none}
  html.ehi-on .ehi-offer::before,html.ehi-on body::after{display:none}
  html.ehi-on .ehi-uline{background-size:100% 3px;transition:none}
  html.ehi-on .card-lite::after{transform:scaleX(1)}
}

/* ============================================================
   ACT 01 · CINEMATIC ENTRY
   ============================================================ */
/* flag-hoist preloader */
html.ehi-on .ehi-hoist{position:fixed;inset:0;z-index:99998;display:grid;place-items:center;background:linear-gradient(180deg,#0a1526,#0d2033 60%,#0a1a2c);transition:opacity .6s ease,visibility .6s}
html.ehi-on .ehi-hoist.gone{opacity:0;visibility:hidden;pointer-events:none}
html.ehi-on .ehi-pole{position:relative;width:230px;height:250px}
html.ehi-on .ehi-pole>i{position:absolute;left:14px;top:0;bottom:0;width:3px;border-radius:2px;background:linear-gradient(180deg,#d9c9a4,#8d7a52)}
html.ehi-on .ehi-pole>i::before{content:"";position:absolute;top:-7px;left:-3px;width:9px;height:9px;border-radius:50%;background:var(--ehi-gold)}
html.ehi-on .ehi-flag{position:absolute;left:17px;width:150px;height:96px;top:186px;transform-origin:left center;overflow:hidden;animation:ehiHoist 1.9s cubic-bezier(.5,0,.2,1) .25s forwards,ehiWave 3.2s ease-in-out 2.1s infinite;box-shadow:0 8px 22px rgba(0,0,0,.5)}
html.ehi-on .ehi-flag .b{height:33.34%}
html.ehi-on .ehi-flag .b1{background:var(--ehi-sf)}
html.ehi-on .ehi-flag .b2{background:#fbf6ec;display:grid;place-items:center}
html.ehi-on .ehi-flag .b3{background:var(--ehi-gr)}
html.ehi-on .ehi-flag .b2 svg{width:24px;height:24px;stroke:#14357E;fill:none;animation:ehiSpin 8s linear infinite}
@keyframes ehiHoist{0%{top:186px;opacity:0}12%{opacity:1}100%{top:8px;opacity:1}}
@keyframes ehiWave{0%,100%{transform:perspective(300px) rotateY(0) skewY(0)}35%{transform:perspective(300px) rotateY(-9deg) skewY(1.1deg)}70%{transform:perspective(300px) rotateY(6deg) skewY(-.8deg)}}
html.ehi-on .ehi-hoist-txt{position:absolute;left:0;right:0;bottom:-54px;text-align:center;font-size:11.5px;letter-spacing:.26em;text-transform:uppercase;color:#c8b78c;font-weight:700}
html.ehi-on .ehi-hoist-bar{position:absolute;left:0;right:0;bottom:-76px;height:3px;border-radius:2px;background:rgba(255,255,255,.12);overflow:hidden}
html.ehi-on .ehi-hoist-bar em{display:block;height:100%;width:0;background:var(--ehi-tri);animation:ehiHoistBar 2.1s ease-out .2s forwards}
@keyframes ehiHoistBar{to{width:100%}}
/* Freedom-Grade boot: page loads desaturated → grades in.
   Uses a backdrop-filter overlay, NOT filter on body — a filtered body would become the
   containing block for every fixed element (nav, FABs) and break them. */
html.ehi-on .ehi-gradeboot{position:fixed;inset:0;z-index:99997;pointer-events:none;-webkit-backdrop-filter:saturate(.12) contrast(1.05);backdrop-filter:saturate(.12) contrast(1.05);transition:-webkit-backdrop-filter 1.6s cubic-bezier(.4,0,.2,1),backdrop-filter 1.6s cubic-bezier(.4,0,.2,1)}
html.ehi-on .ehi-gradeboot.done{-webkit-backdrop-filter:saturate(1) contrast(1);backdrop-filter:saturate(1) contrast(1)}
/* time-aware warmth — a tint layer, again never a body filter */
html.ehi-on .ehi-warm{position:fixed;inset:0;z-index:2;pointer-events:none;background:radial-gradient(120% 88% at 50% 100%,rgba(255,150,50,.09),transparent 66%);opacity:calc(var(--ehi-warm,0) * .5)}
/* sound toggle */
html.ehi-on .ehi-snd{position:fixed;right:20px;bottom:196px;z-index:9990;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;cursor:pointer;border:1.5px solid rgba(201,154,59,.6);background:rgba(12,28,44,.72);backdrop-filter:blur(8px);color:#e7ce8a;transition:transform .2s,background .2s}
html.ehi-on .ehi-snd:hover{transform:scale(1.08);background:rgba(20,45,70,.9)}
html.ehi-on .ehi-snd svg{width:17px;height:17px}
/* playing state — flag fill + a soft pulse so it's obvious the track is on */
html.ehi-on .ehi-snd.on{color:#fff;border-color:rgba(255,255,255,.55);
  background:linear-gradient(140deg,var(--ehi-sf),var(--ehi-gr))}
html.ehi-on .ehi-snd.on::after{content:"";position:absolute;inset:-4px;border-radius:50%;pointer-events:none;
  border:1.5px solid rgba(238,129,41,.55);animation:ehiSndPulse 1.9s ease-out infinite}
@keyframes ehiSndPulse{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.42);opacity:0}}
@media (prefers-reduced-motion:reduce){html.ehi-on .ehi-snd.on::after{animation:none;opacity:.5}}

/* ============================================================
   ACT 02 · LIVING TIRANGA
   ============================================================ */
/* marigold petal drift */
html.ehi-on .ehi-petals{position:fixed;inset:0;z-index:2;pointer-events:none;overflow:hidden}
html.ehi-on .ehi-petal{position:absolute;top:-24px;width:13px;height:9px;border-radius:60% 40% 55% 45%;opacity:0;animation:ehiPetal var(--pd,15s) linear var(--pdl,0s) infinite}
@keyframes ehiPetal{0%{transform:translate(0,-24px) rotate(0);opacity:0}8%{opacity:.7}92%{opacity:.45}100%{transform:translate(var(--pdx,60px),102vh) rotate(560deg);opacity:0}}
/* chakra section dividers */
html.ehi-on .ehi-divider{display:flex;align-items:center;gap:16px;margin:6px auto 2px;max-width:min(1100px,92vw);opacity:.72}
html.ehi-on .ehi-divider .ln{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(199,154,59,.55),transparent)}
html.ehi-on .ehi-divider svg{width:22px;height:22px;stroke:var(--ehi-gold);fill:none;flex:none;animation:ehiSpin 22s linear infinite}
/* tricolour scroll rail */
html.ehi-on .ehi-rail{position:fixed;top:0;left:0;right:0;height:3px;z-index:99990;pointer-events:none;background:rgba(0,0,0,.06)}
html.ehi-on .ehi-rail em{display:block;height:100%;width:0%;background:linear-gradient(90deg,var(--ehi-sf),#f3e0b0 46%,var(--ehi-gr));box-shadow:0 0 8px rgba(238,129,41,.5)}
/* filmic grain + light-leak — kept as a whisper. Stacked heavier they veil the whole page
   and the site reads dull/hazy instead of freshly graded. */
html.ehi-on .ehi-film{position:fixed;inset:0;z-index:3;pointer-events:none;mix-blend-mode:soft-light;opacity:.07}
html.ehi-on .ehi-leak{position:fixed;inset:0;z-index:2;pointer-events:none;background:radial-gradient(48% 30% at 100% 0%,rgba(255,145,48,.11),transparent 64%),radial-gradient(42% 28% at 0% 100%,rgba(34,198,126,.09),transparent 64%);animation:ehiLeak 13s ease-in-out infinite}
@keyframes ehiLeak{0%,100%{opacity:.2}50%{opacity:.36}}

/* ============================================================
   ACT 08 · MICRO-CRAFT
   ============================================================ */
html.ehi-on ::selection{background:rgba(238,129,41,.3);color:#0d2b22}
html.ehi-on ::-moz-selection{background:rgba(238,129,41,.3);color:#0d2b22}
html.ehi-on ::-webkit-scrollbar{width:11px;height:11px}
html.ehi-on ::-webkit-scrollbar-track{background:rgba(250,247,240,.5)}
html.ehi-on ::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid transparent;background:linear-gradient(180deg,var(--ehi-sf),#e8d5a2 50%,var(--ehi-gr)) padding-box}
/* tricolour focus ring (a11y, site-wide) */
html.ehi-on a:focus-visible,html.ehi-on button:focus-visible,html.ehi-on input:focus-visible,html.ehi-on textarea:focus-visible,html.ehi-on select:focus-visible{outline:none!important;box-shadow:0 0 0 3px rgba(238,129,41,.5),0 0 0 6px rgba(18,145,90,.35)!important;border-radius:8px}
/* chakra spinner */
html.ehi-on .ehi-spinner{width:24px;height:24px;stroke:var(--ehi-sf);fill:none;animation:ehiSpin 1.4s linear infinite}
/* festive toast */
html.ehi-on .ehi-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);z-index:99992;display:flex;align-items:center;gap:10px;padding:11px 17px;border-radius:12px;font-size:13.5px;font-weight:600;color:#fff;background:linear-gradient(135deg,#123a35,#16443c);border:1px solid rgba(201,154,59,.5);box-shadow:0 14px 34px -12px rgba(0,0,0,.6);opacity:0;transition:opacity .3s,transform .3s;pointer-events:none}
html.ehi-on .ehi-toast.on{opacity:1;transform:translateX(-50%) translateY(0)}
html.ehi-on .ehi-tri-mini{width:20px;height:14px;border-radius:2px;overflow:hidden;display:inline-flex;flex-direction:column;flex:none}
html.ehi-on .ehi-tri-mini i{flex:1}
html.ehi-on .ehi-tri-mini i:nth-child(1){background:var(--ehi-sf)}
html.ehi-on .ehi-tri-mini i:nth-child(2){background:#fff}
html.ehi-on .ehi-tri-mini i:nth-child(3){background:var(--ehi-gr)}
/* cursor diya-trail */
html.ehi-on .ehi-trail{position:fixed;inset:0;z-index:99991;pointer-events:none;overflow:hidden}
html.ehi-on .ehi-spark{position:absolute;width:7px;height:7px;border-radius:50%;pointer-events:none;animation:ehiSpark .85s ease-out forwards}
@keyframes ehiSpark{0%{transform:scale(1) translateY(0);opacity:.85}100%{transform:scale(.2) translateY(-26px);opacity:0}}

@media (prefers-reduced-motion:reduce){
  html.ehi-on .ehi-flag,html.ehi-on .ehi-petal,html.ehi-on .ehi-leak,html.ehi-on .ehi-divider svg,html.ehi-on .ehi-spark,html.ehi-on .ehi-spinner{animation:none!important}
  html.ehi-on .ehi-petals,html.ehi-on .ehi-trail,html.ehi-on .ehi-film,html.ehi-on .ehi-gradeboot{display:none!important}
}

/* ============================================================
   ACT 03 · SECTION-BY-SECTION GRADE
   ============================================================ */
/* stat odometer */
html.ehi-on .stats .stat .num{font-variant-numeric:tabular-nums}
/* services: tricolour icons + gold hairline + flag-band hover lift */
/* Keep the site's own icon art untouched — a cross-SVG `stroke:url(#…)` gradient made them
   render blank. Only the tile behind the icon gets the festive treatment. */
html.ehi-on .svc-grid .svc .ico{box-shadow:inset 0 0 0 1px rgba(199,154,59,.45)!important}
html.ehi-on .svc-grid .svc{transition:transform .25s ease,box-shadow .25s ease}
html.ehi-on .svc-grid .svc:hover{transform:translateY(-4px);box-shadow:0 16px 34px -18px rgba(20,53,126,.5),inset 0 0 0 1px rgba(199,154,59,.45)!important}
/* process: tricolour connecting line that draws in */
html.ehi-on .steps{position:relative}
html.ehi-on .ehi-steps-line{position:absolute;left:0;right:0;top:38px;height:2.5px;border-radius:2px;z-index:0;pointer-events:none;background:var(--ehi-tri);transform-origin:left;transform:scaleX(0);transition:transform 1.5s cubic-bezier(.4,0,.2,1);opacity:.65}
html.ehi-on .ehi-steps-line.on{transform:scaleX(1)}
html.ehi-on .steps .step{position:relative;z-index:1}
/* portfolio: FREEDOM CUT frames */
html.ehi-on .reels .reel{position:relative}
html.ehi-on .reels .reel::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;padding:2.5px;background:linear-gradient(150deg,var(--ehi-sf),rgba(251,246,236,.9) 48%,var(--ehi-gr));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s}
html.ehi-on .reels .reel:hover::after,html.ehi-on .reels .reel.ehi-special::after{opacity:1}
html.ehi-on .ehi-cut-badge{position:absolute;top:9px;left:9px;z-index:4;font-size:9.5px;font-weight:800;letter-spacing:.09em;color:#fff;padding:3px 7px;border-radius:5px;background:linear-gradient(90deg,var(--ehi-sf),var(--ehi-gr));box-shadow:0 2px 7px rgba(0,0,0,.35);pointer-events:none}
/* why-us dark → deep flag + chakra watermark + gold numerals */
html.ehi-on #why.sec--deep{position:relative;overflow:hidden;background-image:linear-gradient(150deg,#0c2f2a 0%,#123a35 32%,#14357E 72%,#0f2a4f 100%)!important}
html.ehi-on .ehi-why-chakra{position:absolute;right:-70px;top:50%;transform:translateY(-50%);width:340px;height:340px;z-index:0;pointer-events:none;opacity:.075}
html.ehi-on .ehi-why-chakra svg{width:100%;height:100%;stroke:#F4EEE1;fill:none;animation:ehiSpin 60s linear infinite}
html.ehi-on #why .wrap{position:relative;z-index:1}
html.ehi-on #why .num,html.ehi-on #why .n{background:linear-gradient(120deg,#E7CE8A,#C79A3B)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}
/* FAQ graded */
html.ehi-on .faq-item{position:relative;transition:box-shadow .25s ease}
html.ehi-on .faq-item::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:3px;background:var(--ehi-tri-soft);transform:scaleY(0);transform-origin:top;transition:transform .3s ease}
html.ehi-on .faq-item.open::before,html.ehi-on .faq-item[open]::before,html.ehi-on .faq-item:hover::before{transform:scaleY(1)}
html.ehi-on .faq-q .sign{color:var(--ehi-sf)!important;transition:transform .35s ease}
html.ehi-on .faq-item.open .faq-q .sign,html.ehi-on .faq-item[open] .faq-q .sign{transform:rotate(180deg);color:var(--ehi-gr)!important}
/* bottom CTA → Premium Tiranga glass */
html.ehi-on .cta.glass{position:relative;overflow:hidden;box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.55),0 26px 60px -28px rgba(12,34,80,.6)!important}
html.ehi-on .cta.glass::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(140deg,rgba(238,129,41,.26),rgba(251,246,236,.10) 46%,rgba(18,145,90,.26))}
/* Lift ONLY the content wrapper above the tint. Never blanket-position the children:
   .cta-bg is an absolutely-positioned background video, and forcing it to relative
   drops it into flow, where it expands to its full 9:16 height and blows up the section. */
html.ehi-on .cta.glass>.cta-inner{position:relative;z-index:2}
html.ehi-on .ehi-cta-chakra{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:290px;height:290px;z-index:1;pointer-events:none;opacity:.1}
html.ehi-on .ehi-cta-chakra svg{width:100%;height:100%;stroke:#fff;fill:none;animation:ehiSpin 44s linear infinite}
html.ehi-on .ehi-ribbon{position:absolute;top:16px;right:-42px;z-index:3;transform:rotate(38deg);background:linear-gradient(90deg,var(--ehi-sf),var(--ehi-gr));color:#fff;font-weight:800;font-size:10.5px;letter-spacing:.12em;padding:5px 46px;box-shadow:0 4px 12px rgba(0,0,0,.3);pointer-events:none}

/* ============================================================
   ACT 05 · STORY & EMOTION
   ============================================================ */
/* freedom-story band */
html.ehi-on .ehi-story{max-width:min(1100px,92vw);margin:34px auto;padding:24px 26px;border-radius:18px;text-align:center;position:relative;overflow:hidden;background:linear-gradient(140deg,#0f3630,#123a35 45%,#14357E);box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.4),0 22px 50px -30px rgba(0,0,0,.6)}
html.ehi-on .ehi-story .yr{font-size:clamp(30px,6vw,52px);font-weight:900;letter-spacing:-.02em;line-height:1;background:linear-gradient(100deg,var(--ehi-sf),#f0d493 46%,var(--ehi-gr));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
html.ehi-on .ehi-story .sub{color:#cfe0da;font-size:14px;margin-top:7px}
html.ehi-on .ehi-story .sub b{color:#E7CE8A}
/* scrollytelling chapters */
html.ehi-on .ehi-chapters{max-width:min(1100px,92vw);margin:30px auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:12px}
html.ehi-on .ehi-chap{position:relative;padding:18px 16px 16px;border-radius:14px;background:rgba(255,255,255,.72);box-shadow:inset 0 0 0 1px rgba(199,154,59,.35);opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
html.ehi-on .ehi-chap.on{opacity:1;transform:none}
html.ehi-on .ehi-chap .yr{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--ehi-sf)}
html.ehi-on .ehi-chap h4{margin:5px 0 4px;font-size:15.5px;color:#123a35}
html.ehi-on .ehi-chap p{margin:0;font-size:13px;color:#4d635c;line-height:1.5}
html.ehi-on .ehi-chap::after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;border-radius:3px;background:var(--ehi-tri);transform:scaleX(0);transform-origin:left;transition:transform .6s ease .15s}
html.ehi-on .ehi-chap.on::after{transform:scaleX(1)}
/* founder's note + manifesto */
html.ehi-on .ehi-note{max-width:min(760px,92vw);margin:30px auto;padding:24px 26px;border-radius:16px;background:rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(199,154,59,.4),0 14px 36px -24px rgba(0,0,0,.35);position:relative}
html.ehi-on .ehi-note .q{font-size:15.5px;line-height:1.65;color:#14332e;font-style:italic}
html.ehi-on .ehi-note .who{margin-top:12px;font-size:12.5px;font-weight:700;color:var(--ehi-gr-d);display:flex;align-items:center;gap:8px}
html.ehi-on .ehi-mfst{max-width:min(1100px,92vw);margin:26px auto;padding:15px 20px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;text-align:center;font-weight:800;letter-spacing:.03em;color:#123a35;background:linear-gradient(90deg,rgba(238,129,41,.14),rgba(255,255,255,.5) 50%,rgba(18,145,90,.14));box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.45)}
/* living freedom wall */
html.ehi-on .ehi-wall{max-width:min(1100px,92vw);margin:26px auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:6px}
html.ehi-on .ehi-wall i{aspect-ratio:9/16;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.14);transition:transform .3s ease,filter .3s ease;filter:saturate(.85)}
html.ehi-on .ehi-wall i:hover{transform:scale(1.14);filter:saturate(1.25);z-index:2}

@media (prefers-reduced-motion:reduce){
  html.ehi-on .ehi-why-chakra svg,html.ehi-on .ehi-cta-chakra svg{animation:none!important}
  html.ehi-on .ehi-chap{opacity:1;transform:none;transition:none}
  html.ehi-on .ehi-chap::after,html.ehi-on .ehi-steps-line{transform:scaleX(1);transition:none}
}

/* ============================================================
   SHARED · modal shell (used by Acts 04, 06, 07)
   ============================================================ */
html.ehi-on .ehi-modal{position:fixed;inset:0;z-index:99995;display:grid;place-items:center;padding:20px;background:rgba(6,16,28,.72);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
html.ehi-on .ehi-modal.on{opacity:1;visibility:visible}
html.ehi-on .ehi-mbox{width:min(430px,94vw);max-height:88vh;overflow:auto;border-radius:20px;padding:26px 24px;text-align:center;position:relative;background:linear-gradient(170deg,#fbf8f1,#f1ece0);box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.55),0 30px 70px -30px rgba(0,0,0,.7);transform:translateY(16px) scale(.97);transition:transform .35s cubic-bezier(.3,1.3,.5,1)}
html.ehi-on .ehi-modal.on .ehi-mbox{transform:none}
html.ehi-on .ehi-mbox .top-tri{position:absolute;top:0;left:0;right:0;height:5px;border-radius:20px 20px 0 0;background:var(--ehi-tri)}
html.ehi-on .ehi-mbox h3{margin:6px 0 4px;font-size:21px;font-weight:800;color:#123a35;letter-spacing:-.01em}
html.ehi-on .ehi-mbox p{margin:0;font-size:13.5px;color:#5b6b65;line-height:1.55}
html.ehi-on .ehi-mx{position:absolute;top:11px;right:13px;width:28px;height:28px;border:0;border-radius:50%;cursor:pointer;background:rgba(0,0,0,.06);color:#5b6b65;font-size:16px;line-height:1;display:grid;place-items:center}
html.ehi-on .ehi-mx:hover{background:rgba(0,0,0,.12)}
html.ehi-on .ehi-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;border-radius:999px;padding:12px 22px;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--ehi-sf),var(--ehi-gr));box-shadow:0 0 0 1.5px rgba(199,154,59,.6),0 10px 24px -10px rgba(18,145,90,.6);transition:transform .2s}
html.ehi-on .ehi-btn:hover{transform:translateY(-2px)}
html.ehi-on .ehi-btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}
html.ehi-on .ehi-inp{width:100%;margin-top:12px;padding:12px 14px;border-radius:11px;font-size:14px;color:#123a35;border:1.5px solid rgba(199,154,59,.5);background:rgba(255,255,255,.85)}
html.ehi-on .ehi-code{display:inline-block;margin-top:12px;font-family:ui-monospace,Consolas,monospace;font-size:19px;font-weight:800;letter-spacing:.16em;color:#123a35;padding:10px 18px;border-radius:11px;background:rgba(255,255,255,.9);box-shadow:inset 0 0 0 2px rgba(199,154,59,.6)}

/* ============================================================
   ACT 04 · INTERACTIVE & GAMIFIED
   ============================================================ */
/* spin-the-chakra */
html.ehi-on .ehi-wheelwrap{--wsize:236px;position:relative;width:var(--wsize);height:var(--wsize);margin:18px auto 8px}
html.ehi-on .ehi-wheel{width:100%;height:100%;border-radius:50%;position:relative;transition:transform 4.6s cubic-bezier(.15,.85,.2,1);
  background:conic-gradient(var(--ehi-sf) 0 60deg,#fbf6ec 60deg 120deg,var(--ehi-gr) 120deg 180deg,var(--ehi-navy) 180deg 240deg,#E7A33C 240deg 300deg,#1EA96B 300deg 360deg);
  box-shadow:inset 0 0 0 5px rgba(199,154,59,.85),0 12px 30px -12px rgba(0,0,0,.5)}
html.ehi-on .ehi-wheel .sp{position:absolute;left:50%;top:50%;width:2px;height:50%;background:rgba(255,255,255,.5);transform-origin:top center;transform:translateX(-50%)}
/* Labels sit on the segment's mid-angle at a fixed radius, then counter-rotate so the text
   stays upright and readable — the old `transform-origin:316%` swung them out of place. */
/* Neighbouring labels sit one chord apart (= the radius, at 60° spacing), so the pill must be
   narrower than that radius or the top and bottom pairs collide. */
html.ehi-on .ehi-wheel .lb{--wr:calc(var(--wsize) * .33);
  position:absolute;left:50%;top:50%;width:62px;box-sizing:border-box;
  display:grid;place-items:center;text-align:center;pointer-events:none;
  font-size:10px;font-weight:800;line-height:1.15;letter-spacing:0;
  color:#fff;background:rgba(10,30,25,.74);border:1px solid rgba(255,255,255,.3);
  border-radius:999px;padding:5px 6px;box-shadow:0 2px 6px rgba(0,0,0,.32);
  transform:translate(-50%,-50%) rotate(var(--a)) translateY(calc(var(--wr) * -1)) rotate(calc(var(--a) * -1))}
html.ehi-on .ehi-wheel-hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 34% 30%,#3b64cf,#16357e 60%,#0d2657);box-shadow:0 0 0 3px #fff,0 4px 12px rgba(0,0,0,.4);z-index:2}
html.ehi-on .ehi-wheel-hub svg{width:30px;height:30px;stroke:#fff;fill:none}
html.ehi-on .ehi-wheel-pin{position:absolute;left:50%;top:-9px;transform:translateX(-50%);z-index:3;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:20px solid var(--ehi-gold);filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}
/* light-a-diya wall */
html.ehi-on .ehi-diyawall{max-width:min(1100px,92vw);margin:30px auto;padding:22px;border-radius:18px;text-align:center;background:linear-gradient(170deg,#0f2a26,#123a35);box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.4)}
html.ehi-on .ehi-diyawall h4{margin:0 0 3px;color:#f4efe4;font-size:17px}
html.ehi-on .ehi-diyawall .s{color:#a9c3ba;font-size:12.5px;margin-bottom:14px}
html.ehi-on .ehi-diyawall .s b{color:#E7CE8A;font-variant-numeric:tabular-nums}
html.ehi-on .ehi-dgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30px,1fr));gap:7px;max-width:640px;margin:0 auto}
html.ehi-on .ehi-dy{aspect-ratio:1;border:0;cursor:pointer;background:transparent;padding:0;display:grid;place-items:center;border-radius:8px;transition:transform .2s}
html.ehi-on .ehi-dy:hover{transform:scale(1.18)}
html.ehi-on .ehi-dy span{width:15px;height:9px;border-radius:0 0 9px 9px;background:#5a4a38;position:relative;display:block;transition:background .3s}
html.ehi-on .ehi-dy span::before{content:"";position:absolute;left:50%;bottom:9px;transform:translateX(-50%);width:6px;height:10px;border-radius:50% 50% 42% 42%;background:transparent;transition:background .3s,box-shadow .3s}
html.ehi-on .ehi-dy.lit span{background:#C79A3B}
html.ehi-on .ehi-dy.lit span::before{background:radial-gradient(circle at 50% 70%,#fff3c4,#ff9130 62%,#e8731c);box-shadow:0 0 11px 3px rgba(255,160,60,.6);animation:ehiFlame 1.5s ease-in-out infinite}
@keyframes ehiFlame{0%,100%{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.18,1.08)}}
/* easter egg — full-screen tiranga unfurl */
html.ehi-on .ehi-egg{position:fixed;inset:0;z-index:99999;pointer-events:none;display:grid;place-items:center;opacity:0;transition:opacity .4s}
html.ehi-on .ehi-egg.on{opacity:1}
html.ehi-on .ehi-egg .bands{position:absolute;inset:0;display:flex;flex-direction:column}
html.ehi-on .ehi-egg .bands i{flex:1;transform:scaleX(0);transform-origin:left}
html.ehi-on .ehi-egg.on .bands i{animation:ehiUnfurl .75s cubic-bezier(.4,0,.2,1) forwards}
html.ehi-on .ehi-egg.on .bands i:nth-child(2){animation-delay:.11s}
html.ehi-on .ehi-egg.on .bands i:nth-child(3){animation-delay:.22s}
@keyframes ehiUnfurl{to{transform:scaleX(1)}}
html.ehi-on .ehi-egg .jh{position:relative;z-index:2;font-size:clamp(38px,9vw,86px);font-weight:900;color:#fff;letter-spacing:-.02em;text-shadow:0 6px 26px rgba(0,0,0,.5);opacity:0;transform:scale(.85)}
html.ehi-on .ehi-egg.on .jh{animation:ehiJh .7s cubic-bezier(.3,1.4,.5,1) .5s forwards}
@keyframes ehiJh{to{opacity:1;transform:scale(1)}}
html.ehi-on .ehi-egg .ec{position:absolute;width:150px;height:150px;z-index:2;opacity:0}
html.ehi-on .ehi-egg.on .ec{animation:ehiJh .8s ease .4s forwards,ehiSpin 12s linear .4s infinite}
html.ehi-on .ehi-egg .ec svg{width:100%;height:100%;stroke:#14357E;fill:none;stroke-width:1}

/* ============================================================
   ACT 06 · CONVERSION & CAMPAIGN
   ============================================================ */
/* sticky freedom-sale bar */
html.ehi-on .ehi-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9985;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:11px 18px;color:#fff;background:linear-gradient(90deg,#0f3a30,#123a35 45%,#14357E);box-shadow:0 -8px 26px -12px rgba(0,0,0,.5);transform:translateY(110%);transition:transform .45s cubic-bezier(.3,1.1,.5,1)}
html.ehi-on .ehi-sticky.on{transform:none}
html.ehi-on .ehi-sticky::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ehi-tri)}
html.ehi-on .ehi-sticky .t{font-size:13.5px;font-weight:700}
html.ehi-on .ehi-sticky .t b{color:#ffb264}
html.ehi-on .ehi-sticky a.cta{display:inline-flex;align-items:center;gap:7px;padding:8px 17px;border-radius:999px;font-size:13px;font-weight:800;text-decoration:none;color:#0d2a24;background:linear-gradient(135deg,#ffb45c,#ffd89b);box-shadow:0 0 0 1.5px rgba(255,255,255,.4)}
html.ehi-on .ehi-sticky .x{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:rgba(255,255,255,.6);cursor:pointer;font-size:17px;line-height:1;padding:5px}
@media(max-width:640px){html.ehi-on .ehi-sticky{padding-right:34px}html.ehi-on .ehi-sticky .t{font-size:12px}}
/* scarcity counter */
html.ehi-on .ehi-scarce{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#c2410c;background:rgba(238,129,41,.13);border:1px solid rgba(238,129,41,.4);border-radius:999px;padding:4px 12px;margin-top:10px}
html.ehi-on .ehi-scarce .n{font-variant-numeric:tabular-nums;color:#9a3412}
html.ehi-on .ehi-scarce .pulse{width:7px;height:7px;border-radius:50%;background:#ef4444;animation:ehiPulseDot 1.6s ease-in-out infinite}
@keyframes ehiPulseDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}
/* personalised greeting */
html.ehi-on .ehi-greet{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--ehi-gr-d);background:rgba(18,145,90,.1);border-radius:999px;padding:5px 14px;margin-bottom:10px}
/* referral / share row */
html.ehi-on .ehi-share{display:flex;gap:9px;justify-content:center;margin-top:14px;flex-wrap:wrap}
html.ehi-on .ehi-share button,html.ehi-on .ehi-share a{display:inline-flex;align-items:center;gap:7px;border:1.5px solid rgba(199,154,59,.5);background:rgba(255,255,255,.7);color:#123a35;border-radius:999px;padding:8px 15px;font-size:12.5px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s}
html.ehi-on .ehi-share button:hover,html.ehi-on .ehi-share a:hover{background:#fff;transform:translateY(-2px)}

/* ============================================================
   ACT 07 · SIGNATURE MOMENTS
   ============================================================ */
/* fireworks canvas + midnight takeover */
html.ehi-on .ehi-fx{position:fixed;inset:0;z-index:99996;pointer-events:none;opacity:0;transition:opacity .5s}
html.ehi-on .ehi-fx.on{opacity:1}
html.ehi-on .ehi-fx canvas{display:block;width:100%;height:100%}
html.ehi-on .ehi-midnight{position:fixed;inset:0;z-index:99994;display:grid;place-items:center;text-align:center;background:radial-gradient(60% 60% at 50% 45%,rgba(10,26,44,.9),rgba(4,10,20,.96));opacity:0;visibility:hidden;transition:opacity .6s,visibility .6s}
html.ehi-on .ehi-midnight.on{opacity:1;visibility:visible}
html.ehi-on .ehi-midnight h2{font-size:clamp(28px,6.5vw,60px);font-weight:900;letter-spacing:-.02em;line-height:1.06;margin:0 0 10px;background:linear-gradient(100deg,var(--ehi-sf),#fbf6ec 48%,var(--ehi-gr));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
html.ehi-on .ehi-midnight p{color:#cfe0da;font-size:15px;margin:0 0 20px}
html.ehi-on .ehi-midnight .mc{width:120px;height:120px;margin:0 auto 16px}
html.ehi-on .ehi-midnight .mc svg{width:100%;height:100%;stroke:#E7CE8A;fill:none;animation:ehiSpin 16s linear infinite}
/* live delivery counter */
html.ehi-on .ehi-live{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;color:#0d5a38;background:rgba(18,145,90,.12);border:1px solid rgba(18,145,90,.32);border-radius:999px;padding:5px 14px}
html.ehi-on .ehi-live .n{font-variant-numeric:tabular-nums;font-size:14px;color:#0a4a2e}
html.ehi-on .ehi-live .pulse{width:7px;height:7px;border-radius:50%;background:#12915A;animation:ehiPulseDot 1.8s ease-in-out infinite}
/* my freedom reel — shareable card */
html.ehi-on .ehi-reelcard{width:100%;max-width:300px;margin:14px auto 0;aspect-ratio:9/16;border-radius:14px;position:relative;overflow:hidden;display:grid;place-items:center;text-align:center;padding:20px;color:#fff;background:linear-gradient(165deg,#16357e,#0d2657 45%,#0f3a30)}
html.ehi-on .ehi-reelcard .bands{position:absolute;top:0;left:0;right:0;height:6px;background:var(--ehi-tri)}
html.ehi-on .ehi-reelcard .rc{position:absolute;width:180px;height:180px;opacity:.12}
html.ehi-on .ehi-reelcard .rc svg{width:100%;height:100%;stroke:#fff;fill:none}
html.ehi-on .ehi-reelcard .in{position:relative;z-index:2}
html.ehi-on .ehi-reelcard .lbl{font-size:10px;letter-spacing:.22em;color:#E7CE8A;font-weight:800}
html.ehi-on .ehi-reelcard .nm{font-size:23px;font-weight:900;margin:8px 0 4px;line-height:1.15}
html.ehi-on .ehi-reelcard .tag{font-size:12.5px;color:#b9cfc7}
html.ehi-on .ehi-reelcard .ft{position:absolute;bottom:16px;left:0;right:0;font-size:10.5px;letter-spacing:.14em;color:#8fa8a0;z-index:2}

/* quiz */
html.ehi-on .ehi-quiz .qn{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--ehi-sf);margin-top:8px}
html.ehi-on .ehi-quiz .qq{font-size:16px;font-weight:700;color:#123a35;margin:6px 0 14px;line-height:1.35}
html.ehi-on .ehi-quiz .opts{display:grid;gap:8px}
html.ehi-on .ehi-quiz .opt{text-align:left;border:1.5px solid rgba(199,154,59,.45);background:rgba(255,255,255,.8);border-radius:11px;padding:11px 14px;font-size:13.5px;font-weight:600;color:#123a35;cursor:pointer;transition:background .2s,border-color .2s,transform .15s}
html.ehi-on .ehi-quiz .opt:hover{background:#fff;transform:translateX(3px)}
html.ehi-on .ehi-quiz .opt.right{border-color:var(--ehi-gr);background:rgba(18,145,90,.14);color:#0a4a2e}
html.ehi-on .ehi-quiz .opt.wrong{border-color:#ef4444;background:rgba(239,68,68,.1);color:#9a1c1c}
html.ehi-on .ehi-quiz .prog{display:flex;gap:5px;justify-content:center;margin-top:14px}
html.ehi-on .ehi-quiz .prog i{width:22px;height:4px;border-radius:3px;background:rgba(0,0,0,.12)}
html.ehi-on .ehi-quiz .prog i.done{background:var(--ehi-tri-soft)}
/* unfurl-the-flag scroll section */
html.ehi-on .ehi-unfurl{max-width:min(1100px,92vw);margin:32px auto;height:170px;border-radius:16px;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.45)}
html.ehi-on .ehi-unfurl .bands{position:absolute;inset:0;display:flex;flex-direction:column}
html.ehi-on .ehi-unfurl .bands i{flex:1;transform:scaleX(0);transform-origin:left;transition:transform 1.05s cubic-bezier(.4,0,.2,1)}
html.ehi-on .ehi-unfurl.on .bands i{transform:scaleX(1)}
html.ehi-on .ehi-unfurl.on .bands i:nth-child(2){transition-delay:.13s}
html.ehi-on .ehi-unfurl.on .bands i:nth-child(3){transition-delay:.26s}
html.ehi-on .ehi-unfurl .mid{position:absolute;inset:0;display:grid;place-items:center;z-index:2;text-align:center}
html.ehi-on .ehi-unfurl .mid .c{width:78px;height:78px;opacity:0;transition:opacity .6s ease .55s}
html.ehi-on .ehi-unfurl.on .mid .c{opacity:1}
html.ehi-on .ehi-unfurl .mid .c svg{width:100%;height:100%;stroke:#14357E;fill:none;animation:ehiSpin 20s linear infinite}
html.ehi-on .ehi-unfurl .cap{position:absolute;bottom:12px;left:0;right:0;text-align:center;z-index:3;font-size:11px;font-weight:800;letter-spacing:.2em;color:#0d2a24;opacity:0;transition:opacity .5s ease .8s}
html.ehi-on .ehi-unfurl.on .cap{opacity:.8}

@media (prefers-reduced-motion:reduce){
  html.ehi-on .ehi-unfurl .bands i{transform:scaleX(1);transition:none}
  html.ehi-on .ehi-unfurl .mid .c,html.ehi-on .ehi-unfurl .cap{opacity:1;transition:none}
  html.ehi-on .ehi-unfurl .mid .c svg{animation:none}
  html.ehi-on .ehi-wheel{transition-duration:.9s}
  html.ehi-on .ehi-dy.lit span::before,html.ehi-on .ehi-scarce .pulse,html.ehi-on .ehi-live .pulse,html.ehi-on .ehi-midnight .mc svg,html.ehi-on .ehi-egg.on .ec{animation:none!important}
  html.ehi-on .ehi-egg .bands i{transform:scaleX(1)}
  html.ehi-on .ehi-egg .jh{opacity:1;transform:none}
}

/* ============================================================
   REFINEMENT PASS · client notes 1–5
   ============================================================ */

/* --- 1 · CTA ribbon: fix the size. My own `.cta.glass>*{position:relative}` rule
       out-specified the ribbon and blew it up to 794x629. Anchor it to .cta-inner. --- */
html.ehi-on .cta.glass>.ehi-cta-chakra{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:290px;height:290px}
html.ehi-on .cta .cta-inner{position:relative;overflow:hidden;border-radius:22px}
html.ehi-on .cta .cta-inner>.ehi-ribbon{position:absolute;top:15px;right:-46px;width:auto;height:auto;
  transform:rotate(38deg);padding:6px 52px;font-size:10.5px;line-height:1.5;white-space:nowrap;z-index:5}

/* --- 2 · Diya wall → 10X premium, flag-graded --- */
html.ehi-on .ehi-diyawall{max-width:min(1080px,92vw);margin:34px auto;padding:0;border-radius:22px;overflow:hidden;
  background:linear-gradient(168deg,#0d2b26 0%,#0f3630 38%,#102a4e 100%);
  box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.55),0 30px 66px -34px rgba(0,0,0,.8);position:relative}
html.ehi-on .ehi-diyawall::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ehi-tri);z-index:3}
html.ehi-on .ehi-diyawall::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background:radial-gradient(64% 52% at 50% 108%,rgba(255,150,50,.24),transparent 68%)}
html.ehi-on .ehi-dw-in{position:relative;z-index:2;padding:30px 26px 28px;text-align:center}
html.ehi-on .ehi-dw-chakra{position:absolute;right:-56px;top:50%;transform:translateY(-50%);width:270px;height:270px;z-index:1;pointer-events:none;opacity:.07}
html.ehi-on .ehi-dw-chakra svg{width:100%;height:100%;stroke:#F4EEE1;fill:none;animation:ehiSpin 54s linear infinite}
html.ehi-on .ehi-diyawall .kick{font-family:ui-monospace,Consolas,monospace;font-size:10.5px;letter-spacing:.24em;text-transform:uppercase;color:#C79A3B;font-weight:700}
html.ehi-on .ehi-diyawall h4{margin:9px 0 5px;color:#f6f1e6;font-size:clamp(19px,3.2vw,26px);font-weight:800;letter-spacing:-.01em}
html.ehi-on .ehi-diyawall h4 .g{background:linear-gradient(100deg,var(--ehi-sf),#f0d493 50%,var(--ehi-gr));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
html.ehi-on .ehi-diyawall .s{color:#a9c3ba;font-size:13px;margin-bottom:20px}
html.ehi-on .ehi-diyawall .s b{color:#E7CE8A;font-variant-numeric:tabular-nums;font-size:15px}
html.ehi-on .ehi-dgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:9px;max-width:660px;margin:0 auto;
  padding:16px 14px 18px;border-radius:14px;background:rgba(0,0,0,.2);box-shadow:inset 0 0 0 1px rgba(199,154,59,.22)}
html.ehi-on .ehi-dy{aspect-ratio:1;border:0;cursor:pointer;background:transparent;padding:0;display:grid;place-items:end center;border-radius:9px;transition:transform .22s ease;position:relative}
html.ehi-on .ehi-dy:hover{transform:translateY(-3px) scale(1.1)}
/* the lamp: a proper diya bowl + wick + flame */
html.ehi-on .ehi-dy span{position:relative;display:block;width:21px;height:11px;border-radius:0 0 12px 12px;
  background:linear-gradient(#6b5940,#413425);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16);transition:background .35s,box-shadow .35s}
html.ehi-on .ehi-dy span::after{content:"";position:absolute;left:50%;bottom:11px;transform:translateX(-50%);
  width:2px;height:4px;background:#3a2f22;transition:background .3s}
html.ehi-on .ehi-dy span::before{content:"";position:absolute;left:50%;bottom:14px;transform:translateX(-50%);
  width:8px;height:13px;border-radius:50% 50% 44% 44%;background:transparent;transition:background .35s,box-shadow .35s}
html.ehi-on .ehi-dy.lit span{background:linear-gradient(#E7CE8A,#C79A3B 55%,#8d6d24);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 2px 8px rgba(199,154,59,.4)}
html.ehi-on .ehi-dy.lit span::after{background:#C79A3B}
html.ehi-on .ehi-dy.lit span::before{background:radial-gradient(circle at 50% 74%,#fff6d2,#ffb14a 52%,#f07a15);
  box-shadow:0 0 14px 4px rgba(255,160,60,.6),0 0 30px 10px rgba(255,120,20,.22);animation:ehiFlame 1.5s ease-in-out infinite}
html.ehi-on .ehi-diyawall .ehi-share{margin-top:20px}
html.ehi-on .ehi-diyawall .ehi-share button,html.ehi-on .ehi-diyawall .ehi-share a{
  background:rgba(255,255,255,.07);color:#f2ece0;border-color:rgba(199,154,59,.55)}
html.ehi-on .ehi-diyawall .ehi-share button:hover,html.ehi-on .ehi-diyawall .ehi-share a:hover{background:rgba(255,255,255,.14)}

/* --- 3 · Living Freedom Wall removed (kept out of the DOM by JS) --- */

/* --- 4 · Audio card → flag-graded, premium, chakra play ring --- */
html.ehi-on .audio-card{position:relative;overflow:hidden;border-radius:20px;
  background-image:linear-gradient(158deg,#0d2b26 0%,#0f3630 40%,#102a4e 100%)!important;
  box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.5),0 26px 58px -32px rgba(0,0,0,.75)!important}
html.ehi-on .audio-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ehi-tri);z-index:4}
html.ehi-on .audio-card::after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--ehi-gr) 0 34%,#FBF6EC 34% 66%,var(--ehi-sf) 66% 100%);z-index:4;opacity:.7}
html.ehi-on .audio-card .au-chip{background:rgba(20,53,126,.5)!important;color:#E7CE8A!important;
  box-shadow:inset 0 0 0 1px rgba(199,154,59,.55)!important}
html.ehi-on .audio-card .eyebrow{color:#C79A3B!important}
html.ehi-on .audio-card .h-md .grad-text,html.ehi-on .audio-card .h-md span{background:linear-gradient(100deg,var(--ehi-sf),#f0d493 46%,var(--ehi-gr))!important;
  -webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}
/* play button: saffron→green core + rotating navy Ashoka chakra ring */
html.ehi-on .audio-card .au-play{position:relative;overflow:visible;
  background-image:radial-gradient(circle at 34% 28%,#ffb45c,#ee8129 46%,#12915A 100%)!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.85),0 10px 26px -10px rgba(238,129,41,.7)!important}
html.ehi-on .audio-card .au-play .ehi-play-chakra{position:absolute;inset:-11px;pointer-events:none;z-index:1;animation:ehiSpin 11s linear infinite}
html.ehi-on .audio-card .au-play .ehi-play-chakra svg{width:100%;height:100%;stroke:#1f49b8;fill:none;opacity:.95;filter:drop-shadow(0 1px 2px rgba(255,255,255,.5))}
html.ehi-on .audio-card .au-play svg:not(.ehi-chakra){position:relative;z-index:2}
/* waveform + toggle in flag colours */
html.ehi-on .audio-card .au-wave i,html.ehi-on .audio-card .au-wave span,html.ehi-on .audio-card .au-wave div{
  background:linear-gradient(180deg,var(--ehi-sf),#e8c07a 50%,var(--ehi-gr))!important}
html.ehi-on .audio-card .au-toggle{box-shadow:inset 0 0 0 1px rgba(199,154,59,.45)!important}
html.ehi-on .audio-card .au-toggle button.on{background-image:linear-gradient(135deg,var(--ehi-sf),var(--ehi-gr))!important;color:#fff!important}
html.ehi-on .audio-card .au-time{color:#E7CE8A!important;box-shadow:inset 0 0 0 1px rgba(199,154,59,.4)!important}

/* --- 5 · Why-Us → off-white glossy, orange/green glossy cards, chakra VS --- */
html.ehi-on #why.sec--deep{background-image:
  radial-gradient(58% 44% at 12% 0%,rgba(238,129,41,.13),transparent 62%),
  radial-gradient(54% 44% at 90% 100%,rgba(18,145,90,.13),transparent 62%),
  linear-gradient(168deg,#FFFDF8 0%,#F6F1E6 46%,#EFEADD 100%)!important}
html.ehi-on #why.sec--deep::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background:linear-gradient(178deg,rgba(255,255,255,.75),rgba(255,255,255,0) 26%)}
/* flip the text for the light ground */
html.ehi-on #why.sec--deep,html.ehi-on #why.sec--deep h2,html.ehi-on #why.sec--deep .h-lg{color:#12332E!important}
html.ehi-on #why.sec--deep .eyebrow{color:#B35309!important}   /* 4.6:1 on the off-white ground */
html.ehi-on #why .ehi-why-chakra{opacity:.06}
html.ehi-on #why .ehi-why-chakra svg{stroke:#14357E}
html.ehi-on #why .save-chip{color:#3f5a52!important}
html.ehi-on #why .save-chip .sc-num{background:linear-gradient(120deg,#C79A3B,#8d6d24)!important;
  -webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}
/* the two compare cards: saffron-glossy vs green-glossy */
html.ehi-on #why .compare-col{position:relative;overflow:hidden}
html.ehi-on #why .compare-col.them{background-image:linear-gradient(165deg,#F79A3C 0%,#EE8129 44%,#CE6410 100%)!important;
  box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.35),0 24px 52px -28px rgba(206,100,16,.75)!important}
html.ehi-on #why .compare-col.us{background-image:linear-gradient(165deg,#2FB878 0%,#12915A 44%,#0A6B41 100%)!important;
  box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.35),0 24px 52px -28px rgba(10,107,65,.75)!important}
/* the gloss sweep both cards share */
html.ehi-on #why .compare-col::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:linear-gradient(158deg,rgba(255,255,255,.42),rgba(255,255,255,.06) 34%,rgba(255,255,255,0) 56%)}
html.ehi-on #why .compare-col>*{position:relative;z-index:2}
html.ehi-on #why .compare-col,html.ehi-on #why .compare-col li,html.ehi-on #why .compare-col h3,
html.ehi-on #why .compare-col span,html.ehi-on #why .compare-col div{color:#fff!important}
html.ehi-on #why .compare-col .tag,html.ehi-on #why .compare-col [class*="pill"],html.ehi-on #why .compare-col [class*="badge"]{
  background:rgba(0,0,0,.24)!important;color:#fff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.32)!important}
/* VS coin → glossy rotating Ashoka Chakra */
/* NOTE: never set `position` here — the site centres the coin with position:absolute inside a
   2-column grid. Forcing relative drops it into flow as a grid item and scatters both cards. */
html.ehi-on #why .vs-coin{font-size:0!important;color:transparent!important;overflow:visible;
  background-image:radial-gradient(circle at 34% 28%,#fff6dd,#E7CE8A 42%,#C79A3B 72%,#8d6d24 100%)!important;
  box-shadow:0 0 0 2.5px rgba(255,255,255,.9),0 12px 30px -10px rgba(141,109,36,.7),inset 0 2px 4px rgba(255,255,255,.6)!important}
html.ehi-on #why .vs-coin .ehi-vs-chakra{position:absolute;inset:11%;z-index:2;animation:ehiSpin 15s linear infinite}
html.ehi-on #why .vs-coin .ehi-vs-chakra svg{width:100%;height:100%;stroke:#14357E;fill:none;stroke-width:1.1}
html.ehi-on #why .vs-coin::after{content:"";position:absolute;inset:0;border-radius:50%;pointer-events:none;z-index:3;
  background:linear-gradient(155deg,rgba(255,255,255,.62),rgba(255,255,255,0) 46%)}

@media (prefers-reduced-motion:reduce){
  html.ehi-on .ehi-dw-chakra svg,html.ehi-on .audio-card .au-play .ehi-play-chakra,html.ehi-on #why .vs-coin .ehi-vs-chakra{animation:none!important}
}

/* ============================================================
   FRESH PASS · 12 clarity fixes. Palette unchanged throughout —
   only veils, surfaces, edges and type get crisper.
   ============================================================ */
:root{
  --ehi-r-lg:22px;   /* cards            */
  --ehi-r-md:14px;   /* panels, inputs   */
  --ehi-r-sm:10px;   /* chips, codes     */
  /* #7 · two-layer shadow: one tight contact shadow + one soft ambient */
  --ehi-sh:0 1px 2px rgba(14,42,39,.07),0 10px 24px -14px rgba(14,42,39,.3);
  --ehi-sh-lift:0 1px 2px rgba(14,42,39,.09),0 18px 38px -20px rgba(14,42,39,.36);
  --ehi-line:rgba(15,46,43,.14);           /* #8 · hairline you can actually see */
  --ehi-topgloss:inset 0 1px 0 rgba(255,255,255,.92);  /* #6 */
}

/* --- #1 · the leak + warm layers are gone (folded into .mesh in JS); grain descoped --- */
html.ehi-on .ehi-leak,html.ehi-on .ehi-warm{display:none!important}

/* --- #2 · grain now rides only the DARK surfaces, where film texture reads as craft.
       On cream sections it just muddied the page. --- */
/* A real child layer, not a pseudo and NOT a blanket `> *` position rule:
   those surfaces already use ::before/::after, and repositioning children breaks
   absolutely-positioned backgrounds (that bug ate the CTA video twice). */
html.ehi-on .ehi-grain-layer{position:absolute;inset:0;z-index:6;pointer-events:none;border-radius:inherit;
  opacity:.15;mix-blend-mode:soft-light;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}

/* --- #4/#6/#7/#8 · crisp card surfaces: near-opaque, defined edge, top gloss, tight shadow --- */
html.ehi-on .ehi-fc-s{border-color:rgba(238,129,41,.6)!important;
  box-shadow:var(--ehi-topgloss),0 1px 2px rgba(238,129,41,.14),0 12px 28px -18px rgba(238,129,41,.65)!important;
  background:linear-gradient(160deg,rgba(255,255,255,.78),transparent 40%),linear-gradient(180deg,rgba(238,129,41,.2),rgba(255,253,249,.985) 52%)!important}
html.ehi-on .ehi-fc-g{border-color:rgba(18,145,90,.6)!important;
  box-shadow:var(--ehi-topgloss),0 1px 2px rgba(18,145,90,.14),0 12px 28px -18px rgba(18,145,90,.6)!important;
  background:linear-gradient(160deg,rgba(255,255,255,.78),transparent 40%),linear-gradient(180deg,rgba(18,145,90,.16),rgba(249,254,251,.985) 52%)!important}
html.ehi-on .ehi-fc-n{border-color:rgba(20,53,126,.55)!important;
  box-shadow:var(--ehi-topgloss),0 1px 2px rgba(20,53,126,.14),0 12px 28px -18px rgba(20,53,126,.55)!important;
  background:linear-gradient(160deg,rgba(255,255,255,.78),transparent 40%),linear-gradient(180deg,rgba(20,53,126,.14),rgba(249,251,255,.985) 52%)!important}
html.ehi-on .card-lite{border-color:var(--ehi-line)!important}
html.ehi-on .pricing .plan.card-lite{box-shadow:var(--ehi-topgloss),var(--ehi-sh-lift)!important}
/* FAQ rows had no surface at all — give them one, plus the inner padding the surface now needs
   (the site padded only .faq-q vertically, so text sat flush against the new card edge). */
html.ehi-on .faq-item{background:rgba(255,253,249,.94)!important;border-radius:var(--ehi-r-md)!important;
  box-shadow:var(--ehi-topgloss),var(--ehi-sh)!important;margin-bottom:10px;
  padding:2px 22px 2px 24px!important;overflow:hidden}
html.ehi-on .faq-item.open,html.ehi-on .faq-item[open]{background:#fffdf9!important;box-shadow:var(--ehi-topgloss),var(--ehi-sh-lift)!important}
html.ehi-on .faq-item .faq-q{padding:20px 0!important;gap:16px}
html.ehi-on .faq-item .faq-a{padding-right:8px!important}
html.ehi-on .faq-item .faq-a p{padding-bottom:18px!important;margin-top:0}
/* the tricolour accent sits flush in the rounded corner, not over the text */
html.ehi-on .faq-item::before{left:0;top:0;bottom:0;width:4px;border-radius:0}
@media(max-width:640px){html.ehi-on .faq-item{padding:2px 16px 2px 18px!important}}
/* reels get a real surface behind the video too */
html.ehi-on .reels .reel{background:#0e2a26!important;box-shadow:var(--ehi-sh-lift)!important}

/* --- #9 · one radius scale across everything the festive layer owns --- */
html.ehi-on .ehi-story,html.ehi-on .ehi-note,html.ehi-on .ehi-diyawall,html.ehi-on .audio-card,
html.ehi-on .ehi-mbox,html.ehi-on .ehi-unfurl{border-radius:var(--ehi-r-lg)!important}
html.ehi-on .ehi-chap,html.ehi-on .ehi-dgrid,html.ehi-on .ehi-inp,html.ehi-on .ehi-quiz .opt,
html.ehi-on .ehi-reelcard{border-radius:var(--ehi-r-md)!important}
html.ehi-on .ehi-code,html.ehi-on .ehi-clk .d,html.ehi-on .ehi-cut-badge,html.ehi-on .ehi-toast{border-radius:var(--ehi-r-sm)!important}
html.ehi-on .ehi-pill,html.ehi-on .ehi-btn,html.ehi-on .ehi-share button,html.ehi-on .ehi-share a,
html.ehi-on .ehi-scarce,html.ehi-on .ehi-live,html.ehi-on .ehi-greet,html.ehi-on .ehi-mfst{border-radius:999px!important}

/* --- #10 · body copy a touch deeper. Same hue, more presence. --- */
html.ehi-on p,html.ehi-on .svc p,html.ehi-on .step p,html.ehi-on .faq-a p,html.ehi-on li{color:#40524D}
html.ehi-on .hero-sub{color:#3B4F49}
html.ehi-on #why .compare-col p,html.ehi-on #why .compare-col li,
html.ehi-on .ehi-story .sub,html.ehi-on .ehi-diyawall .s,html.ehi-on footer p,
html.ehi-on .audio-card p,html.ehi-on .ehi-midnight p{color:inherit}

/* --- #11 · headings: tighter tracking, balanced wrap --- */
html.ehi-on h1,html.ehi-on h2,html.ehi-on h3,html.ehi-on .h-xl,html.ehi-on .h-lg,html.ehi-on .h-md{
  letter-spacing:-.02em;text-wrap:balance}
html.ehi-on .eyebrow,html.ehi-on .kick{letter-spacing:.2em}

/* --- SHOWCASE (Every frame, engineered to retain) → flag-graded + glossy --- */
html.ehi-on .showcase .timeline{position:relative;overflow:hidden;border-radius:var(--ehi-r-md)!important;
  background:linear-gradient(168deg,#fffdf8,#f7f2e7)!important;
  box-shadow:inset 0 0 0 1.5px rgba(199,154,59,.5),var(--ehi-topgloss),var(--ehi-sh)!important}
html.ehi-on .showcase .timeline::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ehi-tri);z-index:3}
html.ehi-on .showcase .timeline::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;
  background:linear-gradient(163deg,rgba(255,255,255,.6),rgba(255,255,255,0) 42%)}
/* clips cycle the tiranga, each with its own gloss */
html.ehi-on .showcase .track .clip{position:relative;overflow:hidden;border-radius:8px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 2px 5px rgba(14,42,39,.16)!important}
html.ehi-on .showcase .track .clip::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(170deg,rgba(255,255,255,.55),rgba(255,255,255,.06) 46%,rgba(0,0,0,.06))}
html.ehi-on .showcase .track .clip:nth-child(3n+1){background:linear-gradient(180deg,#ffb45c,var(--ehi-sf) 55%,#d1650f)!important}
html.ehi-on .showcase .track .clip:nth-child(3n+2){background:linear-gradient(180deg,#fffdf6,#f0e4c8 55%,#dcc79a)!important}
html.ehi-on .showcase .track .clip:nth-child(3n+3){background:linear-gradient(180deg,#3fd39a,var(--ehi-gr) 55%,#0a6a3f)!important}
/* playhead → gold, with a soft glow */
html.ehi-on .showcase .playhead{background:linear-gradient(180deg,#f4dfa4,var(--ehi-gold))!important;
  width:3px!important;border-radius:3px;box-shadow:0 0 10px rgba(199,154,59,.85)!important;z-index:4}
/* feature checks cycle the flag */
html.ehi-on .showcase .feature-list li:nth-child(3n+1) .chk{background:linear-gradient(140deg,#ffbf6b,var(--ehi-sf) 58%,#cf5f0d)!important}
html.ehi-on .showcase .feature-list li:nth-child(3n+2) .chk{background:linear-gradient(140deg,#41cf90,var(--ehi-gr) 58%,#0a6a3f)!important}
html.ehi-on .showcase .feature-list li:nth-child(3n+3) .chk{background:linear-gradient(140deg,#4064c4,var(--ehi-navy) 58%,#0d2153)!important}
html.ehi-on .showcase .feature-list .chk{color:#fff!important;
  box-shadow:inset 0 1.5px 2px rgba(255,255,255,.6),0 3px 8px -2px rgba(14,42,39,.4)!important}
/* before/after frame → tricolour edge + glossy labels */
html.ehi-on .showcase .ba{position:relative;border-radius:var(--ehi-r-md);overflow:hidden;
  box-shadow:var(--ehi-sh-lift)!important}
html.ehi-on .showcase .ba::after{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;border-radius:inherit;
  padding:3px;background:linear-gradient(150deg,var(--ehi-sf),#fbf6ec 48%,var(--ehi-gr));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
html.ehi-on .showcase .ba .lbl{z-index:6;font-weight:800!important;letter-spacing:.08em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.3)!important}
html.ehi-on .showcase .ba .lbl.l{background:rgba(12,34,80,.72)!important;color:#fff!important}
html.ehi-on .showcase .ba .lbl.r{background:linear-gradient(90deg,var(--ehi-sf),var(--ehi-gr))!important;color:#fff!important}

/* --- #12 · digits line up wherever they're compared --- */
html.ehi-on .stat .num,html.ehi-on .price,html.ehi-on .pquota,html.ehi-on .plan .pr,
html.ehi-on .ehi-clk,html.ehi-on .ehi-scarce .n,html.ehi-on .ehi-live .n,
html.ehi-on .ehi-diyawall .s b,html.ehi-on .save-chip .sc-num,html.ehi-on .au-time{
  font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}

/* ============================================================
   MOBILE PASS · ≤760px
   Phones repaint the entire page for fixed backgrounds and blended
   overlays. Everything expensive is removed rather than shrunk, and
   the bottom of the screen is re-planned so nothing overlaps.
   ============================================================ */
@media (max-width:760px){

  /* ---- 1 · the big jank sources ---- */
  /* background-attachment:fixed forces a full-page repaint on every scroll frame */
  html.ehi-on .mesh{background-attachment:scroll!important;
    background-image:
      linear-gradient(90deg,rgba(255,138,42,.5) 0%,transparent 22%,transparent 78%,rgba(18,160,98,.46) 100%),
      radial-gradient(70vw 34vh at 50% 0%,rgba(255,150,55,.2),transparent 60%),
      radial-gradient(70vw 34vh at 50% 100%,rgba(24,182,112,.18),transparent 60%),
      radial-gradient(90vw 50vh at 50% 40%,rgba(255,255,255,.5),transparent 70%)!important}
  /* blur() / blend / backdrop layers are the most expensive things a phone can composite */
  html.ehi-on .ehi-hero-silk,html.ehi-on .ehi-hero-embers,html.ehi-on .ehi-petals,
  html.ehi-on .ehi-diyas,html.ehi-on .ehi-trail,html.ehi-on .ehi-film,
  html.ehi-on .ehi-leak,html.ehi-on .ehi-warm,html.ehi-on .ehi-grain-layer,
  html.ehi-on .ehi-hero-78{display:none!important}
  html.ehi-on .ehi-modal{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:rgba(6,16,28,.86)}
  html.ehi-on .ehi-snd{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  /* 17 chakras were spinning at once. On phones only the two focal ones keep moving;
     the rest stay as static marks, which is what they read as at this size anyway. */
  html.ehi-on .ehi-chakra{animation:none!important}
  html.ehi-on .ehi-foot-chakra .ehi-chakra{animation:ehiSpinC 26s linear infinite!important}
  html.ehi-on #why .vs-coin .ehi-vs-chakra{animation:ehiSpin 20s linear infinite!important}
  html.ehi-on .ehi-logo-chakra,html.ehi-on .ehi-dot-chakra{display:none!important}
  /* flip-clock: digits still update every second, they just don't flip */
  html.ehi-on .ehi-clk .d.flip{animation:none!important}
  /* shimmer sweeps repaint large areas for little gain on a small screen */
  html.ehi-on .hero-cta .btn-primary::after,html.ehi-on .h-xl.ehi-swept::after{display:none!important}
  html.ehi-on .h-xl .grad-text{animation:none!important;background-position:0 50%!important}

  /* ---- 2 · the bottom of the screen: sticky bar + 3 FABs were colliding ---- */
  html.ehi-on .ehi-sticky{padding:9px 44px 9px 14px;gap:9px;flex-wrap:nowrap;justify-content:space-between}
  html.ehi-on .ehi-sticky .t{font-size:11.5px;line-height:1.35;flex:1;min-width:0}
  html.ehi-on .ehi-sticky .t .hide-sm{display:none}
  html.ehi-on .ehi-sticky a.cta{padding:8px 13px;font-size:12px;white-space:nowrap;flex:none}
  html.ehi-on .ehi-sticky .x{right:6px}
  /* FABs sit in one column above the sticky bar, and lift when it appears */
  html.ehi-on #chatBubble,html.ehi-on .wa-float{width:50px!important;height:50px!important;right:14px!important}
  html.ehi-on #chatBubble svg,html.ehi-on .wa-float svg{width:25px!important;height:25px!important}
  html.ehi-on .wa-float{bottom:16px!important}
  html.ehi-on #chatBubble{bottom:76px!important}
  html.ehi-on .ehi-snd{width:38px!important;height:38px!important;right:20px!important;bottom:136px!important}
  html.ehi-on .backtop{bottom:16px!important;left:14px!important;right:auto!important}
  html.ehi-on .proof{display:none!important}                 /* social-proof toast crowds the corner */
  html.ehi-on.ehi-sticky-on .wa-float{bottom:78px!important}
  html.ehi-on.ehi-sticky-on #chatBubble{bottom:138px!important}
  html.ehi-on.ehi-sticky-on .ehi-snd{bottom:198px!important}
  html.ehi-on.ehi-sticky-on .backtop{bottom:78px!important}
  html.ehi-on #chatBubble,html.ehi-on .wa-float,html.ehi-on .ehi-snd,html.ehi-on .backtop{
    transition:bottom .35s cubic-bezier(.3,1.1,.5,1)}
  /* chat panel must not sit under the FAB column */
  html.ehi-on #chatPanel{right:10px!important;left:10px!important;width:auto!important;
    bottom:136px!important;max-height:66vh!important}
  html.ehi-on.ehi-sticky-on #chatPanel{bottom:196px!important}

  /* ---- 3 · layout: give every festive block room to breathe ---- */
  html.ehi-on .ehi-offer{flex-direction:column;align-items:stretch;gap:9px;padding:13px 14px;text-align:center}
  html.ehi-on .ehi-offer .o-t{font-size:13px;line-height:1.4}
  html.ehi-on .ehi-offer .ehi-btn{margin-left:0!important;width:100%;justify-content:center}
  html.ehi-on .ehi-clk .d{min-width:1.05em;font-size:13px;padding:.14em .2em}
  html.ehi-on .ehi-pill{max-width:100%;font-size:11.5px;padding:7px 12px}
  html.ehi-on .ehi-greet,html.ehi-on .ehi-scarce,html.ehi-on .ehi-live{font-size:11px;padding:5px 11px}
  html.ehi-on .ehi-trust-line{font-size:11.5px}
  /* diya wall */
  html.ehi-on .ehi-dw-in{padding:22px 15px 22px}
  html.ehi-on .ehi-diyawall h4{font-size:18px}
  html.ehi-on .ehi-dgrid{grid-template-columns:repeat(7,1fr);gap:8px;padding:13px 11px 15px;max-width:100%}
  html.ehi-on .ehi-dy{min-height:38px}                        /* touch target */
  html.ehi-on .ehi-share{gap:8px}
  html.ehi-on .ehi-share button,html.ehi-on .ehi-share a{font-size:12px;padding:9px 14px;min-height:40px}
  /* story + chapters + note */
  html.ehi-on .ehi-story{padding:20px 16px}
  html.ehi-on .ehi-chapters{grid-template-columns:1fr;gap:10px}
  html.ehi-on .ehi-note{padding:20px 17px}
  html.ehi-on .ehi-note .q{font-size:14px;line-height:1.6}
  html.ehi-on .ehi-mfst{font-size:11.5px;padding:12px 16px;letter-spacing:.02em;line-height:1.5}
  html.ehi-on .ehi-unfurl{height:120px}
  html.ehi-on .ehi-unfurl .mid .c{width:56px;height:56px}
  /* modals: full-width, scrollable, thumb-reachable */
  html.ehi-on .ehi-mbox{width:100%;max-height:86vh;padding:22px 17px}
  html.ehi-on .ehi-wheelwrap{--wsize:min(76vw,236px)}
  html.ehi-on .ehi-wheel .lb{width:70px;font-size:9.5px;padding:4px 5px}
  html.ehi-on .ehi-quiz .opt{padding:13px 14px;min-height:46px}
  html.ehi-on .ehi-btn{min-height:46px}
  html.ehi-on .ehi-reelcard{max-width:min(78vw,300px)}
  /* audio card + showcase stack cleanly */
  html.ehi-on .audio-card{padding-bottom:18px}
  html.ehi-on .showcase .timeline{overflow-x:auto}
  /* the hero grade slider needs a bigger, thumb-friendly handle */
  html.ehi-on .ehi-grade-handle{width:46px;height:46px}
  html.ehi-on .ehi-grade-tag{font-size:9.5px;padding:3px 6px}
  html.ehi-on .ehi-grade-tag.l{left:8px} html.ehi-on .ehi-grade-tag.r{right:8px}
  /* dividers + footer chakra scale down */
  html.ehi-on .ehi-divider{margin:2px auto}
  html.ehi-on .ehi-divider svg{width:17px;height:17px}
  html.ehi-on .ehi-foot-chakra{width:180px!important;height:180px!important}
  /* ticker: slower so it isn't a blur on a narrow screen */
  html.ehi-on .ehi-tick{animation-duration:38s}
  html.ehi-on .ehi-tick i{font-size:11.5px;padding:0 14px}
  /* FAQ */
  html.ehi-on .faq-item .faq-q{font-size:14.5px;padding:17px 0!important}
}

/* very small phones */
@media (max-width:380px){
  html.ehi-on .ehi-dgrid{grid-template-columns:repeat(6,1fr)}
  html.ehi-on .ehi-sticky .t{font-size:10.5px}
  html.ehi-on .ehi-sticky a.cta{padding:7px 11px;font-size:11.5px}
  html.ehi-on #chatBubble,html.ehi-on .wa-float{width:46px!important;height:46px!important}
}
