*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}:root{--primary-orange:#ff6b35;--secondary-orange:#ff8c42;--light-orange:#ffb366;--dark-orange:#e55a2b;--text-dark:#2c3e50;--text-light:#7f8c8d;--white:#fff;--light-gray:#f8f9fa;--border-color:#e9ecef}.App{text-align:center}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:14px 28px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,var(--primary-orange) 0,var(--secondary-orange) 100%);box-shadow:0 4px 15px #ff6b354d;color:var(--white)}.btn-primary:hover{box-shadow:0 6px 20px #ff6b3566;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid var(--primary-orange);color:var(--primary-orange)}.btn-secondary:hover{background:var(--primary-orange);color:var(--white);transform:translateY(-2px)}.section-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.section-subtitle{color:var(--text-light);font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.btn{font-size:14px;padding:12px 24px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--white);box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:var(--text-dark);font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.logo-icon{font-size:2rem}.logo-text{color:var(--primary-orange)}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:var(--text-dark);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--primary-orange)}.nav-link:after{background:var(--primary-orange);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:.25rem;padding:.5rem}.menu-toggle span{background:var(--text-dark);height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.nav{background:var(--white);box-shadow:0 5px 20px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.menu-toggle{display:flex}.nav-open~.menu-toggle span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-open~.menu-toggle span:nth-child(2){opacity:0}.nav-open~.menu-toggle span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.hero{align-items:center;background:linear-gradient(135deg,#fff8f5,#ffede0);display:flex;min-height:100vh;overflow:hidden;padding:120px 0 80px;position:relative}.hero:before{background:radial-gradient(circle,#ff6b351a 0,#0000 70%);border-radius:50%;content:"";height:800px;position:absolute;right:-20%;top:-50%;width:800px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-title{color:var(--text-dark);font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{color:var(--primary-orange);position:relative}.highlight:after{background:linear-gradient(90deg,var(--primary-orange),var(--secondary-orange));border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;right:0}.hero-description{color:var(--text-light);font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{align-items:flex-start;display:flex;flex-direction:column}.stat-number{color:var(--primary-orange)}.stat-label{color:var(--text-light)}.hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.phone-mockup{background:#1a1a1a;border-radius:30px;box-shadow:0 20px 40px #0000004d;height:560px;padding:10px;position:relative;width:280px}.phone-screen{background:var(--white);border-radius:25px;height:100%;overflow:hidden;position:relative;width:100%}.app-preview{background:linear-gradient(180deg,#ff6b35,#ff8c42);color:#fff;height:100%;padding:20px}.app-header{margin-bottom:20px}.location{font-size:.9rem;margin-bottom:15px;opacity:.9}.search-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:25px;font-size:.9rem;padding:12px 15px}.categories{display:flex;gap:10px;margin-bottom:20px;overflow-x:auto}.category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;font-size:.8rem;padding:8px 15px;white-space:nowrap}.category.active{background:var(--white);color:var(--primary-orange)}.restaurant-card{background:var(--white);border-radius:15px;color:var(--text-dark);display:flex;gap:15px;margin-bottom:15px;padding:15px}.restaurant-image{align-items:center;background:var(--light-gray);border-radius:10px;display:flex;font-size:2rem;height:50px;justify-content:center;width:50px}.restaurant-info h4{color:var(--text-dark);font-size:1rem;margin-bottom:5px}.delivery,.rating{color:var(--text-light);font-size:.8rem;margin-bottom:2px}.floating-elements{height:100%;position:absolute;width:100%}.floating-card{align-items:center;animation:float 3s ease-in-out infinite;background:var(--white);border-radius:12px;box-shadow:0 8px 25px #ff6b3533;color:var(--text-dark);display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px 16px;position:absolute}.floating-card .emoji{font-size:1.2rem}.card-1{animation-delay:0s;right:-20%;top:10%}.card-2{animation-delay:1s;left:-25%;top:50%}.card-3{animation-delay:2s;bottom:20%;right:-15%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.hero{padding:100px 0 60px}.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-stats{justify-content:center}.phone-mockup{height:480px;width:240px}.floating-card{display:none}}.features{background:var(--white);padding:100px 0}.features-header{margin-bottom:4rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:6rem}.feature-card{background:var(--white);border:1px solid var(--border-color);border-radius:20px;box-shadow:0 10px 30px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:var(--light-orange);box-shadow:0 20px 40px #ff6b3526;transform:translateY(-10px)}.feature-icon{align-items:center;background:linear-gradient(135deg,var(--primary-orange),var(--secondary-orange));border-radius:20px;box-shadow:0 8px 20px #ff6b354d;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.feature-title{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-description{color:var(--text-light);font-size:1rem;line-height:1.6}.features-showcase{background:linear-gradient(135deg,#fff8f5,#ffede0);border-radius:30px;margin-top:4rem;padding:4rem}.showcase-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.showcase-title{color:var(--text-dark);font-size:2.2rem;font-weight:700;margin-bottom:1.5rem}.showcase-description{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.showcase-steps{display:flex;flex-wrap:wrap;gap:1rem}.step{background:var(--white);border-radius:12px;box-shadow:0 4px 15px #ff6b351a;gap:.5rem;padding:.8rem 1.2rem}.step,.step-number{align-items:center;display:flex}.step-number{background:var(--primary-orange);border-radius:50%;color:var(--white);font-size:.8rem;font-weight:600;height:24px;justify-content:center;width:24px}.step-text{font-size:.9rem;font-weight:500}.showcase-visual{align-items:center;display:flex;justify-content:center}.tracking-demo{background:var(--white);border-radius:20px;box-shadow:0 15px 35px #ff6b3526;height:300px;padding:2rem;width:300px}.map-placeholder{background:linear-gradient(135deg,#e8f5e8,#f0f8f0);border-radius:15px;height:100%;overflow:hidden;position:relative;width:100%}.location-pin{align-items:center;animation:pulse 2s ease-in-out infinite;background:var(--white);border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;width:40px}.location-pin.restaurant{left:30px;top:20px}.location-pin.courier{background:var(--primary-orange);color:var(--white);left:50%;top:50%;transform:translate(-50%,-50%)}.location-pin.user{bottom:30px;right:30px}.route{background:linear-gradient(180deg,var(--primary-orange) 0,var(--secondary-orange) 100%);border-radius:1px;height:180px;left:50px;opacity:.6;position:absolute;top:40px;transform:rotate(35deg);width:2px}.route:before{animation:moveAlongRoute 3s ease-in-out infinite;background:var(--primary-orange);border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes moveAlongRoute{0%{transform:translate(-50%,-50%) translateY(-80px)}50%{transform:translate(-50%,-50%) translateY(0)}to{transform:translate(-50%,-50%) translateY(80px)}}@media (max-width:768px){.features{padding:60px 0}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem}.features-showcase{margin-top:3rem;padding:2.5rem}.showcase-content{gap:2.5rem;grid-template-columns:1fr;text-align:center}.showcase-title{font-size:1.8rem}.showcase-steps{justify-content:center}.tracking-demo{height:250px;width:250px}}.recipes{background:var(--light-gray);padding:100px 0}.recipes-header{margin-bottom:4rem;text-align:center}.recipes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:6rem}.recipe-card{background:var(--white);border-radius:20px;box-shadow:0 10px 30px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.recipe-card:hover{box-shadow:0 20px 40px #ff6b3526;transform:translateY(-10px)}.recipe-image{height:200px;overflow:hidden;position:relative}.recipe-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.recipe-card:hover .recipe-image img{transform:scale(1.05)}.recipe-category{background:var(--primary-orange);color:var(--white);font-size:.8rem;left:15px;padding:.5rem 1rem}.recipe-category,.recipe-rating{border-radius:20px;font-weight:600;position:absolute;top:15px}.recipe-rating{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;display:flex;font-size:.9rem;gap:.3rem;padding:.5rem .8rem;right:15px}.rating-star{font-size:1rem}.rating-value{color:var(--text-dark)}.recipe-content{padding:2rem}.recipe-title{color:var(--text-dark);font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.recipe-description{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.recipe-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.meta-item{align-items:center;color:var(--text-light);display:flex;font-size:.85rem;gap:.4rem}.meta-icon,.recipe-btn{font-size:1rem}.recipe-btn{background:linear-gradient(135deg,var(--primary-orange) 0,var(--secondary-orange) 100%);border:none;border-radius:12px;color:var(--white);cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.recipe-btn:hover{box-shadow:0 6px 20px #ff6b3566;transform:translateY(-2px)}.chef-showcase{background:linear-gradient(135deg,var(--primary-orange) 0,var(--secondary-orange) 100%);border-radius:30px;color:var(--white);padding:4rem}.chef-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:300px 1fr}.chef-image{border-radius:50%;box-shadow:0 20px 40px #0000004d;height:300px;overflow:hidden;width:300px}.chef-image img{height:100%;object-fit:cover;width:100%}.chef-title{color:var(--white);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.chef-description{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.chef-features{display:flex;flex-direction:column;gap:1rem}.chef-feature{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex;gap:1rem;padding:1rem 1.5rem}.feature-icon{font-size:1.5rem}@media (max-width:768px){.recipes{padding:60px 0}.recipes-grid{gap:1.5rem;grid-template-columns:1fr}.recipe-card{margin:0 1rem}.chef-showcase{margin:0 1rem;padding:2.5rem}.chef-content{gap:2.5rem;grid-template-columns:1fr;text-align:center}.chef-image{height:200px;margin:0 auto;width:200px}.chef-title{font-size:2rem}.chef-features{align-items:center}.chef-feature{justify-content:center;text-align:center}}.download{background:linear-gradient(135deg,var(--primary-orange) 0,var(--secondary-orange) 100%);color:var(--white);overflow:hidden;padding:100px 0;position:relative}.download:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;content:"";height:600px;left:-20%;position:absolute;top:-50%;width:600px}.download-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.download .section-title{color:var(--white)}.download .section-subtitle{color:#ffffffe6}.download-stats{display:flex;gap:2rem;margin:2rem 0}.stat-item{align-items:flex-start;display:flex;flex-direction:column}.stat-number{color:var(--white);font-size:2rem;font-weight:700}.stat-label{color:#fffc;font-size:.9rem}.download-buttons{display:flex;gap:1rem;margin-bottom:3rem}.download-btn{align-items:center;background:var(--white);border-radius:12px;box-shadow:0 4px 15px #0000001a;color:var(--text-dark);display:flex;gap:.8rem;padding:12px 20px;text-decoration:none;transition:all .3s ease}.download-btn:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.btn-icon{font-size:1.8rem}.btn-text{align-items:flex-start;display:flex;flex-direction:column}.btn-subtitle{color:var(--text-light);font-size:.7rem;text-transform:uppercase}.btn-title{color:var(--text-dark);font-size:1rem;font-weight:600}.qr-section{align-items:center;display:flex;gap:1rem}.qr-code{background:var(--white);border-radius:12px;height:80px;padding:8px;width:80px}.qr-placeholder{align-items:center;background:var(--text-dark);border-radius:6px;display:flex;height:100%;justify-content:center;width:100%}.qr-pattern{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(3,1fr);height:24px;width:24px}.qr-dot{background:var(--white);border-radius:1px}.qr-text{color:#ffffffe6;font-size:.9rem;line-height:1.4}.download-visual{align-items:center;display:flex;justify-content:center}.phones-mockup{display:flex;gap:2rem;position:relative}.phone{background:#1a1a1a;border-radius:25px;box-shadow:0 15px 35px #0000004d;height:360px;padding:8px;width:180px}.phone-2{transform:translateY(40px)}.phone-content{background:var(--white);border-radius:20px;color:var(--text-dark);height:100%;overflow:hidden;width:100%}.screen-header{align-items:center;background:var(--text-dark);color:var(--white);display:flex;font-size:.7rem;font-weight:600;justify-content:space-between;padding:8px 15px}.app-screen{height:calc(100% - 32px);overflow:hidden;padding:15px}.home-screen .welcome-text{color:var(--primary-orange);font-size:1.2rem;font-weight:600;margin-bottom:15px;text-align:center}.search-section input{border:1px solid var(--border-color);border-radius:20px;font-size:.8rem;margin-bottom:15px;outline:none;padding:10px 15px;width:100%}.categories-row{display:flex;gap:8px;margin-bottom:20px}.category-item{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px}.cat-icon{background:var(--light-gray);border-radius:10px;font-size:1.5rem;padding:8px}.cat-name{color:var(--text-light);font-size:.7rem}.popular-section h4{color:var(--text-dark);font-size:.9rem;margin-bottom:10px}.restaurant-item{align-items:center;background:var(--light-gray);border-radius:10px;display:flex;gap:10px;padding:8px}.rest-icon{font-size:1.2rem}.rest-info{flex:1 1}.rest-name{color:var(--text-dark);font-size:.8rem;font-weight:600}.rest-rating{color:var(--text-light);font-size:.7rem}.order-screen .order-header{margin-bottom:20px;text-align:center}.order-header h4{color:var(--primary-orange);font-size:1rem}.order-progress{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.progress-step{gap:10px}.progress-step,.step-icon{align-items:center;display:flex}.step-icon{background:var(--light-gray);border-radius:50%;font-size:.7rem;height:24px;justify-content:center;width:24px}.progress-step.active .step-icon{background:var(--primary-orange);color:var(--white)}.step-text{color:var(--text-dark);font-size:.8rem}.progress-step.active .step-text{color:var(--primary-orange);font-weight:600}.estimated-time{background:var(--light-gray);border-radius:10px;padding:15px;text-align:center}.time-label{color:var(--text-light);display:block;font-size:.8rem;margin-bottom:5px}.time-value{color:var(--primary-orange);font-size:1.2rem;font-weight:600}@media (max-width:768px){.download{padding:60px 0}.download-content{gap:3rem;grid-template-columns:1fr;text-align:center}.download-stats{justify-content:center}.download-buttons{align-items:center;flex-direction:column}.qr-section{justify-content:center}.phones-mockup{gap:1rem}.phone{height:280px;width:140px}.phone-2{transform:translateY(20px)}}.footer{background:var(--text-dark);color:var(--white);padding:60px 0 0}.footer-content{display:flex;flex-direction:column}.footer-main{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem}.footer-logo .logo-icon{font-size:2rem}.footer-logo .logo-text{color:var(--primary-orange)}.footer-description{color:#fffc;line-height:1.6;max-width:300px}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:var(--primary-orange);transform:translateY(-2px)}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.link-group{display:flex;flex-direction:column;gap:1rem}.link-title{color:var(--primary-orange);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.link-list{display:flex;flex-direction:column;gap:.8rem;list-style:none}.link-list a{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.link-list a:hover{color:var(--primary-orange)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;color:#fffc;display:flex;font-size:.9rem;gap:.8rem}.contact-icon{font-size:1rem}.footer-bottom{border-top:1px solid #ffffff1a;padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright{color:#fff9;font-size:.9rem}.footer-badges{display:flex;gap:1.5rem}.badge{align-items:center;background:#ffffff0d;border-radius:20px;color:#fffc;display:flex;font-size:.8rem;gap:.5rem;padding:.5rem 1rem}.badge-icon{font-size:1rem}.badge-text{font-weight:500}@media (max-width:768px){.footer{padding:40px 0 0}.footer-main{gap:2.5rem;grid-template-columns:1fr;text-align:center}.footer-brand{align-items:center}.footer-description{max-width:none;text-align:center}.social-links{justify-content:center}.footer-links{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.link-group:last-child{grid-column:1/-1}.footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-badges{flex-wrap:wrap;gap:1rem;justify-content:center}.badge{font-size:.7rem;padding:.4rem .8rem}}@media (max-width:480px){.footer-links{grid-template-columns:1fr}.link-group:last-child{grid-column:1}}
/*# sourceMappingURL=main.da67af7f.css.map*/