:root{--bg-primary:#0a0a0a;--bg-secondary:#121212;--bg-card:#1a1a1aa6;--border-card:#ffffff12;--text-primary:#fff;--text-secondary:#a3a3a3;--accent-orange:#ff5300;--accent-orange-hover:#e04600;--accent-amber:#ffa000;--white:#fff;--font-primary:"Outfit", sans-serif;--font-serif:"Playfair Display", serif;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);width:100%;color:var(--text-primary);font-family:var(--font-primary);scroll-behavior:smooth;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font-primary);cursor:pointer;background:0 0;border:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-orange{0%,to{transform:scale(1);box-shadow:0 0 #ff530066}50%{transform:scale(1.05);box-shadow:0 0 20px 10px #ff530000}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-orange)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-card);background:#0a0a0acc;width:100%;transition:all .3s;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{align-items:center;gap:10px;display:flex}.logo-icon{color:var(--accent-orange);align-items:center;font-size:1.8rem;font-weight:800;display:flex}.logo-text{flex-direction:column;display:flex}.logo-title{letter-spacing:-.5px;color:var(--text-primary);font-size:1.4rem;font-weight:800}.logo-tagline{color:var(--accent-orange);letter-spacing:1.5px;text-transform:uppercase;font-size:.75rem;font-weight:500}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--accent-orange)}.nav-btn{background:var(--accent-orange);color:var(--white);border-radius:50px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ff53004d}.nav-btn:hover{background:var(--accent-orange-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ff530073}.hero{background:radial-gradient(circle at 80% 20%,#ff530014 0%,#0000 50%),radial-gradient(circle at 10% 80%,#ffa00008 0%,#0000 40%);padding-top:140px;padding-bottom:80px;position:relative}.hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.hero-content{animation:.8s forwards fadeIn}.hero-welcome{color:var(--accent-orange);font-family:var(--font-serif);margin-bottom:.5rem;font-size:1.6rem;font-style:italic}.hero-title{letter-spacing:-2px;text-transform:uppercase;color:var(--white);margin-bottom:1.5rem;font-size:5rem;font-weight:900;line-height:.95}.hero-title span{color:var(--accent-orange);display:block}.hero-description{color:var(--text-secondary);max-width:540px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.hero-bullets{grid-template-columns:1fr 1fr;gap:1.5rem 1rem;margin-bottom:3rem;display:grid}.bullet-item{align-items:center;gap:12px;font-size:.95rem;font-weight:500;display:flex}.bullet-icon{color:var(--accent-orange);flex-shrink:0;width:20px;height:20px}.hero-cta-wrapper{align-items:center;gap:1.5rem;display:flex}.phone-badge{background:var(--bg-secondary);border:1px solid var(--border-card);color:var(--white);border-radius:50px;align-items:center;gap:12px;padding:.8rem 1.8rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.phone-badge:hover{border-color:var(--accent-orange);transform:translateY(-2px);box-shadow:0 0 15px #ff530040}.phone-badge svg{color:var(--accent-orange);width:20px;height:20px}.hero-visual{justify-content:center;align-items:center;animation:1s forwards fadeIn;display:flex;position:relative}.pasta-image-wrapper{aspect-ratio:1;border:2px solid #ff530033;border-radius:50%;width:100%;max-width:480px;transition:transform .5s;overflow:hidden;box-shadow:0 20px 50px #00000080,0 0 80px #ff530026}.pasta-image-wrapper:hover{transform:rotate(5deg)scale(1.02)}.fresh-badge{background:linear-gradient(135deg, var(--accent-orange) 0%, #ff8f00 100%);text-transform:uppercase;width:100px;height:100px;color:var(--white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;line-height:1.1;animation:4s ease-in-out infinite float;display:flex;position:absolute;top:10%;left:5%;box-shadow:0 10px 25px #ff530066}.fresh-badge span{font-size:1.2rem}.fresh-badge svg{width:18px;height:18px;margin-bottom:2px}.stats-bar-wrapper{z-index:10;margin-top:-30px;padding-bottom:60px;position:relative}.stats-bar{background:var(--white);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.2rem;display:grid;box-shadow:0 25px 50px -12px #00000040}.stat-item{align-items:center;gap:1rem;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background-color:#e5e5e5;width:1px;height:70%;position:absolute;top:15%;right:-1rem}.stat-icon-wrapper{width:60px;height:60px;color:var(--accent-orange);background:#fff2eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-icon-wrapper svg{width:24px;height:24px}.stat-info{flex-direction:column;display:flex}.stat-number{color:#0a0a0a;font-size:1.8rem;font-weight:800;line-height:1.1}.stat-label{color:#666;font-size:.9rem;font-weight:500}.reviews-section{background-color:var(--bg-secondary);padding:100px 0;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:var(--accent-orange);letter-spacing:3px;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:flex}.section-subtitle:before,.section-subtitle:after{content:"";background-color:var(--accent-orange);width:30px;height:1px}.section-title{color:var(--white);padding-bottom:15px;font-size:2.8rem;font-weight:800;display:inline-block;position:relative}.section-title:after{content:"";background-color:var(--accent-orange);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem;display:grid}.review-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:16px;flex-direction:column;justify-content:space-between;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.review-card:before{content:"\"";font-family:var(--font-serif);color:#ff53000d;font-size:6rem;font-weight:900;line-height:1;position:absolute;top:15px;right:25px}.review-card:hover{border-color:#ff53004d;transform:translateY(-8px);box-shadow:0 15px 30px #0006}.review-stars{color:var(--accent-amber);gap:4px;margin-bottom:1.5rem;display:flex}.review-stars svg{width:18px;height:18px}.review-text{color:var(--text-secondary);z-index:2;margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.6;position:relative}.review-author{align-items:center;gap:1rem;display:flex}.author-avatar{border:2px solid var(--border-card);border-radius:50%;width:50px;height:50px;transition:border-color .3s;overflow:hidden}.review-card:hover .author-avatar{border-color:var(--accent-orange)}.author-info{flex-direction:column;display:flex}.author-name{color:var(--white);font-size:1.05rem;font-weight:600}.author-location{color:var(--text-secondary);font-size:.85rem}.carousel-dots{justify-content:center;gap:10px;display:flex}.dot{cursor:pointer;background:#333;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot.active{background:var(--accent-orange);border-radius:10px;width:25px}.footer-cta{border-top:1px solid var(--border-card);background:radial-gradient(circle at 20% 80%,#ff53000a 0%,#0000 40%);padding:100px 0 60px}.cta-grid{border-bottom:1px solid var(--border-card);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:60px;padding-bottom:80px;display:grid}.cta-content{flex-direction:column;display:flex}.cta-tagline{color:var(--text-secondary);margin-bottom:.5rem;font-size:1rem;font-weight:500}.cta-title{color:var(--white);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.cta-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.playstore-btn{color:var(--white);background:#000;border:1px solid #333;border-radius:8px;align-items:center;gap:12px;width:fit-content;padding:.8rem 1.8rem;transition:all .3s;display:inline-flex}.playstore-btn:hover{border-color:var(--accent-orange);transform:translateY(-2px)}.playstore-btn svg{width:26px;height:26px}.btn-meta{text-align:left;flex-direction:column;display:flex}.btn-meta-subtitle{text-transform:uppercase;color:#aaa;letter-spacing:.5px;font-size:.65rem}.btn-meta-title{font-size:1.1rem;font-weight:600}.cta-visual{justify-content:center;align-items:center;display:flex;position:relative}.phone-mockup-wrapper{border:8px solid #1c1c1e;border-radius:40px;width:100%;max-width:320px;overflow:hidden;box-shadow:0 30px 60px #0009}.footer-dir-grid{grid-template-columns:1.2fr .9fr .9fr;gap:4rem;margin-bottom:60px;display:grid}.dir-title{color:var(--white);margin-bottom:1.8rem;font-size:1.2rem;font-weight:700;position:relative}.dir-title:after{content:"";background-color:var(--accent-orange);width:30px;height:2px;position:absolute;bottom:-6px;left:0}.dir-list{flex-direction:column;gap:1.2rem;list-style:none;display:flex}.dir-item{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:.95rem;display:flex}.dir-item-link{color:var(--text-secondary);transition:color .2s,transform .2s;display:inline-block}.dir-item-link:hover{color:var(--accent-orange);transform:translate(4px)}.dir-item svg{color:var(--accent-orange);flex-shrink:0;width:18px;height:18px;margin-top:2px}.social-icons{gap:1rem;display:flex}.social-icon-link{background:var(--bg-secondary);border:1px solid var(--border-card);width:45px;height:45px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon-link:hover{background:var(--accent-orange);color:var(--white);border-color:var(--accent-orange);transform:translateY(-3px)rotate(8deg)}.social-icon-link svg{width:20px;height:20px}.footer-bottom{border-top:1px solid var(--border-card);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:2.5rem;font-size:.85rem;display:flex}.bottom-logo{align-items:center;gap:8px;display:flex}.bottom-links{gap:2rem;display:flex}.bottom-link:hover{color:var(--accent-orange)}@media (max-width:1024px){.hero-title{font-size:4rem}.hero-grid{gap:2rem}.stats-bar{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item:nth-child(2):after{display:none}.reviews-grid{grid-template-columns:1fr 1fr}.reviews-grid .review-card:last-child{grid-column:span 2}}@media (max-width:768px){.container{padding:0 1.5rem}.navbar-container{height:70px}.nav-links{display:none}.hero{padding-top:110px;padding-bottom:50px}.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-description{margin-left:auto;margin-right:auto}.hero-bullets{max-width:480px;margin-left:auto;margin-right:auto}.hero-cta-wrapper{justify-content:center}.fresh-badge{left:auto;right:5%}.stats-bar-wrapper{margin-top:0;padding-bottom:40px}.stats-bar{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.stat-item:after{display:none!important}.reviews-section{padding:60px 0}.reviews-grid{grid-template-columns:1fr;gap:1.5rem}.reviews-grid .review-card:last-child{grid-column:span 1}.section-title{font-size:2.2rem}.footer-cta{padding:60px 0 30px}.cta-grid{text-align:center;grid-template-columns:1fr;gap:3rem;padding-bottom:50px}.playstore-btn{margin:0 auto}.phone-mockup-wrapper{max-width:260px}.footer-dir-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}.bottom-links{justify-content:center}}.menu-section{background-color:var(--bg-primary);padding:100px 0}.menu-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.menu-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.menu-card:hover{border-color:#ff530059;transform:translateY(-8px);box-shadow:0 15px 30px #ff530014}.menu-card-image{border-bottom:1px solid var(--border-card);background-position:50%;background-size:cover;width:100%;height:200px;position:relative}.menu-card-badge{background:var(--accent-orange);color:var(--white);border-radius:50px;padding:.4rem .8rem;font-size:.85rem;font-weight:700;position:absolute;top:15px;right:15px}.menu-card-details{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.menu-item-title{color:var(--white);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.menu-item-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.menu-item-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.menu-item-price{color:var(--accent-orange);font-size:1.3rem;font-weight:800}.menu-item-btn{color:var(--white);background:0 0;border:1px solid #ffffff26;border-radius:50px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s}.menu-card:hover .menu-item-btn{background:var(--accent-orange);border-color:var(--accent-orange);box-shadow:0 4px 12px #ff530033}@media (max-width:1024px){.menu-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.menu-grid{grid-template-columns:1fr;gap:1.5rem}.menu-section{padding:60px 0}}
