.hero{text-align:center;padding:4rem 2rem 2rem}.hero-title{font-size:2.5rem;font-weight:700;color:#facc15}.hero-subtitle{font-size:1.25rem;color:#fefce8;margin-top:.75rem}.offers{margin:3rem auto;text-align:center}.section-title{font-size:2rem;font-weight:700;color:#facc15;margin-bottom:2rem}.offers-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:0 1rem}.offer-card{background-color:#facc15;color:#111827;padding:1.5rem;border-radius:.75rem;max-width:320px;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.offer-card:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(250,204,21,.5)}.offer-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.offer-description{font-size:1rem;color:#1f2937}.flyers{margin:4rem auto;text-align:center;padding:0 1rem}.flyer-title{font-size:2rem;font-weight:700;color:#facc15;margin-bottom:2rem}.flyer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;justify-items:center}.flyer-card{background-color:transparent;border-radius:.75rem;overflow:hidden;max-width:400px;box-shadow:0 4px 10px rgba(0,0,0,.4);transition:transform .3s ease}.flyer-card:hover{transform:scale(1.5)}.flyer-image{width:100%;height:auto;display:block;border-radius:.5rem}.flyer-caption{color:#fefce8;padding:.75rem;font-size:1rem;text-align:center}.background-video{object-fit:cover;z-index:-2;pointer-events:none}.background-overlay,.background-video{position:fixed;top:0;left:0;width:100vw;height:100vh}.background-overlay{background:rgba(0,0,0,.3);z-index:-1}.flyers,.hero,.offers,.social-media{background-color:transparent;padding:2rem 1rem;margin:1rem auto;width:calc(100% - 2rem);max-width:1200px;z-index:1}.flip-container{display:flex;justify-content:center;gap:1.25rem;padding:1.5rem;flex-wrap:wrap}.flip-unit{flex-direction:column}.flip-card,.flip-unit{display:flex;align-items:center}.flip-card{position:relative;width:80px;height:100px;background:#000;color:#facc15;font-size:2.5rem;font-weight:700;border-radius:10px;overflow:hidden;perspective:1000px;justify-content:center;transition:color .3s ease,box-shadow .3s ease}.flip-card.animate{animation:flip .7s ease-in-out}@keyframes flip{0%{transform:rotateX(0deg)}50%{transform:rotateX(-90deg);opacity:.5}to{transform:rotateX(-180deg);opacity:1}}.flip-card.low-time{color:#f87171;box-shadow:0 0 10px 2px rgba(255,0,0,.4)}.flip-card .bottom,.flip-card .top{width:100%;text-align:center;backface-visibility:hidden}.flip-card .bottom{position:absolute;bottom:0;transform:rotateX(180deg);opacity:.2}.label{margin-top:.5rem;font-size:1rem;color:#fefce8;text-transform:uppercase;font-weight:500}