.navbar{position:fixed;top:0;left:0;right:0;z-index:50}.navbar__container{max-width:82rem;margin-left:auto;margin-right:auto;padding:0 .75rem}@media(min-width:640px){.navbar__container{padding-left:1rem}}@media(min-width:1280px){.navbar__container{padding-left:0;padding-right:0}}.navbar__content{display:flex;justify-content:space-between;align-items:center;height:88px}@media(max-width:767px){.navbar__content{height:4rem}}.navbar__brand{flex-shrink:0;display:flex;align-items:center}.navbar__brand h1{font-size:1.25rem;font-weight:700;color:#1f2937}.navbar__menu{display:none;align-items:center}.navbar__menu a{color:#111827;padding:.5rem;border-radius:.375rem}.navbar__menu a:hover{color:#6b7280}@media(min-width:640px){.navbar__menu{display:flex;margin-left:1.5rem;gap:2rem}.navbar__menu a{padding:.5rem .75rem}}.navbar__links{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.navbar__links{flex-direction:row;justify-content:center}}.navbar__link{color:#4b5563;text-decoration:none;font-weight:500;padding:.375rem .75rem;border-radius:.375rem;transition:all .2s ease}.navbar__link:hover{color:#2563eb;background-color:#f3f4f6}.navbar__auth{display:flex;gap:1rem;align-items:center}@media(min-width:768px){.navbar__auth{margin-top:0;margin-left:2rem}}.navbar__button{padding:.375rem .75rem;border-radius:3.125rem;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.navbar__button--secondary{color:#31343f;background-color:#fcfcfc;border:1px solid #e5e7eb}.navbar__button--secondary:hover{background-color:#f3f4f6;border-color:#d1d5db}.navbar__button--primary{color:#31343f;background-color:#fcfcfc;border:1px solid transparent}.navbar__button--primary:hover{background-color:#fcfcfc}.hero{padding:10.5rem 0 8.75rem}@media(max-width:767px){.hero{padding:7.25rem 0 5rem}}.hero__container{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.hero__container{flex-direction:row;align-items:center;padding:0 2rem}}.hero__content{flex:1;text-align:center}@media(min-width:1024px){.hero__content{text-align:left;padding-right:2rem}}.hero__title{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:1.5rem;text-align:center;color:#fcfcfc}@media(max-width:767px){.hero__title{font-size:1.5rem}}.hero__title span{color:#2563eb}.hero__description{font-size:1.125rem;color:#fcfcfc;margin-bottom:2rem;line-height:1.7;font-weight:500;text-align:center}@media(max-width:767px){.hero__description{font-size:.875rem}}.hero__actions{display:flex;gap:1rem;justify-content:center}@media(min-width:1024px){.hero__actions{justify-content:flex-start}}.hero__button{padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:all .2s ease}.hero__button--primary{background-color:#2563eb;color:#fff}.hero__button--primary:hover{background-color:#1d4ed8}.hero__button--secondary{background-color:#fff;color:#2563eb;border:1px solid #2563eb}.hero__button--secondary:hover{background-color:#eff6ff}.hero__image{flex:1}.hero__image img{width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hero__search{margin-top:2rem;width:100%;max-width:800px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.hero__search{margin-left:0}}@media(max-width:767px){.hero__search{max-width:300px}}.hero__search-wrapper{display:flex;flex-direction:row;align-items:center;gap:1.5rem;background-color:#fff;padding:.75rem 1.5rem;border-radius:50px;box-shadow:0 0 10px 1px #e5e5e5}@media(max-width:767px){.hero__search-wrapper{gap:.875rem;padding:.5rem}}.hero__search-location,.hero__search-restaurant{display:flex;align-items:center;background-color:transparent;border-radius:.375rem;flex:1}.hero__search-icon{color:#6b7280;width:1.25rem;height:1.25rem;margin-right:.75rem}@media(max-width:767px){.hero__search-icon{width:1rem;height:1rem}}.hero__search-input{border:none;background:transparent;width:100%;font-size:1rem;color:#374151;outline:none}.hero__search-input::placeholder{color:#9ca3af}@media(max-width:767px){.hero__search-input{font-size:.875rem}}.hero__search-divider{display:none}@media(min-width:768px){.hero__search-divider{display:block;width:1px;height:2.5rem;background-color:#e5e7eb;margin:0 .5rem}}.hero__search-button{background-color:#e36b00;color:#fff;padding:.75rem;border-radius:9999px;font-weight:500;transition:background-color .2s ease;white-space:nowrap}.hero__search-button:hover{background-color:#1d4ed8}@media(max-width:767px){.hero__search-button{padding:.5rem}}