.HeroSection_hero__tOd4X{background:linear-gradient(135deg,#1a0a00,#3d1a00 40%,#6b2d00 70%,#e8572a);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden}.HeroSection_hero__tOd4X:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.HeroSection_overlay__QPn6i{max-width:1200px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;width:100%;position:relative;z-index:1}.HeroSection_content____5Gu{color:#fff}.HeroSection_badge__6KgTx{display:inline-block;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-size:13px;font-weight:600;padding:6px 16px;border-radius:20px;margin-bottom:24px}.HeroSection_title__N8LgU{font-size:clamp(32px,5vw,54px);font-weight:900;line-height:1.15;margin-bottom:20px;color:#fff}.HeroSection_highlight__QDHRO{color:#ffd194}.HeroSection_subtitle__5CHSQ{font-size:17px;color:hsla(0,0%,100%,.8);margin-bottom:36px;line-height:1.7;max-width:480px}.HeroSection_searchBox__r9P04{display:flex;align-items:center;background:#fff;border-radius:14px;padding:6px 6px 6px 16px;gap:10px;box-shadow:0 8px 32px rgba(0,0,0,.2);margin-bottom:24px;max-width:520px}.HeroSection_searchIcon__hG5Do{font-size:18px;flex-shrink:0}.HeroSection_searchInput__HGfrc{flex:1 1;border:none;outline:none;font-size:15px;color:#333;background:transparent;min-width:0}.HeroSection_searchInput__HGfrc::placeholder{color:#aaa}.HeroSection_searchBtn__vmiBc{background:#e8572a;color:#fff;border:none;padding:10px 24px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s}.HeroSection_searchBtn__vmiBc:hover{background:#c94520}.HeroSection_quickLinks__F4IZd{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}.HeroSection_quickLabel__eVVSW{font-size:14px;color:hsla(0,0%,100%,.7);font-weight:500}.HeroSection_quickTag__NoK3j{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);color:#fff;padding:5px 14px;border-radius:20px;font-size:13px;cursor:pointer;transition:background .2s}.HeroSection_quickTag__NoK3j:hover{background:hsla(0,0%,100%,.25)}.HeroSection_stats__cUr5q{display:flex;align-items:center;gap:24px}.HeroSection_stat__Iws1l{display:flex;flex-direction:column;gap:2px}.HeroSection_statNum__KLSsZ{font-size:22px;font-weight:800;color:#ffd194}.HeroSection_statLabel__Gk5ko{font-size:13px;color:hsla(0,0%,100%,.7)}.HeroSection_statDivider__5iJj8{width:1px;height:40px;background:hsla(0,0%,100%,.2)}.HeroSection_heroImage__nQSLG{display:flex;justify-content:center;align-items:center;position:relative;min-height:380px}.HeroSection_foodEmoji__1jh_b{font-size:160px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:HeroSection_float__s9c3J 3s ease-in-out infinite}@keyframes HeroSection_float__s9c3J{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.HeroSection_floatCard1__hKrD9{position:absolute;top:20px;right:20px;background:#fff;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:600;color:#333;box-shadow:0 4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:2px;animation:HeroSection_fadeInDown__Mr2eA .8s ease .3s both}.HeroSection_floatCard2__8RgC7{bottom:60px;left:0;background:#e8572a;box-shadow:0 4px 20px rgba(232,87,42,.4);animation:HeroSection_fadeInLeft__fbfqg .8s ease .5s both}.HeroSection_floatCard2__8RgC7,.HeroSection_floatCard3__qIv4c{position:absolute;color:#fff;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:700}.HeroSection_floatCard3__qIv4c{bottom:20px;right:10px;background:#27ae60;box-shadow:0 4px 20px rgba(39,174,96,.4);animation:HeroSection_fadeInRight__ASbd9 .8s ease .7s both}@keyframes HeroSection_fadeInDown__Mr2eA{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection_fadeInLeft__fbfqg{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes HeroSection_fadeInRight__ASbd9{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:900px){.HeroSection_overlay__QPn6i{grid-template-columns:1fr;padding:60px 24px;text-align:center}.HeroSection_searchBox__r9P04,.HeroSection_subtitle__5CHSQ{max-width:100%}.HeroSection_quickLinks__F4IZd,.HeroSection_stats__cUr5q{justify-content:center}.HeroSection_heroImage__nQSLG{display:none}}.Navbar_navbar__GrSXC{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;z-index:100}.Navbar_container__2Cq63{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:68px}.Navbar_logo__X4o9i{display:flex;align-items:center;gap:8px;text-decoration:none}.Navbar_logoIcon__gwjen{font-size:28px}.Navbar_logoText__Jmms3{font-size:24px;font-weight:800;color:#e8572a;letter-spacing:-.5px}.Navbar_navLinks__BPXkM{display:flex;gap:32px;align-items:center}.Navbar_navLink__16zHl{font-size:15px;font-weight:500;color:#555;text-decoration:none;transition:color .2s;position:relative;padding-bottom:4px}.Navbar_navLink__16zHl:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#e8572a;transition:width .2s}.Navbar_navLink__16zHl:hover{color:#e8572a}.Navbar_navLink__16zHl:hover:after{width:100%}.Navbar_navActions__FemeQ{display:flex;gap:12px;align-items:center}.Navbar_btnOutline__9icI2{padding:8px 20px;border:2px solid #e8572a;background:transparent;color:#e8572a;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.Navbar_btnFilled__iUeAz,.Navbar_btnOutline__9icI2:hover{background:#e8572a;color:#fff}.Navbar_btnFilled__iUeAz{padding:8px 20px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.Navbar_btnFilled__iUeAz:hover{background:#c94520}.Navbar_hamburger__WJ9Te{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.Navbar_line__m_zRc{width:24px;height:2px;background:#333;border-radius:2px;transition:all .3s;display:block}.Navbar_lineOpen1__t0YTc{transform:rotate(45deg) translate(5px,5px)}.Navbar_lineOpen1__t0YTc,.Navbar_lineOpen2__NqI5_{width:24px;height:2px;background:#e8572a;border-radius:2px;display:block;transition:all .3s}.Navbar_lineOpen2__NqI5_{opacity:0}.Navbar_lineOpen3__Vmbyu{width:24px;height:2px;background:#e8572a;border-radius:2px;display:block;transform:rotate(-45deg) translate(5px,-5px);transition:all .3s}.Navbar_mobileMenu__mhKOr{background:#fff;padding:16px 24px 24px;display:flex;flex-direction:column;gap:12px;border-top:1px solid #eee}.Navbar_mobileLink__lFb0h{font-size:16px;font-weight:500;color:#333;text-decoration:none;padding:8px 0;border-bottom:1px solid #f0f0f0}.Navbar_mobileBtnOutline__Fo2bF{border:2px solid #e8572a;background:transparent;color:#e8572a;border-radius:10px}.Navbar_mobileBtnFilled__t7mCJ,.Navbar_mobileBtnOutline__Fo2bF{padding:10px;font-size:15px;font-weight:600;cursor:pointer;width:100%}.Navbar_mobileBtnFilled__t7mCJ{border:none;background:#e8572a;color:#fff;border-radius:10px}@media (max-width:768px){.Navbar_navActions__FemeQ,.Navbar_navLinks__BPXkM{display:none}.Navbar_hamburger__WJ9Te{display:flex}}.RestaurantCard_card__SkKCS{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.07);transition:transform .25s,box-shadow .25s}.RestaurantCard_card__SkKCS:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgba(0,0,0,.13)}.RestaurantCard_imageWrapper__6dS0A{display:block;text-decoration:none}.RestaurantCard_image__wvHv1{width:100%;height:185px;position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding:12px}.RestaurantCard_offer__5c8ef{background:#e8572a;font-weight:700}.RestaurantCard_featured__kKgK3,.RestaurantCard_offer__5c8ef{color:#fff;font-size:12px;padding:4px 10px;border-radius:20px}.RestaurantCard_featured__kKgK3{background:rgba(0,0,0,.6);font-weight:600;margin-left:auto}.RestaurantCard_body__GXiw_{padding:16px}.RestaurantCard_header__wnn80{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;gap:8px}.RestaurantCard_name__ocQaG{font-size:17px;font-weight:700;color:#1a1a1a;text-decoration:none;flex:1 1}.RestaurantCard_name__ocQaG:hover{color:#e8572a}.RestaurantCard_rating__KpakG{display:flex;align-items:center;gap:3px;flex-shrink:0}.RestaurantCard_star__6K74c{color:#f39c12;font-size:15px}.RestaurantCard_ratingNum__tCNHD{font-size:14px;font-weight:700;color:#1a1a1a}.RestaurantCard_ratingCount__vCYNJ{font-size:13px;color:#888}.RestaurantCard_meta__x7RFI{display:flex;align-items:center;gap:6px;margin-bottom:6px;flex-wrap:wrap}.RestaurantCard_cuisine__St56Q,.RestaurantCard_price__tz_0E,.RestaurantCard_time__H5Gug{font-size:13px;color:#555}.RestaurantCard_dot__knswO{color:#bbb;font-size:12px}.RestaurantCard_location__umP3z{font-size:13px;color:#888;margin-bottom:14px}.RestaurantCard_actions__R_m_K{display:flex;gap:8px}.RestaurantCard_btnOrder__Z9sqO{flex:1 1;background:#e8572a;color:#fff;border:none;padding:9px 0;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s}.RestaurantCard_btnOrder__Z9sqO:hover{background:#c94520}.RestaurantCard_btnReserve__1_W_b{flex:1 1;background:#fff;color:#e8572a;border:2px solid #e8572a;padding:7px 0;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;transition:all .2s}.RestaurantCard_btnReserve__1_W_b:hover{background:#e8572a;color:#fff}.TopRestaurants_section__mXXFS{padding:80px 0 40px;background:#f8f6f3}.TopRestaurants_container__WvLNM{max-width:1200px;margin:0 auto;padding:0 24px}.TopRestaurants_header__ntvRU{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}.TopRestaurants_eyebrow__XHiIq{font-size:14px;font-weight:600;color:#e8572a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.TopRestaurants_title__2Sj5R{font-size:32px;font-weight:800;color:#1a1a1a}.TopRestaurants_viewAll__YTHqV{font-size:15px;font-weight:600;color:#e8572a;text-decoration:none;transition:gap .2s}.TopRestaurants_viewAll__YTHqV:hover{text-decoration:underline}.TopRestaurants_grid___N0Zb{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:900px){.TopRestaurants_grid___N0Zb{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.TopRestaurants_grid___N0Zb{grid-template-columns:1fr}}.DealsSection_section__cMyTa{padding:60px 0;background:#fff}.DealsSection_container__vRp0m{max-width:1200px;margin:0 auto;padding:0 24px}.DealsSection_header__lTnyq{margin-bottom:32px}.DealsSection_eyebrow__PvUkw{font-size:14px;font-weight:600;color:#e8572a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.DealsSection_title__BKI7G{font-size:32px;font-weight:800;color:#1a1a1a}.DealsSection_grid__9JGjv{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.DealsSection_card__QUqQH{border-radius:16px;padding:24px 20px;color:#fff;display:flex;flex-direction:column;gap:8px;transition:transform .25s,box-shadow .25s;cursor:pointer}.DealsSection_card__QUqQH:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.2)}.DealsSection_cardIcon__UkD_u{font-size:36px;margin-bottom:4px}.DealsSection_cardTitle__lNGAM{font-size:17px;font-weight:700;margin-bottom:4px}.DealsSection_cardSub__UZFfw{font-size:13px;opacity:.85}.DealsSection_claimBtn__b545R{margin-top:8px;background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.4);color:#fff;padding:7px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;width:-moz-fit-content;width:fit-content;transition:background .2s}.DealsSection_claimBtn__b545R:hover{background:hsla(0,0%,100%,.4)}@media (max-width:900px){.DealsSection_grid__9JGjv{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.DealsSection_grid__9JGjv{grid-template-columns:1fr}}.CategoriesSection_section__vqomp{padding:60px 0;background:#f8f6f3}.CategoriesSection_container__r1Blc{max-width:1200px;margin:0 auto;padding:0 24px}.CategoriesSection_header__uTxYA{margin-bottom:32px}.CategoriesSection_eyebrow__S72L1{font-size:14px;font-weight:600;color:#e8572a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.CategoriesSection_title__CfRu8{font-size:32px;font-weight:800;color:#1a1a1a}.CategoriesSection_grid__Es_bM{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:16px;gap:16px}.CategoriesSection_card__o1h__{background:#fff;border:none;border-radius:14px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .25s;box-shadow:0 2px 10px rgba(0,0,0,.05)}.CategoriesSection_card__o1h__:hover{background:#e8572a;transform:translateY(-3px);box-shadow:0 8px 24px rgba(232,87,42,.3)}.CategoriesSection_card__o1h__:hover .CategoriesSection_count__mLUVI,.CategoriesSection_card__o1h__:hover .CategoriesSection_label__CkadW{color:#fff}.CategoriesSection_icon__tCmHX{font-size:28px}.CategoriesSection_label__CkadW{font-size:12px;font-weight:700;color:#1a1a1a;text-align:center;transition:color .25s}.CategoriesSection_count__mLUVI{font-size:11px;color:#888;text-align:center;transition:color .25s}@media (max-width:1000px){.CategoriesSection_grid__Es_bM{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.CategoriesSection_grid__Es_bM{grid-template-columns:repeat(3,1fr)}}@media (max-width:400px){.CategoriesSection_grid__Es_bM{grid-template-columns:repeat(2,1fr)}}.FeaturedSection_section__CU0_l{padding:60px 0;background:#fff}.FeaturedSection_container__xETx7{max-width:1200px;margin:0 auto;padding:0 24px}.FeaturedSection_header__UTmLj{margin-bottom:32px}.FeaturedSection_eyebrow__2yR_N{font-size:14px;font-weight:600;color:#e8572a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.FeaturedSection_title__gBgSI{font-size:32px;font-weight:800;color:#1a1a1a}.FeaturedSection_grid__FruQU{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.FeaturedSection_card___WVNO{border-radius:20px;padding:36px 28px;color:#fff;text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;min-height:220px}.FeaturedSection_card___WVNO:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.2)}.FeaturedSection_cardIcon__giXDT{font-size:40px}.FeaturedSection_cardTitle__19dM2{font-size:24px;font-weight:800}.FeaturedSection_cardDesc__202rz{font-size:14px;opacity:.85;line-height:1.6;flex:1 1}.FeaturedSection_cardCount__soYtz{font-size:13px;opacity:.75;font-weight:600}.FeaturedSection_arrow__3aGGU{position:absolute;bottom:24px;right:24px;font-size:24px;font-weight:800;opacity:.6;transition:transform .2s,opacity .2s}.FeaturedSection_card___WVNO:hover .FeaturedSection_arrow__3aGGU{transform:translateX(4px);opacity:1}@media (max-width:768px){.FeaturedSection_grid__FruQU{grid-template-columns:1fr}}.AppPromoSection_section__WsEov{padding:80px 0;background:linear-gradient(135deg,#1a0a00,#3d1a00)}.AppPromoSection_container__AJHDh{max-width:1200px;margin:0 auto;padding:0 24px}.AppPromoSection_content__k8rQ4{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.AppPromoSection_text__Z3LCd{color:#fff}.AppPromoSection_eyebrow__huIHv{font-size:14px;font-weight:600;color:#ffd194;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.AppPromoSection_title__0f0vy{font-size:38px;font-weight:800;margin-bottom:16px;line-height:1.2}.AppPromoSection_desc__kF7LL{font-size:16px;color:hsla(0,0%,100%,.75);line-height:1.7;margin-bottom:24px}.AppPromoSection_features__d94mn{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:36px}.AppPromoSection_features__d94mn li{font-size:15px;color:hsla(0,0%,100%,.85)}.AppPromoSection_buttons__PqYHD{display:flex;gap:16px;flex-wrap:wrap}.AppPromoSection_storeBtn__kC1qq{display:flex;align-items:center;gap:12px;background:#fff;color:#1a1a1a;padding:12px 20px;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s}.AppPromoSection_storeBtn__kC1qq:hover{transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,0%,100%,.2)}.AppPromoSection_storeBtnIcon__kM8vY{font-size:28px}.AppPromoSection_storeBtn__kC1qq>div{display:flex;flex-direction:column}.AppPromoSection_storeSmall__Qo9z4{font-size:11px;color:#666}.AppPromoSection_storeBig__Elor1{font-size:16px;font-weight:700}.AppPromoSection_visual__9zuL8{display:flex;justify-content:center;align-items:center}.AppPromoSection_phone__QeGJu{width:260px;height:480px;background:#0f0f0f;border-radius:36px;padding:12px;box-shadow:0 24px 64px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.08);position:relative}.AppPromoSection_phoneScreen__DmHJf{width:100%;height:100%;background:#f8f6f3;border-radius:28px;overflow:hidden;display:flex;flex-direction:column}.AppPromoSection_appHeader___Ubs4{background:#e8572a;padding:16px;display:flex;align-items:center;justify-content:center}.AppPromoSection_appLogo__COfAO{color:#fff;font-size:18px;font-weight:800}.AppPromoSection_appContent__Q6A64{padding:12px;display:flex;flex-direction:column;gap:10px;flex:1 1;overflow:hidden}.AppPromoSection_appCard__IxlYm{background:#fff;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:10px;font-size:18px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.AppPromoSection_appCardTitle__S5kJb{font-size:12px;font-weight:700;color:#1a1a1a}.AppPromoSection_appCardPrice__oxwaO{font-size:11px;color:#e8572a;font-weight:600}.AppPromoSection_appCardBadge__CLdNd{font-size:11px;margin-left:auto;color:#555}@media (max-width:900px){.AppPromoSection_content__k8rQ4{grid-template-columns:1fr;text-align:center}.AppPromoSection_features__d94mn{align-items:center}.AppPromoSection_buttons__PqYHD{justify-content:center}.AppPromoSection_visual__9zuL8{display:none}}