.lnavbar{z-index:1000;background-color:#fff;width:100%;transition:height .3s;position:fixed}.lnavbar-container{flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.lnavbar-top-row{justify-content:space-between;align-items:center;width:100%;height:60px;padding:10px;display:flex}.lnavbar-left{align-items:center;gap:12px;padding-left:20px;display:flex}.lnavbar-logo{object-fit:contain;width:32px;height:32px}.lnavbar-title{font-family:Outfit;font-size:var(--type-20);color:#1f2937;font-weight:700;text-decoration:none}.clickable-logo{transition:transform .2s,opacity .2s}.clickable-logo:hover{opacity:.8;transform:scale(1.05)}.clickable-title{transition:color .2s,transform .2s}.clickable-title:hover{color:#ed892b;transform:translateY(-1px)}.lnavbar-center{align-items:center;gap:var(--type-28);display:flex}.lnavbar-link{color:#374151;font-family:"Source Sans 3";font-size:var(--type14);padding:8px 0;font-weight:500;text-decoration:none;transition:color .3s}.lnavbar-link:hover{font-weight:700;transform:scale(1.1)}.lnavbar-right{align-items:center;gap:16px;display:flex}.lnavbar-button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:30px;padding:10px 20px;font-family:Outfit;font-size:14px;font-weight:600;transition:background-color .3s}.lnavbar-button:hover{background-color:#dc2626}.mobile-menu-button{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;padding:0;display:none}.hamburger-line{transform-origin:50%;background-color:#374151;width:100%;height:2px;transition:all .3s}.hamburger-line.open:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.mobile-menu-links{flex-direction:column;width:100%;max-height:0;padding:0;transition:max-height .3s,padding .3s;display:none;overflow:hidden}.mobile-menu-link{color:#374151;border-top:1px solid #f3f4f6;padding:14px 24px;font-family:"Source Sans 3";font-size:16px;font-weight:500;text-decoration:none;transition:background-color .3s,color .3s;display:block}.mobile-menu-link:hover{color:#ea580c;background-color:#f9fafb}@media (max-width:768px){.lnavbar-container{padding:0 16px}.lnavbar-top-row{padding:0}.lnavbar-center{display:none}.mobile-menu-button,.mobile-menu-links{display:flex}.lnavbar.expanded .mobile-menu-links{max-height:250px;padding:10px 0}.lnavbar-title{display:none}.lnavbar-logo{width:28px;height:28px}.lnavbar-button{padding:8px 16px;font-size:12px}}@media (max-width:480px){.lnavbar-container{padding:0 12px}.lnavbar-left{gap:8px;padding-left:10px}.lnavbar-title{font-size:16px}.lnavbar-button{padding:6px 12px;font-size:11px}.mobile-menu-link{padding:12px 20px;font-size:15px}}
html{scroll-behavior:smooth;scroll-padding-top:110px}.LandingContainer{align-items:center;width:100%;min-height:100vh;padding-top:60px;overflow-x:hidden}.Navbar{z-index:1000;width:100%;position:fixed;top:0;left:0}.hero-container{background:#fff;min-height:calc(55vh - 60px);padding:72px 60px}.hero-content{justify-content:space-between;align-items:center;gap:var(--type-24);max-width:1200px;margin:0 auto;display:flex}.left-section{justify-content:center;gap:var(--type-24);flex-direction:column;flex:1;max-width:600px;display:flex}.texts{background-color:var(--white)}.main-heading{font-family:var(--font-outfit),"Outfit";color:#000;margin-bottom:5px;font-size:52px;font-weight:700;line-height:1.2}.secondary-heading{font-family:var(--font-outfit),"Outfit";color:#ed892b;margin-top:0;margin-bottom:24px;font-size:47px;font-weight:550}.sub-heading{font-family:var(--font-inter),"Inter";color:#2e2e2e;margin-bottom:0;font-size:18px;line-height:1.3}.form-buttons{align-items:center;gap:16px;margin-bottom:10px;display:flex}.join-waitlist-btn{font-family:var(--font-outfit),"Outfit";color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:14px 28px;font-size:16px;font-weight:600;transition:background-color .3s}.join-waitlist-btn:hover{background-color:#dc2626}.list-yr-restaurant-btn{font-family:var(--font-outfit),"Outfit";color:#374151;cursor:pointer;background-color:#0000;border:2px solid #000;border-radius:50px;padding:12px 26px;font-size:16px;font-weight:600;transition:all .3s}.list-yr-restaurant-btn:hover{color:#ea580c;border-color:#ea580c}.right-section{flex:1;justify-content:center;align-items:center;max-width:500px;display:flex}.main-image{object-fit:contain;width:100%;max-width:467px;height:auto}.how-it-works{text-align:center;background-color:#fcf9f2;padding:80px 60px}.content{max-width:1200px;margin:0 auto}.content-heading{font-family:var(--font-outfit),"Outfit";color:#2e2e2e;margin-bottom:60px;font-size:34px;font-weight:700;line-height:1.3}.step{grid-template-columns:repeat(4,1fr);justify-items:center;gap:40px;display:grid}.steps{text-align:center;max-width:280px;margin-bottom:40px}.steps:hover{transition:transform .3s;transform:scale(1.05)}.step-text{text-align:center}.step-heading{font-family:var(--font-outfit),"Outfit";color:#aeaeae;margin-bottom:8px;font-size:18px;font-weight:700}.step-summary{font-family:var(--font-outfit),"Outfit";color:#2e2e2e;margin-bottom:12px;font-size:16px;font-weight:600;display:block}.step-description{font-family:var(--font-source-sans-3),"Source Sans 3";color:#2e2e2e;margin:0;font-size:14px;line-height:1.6}.fries-section{background:#fff;padding:60px 80px;position:relative}.fries-container{background:#2a8648;border-radius:30px;grid-template-columns:1fr 2fr;align-items:center;gap:60px;max-width:1050px;margin:0 auto;padding:40px 80px 30px;display:grid;position:relative;overflow:hidden}.fries-left,.fries-illustration{justify-content:center;align-items:center;display:flex;position:relative}.fries-image{z-index:2;width:400px;height:auto}.fries-right{flex-direction:column;justify-content:center;display:flex}.fries-content{color:#fff}.fries-heading{font-family:var(--font-outfit),"Outfit";color:#fff;margin-bottom:20px;font-size:50px;font-weight:600;line-height:1.2}.fries-highlight{color:#e3f36a}.fries-description{font-family:var(--font-inter),"Inter",sans-serif;color:#fff;margin-bottom:10px;font-size:18px;font-weight:600;line-height:1.4}.fries-subtext{font-family:var(--font-inter),"Inter",sans-serif;color:#fff;margin-bottom:30px;font-size:14px;line-height:1.4}.fries-cta-btn{color:#fff;font-family:var(--font-inter),"Inter",sans-serif;cursor:pointer;background:#000;border:none;border-radius:25px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:inline-block}.fries-cta-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.our-services{background-color:#fff;padding:80px 60px}.service-container{flex-direction:column;gap:80px;max-width:1200px;margin:0 auto;display:flex}.service-content{flex-direction:column;gap:60px;display:flex}.service-content-store{grid-template-columns:1fr 1fr;align-items:stretch;gap:80px;display:grid}.service-section-header{align-items:flex-start;height:100%;display:flex}.service-heading{font-family:var(--font-outfit),"Outfit";color:#2e2e2e;max-width:450px;font-size:52px;font-weight:700;line-height:1.1}.diff-text-color{color:#ed892b;font-size:52px}.service-bulletpoints{flex-direction:column;justify-content:space-evenly;gap:15px;height:100%;display:flex}.bulletpoint{flex-direction:column;gap:0;display:flex}.blt-heading{align-items:left;gap:12px;margin-bottom:8px;display:flex}.bullet-icon{flex-shrink:0;width:20px;height:20px}.bulletpoint-heading{font-family:var(--font-source-sans-3),"Source Sans 3";color:#2e2e2e;margin:0;font-size:20px;font-weight:700}.bulletpoint-text{font-family:var(--font-inter),"Inter";color:#2e2e2e;margin:0;font-size:12px;line-height:1.6}.services-join-waitlist{justify-content:center;align-items:center;display:flex}.services-join-waitlist .join-waitlist-btn{font-family:var(--font-outfit),"Outfit";color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:14px 32px;font-size:16px;font-weight:600;transition:background-color .3s}.join-waitlist .join-waitlist-btn:hover{background-color:#333}.city-owners{background-color:#fff;padding:80px 60px}.city-container{background-color:#ed892b;border-radius:30px;grid-template-columns:2.5fr 1fr;align-items:stretch;gap:80px;max-width:1100px;margin:0 auto;padding:50px 60px 0;display:grid}.city-left{flex-direction:column;justify-content:center;gap:30px;height:100%;display:flex}.city-text{flex:1;align-items:center;display:flex}.city-heading{font-family:var(--font-outfit),"Outfit";color:#000;margin:0;font-size:50px;font-weight:600;line-height:1.2}.city-diff-color{color:#fff;border-radius:4px;padding:2px 8px}.city-btn{align-items:center;padding:0 0 30px;display:flex}.city-btn .join-waitlist-btn{font-family:var(--font-outfit),"Outfit";color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:14px 32px;font-size:16px;font-weight:600;transition:all .3s}.city-btn .join-waitlist-btn:hover{color:#000;background-color:#f3f4f6;transform:translateY(-2px)}.city-right{justify-content:center;align-items:center;height:100%;display:flex}.city-image{object-fit:contain;width:100%;max-width:400px;height:auto}.restaurant-owners{background-color:#f8f3f8;padding:45px 60px 50px}.rest-container{flex-direction:column;gap:35px;max-width:1200px;margin:0 auto;display:flex}.rest-title-bar{text-align:left;margin-bottom:20px}.social-label{font-family:var(--font-source-sans-3),"Source Sans 3";color:#2e2e2e;margin:0;font-size:14px;line-height:1.6}.rest-title-heading{font-family:var(--font-outfit),"Outfit";color:#2e2e2e;margin-bottom:16px;font-size:48px;font-weight:600}.rest-title-subheading{font-family:var(--font-source-sans-3),"Source Sans 3";color:#2e2e2e;max-width:800px;margin:0;font-size:18px;line-height:1.6}.rest-main-content{grid-template-columns:1fr 1fr;align-items:stretch;gap:80px;display:grid}.rest-left{justify-content:center;align-items:center;height:100%;display:flex}.rest-image{object-fit:contain;width:100%;max-width:400px;height:auto}.rest-bulletpoints{flex-direction:column;justify-content:space-evenly;gap:30px;height:100%;display:flex}.rest-bulletpoints .bulletpoint{flex-direction:column;gap:8px;display:flex}.rest-bulletpoints .bulletpoint:first-child{margin-bottom:20px}.rest-bulletpoints .bulletpoint:first-child .blt-heading{flex-direction:column;align-items:flex-start;gap:16px}.rest-bulletpoints .blt-heading{align-items:center;gap:12px;margin-bottom:8px;display:flex}.rest-bullet-heading{font-family:var(--font-outfit),"Outfit";color:#000;width:100%;margin-bottom:0;font-size:24px;font-weight:700;display:block}.rest-bulletpoints .bulletpoint:first-child .rest-bullet-heading{margin-bottom:16px}.rbulletpoint-heading{font-family:var(--font-outfit),"Outfit";color:#2e2e2e;margin:0;font-size:18px;font-weight:700}.rest-bulletpoints .bullet-icon{flex-shrink:0;width:16px;height:16px}.rest-bulletpoints .bulletpoint-text{font-family:var(--font-source-sans-3),"Source Sans 3";color:#2e2e2e;margin:0;font-size:14px;line-height:1.6}.rest-list-button{justify-content:center;align-items:center;display:flex}.rest-restaurant-btn{font-family:var(--font-outfit),"Outfit";color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s}.rest-restaurant-btn:hover{color:#000;background-color:#f3f4f6;border:2px solid #000;transform:translateY(-2px)}.footer{background-color:#221106;padding:80px 60px 0;position:relative;overflow:hidden}.footer-container{grid-template-columns:1fr 1fr;align-items:flex-start;gap:80px;max-width:1200px;min-height:500px;margin:0 auto;display:grid}.footer-left{flex-direction:column;justify-content:flex-start;gap:40px;padding-bottom:60px;display:flex}.footer-title{flex-direction:column;gap:18px;display:flex}.footer-left-logo{object-fit:contain;width:150px;height:80px}.footer-heading{font-family:var(--font-outfit),"Outfit";color:#ed892b;margin:0;font-size:77px;font-weight:700;line-height:1.2}.footer-btn{align-items:center;gap:16px;display:flex}.footer-join-waitlist-btn{font-family:var(--font-outfit),"Outfit";color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:14px 28px;font-size:16px;font-weight:600;transition:all .3s}.footer-join-waitlist-btn:hover{background-color:#333;transform:translateY(-2px)}.footer-list-restaurant-btn{font-family:var(--font-outfit),"Outfit";color:#fff;cursor:pointer;background-color:#0000;border:2px solid #ffcd5c;border-radius:50px;padding:12px 26px;font-size:16px;font-weight:600;transition:all .3s}.footer-list-restaurant-btn:hover{color:#221106;background-color:#ffcd5c}.footer-socials{flex-direction:column;gap:20px;display:flex}.footer-contact-us,.footer-instagram,.footer-tiktok{cursor:pointer;align-items:center;gap:12px;transition:opacity .3s;display:flex}.footer-contact-us:hover,.footer-instagram:hover,.footer-tiktok:hover{opacity:.8}.footer-contact-us-logo,.footer-instagram-logo,.footer-tiktok-logo{object-fit:contain;width:24px;height:24px}.footer-contact-us-text,.footer-instagram-text,.footer-tiktok-text{font-family:var(--font-source-sans-3),"Source Sans 3";color:#fff;font-size:16px;font-weight:500}.footer-right{justify-content:flex-end;align-items:flex-end;width:149%;height:100%;display:flex;position:relative}.footer-right-image{object-fit:contain;width:100%;max-width:700px;height:auto;position:absolute;bottom:0;right:0}.modal-overlay{z-index:2000;opacity:0;visibility:hidden;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background-color:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;padding:40px;transition:transform .3s;position:relative;overflow-y:auto;transform:scale(.8);box-shadow:0 20px 60px #0000004d}.modal-overlay.active .modal-content{transform:scale(1)}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:24px;transition:background-color .3s;display:flex;position:absolute;top:20px;right:20px}.modal-close:hover{background-color:#f3f4f6}.modal-header{text-align:center;margin-bottom:30px}.modal-logo-container{justify-content:center;align-items:center;gap:12px;margin-bottom:20px;display:flex}.modal-logo{object-fit:contain;width:40px;height:40px}.modal-app-title{font-family:var(--font-outfit),"Outfit";color:#2e2e2e;margin:0;font-size:24px;font-weight:700}.modal-title{font-family:var(--font-outfit),"Outfit";color:#000;margin-bottom:10px;font-size:28px;font-weight:700}.modal-subtitle{font-family:var(--font-source-sans-3),"Source Sans 3";color:#000;margin-bottom:30px;font-size:14px;line-height:1.5}.waitlist-submission-terms{font-family:var(--font-source-sans-3),"Source Sans 3";text-align:center;color:#000;margin:0;font-size:13px;font-style:italic}.waitlist-submission-terms-2{font-family:var(--font-source-sans-3),"Source Sans 3";color:#000;font-size:14px;font-weight:700}.error-message{color:#dc2626;font-size:14px;font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;text-align:center;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:15px;padding:10px 15px;animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-form{flex-direction:column;align-items:center;gap:15px;display:flex}.modal-input{font-family:var(--font-source-sans-3),"Source Sans 3";text-align:center;border:1px solid #d1d5db;border-radius:50px;outline:none;width:100%;max-width:350px;padding:14px 24px;font-size:16px;transition:border-color .3s}.modal-input:focus{border-color:#ed892b}.modal-input::placeholder{color:#9ca3af;text-align:center}.modal-button{font-family:var(--font-outfit),"Outfit";color:#fff;cursor:pointer;background-color:#000;border:2px solid #000;border-radius:50px;align-self:center;padding:14px 32px;font-size:16px;font-weight:600;transition:all .3s}.modal-button:hover{background-color:#333;transform:translateY(-2px)}.modal-button:disabled{cursor:not-allowed;background-color:#d1d5db;transform:none}.submission-animation{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.checkmark-container{background-color:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;animation:.5s ease-out scaleIn;display:flex}.checkmark{color:#fff;width:40px;height:40px;font-size:30px;font-weight:700}.success-message{font-family:var(--font-outfit),"Outfit";color:#10b981;margin-bottom:10px;font-size:24px;font-weight:700}.success-subtitle{font-family:var(--font-source-sans-3),"Source Sans 3";color:#6b7280;font-size:16px;line-height:1.5}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.loading-spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:20px;height:20px;margin-right:8px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.restaurant-modal .modal-title{color:#000}.restaurant-modal .modal-button{background-color:#000}.restaurant-modal .modal-button:hover{background-color:#333}.contact-modal .modal-title{color:#000}.contact-modal .modal-button{background-color:#ed892b}.contact-modal .modal-button:hover{background-color:#dc2626}.modal-textarea{resize:vertical;min-height:100px;font-family:var(--font-source-sans-3),"Source Sans 3"}.contact-preference{flex-direction:column;gap:12px;display:flex}.preference-label{font-family:var(--font-outfit),"Outfit";color:#374151;font-size:16px;font-weight:600}.radio-group{flex-wrap:wrap;gap:20px;display:flex}.radio-option{cursor:pointer;font-family:var(--font-source-sans-3),"Source Sans 3";color:#374151;align-items:center;gap:8px;font-size:14px;display:flex}.radio-option input[type=radio]{accent-color:#ed892b;width:16px;height:16px}.radio-text{-webkit-user-select:none;user-select:none}@media (max-width:1024px){.hero-container{min-height:440px;padding:72px 40px}.hero-content{gap:var(--type-24)}.main-heading{font-size:42px}.secondary-heading{font-size:35px}.how-it-works{padding:60px 40px}.content-heading{font-size:27px}.step{grid-template-columns:repeat(4,1fr);gap:20px}.steps{max-width:220px}.fries-section{padding:40px 30px}.fries-container{border-radius:25px;gap:40px;padding:50px 40px}.fries-image{width:250px}.fries-heading{font-size:40px}.fries-description{font-size:16px}.badge-1{left:-15%}.badge-2{right:-20%}.badge-complete{min-width:120px;right:-5%}.our-services{padding:60px 40px}.service-content{gap:50px}.service-content-store{gap:60px}.service-heading{font-size:60px}.diff-text-color{font-size:59px}.bullet-icon{width:15px;height:15px}.bulletpoint-heading{font-size:15px}.city-owners{padding:60px 40px}.city-container{gap:60px}.city-heading{font-size:36px}.city-left{gap:30px}.city-image{max-width:350px}.restaurant-owners{padding:30px 40px 40px}.rest-container{gap:40px}.rest-title-heading{font-size:42px}.rest-title-subheading{font-size:16px}.rest-main-content{gap:60px}.rest-image{max-width:350px}.rest-bulletpoints{gap:25px}.rest-bullet-heading{font-size:20px}.rbulletpoint-heading{font-size:16px}.rest-bulletpoints .bullet-icon{width:14px;height:14px}.footer{padding:60px 40px 0}.footer-container{gap:0;min-height:400px}.footer-left{gap:30px;padding-bottom:50px}.footer-heading{font-size:72px}.footer-left-logo{width:135px;height:70px}.footer-contact-us-logo,.footer-instagram-logo,.footer-tiktok-logo{width:20px;height:20px}.footer-contact-us-text,.footer-instagram-text,.footer-tiktok-text{font-size:14px}.footer-right-image{max-width:600px}}@media (max-width:768px){.hero-container{padding:72px 20px}.hero-content{gap:var(--type-24);text-align:center;flex-direction:column}.left-section{max-width:100%}.main-heading{font-size:36px}.sub-heading{font-size:16px}.form-buttons{flex-wrap:wrap;justify-content:center}.right-section{max-width:100%}.how-it-works{padding:50px 20px}.content-heading{margin-bottom:40px;font-size:28px}.step{grid-template-columns:repeat(2,1fr);gap:30px}.steps{max-width:100%;margin-bottom:30px}.fries-section{padding:30px 15px}.fries-container{text-align:center;border-radius:20px;grid-template-columns:1fr;gap:40px;padding:40px 25px}.fries-left{order:2}.fries-right{order:1}.fries-image{width:200px}.fries-heading{text-align:center;font-size:32px}.fries-description{text-align:center;font-size:16px}.fries-subtext{text-align:center;font-size:13px}.fries-cta-btn{width:100%;max-width:300px;margin:0 auto;display:block}.badge-1{top:10%;left:-10%}.badge-2{bottom:20%;right:-15%}.badge-complete{min-width:100px;font-size:12px;top:-5%;right:0%}.badge-text-complete{font-size:14px}.badge-subtext{font-size:10px}.badge-reward{padding:3px 6px;font-size:9px}.our-services{padding:50px 20px}.service-content{gap:40px}.service-content-store{text-align:left;grid-template-columns:1fr;gap:40px}.service-heading{max-width:100%;font-size:50px}.diff-text-color{font-size:49px}.service-bulletpoints{gap:30px}.bulletpoint{text-align:left}.blt-heading{justify-content:left}.bullet-icon{width:13px;height:13px}.bulletpoint-heading{font-size:13px}.city-owners{padding:50px 20px}.city-container{text-align:center;grid-template-columns:1fr;gap:40px}.city-left{gap:30px}.city-heading{font-size:32px}.city-image{max-width:300px}.restaurant-owners{padding:20px 16px 24px}.rest-container{gap:40px}.rest-title-heading{font-size:36px}.rest-title-subheading{font-size:16px}.rest-main-content{grid-template-columns:1fr;gap:40px}.rest-left{text-align:center}.rest-image{max-width:300px}.rest-bulletpoints{text-align:left;gap:25px}.rest-bullet-heading{text-align:left;font-size:18px}.rbulletpoint-heading{font-size:15px}.rest-bulletpoints .blt-heading{justify-content:flex-start}.rest-bulletpoints .bulletpoint:first-child .blt-heading{justify-content:flex-start;align-items:flex-start}.rest-bulletpoints .bullet-icon{width:12px;height:12px}.rest-bulletpoints .bulletpoint-text{text-align:left}.footer{padding:50px 20px 0}.footer-container{grid-template-columns:1fr;gap:40px;min-height:auto}.footer-left{text-align:center;gap:30px;padding-bottom:40px}.footer-title{align-items:center}.footer-heading{text-align:center;font-size:64px}.footer-left-logo{width:216px;height:60px}.footer-btn{flex-wrap:wrap;justify-content:center}.footer-socials{align-items:center;gap:16px}.footer-contact-us,.footer-instagram,.footer-tiktok{justify-content:center}.footer-right{justify-content:center;height:300px;position:relative}.footer-right-image{max-width:400px;position:relative;bottom:auto;right:auto}}@media (max-width:480px){.hero-container{padding:72px 16px}.hero-content{gap:var(--type-24)}.main-heading{font-size:28px}.form-buttons{flex-direction:column;align-items:center;gap:12px;width:100%}.form-buttons>button{width:100%;max-width:280px}.join-waitlist-btn,.list-yr-restaurant-btn{width:100%;padding:12px 20px}.how-it-works{padding:40px 16px}.content-heading{font-size:24px}.step{gap:20px}.our-services{padding:40px 16px}.service-heading{font-size:40px}.diff-text-color{font-size:39px}.bulletpoint-heading{font-size:13px}.bulletpoint-text{font-size:14px}.bullet-icon{width:13px;height:13px}.city-owners{padding:40px 16px}.city-heading{font-size:28px}.city-left{gap:25px}.city-btn .join-waitlist-btn{padding:12px 24px;font-size:14px}.city-image{max-width:250px}.fries-section{padding:20px 12px}.fries-container{border-radius:16px;gap:30px;padding:30px 20px}.fries-image{width:160px}.fries-heading{font-size:26px}.fries-description{font-size:14px}.fries-subtext{margin-bottom:20px;font-size:12px}.fries-cta-btn{padding:12px 24px;font-size:14px}.restaurant-owners{padding:18px 16px 50px}.rest-title-heading{font-size:32px}.rest-title-subheading{font-size:14px}.rest-container{gap:35px}.rest-image{max-width:250px}.rest-bullet-heading{font-size:16px}.rbulletpoint-heading{font-size:14px}.rest-bulletpoints .bulletpoint-text{font-size:12px}.rest-restaurant-btn{padding:12px 24px;font-size:14px}.footer{padding:40px 16px 0}.footer-container{gap:30px}.footer-left{gap:25px;padding-bottom:30px}.footer-heading{font-size:42px}.footer-left-logo{width:131px;height:50px}.footer-btn{flex-direction:column;gap:12px;width:100%}.footer-join-waitlist-btn,.footer-list-restaurant-btn{width:100%;padding:12px 20px;font-size:14px}.footer-socials{gap:14px}.footer-contact-us-logo,.footer-instagram-logo,.footer-tiktok-logo{width:18px;height:18px}.footer-contact-us-text,.footer-instagram-text,.footer-tiktok-text{font-size:12px}.footer-right{height:200px}.footer-right-image{max-width:350px}.modal-content{max-width:95%;padding:30px 20px}.modal-logo-container{gap:8px}.modal-logo{width:32px;height:32px}.modal-app-title{font-size:20px}.modal-title{font-size:24px}.modal-subtitle{font-size:14px}.modal-input{padding:12px 14px;font-size:14px}.modal-button{padding:14px 20px;font-size:14px}.radio-group{flex-direction:column;gap:12px}.preference-label{font-size:14px}.radio-option{font-size:12px}.green-img-1{visibility:visible}.green-img{visibility:hidden}}.wl-overlay{z-index:9999;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s wl-fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes wl-fadeIn{0%{opacity:0}to{opacity:1}}.wl-modal{text-align:center;background-color:#fff;border-radius:24px;width:90%;max-width:520px;padding:50px 60px;animation:.3s wl-slideUp;position:relative}@keyframes wl-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wl-close{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:28px;line-height:1;transition:color .2s;position:absolute;top:20px;right:24px}.wl-close:hover{color:#333}.wl-brand{justify-content:center;align-items:center;gap:10px;margin-bottom:30px;display:flex}.wl-logo{object-fit:contain;width:36px;height:36px}.wl-brand-name{font-family:var(--font-outfit),"Outfit",sans-serif;color:#1a1a1a;font-size:22px;font-weight:700}.wl-title{font-family:var(--font-outfit),"Outfit",sans-serif;color:#000;margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.3}.wl-subtitle{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#555;margin:0 0 35px;font-size:15px;line-height:1.5}.wl-form{flex-direction:column;align-items:center;gap:16px;display:flex}.wl-input{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;text-align:center;border:1px solid #ddd;border-radius:50px;outline:none;width:100%;max-width:380px;padding:14px 24px;font-size:15px;transition:border-color .2s}.wl-input:focus{border-color:#ed892b}.wl-input::placeholder{color:#aaa}.wl-error{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#dc2626;background-color:#fef2f2;border-radius:8px;margin:0;padding:8px 16px;font-size:14px}.wl-terms{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#666;margin:5px 0 10px;font-size:13px;font-style:italic}.wl-button{font-family:var(--font-outfit),"Outfit",sans-serif;color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:14px 36px;font-size:16px;font-weight:600;transition:background-color .2s,transform .2s}.wl-button:hover{background-color:#222;transform:translateY(-1px)}.wl-button:disabled{cursor:not-allowed;background-color:#ccc;transform:none}.wl-success{flex-direction:column;align-items:center;padding:20px 0;display:flex}.wl-checkmark{width:60px;height:60px;margin-bottom:16px}.wl-checkmark svg{width:100%;height:100%}.wl-success-text{font-family:var(--font-outfit),"Outfit",sans-serif;color:#22c55e;margin:0;font-size:18px;font-weight:600}@media (max-width:768px){.wl-modal{border-radius:20px;max-width:90%;padding:40px 30px}.wl-title{font-size:24px}.wl-subtitle{margin-bottom:28px;font-size:14px}.wl-input{padding:12px 20px;font-size:14px}.wl-button{padding:12px 30px;font-size:15px}}@media (max-width:480px){.wl-modal{border-radius:16px;padding:35px 24px}.wl-brand{margin-bottom:24px}.wl-logo{width:30px;height:30px}.wl-brand-name{font-size:18px}.wl-title{font-size:20px}.wl-subtitle{margin-bottom:24px;font-size:13px}.wl-input{padding:12px 18px;font-size:14px}.wl-terms{font-size:12px}.wl-button{padding:12px 28px;font-size:14px}.wl-checkmark{width:50px;height:50px}}.contact-overlay{z-index:9999;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s wl-fadeIn;display:flex;position:fixed;top:0;left:0}.contact-modal{text-align:center;background-color:#fff;border-radius:24px;width:90%;max-width:520px;padding:50px 60px;animation:.3s wl-slideUp;position:relative}.contact-close{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:28px;line-height:1;transition:color .2s;position:absolute;top:20px;right:24px}.contact-close:hover{color:#333}.contact-brand{justify-content:center;align-items:center;gap:10px;margin-bottom:30px;display:flex}.contact-logo{object-fit:contain;width:36px;height:36px}.contact-brand-name{font-family:var(--font-outfit),"Outfit",sans-serif;color:#1a1a1a;font-size:22px;font-weight:700}.contact-title{font-family:var(--font-outfit),"Outfit",sans-serif;color:#000;margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.3}.contact-subtitle{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#555;margin:0 0 30px;font-size:15px;line-height:1.5}.contact-form{flex-direction:column;align-items:center;gap:16px;display:flex}.contact-input{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;text-align:center;border:1px solid #ddd;border-radius:50px;outline:none;width:100%;max-width:380px;padding:14px 24px;font-size:15px;transition:border-color .2s}.contact-input:focus{border-color:#ed892b}.contact-input::placeholder{color:#aaa}.contact-textarea{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;resize:vertical;border:1px solid #ddd;border-radius:16px;outline:none;width:100%;max-width:380px;min-height:100px;padding:16px 20px;font-size:15px;transition:border-color .2s}.contact-textarea:focus{border-color:#ed892b}.contact-textarea::placeholder{color:#aaa}.contact-error{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#dc2626;background-color:#fef2f2;border-radius:8px;margin:0;padding:8px 16px;font-size:14px}.contact-terms{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#ed892b;margin:5px 0 10px;font-size:13px;font-style:italic}.contact-button{font-family:var(--font-outfit),"Outfit",sans-serif;color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:14px 36px;font-size:16px;font-weight:600;transition:background-color .2s,transform .2s}.contact-button:hover{background-color:#222;transform:translateY(-1px)}.contact-button:disabled{cursor:not-allowed;background-color:#ccc;transform:none}.contact-success{padding:20px 0}.contact-success-text{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#333;margin:0;font-size:16px}@media (max-width:768px){.contact-modal{border-radius:20px;max-width:90%;padding:40px 30px}.contact-title{font-size:24px}.contact-subtitle{margin-bottom:24px;font-size:14px}.contact-input,.contact-textarea{padding:12px 20px;font-size:14px}.contact-button{padding:12px 30px;font-size:15px}}@media (max-width:480px){.contact-modal{border-radius:16px;padding:35px 24px}.contact-brand{margin-bottom:24px}.contact-logo{width:30px;height:30px}.contact-brand-name{font-size:18px}.contact-title{font-size:20px}.contact-subtitle{margin-bottom:20px;font-size:13px}.contact-input,.contact-textarea{padding:12px 18px;font-size:14px}.contact-terms{font-size:12px}.contact-button{padding:12px 28px;font-size:14px}}.listrest-overlay{z-index:9999;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s wl-fadeIn;display:flex;position:fixed;top:0;left:0}.listrest-modal{text-align:center;background-color:#fff;border-radius:24px;width:90%;max-width:520px;padding:50px 60px;animation:.3s wl-slideUp;position:relative}.listrest-close{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:28px;line-height:1;transition:color .2s;position:absolute;top:20px;right:24px}.listrest-close:hover{color:#333}.listrest-brand{justify-content:center;align-items:center;gap:10px;margin-bottom:30px;display:flex}.listrest-logo{object-fit:contain;width:36px;height:36px}.listrest-brand-name{font-family:var(--font-outfit),"Outfit",sans-serif;color:#1a1a1a;font-size:22px;font-weight:700}.listrest-title{font-family:var(--font-outfit),"Outfit",sans-serif;color:#000;margin:0 0 12px;font-size:26px;font-weight:700;line-height:1.3}.listrest-subtitle{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#555;margin:0 0 30px;font-size:15px;line-height:1.5}.listrest-form{flex-direction:column;align-items:center;gap:16px;display:flex}.listrest-input{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;text-align:center;border:1px solid #ddd;border-radius:50px;outline:none;width:100%;max-width:380px;padding:14px 24px;font-size:15px;transition:border-color .2s}.listrest-input:focus{border-color:#ed892b}.listrest-input::placeholder{color:#aaa}.listrest-error{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#dc2626;background-color:#fef2f2;border-radius:8px;margin:0;padding:8px 16px;font-size:14px}.listrest-terms{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#333;margin:5px 0 10px;font-size:14px;font-weight:600}.listrest-button{font-family:var(--font-outfit),"Outfit",sans-serif;color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:50px;padding:14px 36px;font-size:16px;font-weight:600;transition:background-color .2s,transform .2s}.listrest-button:hover{background-color:#222;transform:translateY(-1px)}.listrest-button:disabled{cursor:not-allowed;background-color:#ccc;transform:none}.listrest-success{padding:20px 0}.listrest-success-text{font-family:var(--font-source-sans-3),"Source Sans 3",sans-serif;color:#333;margin:0;font-size:16px}@media (max-width:768px){.listrest-modal{border-radius:20px;max-width:90%;padding:40px 30px}.listrest-title{font-size:22px}.listrest-subtitle{margin-bottom:24px;font-size:14px}.listrest-input{padding:12px 20px;font-size:14px}.listrest-button{padding:12px 32px;font-size:15px}}@media (max-width:480px){.listrest-modal{border-radius:16px;padding:35px 24px}.listrest-brand{margin-bottom:24px}.listrest-logo{width:30px;height:30px}.listrest-brand-name{font-size:18px}.listrest-title{font-size:20px}.listrest-subtitle{font-size:13px}.listrest-input{padding:12px 18px;font-size:14px}.listrest-terms{font-size:12px}.listrest-button{padding:12px 28px;font-size:14px}}.dine-deal-container{font-family:var(--font-poppins),"Poppins",sans-serif;color:#000;box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:space-between;width:100%;padding:0;display:flex}.dd-logo-footer{object-fit:contain;width:32px;height:32px;transition:transform .2s,opacity .2s}.brand-name{font-family:var(--font-outfit),"Outfit";color:#1f2937;font-size:20px;font-weight:700;text-decoration:none}.dd-logo-footer:hover{opacity:.8;cursor:pointer;transform:scale(1.05)}.dd-header{justify-content:space-between;align-items:center;padding:50px 5%;display:flex}.dd-logo-section{align-items:center;gap:10px;display:flex}.brand-name{color:#000;font-size:1.5rem;font-weight:700}.dd-socials{color:#555;align-items:center;gap:20px;font-size:.9rem;display:flex}.social-label{margin-right:5px}.social-link{color:#777;align-items:center;gap:6px;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.social-link:hover{color:#000}.icon{width:18px;height:18px}.dd-hero{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;padding:0 162px 30px;display:flex}.hero-title{font-family:var(--font-outfit),"Outfit";margin-bottom:10px;font-size:3.5rem;font-weight:700;line-height:1.2}.highlight{color:#e88d3e}.hero-subtitle{font-family:var(--font-source-sans-3),"Source Sans 3";color:#333;margin-bottom:40px;font-size:1rem;font-weight:500}.cta-group{gap:20px;display:flex}.btn{font-family:var(--font-inter),"Inter";cursor:pointer;border-radius:50px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s}.btn-primary-1{color:#fff;background-color:#000;border:2px solid #000}.btn-primary-1:hover{color:#000;background-color:#fff;border-color:#000}.btn-outline{color:#000;background-color:#fff;border:2px solid #000}.btn-outline:hover{background-color:#f5f5f5}.dd-footer{text-align:center;color:#666;border-top:1px solid #0000;padding:50px;font-size:.75rem}@media (max-width:1024px){.dd-header{padding:40px 5%}.dd-hero{padding:0 100px 30px}.hero-title{font-size:3rem}.hero-subtitle{font-size:.95rem}.btn{padding:12px 28px;font-size:.95rem}.dd-footer{padding:40px}}@media (max-width:768px){.dd-header{flex-direction:column;gap:15px;padding:30px 5%}.dd-socials{flex-wrap:wrap;justify-content:center;gap:15px}.dd-hero{padding:0 40px 30px}.hero-title{font-size:2.5rem}.hero-subtitle{margin-bottom:30px;font-size:.9rem}.cta-group{flex-direction:column;width:250px;max-width:300px}.btn{width:100%;padding:12px 24px;font-size:.9rem}.dd-footer{padding:30px 20px;font-size:.7rem}}@media (max-width:480px){.dd-header{gap:12px;padding:25px 16px}.dd-logo-section{gap:8px}.dd-logo-footer{width:28px;height:28px}.brand-name{font-size:1.2rem}.dd-socials{gap:10px;font-size:.8rem}.social-link{gap:4px}.icon{width:16px;height:16px}.dd-hero{padding:0 20px 20px}.hero-title{margin-bottom:8px;font-size:1.8rem}.hero-subtitle{margin-bottom:25px;font-size:.85rem}.cta-group{gap:12px;width:100%;max-width:280px}.btn{padding:10px 20px;font-size:.85rem}.dd-footer{padding:25px 16px;font-size:.65rem}}
