@import url("https://fonts.googleapis.com/css2?family=Sacramento&family=Poppins:wght@400;600;700&display=swap");:root{--accent1:#f48723;--accent2:#ff7a00;--text:#fff;--card-bg:rgba(10,12,18,.45);--card-border:hsla(0,0%,100%,.14);--glow:0 0 24px rgba(244,135,35,.55)}.dd-wrap{position:relative;min-height:calc(100dvh - 160px);overflow:hidden;background:#000;isolation:isolate;margin:20px;border-radius:20px}.dd-stage{position:relative;width:100%;height:100%;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}.dd-stage:after{content:"";background-image:url(/diwali_poster.png);background-repeat:no-repeat;background-position:top;background-size:cover;opacity:.45;transform:translateZ(0);will-change:opacity}.dd-canvas,.dd-stage:after{position:absolute;inset:0;z-index:1}.dd-canvas{display:block}.dd-content{position:relative;z-index:2;width:100%;height:100%;display:grid;place-items:center;padding:24px}.dd-card{width:100%;padding:clamp(20px,4vw,36px);border-radius:24px;background:var(--card-bg);border:1px solid var(--card-border);backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);box-shadow:0 8px 40px rgba(0,0,0,.45)}.dd-subhead{margin:0 0 8px;color:var(--text);font-family:Sacramento,cursive;font-size:clamp(22px,3.6vw,32px);text-align:center;opacity:.95}.dd-headline{margin:0 0 18px;text-align:center;line-height:1.35;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:700;font-size:clamp(26px,4.6vw,36px);background:linear-gradient(90deg,var(--accent2),var(--accent1));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 10px rgba(244,135,35,.4);animation:dd-fadeUp .7s ease-out both}.dd-break,.dd-cta{display:block;font-weight:600}.dd-cta{padding:14px 36px;background:linear-gradient(90deg,var(--accent2),var(--accent1));border-radius:999px;color:#fff!important;text-transform:capitalize;text-align:center;margin:30px auto!important;justify-content:center;align-items:center;font-size:16px;line-height:1;width:-moz-fit-content;width:fit-content;margin:16px auto 8px;box-shadow:var(--glow);text-decoration:none;transition:transform .15s ease,filter .15s ease}.dd-cta:hover{transform:translateY(-1px);filter:brightness(1.05)}.dd-cta:active{transform:translateY(0);filter:brightness(.98)}.dd-crackers{list-style:none;padding:0;margin:50px auto 0;display:flex;gap:18px;justify-content:center;flex-wrap:wrap}.dd-crackers li{width:46px;height:46px;border-radius:999px;position:relative;background-color:#8d6e63;box-shadow:0 2px 5px rgba(0,0,0,.5)}.dd-crackers li:after,.dd-crackers li:before{content:"";position:absolute;inset:-40% -30% auto auto;width:100%;height:100%;border-radius:999px;background-color:#051223}.dd-crackers li:after{inset:-40% auto auto -30%}.dd-crackers li span{display:inline-block;height:18px;width:18px;position:absolute;left:0;right:0;margin:auto;z-index:1;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top-right-radius:50px;transform:rotate(45deg);animation:dd-fire .3s ease infinite}.dd-crackers li:first-child span{animation-delay:.5s}.dd-crackers li:nth-child(2) span{animation-delay:1s}.dd-crackers li:nth-child(3) span{animation-delay:1.5s}.dd-crackers li:nth-child(4) span{animation-delay:2s}.dd-crackers li:nth-child(5) span{animation-delay:2.5s}.dd-crackers li:nth-child(6) span{animation-delay:3s}@keyframes dd-fire{0%,to{transform:rotate(55deg);width:20px;background:linear-gradient(90deg,orange,#ff4500)}50%{transform:rotate(35deg);width:18px;background:linear-gradient(90deg,#ff4500,orange)}}@keyframes dd-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (min-width:480px){.dd-wrap{min-height:calc(100svh - 100px)}.dd-card{border-radius:22px}.dd-crackers{gap:16px}.dd-crackers li{width:42px;height:42px}}@media (min-width:768px){.dd-stage:after{opacity:.5}.dd-content{padding:24px}.dd-card{width:min(85vw,900px);padding:clamp(22px,3vw,34px)}.dd-headline{font-size:clamp(28px,4.2vw,46px)}.dd-subhead{font-size:clamp(22px,2.8vw,32px)}.dd-cta{font-size:16px;padding:15px 32px}.dd-crackers{gap:18px}.dd-crackers li{width:46px;height:46px}}@media (min-width:1200px){.dd-stage:after{opacity:.6}.dd-card{width:min(70vw,980px);border-radius:24px}.dd-headline{font-size:clamp(34px,3vw,54px)}.dd-subhead{font-size:clamp(24px,2vw,34px)}.dd-cta{font-size:17px;padding:16px 36px}.dd-crackers{gap:20px}.dd-crackers li{width:50px;height:50px}}@media (prefers-reduced-motion:reduce){.dd-headline{text-shadow:none}.dd-crackers li span,.dd-headline{animation:none}}