:root{--blue1: #006491;--blue2: #004b6a;--red: #e31837;--yellow: #ffd100;--idfc-maroon: #9C1D26;--idfc-white: #FFFFFF;--text: #1a1a1a;--bg: #ffffff;--soft: #f3faff}*{box-sizing:border-box}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}.hero{position:relative;padding:100px 20px 80px;text-align:center;background:linear-gradient(135deg,var(--blue1),var(--blue2));color:#fff;isolation:isolate}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 15%,rgba(255,255,255,.25),transparent 55%);z-index:-1}.dominos-logo{width:90px;margin-bottom:25px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))}.hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin:0}.hero-subtitle{margin-top:14px;font-size:clamp(1rem,1.5vw,1.2rem);opacity:.95}.cta-main{margin-top:26px;display:inline-block;background:var(--yellow);color:var(--text);padding:14px 32px;border-radius:40px;font-weight:600;text-decoration:none;transition:transform .25s ease,background .25s ease;will-change:transform}.cta-main:hover{transform:translateY(-3px);background:#f2c400}.video-section{padding:70px 20px;text-align:center;background:var(--soft)}.section-title{font-size:clamp(1.6rem,2vw,2rem);font-weight:700;margin:0 0 28px}.video-container{max-width:720px;margin:0 auto}.video-slot{width:100%;background:#000;border-radius:16px;overflow:hidden}.video-slot video{width:100%;height:auto;display:block}.video-caption{margin-top:12px;font-size:.98rem;opacity:.78}.collection{padding:70px 20px;text-align:center}.collection-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:34px}.product-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:var(--text);box-shadow:0 10px 26px #00000014;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #0000001f}.product-card:nth-child(1) img{object-position:center 30%}.product-card:nth-child(2) img{object-position:center 20%}.product-card:nth-child(3) img{object-position:center 25%}.product-card img{width:100%;height:260px;object-fit:cover;display:block}.p-title{padding:14px 16px;font-size:1.1rem;font-weight:600}.offer-banner{background:linear-gradient(135deg,var(--red),#c3142e);color:#fff;text-align:center;padding:60px 20px;margin:70px 20px;border-radius:20px}.cta-secondary{margin-top:18px;background:#fff;color:var(--red);border:none;padding:12px 30px;border-radius:40px;font-weight:700;cursor:pointer;transition:transform .25s ease,background .25s ease}.cta-secondary:hover{transform:translateY(-3px);background:#f7f7f7}.footer{text-align:center;padding:26px;color:#444}.story-page{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh}.story-page-loading,.story-page-error{position:fixed;inset:0;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:Poppins,sans-serif;gap:16px;height:100vh;height:100dvh}.story-error-icon{font-size:4rem}.story-container{position:relative;width:100%;height:100%;max-width:430px;max-height:calc(100vw * 16 / 9);background:#000;overflow:hidden;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}@media (max-width: 430px){.story-container{max-width:100vw;max-height:100dvh;height:100vh;height:100dvh;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}}@media (min-width: 431px){.story-container{height:calc(100vh - 40px);max-height:800px;border-radius:24px;box-shadow:0 20px 60px #00000080}}.story-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000}.story-progress-container{position:absolute;top:16px;left:12px;right:12px;display:flex;gap:4px;z-index:10}.story-progress-bar{flex:1;height:3px;background:#ffffff59;border-radius:2px;overflow:hidden}.story-progress-fill{height:100%;background:#fff;border-radius:2px;transition:width .1s linear}.story-top-controls{position:absolute;top:28px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:center;z-index:10}.story-counter{background:#00000080;color:#fff;font-size:12px;font-weight:500;padding:4px 10px;border-radius:12px;font-family:Poppins,sans-serif}.story-mute-btn{background:#00000080;border:none;color:#fff;padding:8px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.story-mute-btn:hover{background:#000000b3;transform:scale(1.1)}.story-mute-btn:active{transform:scale(.95)}.story-pause-lucide{color:#ffffffe6;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.story-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;z-index:5}.story-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-left-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.story-paused-indicator{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;z-index:8}.story-pause-icon{font-size:64px;color:#ffffffe6;text-shadow:0 4px 12px rgba(0,0,0,.3)}.story-touch-zone{position:absolute;top:0;bottom:0;width:33.33%;z-index:3}.story-touch-left{left:0}.story-touch-right{right:0}.story-cta-screen{background:var(--idfc-white);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.story-cta-screen:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.8) 0%,transparent 100%),radial-gradient(circle at 20% 30%,rgba(156,29,38,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(156,29,38,.04) 0%,transparent 50%);filter:blur(40px);pointer-events:none;animation:bgPulse 10s ease-in-out infinite alternate}@keyframes bgPulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.story-cta-content{text-align:center;padding:40px 24px;color:var(--idfc-maroon);display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;max-width:500px;position:relative;z-index:5}.story-cta-logo{font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;color:#333;margin-bottom:24px;opacity:.8;border-bottom:2px solid var(--idfc-maroon);padding-bottom:4px;animation:fadeInDown .8s ease-out both}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}.story-cta-title{font-size:clamp(2rem,5vw,2.6rem);font-weight:800;margin:0 0 12px;font-family:inherit;line-height:1.1;color:var(--idfc-maroon);letter-spacing:-.5px;animation:fadeInDown .8s ease-out .1s both;text-shadow:0 2px 10px rgba(156,29,38,.05)}.story-cta-subtitle{font-size:clamp(1rem,3.5vw,1.15rem);color:#4a4a4a;margin:0 0 32px;font-family:inherit;max-width:85%;line-height:1.5;font-weight:500;animation:fadeInDown .8s ease-out .2s both}.story-cta-button{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--idfc-maroon) 0%,#7d171e 100%);color:var(--idfc-white);padding:16px 36px;border-radius:50px;font-size:1.05rem;font-weight:600;text-decoration:none;font-family:inherit;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 15px #9c1d264d,inset 0 1px 1px #fff3;position:relative;z-index:10;margin-top:24px;animation:fadeInUp .8s ease-out .6s both;overflow:hidden}.story-cta-button:after{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%}.story-cta-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #9c1d2666;background:linear-gradient(135deg,#a8202a,#8a1a22)}.story-cta-button:active{transform:translateY(0)}.story-error{display:flex;align-items:center;justify-content:center;background:var(--bg);color:var(--text);font-family:inherit}.story-credit-card-container{position:relative;margin:10px auto 30px;perspective:1000px;width:280px;height:auto;animation:fadeInDown 1s ease-out .4s both}.story-credit-card-wrapper{position:relative;width:100%;transform-style:preserve-3d;animation:cardFloat 5s ease-in-out infinite}.story-credit-card-inner{position:relative;width:100%;border-radius:16px;overflow:hidden;z-index:2;box-shadow:0 20px 40px #00000026;transition:transform .3s ease,box-shadow .3s ease}.story-credit-card-wrapper:hover .story-credit-card-inner{transform:scale(1.02);box-shadow:0 25px 50px #0003}@keyframes cardFloat{0%,to{transform:translateY(0) rotateX(2deg) rotateY(-2deg)}50%{transform:translateY(-10px) rotateX(-1deg) rotateY(1deg)}}.story-credit-card{width:100%;height:auto;display:block}.story-credit-card-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);z-index:3;animation:shineSweep 4s ease-in-out infinite;pointer-events:none}@keyframes shineSweep{0%{left:-100%;opacity:0}10%{opacity:1}40%,to{left:200%;opacity:0}}@media (max-width: 380px){.story-credit-card-container{width:220px;height:140px;margin:10px auto 20px}}@media (min-width: 430px){.story-credit-card-container{width:320px;height:200px;margin:20px auto 40px}}
