:root{--foodu-red:#e30016;--foodu-dark:#191b22;--bg-light:#f9f9fb;--text-body:#666;--pure-white:#fff;--pill-radius:50px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-light);color:var(--foodu-dark)}.nav-container{width:100%;position:absolute;top:2rem;left:0;z-index:1000;justify-content:center}.nav-container,.navbar{display:flex;align-items:center}.navbar{width:90%;max-width:1200px;justify-content:space-between;padding:.8rem 2rem;background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,94%,.95));border-radius:var(--pill-radius);box-shadow:0 10px 40px rgba(0,0,0,.15)}.logo-container{display:flex;align-items:center}.nav-logo-img{height:60px;width:auto;display:block;mix-blend-mode:multiply;filter:contrast(110%)}.footer-logo-img{height:80px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.nav-links a{color:var(--foodu-dark);text-decoration:none;margin-left:2rem;font-weight:700;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--foodu-red)}.nav-actions{display:flex;align-items:center;gap:1.5rem}.cart-btn{background:#002b36;width:45px;height:45px;position:relative;cursor:pointer}.cart-btn,.cart-btn .badge{color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-btn .badge{position:absolute;top:-5px;right:-5px;background:var(--foodu-red);width:20px;height:20px;font-size:.75rem;font-weight:700}.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{display:block;width:25px;height:3px;background:var(--foodu-dark);border-radius:2px}.hero{position:relative;background:radial-gradient(circle at 60% 50%,#e30016 0,#a3000e 100%);color:#fff;padding:12rem 5rem 6rem;display:flex;align-items:center;overflow:hidden;height:85vh;min-height:700px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");pointer-events:none;z-index:1}.hero-sliders{position:absolute;width:100%;display:flex;justify-content:space-between;padding:0 2rem;left:0;top:50%;transform:translateY(-50%);z-index:20}.slider-arrow{width:50px;height:50px;border:1px solid hsla(0,0%,100%,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.slider-arrow:hover{background:#fff;color:var(--foodu-red)}.hero-content{flex:1 1;z-index:10;max-width:650px;margin-left:5%}.badge-pill{display:inline-block;border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1.5rem;border-radius:var(--pill-radius);font-size:.85rem;letter-spacing:1px;margin-bottom:2rem}.badge-pill,.hero-title{text-transform:uppercase}.hero-title{font-family:Inter,sans-serif;font-size:5.5rem;font-weight:900;line-height:1.1;margin:0 0 1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-desc{font-size:1.1rem;line-height:1.6;opacity:.9;margin-bottom:2.5rem;max-width:450px}.btn-order{background-color:#e30016;color:#fff;padding:1rem 3rem;border-radius:var(--pill-radius);font-weight:800;border:none;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.2);transition:all .3s ease;font-size:1rem;text-transform:uppercase}.btn-order:hover{background-color:#fff;color:var(--foodu-red);transform:translateY(-3px)}.hero-visual{flex:1 1;position:relative;height:100%;z-index:5;display:flex;align-items:center;justify-content:flex-end}.pizza-container{position:absolute;right:-10%;top:50%;transform:translateY(-50%)}.main-pizza{width:800px;height:800px;object-fit:cover;border-radius:50%;box-shadow:-20px 20px 60px rgba(0,0,0,.5);animation:floatPizza 6s ease-in-out infinite}@keyframes floatPizza{0%{transform:translateY(-50%) rotate(0)}50%{transform:translateY(-48%) rotate(2deg)}to{transform:translateY(-50%) rotate(0)}}.fifty-off{position:absolute;top:15%;left:20%;text-align:center;color:gold;font-family:Brush Script MT,cursive;font-size:2.5rem;transform:rotate(-10deg);z-index:10}.scribble-line{width:80px;height:20px;display:block;margin:0 auto}.theme-toggle{position:absolute;bottom:2rem;right:2rem;background:rgba(0,0,0,.5);padding:.5rem;border-radius:var(--pill-radius);display:flex;gap:.5rem;z-index:20}.theme-toggle span{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;color:#000;border-radius:50%;cursor:pointer}.menu-display{display:flex;background-color:#f8f8f5;padding:6rem 5rem;gap:4rem}.menu-left{flex:1 1}.menu-stat{gap:1.5rem;margin-bottom:3rem}.menu-stat,.stat-icon{display:flex;align-items:center}.stat-icon{width:100px;height:100px;border-radius:50%;border:2px solid var(--foodu-red);justify-content:center}.stat-icon img{width:50px}.stat-text h2{font-size:4rem;color:var(--foodu-red);font-weight:900;margin:0;line-height:1}.stat-text p{margin:0;font-weight:700;font-size:1.2rem;text-transform:uppercase}.menu-image img{width:100%;max-width:500px;border-radius:10px;box-shadow:0 15px 30px rgba(0,0,0,.1)}.menu-right{flex:1.5 1}.menu-tag{color:var(--foodu-red);font-weight:800;font-size:.9rem;display:flex;align-items:center;gap:1rem}.decor-line{color:#ccc;letter-spacing:-2px}.menu-title{font-size:3.5rem;font-weight:900;margin:.5rem 0 2rem}.menu-tabs{display:flex;gap:1rem;margin-bottom:2rem;position:relative;z-index:10}.tab{padding:.8rem 1.5rem;border:none;background:#fff;border-radius:5px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.05)}.tab.active{background:var(--foodu-red);color:#fff}.menu-sizes{display:flex;justify-content:flex-end;gap:1rem;margin-bottom:1rem}.size-label{border:1px solid #ccc;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.menu-list{display:flex;flex-direction:column;gap:2rem}.menu-list-item{display:flex;align-items:flex-start;justify-content:space-between}.item-details h3{margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.item-details p{margin:0;color:#777;font-size:.9rem}.item-dots{flex-grow:1;border-bottom:2px dashed #ccc;margin:0 1.5rem;position:relative;top:15px}.item-prices{display:flex;gap:1.5rem;font-weight:900;font-size:1.4rem;color:var(--foodu-red)}.item-prices span{width:40px;text-align:right}.btn-view-menu{display:inline-block;margin-top:3rem;background:var(--foodu-red);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:800;text-decoration:none;font-size:1rem;transition:all .3s}.btn-view-menu:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(227,0,22,.3)}.home-add-btn{width:40px;height:40px;border-radius:50%;border:2px solid #ddd;background:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s;flex-shrink:0;margin-left:1rem}.home-add-btn:hover{background:var(--foodu-red);color:#fff;border-color:var(--foodu-red);transform:rotate(90deg)}.home-add-btn.added{background:#28a745;color:#fff;border-color:#28a745}.promo-banner{background:radial-gradient(circle at center,#d33d0d 0,#a62402 100%);display:flex;align-items:center;justify-content:center;padding:4rem 10%;color:#fff;position:relative;overflow:hidden}.promo-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.15'/%3E%3C/svg%3E");pointer-events:none}.promo-content{flex:1 1;z-index:2}.limited-badge{border:1px solid hsla(0,0%,100%,.4);padding:.3rem 1.2rem;border-radius:20px;font-size:.8rem;letter-spacing:2px}.promo-content h2{font-size:4rem;font-weight:900;line-height:1.1;text-shadow:2px 2px 0 rgba(0,0,0,.2);margin:1.5rem 0}.promo-content p{opacity:.9;line-height:1.6;margin-bottom:2rem;max-width:400px}.countdown{display:flex;gap:1rem}.time-box{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);padding:.8rem 1.2rem;text-align:center;border-radius:5px}.time-box strong{display:block;font-size:1.5rem}.time-box span{font-size:.6rem;letter-spacing:1px}.promo-visual{flex:1 1;position:relative;z-index:2;display:flex;justify-content:center}.promo-burger{width:400px;filter:drop-shadow(0 20px 30px rgba(0,0,0,.5))}.save-badge{position:absolute;top:10%;right:10%;border:2px solid #fff;border-radius:50% 50% 50% 5px;width:120px;height:120px;display:flex;align-items:center;justify-content:center;text-align:center;transform:rotate(15deg)}.save-text{line-height:1.2}.save-text strong{font-size:2rem;color:gold}.testimonials{background-color:#fdfbf7;padding:8rem 2rem;text-align:center;position:relative}.stars{color:orange;font-size:1.5rem;letter-spacing:5px;margin-bottom:1rem}.testimonials h3{font-size:2rem;font-weight:800;margin-bottom:2rem}.review-text{font-size:1.2rem;max-width:700px;margin:0 auto 3rem;line-height:1.8;color:#444;font-style:italic}.reviewer img{width:80px;height:80px;border-radius:50%;border:4px solid #fff;box-shadow:0 10px 20px rgba(0,0,0,.1);margin-bottom:2rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;border:2px solid #ccc;cursor:pointer}.carousel-dots .dot.active{background:var(--foodu-dark);border-color:var(--foodu-dark)}.main-footer{background-color:#05262b;color:#fff;padding:5rem 5rem 2rem}.footer-top{display:flex;justify-content:space-between;gap:3rem;margin-bottom:4rem;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:4rem}.footer-col{flex:1 1}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo h2,.logo-icon-red{display:none}.footer-col h3{font-size:1.2rem;margin-bottom:2rem;font-weight:700}.footer-col p{color:#ccc;font-size:.9rem;line-height:1.8}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:1rem}.footer-col a{color:#ccc;text-decoration:none}.footer-col a:hover{color:var(--foodu-red)}.hours{margin-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);padding-top:1rem}.hour-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;color:#ccc}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}.newsletter-form{margin:2rem 0;position:relative}.newsletter-form input{width:100%;background:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.2);padding:1rem 0;color:#fff;outline:none;margin-bottom:1rem}.btn-subscribe{background:var(--foodu-red);color:#fff;border:none;padding:1rem 2rem;border-radius:5px;font-weight:700;cursor:pointer;width:max-content}.socials{gap:1rem}.social-icon,.socials{display:flex;align-items:center}.social-icon{width:35px;height:35px;background:#fff;color:#05262b;justify-content:center;border-radius:50%;font-weight:700}.footer-bottom{justify-content:space-between;color:#888;font-size:.9rem}.footer-bottom,.footer-widgets{display:flex;align-items:center}.footer-widgets{gap:1rem}.scroll-up{background:var(--foodu-red);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700}.theme-toggle-footer{background:hsla(0,0%,100%,.2);padding:.5rem;border-radius:30px;display:flex;gap:.5rem}.theme-toggle-footer span{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;color:#000;border-radius:50%;cursor:pointer}.popular{padding:8rem 5rem;background-color:var(--pure-white)}.filter-tabs{display:flex;justify-content:center;gap:1.5rem;margin-bottom:4rem}.filter-btn{background:#f3f3f5;padding:.8rem 2rem;border-radius:var(--pill-radius);font-weight:800;cursor:pointer;border:1px solid transparent;transition:all .3s ease}.filter-btn.active{background:var(--foodu-red);color:#fff}.food-card{background:var(--bg-light);border-radius:30px;padding:0;overflow:hidden;position:relative;transition:all .3s ease}.food-card-top{padding:3rem 2rem 1.5rem;text-align:center}.food-img-circle{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 2rem;border:4px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,.1)}.food-info{background:#fff;padding:2rem;border-radius:30px 30px 0 0}.food-price{font-weight:900;font-size:1.5rem;color:var(--foodu-red)}.app-banner{padding:5rem}.inner-banner{background:var(--foodu-red);border-radius:40px;padding:5rem;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}.inner-banner h2{font-size:4rem;font-weight:900;line-height:1;margin:0}@media (max-width:1200px){.hero{flex-direction:column;padding:8rem 2rem 4rem}.hero-content{text-align:center;max-width:100%;margin-bottom:3rem}.hero-title{font-size:4rem}.menu-display{flex-direction:column;padding:4rem 3%}.menu-left{flex-direction:row;align-items:center;gap:2rem}.menu-title{font-size:2.5rem}.promo-banner{flex-direction:column;text-align:center;padding:4rem 5%}.promo-visual{margin-top:2rem}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:900px){.navbar{padding:.5rem 1rem}.nav-links{display:none}.hamburger{display:flex}.brand-logo-svg svg{width:180px;height:45px}.hero{padding:7rem 1.5rem 3rem;min-height:auto}.hero-title{font-size:3rem}.hero-desc{font-size:1rem}.hero-visual{display:none}.menu-display{padding:3rem 5%}.menu-left{display:none}.menu-right{width:100%}.menu-title{font-size:2rem}.menu-tabs{flex-wrap:wrap}.menu-list-item{flex-direction:column;gap:.5rem}.item-dots{display:none}.item-prices{margin-top:.5rem}.promo-banner{padding:3rem 5%}.promo-banner h2{font-size:2.5rem}.promo-burger{width:250px}.countdown{gap:1rem}.testimonials{padding:4rem 5%}.review-text{font-size:1rem;padding:0 5%}.footer-top{grid-template-columns:1fr;gap:3rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:600px){.nav-container{top:.5rem}.navbar{width:95%;padding:.4rem .8rem}.brand-logo-svg svg{width:140px;height:35px}.hero{padding:6rem 1rem 2rem}.hero-title{font-size:2rem}.badge-pill{font-size:.7rem;padding:.4rem 1rem}.btn-order,.btn-view-menu{padding:.8rem 1.5rem;font-size:.9rem}.menu-display{padding:2rem 4%}.menu-title{font-size:1.5rem}.menu-tabs{gap:.5rem}.tab{padding:.5rem 1rem;font-size:.8rem}.promo-banner{padding:2rem 4%}.promo-banner h2{font-size:1.8rem}.countdown{flex-wrap:wrap;gap:.5rem}.time-box{padding:.8rem;min-width:60px}.testimonials{padding:3rem 4%}.testimonials h3{font-size:1.3rem}.review-text{font-size:.9rem}.footer-top{padding:3rem 4%}.footer-col h3{font-size:1.1rem}.newsletter-form{flex-direction:column}.btn-subscribe{width:100%}.footer-bottom{padding:1.5rem 4%}.footer-bottom p{font-size:.75rem}}@media (max-width:400px){.hero-title{font-size:1.6rem}.menu-title{font-size:1.3rem}.promo-banner h2{font-size:1.4rem}}