html:not(.nofont){font-size:9px;text-rendering:optimizeLegibility}*{padding:0;margin:0;box-sizing:border-box;font-synthesis:none!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Dosis,sans-serif;font-optical-sizing:auto;font-style:normal;background:#86e3cd2c}:root{--primary-color: #86e3ce;--secondary-color: #fa897b;--dark: #e94040;--text-color-white: #ffffff;--text-color-black: #000000;--card-shadow: rgba(0, 0, 0, .18) 0px 2px 4px;--grey: gray}a{color:inherit;text-decoration:none!important;cursor:pointer}button{border:none;outline:none;cursor:pointer}input,textarea{outline:none;border:none}li,ul{cursor:pointer;text-decoration:none;padding:0;margin:0}h2,p{padding:0;margin:0}.fb-navbar{background:var(--primary-color);color:var(--text-color-white);padding:1.2rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:var(--card-shadow)}.fb-navbar-container{max-width:120rem;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.fb-navbar-menu{display:flex;gap:3rem;height:auto;opacity:1;justify-content:center;flex-grow:1}.fb-navbar-link{font-size:1.8rem;font-weight:600;color:var(--text-color-white);text-decoration:none;position:relative;transition:all .3s ease;padding:.5rem 1rem}.fb-navbar-link:hover{transform:translateY(-2px);color:var(--dark)}.fb-navbar-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;transform:translate(-50%);background:var(--dark);transition:width .3s ease}.fb-navbar-link:hover:after{width:80%}.fb-navbar-icons{display:flex;gap:2rem;align-items:center}.fb-navbar-icon-link{color:var(--text-color-white);transition:all .3s ease}.fb-navbar-icon-link:hover{transform:scale(1.2);color:var(--grey)}.fb-navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:1rem;border-radius:.5rem;transition:all .3s ease}.fb-navbar-toggle:hover{background:var(--dark)}.fb-navbar-icon{display:flex;flex-direction:column;justify-content:space-between;width:2.8rem;height:1.8rem;position:relative}.fb-navbar-icon-line{display:block;width:100%;height:.3rem;background:var(--text-color-white);border-radius:.2rem;transition:all .3s ease}.fb-navbar-menu-open .fb-navbar-icon-line:nth-child(1){transform:translateY(7.5px) rotate(45deg);background:var(--white)}.fb-navbar-menu-open .fb-navbar-icon-line:nth-child(2){opacity:0}.fb-navbar-menu-open .fb-navbar-icon-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);background:var(--white)}.fb-navbar-logo{width:8rem;height:8rem;border-radius:50%;overflow:hidden}.fb-navbar-logo img{width:100%;height:100%;object-fit:fill}@media (max-width: 768px){.fb-navbar-logo{width:6rem;height:6rem;border-radius:50%;overflow:hidden}.fb-navbar-toggle{display:block}.fb-navbar-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:var(--secondary-color);padding:2rem;box-shadow:var(--card-shadow);border-radius:0 0 1rem 1rem;transform:translateY(-10px);opacity:0;height:0;overflow:hidden}.fb-navbar-menu-open{display:flex;height:auto;opacity:1;transform:translateY(0)}.fb-navbar-link{font-size:2rem;padding:1.2rem 0;text-align:center;border-bottom:.1rem solid var(--dark)}.fb-navbar-link:hover{background:#ffffff0d;transform:none}.fb-navbar-link:after{display:none}.fb-navbar-icons{display:none}.fb-header{width:6rem!important;height:6rem!important}}@media (max-width: 480px){.fb-navbar-link{font-size:1.8rem}.fb-navbar-icon{width:2.4rem;height:1.6rem}.fb-navbar-icon-line{height:.25rem}}.fb-footer{background:var(--secondary-color);color:var(--text-color-white);padding:6rem 0 4rem;box-shadow:var(--card-shadow);overflow:hidden}.fb-footer-container{max-width:120rem;margin:0 auto 4rem;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:4rem}.fb-footer-section{padding:2.5rem;border-radius:1.5rem;transition:transform .3s ease,box-shadow .3s ease;background:transparent}.fb-footer-section:hover{transform:translateY(-.5rem)}.fb-footer-logo{display:block;margin-bottom:1.5rem;text-decoration:none}.fb-footer-logo-img{width:12rem;height:12rem;transition:transform .3s ease;border-radius:50%;overflow:hidden}.fb-footer-logo:hover .fb-footer-logo-img{transform:scale(1.05)}.fb-footer-title{font-size:2.4rem;font-weight:800;margin-bottom:2rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.2)}.fb-footer-section p{font-size:1.6rem;color:var(--text-color-white);line-height:1.6}.fb-footer-link{display:flex;align-items:center;gap:1rem;font-size:1.6rem;font-weight:600;color:var(--text-color-white);text-decoration:none;margin-bottom:1.2rem;position:relative;transition:color .3s ease}.fb-footer-link:hover{color:var(--dark)}.fb-footer-link:after{content:"";position:absolute;width:0;height:.2rem;bottom:-.2rem;left:0;background:var(--dark);transition:width .3s ease}.fb-footer-link:hover:after{width:100%}.fb-footer-icon{font-size:2rem;color:var(--dark);transition:transform .3s ease}.fb-footer-link:hover .fb-footer-icon{transform:scale(1.1)}.fb-footer-social{max-width:120rem;margin:0 auto 3rem;padding:2.5rem;background:transparent;border-radius:1.5rem;box-shadow:var(--card-shadow);text-align:center}.fb-footer-social-icons{display:flex;justify-content:center;gap:2rem}.fb-footer-social-icon{font-size:2.8rem;color:var(--text-color-white);text-decoration:none;transition:color .3s ease}.fb-footer-social-icon:hover{color:var(--dark)}.fb-footer-copy{text-align:center;font-size:1.8rem;font-weight:700;color:var(--text-color-white);transition:text-shadow .3s ease,scale .3s ease;display:flex;justify-content:center;align-items:center;gap:1rem}.fb-footer-copy:hover{text-shadow:0 0 1rem var(--dark);scale:1.05}.fb-footer-divider{color:var(--text-color-white)}.fb-footer-copy a{font-size:1.8rem;padding:0;margin-top:1.2rem}@media (max-width: 768px){.fb-footer-container{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:3rem}.fb-footer-title{font-size:2.2rem}.fb-footer-section p,.fb-footer-link{font-size:1.5rem}.fb-footer-icon{font-size:1.8rem}.fb-footer-social-icon{font-size:2.4rem}.fb-footer-copy{font-size:1.6rem}.fb-footer-logo-img{width:10rem;height:10rem}}@media (max-width: 480px){.fb-footer-container{grid-template-columns:1fr}.fb-footer-title{font-size:2rem}.fb-footer-section p,.fb-footer-link{font-size:1.4rem}.fb-footer-icon{font-size:1.6rem}.fb-footer-social-icon{font-size:2.2rem}.fb-footer-copy{font-size:1.5rem;display:flex;flex-direction:column;align-items:start;padding:0 5rem;gap:1rem}.fb-footer-copy span{margin-bottom:1rem}.fb-footer-divider{display:none}.fb-footer-copy a{margin-top:0}.fb-footer-logo-img{width:9rem;height:9rem}}.fb-home{padding-top:6rem;min-height:100vh}.fb-home-section{padding:5rem 2rem;max-width:120rem;margin:0 auto;background-color:var(--text-color-white)}.fb-home-hero{display:flex;align-items:center;justify-content:center;gap:5rem;padding:5rem;border-radius:2rem;position:relative;overflow:hidden}.fb-home-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--text-color-white),.25);z-index:1}.fb-home-hero-content{max-width:60rem;z-index:2}.fb-home-hero-title{font-size:5.2rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .2rem .4rem rgba(var(--text-color-black),.2);line-height:1.2}.fb-home-hero-text{font-size:2rem;margin-bottom:3.5rem;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-home-hero-buttons{display:flex;gap:2.5rem}.fb-home-hero-buttons a{display:flex;align-items:center;gap:1rem}.fb-home-hero-button{background:var(--primary-color);color:var(--text-color-black);padding:1.8rem 3.5rem;font-size:2rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-home-hero-button:hover{transform:scale(1.15) translateY(-.5rem);background:var(--primary-color)}.fb-home-hero-image{max-width:50%;border-radius:1.8rem;box-shadow:var(--card-shadow);z-index:2;transition:transform .3s ease}.fb-home-overview{text-align:center;padding:5rem 3rem;border-radius:1.8rem}.fb-home-overview-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark)!important;text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-overview-text{font-size:2rem;max-width:90rem;margin:0 auto;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-home-features{padding:5rem 3rem;border-radius:2rem;text-align:center}.fb-home-features-title{font-size:3.6rem;font-weight:800;margin-bottom:4rem;text-align:center;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(32rem,1fr));gap:3.5rem}.fb-home-feature-card{background:var(--text-color-white);padding:2.5rem;border-radius:1.8rem;box-shadow:var(--card-shadow);text-align:center;transition:all .4s ease}.fb-home-feature-card:hover{transform:translateY(-1rem) scale(1.02)}.fb-home-feature-image{max-width:100%;border-radius:1rem;margin-bottom:2rem;transition:transform .3s ease}.fb-home-feature-card:hover .fb-home-feature-image{transform:scale(1.05)}.fb-home-feature-title{font-size:2.6rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color)}.fb-home-feature-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7}.fb-home-testimonials{padding:5rem 3rem;border-radius:2rem;text-align:center}.fb-home-testimonials-title{font-size:3.6rem;font-weight:800;margin-bottom:4rem;text-align:center;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(32rem,1fr));gap:3.5rem}.fb-home-testimonial-card{background:var(--text-color-white);padding:2.5rem;border-radius:1.8rem;box-shadow:var(--card-shadow);text-align:center;transition:all .4s ease}.fb-home-testimonial-card:hover{transform:translateY(-1rem) scale(1.02)}.fb-home-testimonial-image{width:8rem;height:8rem;border-radius:50%;margin-bottom:2rem;object-fit:cover;transition:transform .3s ease}.fb-home-testimonial-card:hover .fb-home-testimonial-image{transform:scale(1.1)}.fb-home-testimonial-text{font-size:1.8rem;color:var(--text-color-black);margin-bottom:1.5rem;line-height:1.7;font-style:italic}.fb-home-testimonial-author{font-size:2.2rem;font-weight:700;color:var(--primary-color)}.fb-home-how-it-works{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-home-how-it-works-title{font-size:3.6rem;font-weight:800;margin-bottom:1.5rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-how-it-works-subtitle{font-size:2rem;margin-bottom:3rem;color:var(--text-color-black);font-weight:400}.fb-home-how-it-works-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:2.5rem}.fb-home-how-it-works-step{background:var(--text-color-white);padding:2rem;border-radius:1.5rem;box-shadow:var(--card-shadow);transition:all .4s ease;display:flex;flex-direction:column;align-items:center}.fb-home-how-it-works-step:hover{transform:translateY(-.5rem)}.fb-home-step-icon{color:var(--primary-color);margin-bottom:1rem;transition:transform .3s ease}.fb-home-how-it-works-step:hover .fb-home-step-icon{transform:scale(1.1)}.fb-home-step-icon svg{width:4rem;height:4rem}.fb-home-step-number{display:inline-block;font-size:2.4rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.fb-home-step-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7}.fb-home-notify{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-home-notify-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-notify-text{font-size:2rem;margin-bottom:3rem;color:var(--text-color-black);line-height:1.7}.fb-home-notify-form{display:flex;justify-content:center;gap:1rem;max-width:50rem;margin:0 auto}.fb-home-notify-input{padding:1.5rem;font-size:1.8rem;border:1px solid var(--text-color-black);border-radius:1rem;flex:1;transition:all .3s ease}.fb-home-notify-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 .5rem rgba(var(--primary-color),.3)}.fb-home-notify-button{background:var(--primary-color);color:var(--text-color-black);padding:1.5rem 3rem;font-size:1.8rem;font-weight:700;border:none;border-radius:1rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-home-notify-button:hover{transform:scale(1.1) translateY(-.5rem)}.fb-home-partner{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-home-partner-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-partner-text{font-size:2rem;margin-bottom:2rem;color:var(--text-color-black);line-height:1.7}.fb-home-partner-benefits{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.fb-home-partner-benefit{font-size:1.8rem;color:var(--text-color-black);line-height:1.7}.fb-home-partner-button{background:var(--primary-color);color:var(--text-color-black);padding:1.8rem 3.5rem;font-size:2rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-home-partner-button:hover{transform:scale(1.15) translateY(-.5rem)}.fb-home-download{text-align:center;padding:5rem 3rem;border-radius:2rem;display:flex;flex-direction:column;align-items:center}.fb-home-download-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--primary-color);text-shadow:0 .2rem .4rem rgba(var(--text-color-black),.2)}.fb-home-download-text{font-size:2rem;max-width:90rem;margin:0 auto 3.5rem;color:var(--text-color-black);line-height:1.7}.fb-home-download-buttons{display:flex;gap:2.5rem;justify-content:center}.fb-home-download-button{background:var(--primary-color);color:var(--text-color-black);padding:1.8rem 3.5rem;font-size:2rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-home-download-button:hover{transform:scale(1.15) translateY(-.5rem)}.fb-home-quicklinks{text-align:center;padding:5rem 3rem;border-radius:1.8rem;margin-top:5rem}.fb-home-quicklinks-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-quicklinks-grid{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap}.fb-home-quicklinks-link{background:var(--primary-color);color:var(--text-color-black);padding:1.5rem 2.5rem;font-size:1.8rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-home-quicklinks-link:hover{transform:scale(1.1) translateY(-.5rem)}@media (max-width: 1100px){.fb-home-hero{flex-direction:column;padding:3rem}.fb-home-hero-image{max-width:100%}.fb-home-hero-title{font-size:4rem}.fb-home-hero-text,.fb-home-download-text,.fb-home-overview-text,.fb-home-how-it-works-subtitle,.fb-home-notify-text,.fb-home-partner-text,.fb-home-app-preview-text{font-size:1.6rem}.fb-home-hero-buttons,.fb-home-download-buttons,.fb-home-quicklinks-grid,.fb-home-notify-form{flex-direction:column;gap:2rem}.fb-home-features-grid,.fb-home-testimonials-grid,.fb-home-how-it-works-steps,.fb-home-app-preview-grid{grid-template-columns:1fr}.fb-home-feature-card,.fb-home-testimonial-card,.fb-home-how-it-works-step{padding:2rem}.fb-home-testimonial-image{width:10rem;height:10rem}.fb-home-app-preview-badge{position:static;margin:2rem auto}}@media (max-width: 480px){.fb-home-hero-title{font-size:3.2rem}.fb-home-hero-text,.fb-home-download-text,.fb-home-overview-text,.fb-home-how-it-works-subtitle,.fb-home-notify-text,.fb-home-partner-text,.fb-home-app-preview-text{font-size:1.4rem}.fb-home-hero-button,.fb-home-download-button,.fb-home-quicklinks-link,.fb-home-notify-button,.fb-home-partner-button{padding:1.2rem 2rem;font-size:1.6rem}.fb-home-features-title,.fb-home-testimonials-title,.fb-home-overview-title,.fb-home-download-title,.fb-home-quicklinks-title,.fb-home-how-it-works-title,.fb-home-notify-title,.fb-home-partner-title,.fb-home-app-preview-title{font-size:3rem}.fb-home-how-it-works-step,.fb-home-notify-form,.fb-home-partner-benefit{font-size:1.6rem}.fb-home-app-preview-image{width:80%}}.fb-home-app-preview{text-align:center;padding:5rem 3rem;border-radius:2rem;position:relative}.fb-home-overview-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-home-app-preview-text{font-size:2rem;margin-bottom:3rem;color:var(--text-color-black);line-height:1.7}.fb-home-app-preview-grid{position:relative;height:50rem;width:100%;display:flex;align-items:flex-end;justify-content:flex-start}.fb-home-app-preview-image{width:30rem;border-radius:1.5rem;transition:all .4s ease;object-fit:contain;position:absolute;bottom:0}.comming_soon{position:absolute;top:0;right:0;width:100%;text-align:right}.image-1{left:0;height:50rem;z-index:1}.image-2{left:calc(20rem + 7%);height:46rem;transform:rotate(8deg);z-index:2;bottom:-1rem}.image-3{left:calc(40rem + 10%);height:43rem;transform:rotate(14deg);z-index:3;bottom:-6rem}.image-4{left:calc(60rem + 10%);height:38rem;transform:rotate(18deg);z-index:4;bottom:-13rem}.fb-home-quicklinks-link-soon{background:var(--primary-color);color:var(--text-color-black);padding:1.5rem 2.5rem;font-size:1.8rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-home-quicklinks-link-soon:hover{transform:scale(1.1) translateY(-.5rem)}.fb-home-app-preview-grid-col{display:flex;flex-direction:column;gap:17rem;align-items:center}@media (max-width: 1100px){.fb-home-app-preview{padding:4rem 2rem;display:none}}.fb-app{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.fb-features{padding-top:6rem;min-height:100vh}.fb-features-section{padding:5rem 2rem;max-width:120rem;margin:0 auto;background-color:var(--text-color-white)}.fb-features-intro{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-features-intro-title{font-size:4.2rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-features-intro-text{font-size:2rem;max-width:90rem;margin:0 auto;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-features-browse,.fb-features-order,.fb-features-track,.fb-features-profile,.fb-features-support{display:flex;align-items:center;justify-content:center;gap:5rem;padding:5rem 3rem;border-radius:2rem}.fb-features-order,.fb-features-profile{flex-direction:row}.fb-features-browse-content,.fb-features-order-content,.fb-features-track-content,.fb-features-profile-content,.fb-features-support-content{max-width:60rem}.fb-features-browse-title,.fb-features-order-title,.fb-features-track-title,.fb-features-profile-title,.fb-features-support-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-features-browse-text,.fb-features-order-text,.fb-features-track-text,.fb-features-profile-text,.fb-features-support-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-features-browse-image,.fb-features-order-image,.fb-features-track-image,.fb-features-profile-image,.fb-features-support-image{max-width:55rem;border-radius:1.8rem;box-shadow:var(--card-shadow);transition:transform .3s ease}.fb-features-browse:hover .fb-features-browse-image,.fb-features-order:hover .fb-features-order-image,.fb-features-track:hover .fb-features-track-image,.fb-features-profile:hover .fb-features-profile-image,.fb-features-support:hover .fb-features-support-image{transform:scale(1.05)}.fb-features-cta{text-align:center;padding:5rem 3rem;border-radius:2rem;display:flex;align-items:center;flex-direction:column}.fb-features-cta-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--primary-color);text-shadow:0 .2rem .4rem rgba(var(--text-color-black),.2)}.fb-features-cta-text{font-size:2rem;max-width:90rem;margin:0 auto 3.5rem;color:var(--text-color-black);line-height:1.7}.fb-features-cta-buttons{display:flex;gap:2.5rem;justify-content:center}.fb-features-cta-button{background:var(--primary-color);color:var(--text-color-black);padding:1.8rem 3.5rem;font-size:2rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-features-cta-button:hover{transform:scale(1.15) translateY(-.5rem);box-shadow:0 1.2rem 3rem rgba(var(--text-color-black),.2),0 0 1rem var(--primary-color)}@media (max-width: 768px){.fb-features-browse,.fb-features-order,.fb-features-track,.fb-features-profile,.fb-features-support{flex-direction:column;padding:3rem}.fb-features-browse-image,.fb-features-order-image,.fb-features-track-image,.fb-features-profile-image,.fb-features-support-image{max-width:100%}.fb-features-cta-buttons{flex-direction:column;gap:2rem}.fb-features-intro-title{font-size:3.6rem}.fb-features-browse-title,.fb-features-order-title,.fb-features-track-title,.fb-features-profile-title,.fb-features-support-title,.fb-features-cta-title{font-size:3.2rem}.fb-features-intro-text,.fb-features-browse-text,.fb-features-order-text,.fb-features-track-text,.fb-features-profile-text,.fb-features-support-text,.fb-features-cta-text{font-size:1.6rem}.fb-features-cta-button{padding:1.5rem 3rem;font-size:1.8rem}}@media (max-width: 480px){.fb-features-intro-title{font-size:3.2rem}.fb-features-browse-title,.fb-features-order-title,.fb-features-track-title,.fb-features-profile-title,.fb-features-support-title,.fb-features-cta-title{font-size:2.8rem}.fb-features-intro-text,.fb-features-browse-text,.fb-features-order-text,.fb-features-track-text,.fb-features-profile-text,.fb-features-support-text,.fb-features-cta-text{font-size:1.4rem}.fb-features-cta-button{padding:1.2rem 2rem;font-size:1.6rem}}.fb-about{padding-top:6rem;min-height:100vh;overflow:hidden}.fb-about-section{padding:5rem 2rem;max-width:120rem;margin:0 auto;background-color:var(--text-color-white)}.fb-about-header{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-about-header-title{font-size:4.8rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-about-header-text{font-size:2rem;max-width:90rem;margin:0 auto;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-about-story{display:flex;align-items:center;justify-content:center;gap:5rem;padding:5rem 3rem;border-radius:2rem}.fb-about-story-content{max-width:60rem}.fb-about-story-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-about-story-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-about-story-image{max-width:55rem;border-radius:1.8rem;box-shadow:var(--card-shadow);transition:transform .3s ease}.fb-about-story:hover .fb-about-story-image{transform:scale(1.05)}.fb-about-values{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-about-values-title{font-size:3.6rem;font-weight:800;margin-bottom:4rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-about-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(32rem,1fr));gap:3.5rem;max-width:120rem;margin:0 auto}.fb-about-value-card{padding:3rem;border-radius:1.8rem;box-shadow:var(--card-shadow);transition:all .4s ease}.fb-about-value-card:hover{transform:translateY(-1rem)}.fb-about-value-title{font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color)}.fb-about-value-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7}.fb-about-team{display:flex;align-items:center;justify-content:center;gap:5rem;padding:5rem 3rem;border-radius:2rem;flex-direction:row-reverse}.fb-about-team-content{max-width:60rem}.fb-about-team-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-about-team-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-about-team-image{max-width:55rem;border-radius:1.8rem;box-shadow:var(--card-shadow);transition:transform .3s ease}.fb-about-team:hover .fb-about-team-image{transform:scale(1.05)}.fb-about-impact{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-about-impact-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-about-impact-text{font-size:2rem;max-width:90rem;margin:0 auto;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-about-join{text-align:center;padding:5rem 3rem;border-radius:2rem;display:flex;flex-direction:column;align-items:center}.fb-about-join-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .2rem .4rem rgba(var(--text-color-black),.2)}.fb-about-join-text{font-size:2rem;max-width:90rem;margin:0 auto 3.5rem;color:var(--text-color-black);line-height:1.7}.fb-about-join-buttons{display:flex;gap:2.5rem;justify-content:center}.fb-about-join-button{background:var(--primary-color);color:var(--text-color-black);padding:1.8rem 3.5rem;font-size:2rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-about-join-button:hover{transform:scale(1.15) translateY(-.5rem);box-shadow:0 1.2rem 3rem rgba(var(--text-color-black),.2),0 0 1rem var(--primary-color)}@media (max-width: 768px){.fb-about-story,.fb-about-team{flex-direction:column;padding:3rem}.fb-about-story-image,.fb-about-team-image{max-width:100%}.fb-about-join-buttons{flex-direction:column;gap:2rem}.fb-about-header-title{font-size:4rem}.fb-about-story-title,.fb-about-values-title,.fb-about-team-title,.fb-about-impact-title,.fb-about-join-title{font-size:3.2rem}.fb-about-header-text,.fb-about-story-text,.fb-about-team-text,.fb-about-impact-text,.fb-about-join-text{font-size:1.6rem}.fb-about-value-title{font-size:2.4rem}.fb-about-value-text{font-size:1.6rem}.fb-about-join-button{padding:1.5rem 3rem;font-size:1.8rem}}@media (max-width: 480px){.fb-about-header-title{font-size:3.6rem}.fb-about-story-title,.fb-about-values-title,.fb-about-team-title,.fb-about-impact-title,.fb-about-join-title{font-size:2.8rem}.fb-about-header-text,.fb-about-story-text,.fb-about-team-text,.fb-about-impact-text,.fb-about-join-text{font-size:1.4rem}.fb-about-value-title{font-size:2.2rem}.fb-about-value-text{font-size:1.4rem}.fb-about-join-button{padding:1.2rem 2rem;font-size:1.6rem}}.fb-contact{padding-top:6rem;min-height:100vh;overflow:hidden}.fb-contact-section{padding:5rem 2rem;max-width:120rem;margin:0 auto;background-color:var(--text-color-white)}.fb-contact-header{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-contact-header-title{font-size:4.8rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-contact-header-text{font-size:2rem;max-width:90rem;margin:0 auto;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-contact-form{text-align:center;margin-bottom:8rem;padding:5rem 3rem;border-radius:2rem}.fb-contact-form-title{font-size:3.6rem;font-weight:800;margin-bottom:3rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-contact-form-container{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem 2rem}.fb-contact-form-field{display:flex;flex-direction:column;gap:.8rem}.fb-contact-form-field-message{grid-column:span 2}.fb-contact-form-label{font-size:1.8rem;font-weight:700;color:var(--primary-color);text-align:left}.fb-contact-form-input,.fb-contact-form-textarea{width:100%;padding:1.8rem;font-size:1.6rem;border:none;border-radius:1.2rem;background:var(--text-color-white);transition:box-shadow .3s ease;box-shadow:var(--card-shadow)}.fb-contact-form-textarea{min-height:15rem;resize:vertical}.fb-contact-form-input:focus,.fb-contact-form-textarea:focus{outline:none;box-shadow:0 0 1.2rem var(--primary-color)}.fb-contact-form-error .fb-contact-form-input,.fb-contact-form-error .fb-contact-form-textarea{box-shadow:0 0 1.2rem var(--primary-color)}.fb-contact-form-button{grid-column:span 2;background:var(--primary-color);color:var(--text-color-black);padding:2rem 4rem;font-size:2.2rem;font-weight:700;border:none;border-radius:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--card-shadow);margin-top:1rem}.fb-contact-form-button:hover:not(:disabled){transform:scale(1.05)}.fb-contact-form-button:disabled{background:var(--secondary-color);cursor:not-allowed}.fb-contact-email{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-contact-email-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-contact-email-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7}.fb-contact-email-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease,text-shadow .3s ease}.fb-contact-email-link:hover{color:var(--dark)}.fb-contact-social{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-contact-social-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-contact-social-links{display:flex;gap:2.5rem;justify-content:center}.fb-contact-social-link{font-size:1.8rem;color:var(--text-color-black);text-decoration:none;padding:1.2rem 2.5rem;border-radius:1rem;background:var(--primary-color);transition:transform .3s ease,box-shadow .3s ease;box-shadow:var(--card-shadow)}.fb-contact-social-link:hover{transform:scale(1.1);box-shadow:0 1.2rem 3rem rgba(var(--text-color-black),.2),0 0 1rem var(--primary-color)}.fb-contact-support{display:flex;align-items:center;justify-content:center;gap:5rem;padding:5rem 3rem;border-radius:2rem}.fb-contact-support-content{max-width:60rem}.fb-contact-support-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-contact-support-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7}.fb-contact-support-image{max-width:55rem;border-radius:1.8rem;box-shadow:var(--card-shadow);transition:transform .3s ease}.fb-contact-support:hover .fb-contact-support-image{transform:scale(1.05)}.fb-contact-location{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-contact-location-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--primary-color);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-contact-location-text{font-size:1.8rem;color:var(--text-color-black);line-height:1.7}.fb-contact-cta{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-contact-cta-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--primary-color);text-shadow:0 .2rem .4rem rgba(var(--text-color-black),.2)}.fb-contact-cta-text{font-size:2rem;max-width:90rem;margin:0 auto 3.5rem;color:var(--text-color-black);line-height:1.7}.fb-contact-cta-buttons{display:flex;gap:2.5rem;justify-content:center}.fb-contact-cta-button{background:var(--primary-color);color:var(--text-color-black);padding:1.8rem 3.5rem;font-size:2rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-contact-cta-button:hover{transform:scale(1.15) translateY(-.5rem);box-shadow:0 1.2rem 3rem rgba(var(--text-color-black),.2),0 0 1rem var(--primary-color)}@media (max-width: 768px){.fb-contact-form-container{grid-template-columns:1fr}.fb-contact-form-field-message,.fb-contact-form-button{grid-column:span 1}.fb-contact-support{flex-direction:column}.fb-contact-support-image{max-width:100%}.fb-contact-social-links,.fb-contact-cta-buttons{flex-direction:column;gap:2rem}.fb-contact-header-title{font-size:4rem}.fb-contact-form-title,.fb-contact-email-title,.fb-contact-social-title,.fb-contact-support-title,.fb-contact-location-title,.fb-contact-cta-title{font-size:3.2rem}.fb-contact-header-text,.fb-contact-email-text,.fb-contact-social-text,.fb-contact-support-text,.fb-contact-location-text,.fb-contact-cta-text{font-size:1.6rem}.fb-contact-form-input,.fb-contact-form-textarea{font-size:1.4rem}.fb-contact-form-button,.fb-contact-social-link,.fb-contact-cta-button{padding:1.5rem 3rem;font-size:1.8rem}}@media (max-width: 480px){.fb-contact-header-title{font-size:3.6rem}.fb-contact-form-title,.fb-contact-email-title,.fb-contact-social-title,.fb-contact-support-title,.fb-contact-location-title,.fb-contact-cta-title{font-size:2.8rem}.fb-contact-header-text,.fb-contact-email-text,.fb-contact-social-text,.fb-contact-support-text,.fb-contact-location-text,.fb-contact-cta-text{font-size:1.4rem}.fb-contact-form-input,.fb-contact-form-textarea{font-size:1.2rem}.fb-contact-form-button,.fb-contact-social-link,.fb-contact-cta-button{padding:1.2rem 2rem;font-size:1.6rem}}.fb-faq{padding-top:6rem;min-height:100vh}.fb-faq-section{padding:5rem 2rem;max-width:120rem;margin:0 auto;background-color:var(--text-color-white)}.fb-faq-header{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-faq-header-title{font-size:4.8rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-faq-header-text{font-size:2rem;max-width:90rem;margin:0 auto;color:var(--text-color-black);line-height:1.7;font-weight:400}.fb-faq-customer,.fb-faq-restaurant{display:flex;align-items:flex-start;justify-content:center;flex-direction:row-reverse;gap:5rem;padding:5rem 3rem;border-radius:2rem}.fb-faq-restaurant{flex-direction:row-reverse}.fb-faq-customer-content,.fb-faq-restaurant-content{max-width:60rem;flex:1}.fb-faq-customer-title,.fb-faq-restaurant-title{font-size:3.6rem;font-weight:800;margin-bottom:2rem;color:var(--dark);text-shadow:0 .1rem .3rem rgba(var(--text-color-black),.1)}.fb-faq-customer-image,.fb-faq-restaurant-image{max-width:55rem;max-height:70rem;border-radius:1.8rem;box-shadow:var(--card-shadow);transition:transform .3s ease;position:sticky;top:13rem}.fb-faq-customer:hover .fb-faq-customer-image,.fb-faq-restaurant:hover .fb-faq-restaurant-image{transform:scale(1.05)}.fb-faq-customer-list,.fb-faq-restaurant-list{display:flex;flex-direction:column;gap:2rem}.fb-faq-customer-card,.fb-faq-restaurant-card{padding:2rem;border-radius:1.8rem;box-shadow:var(--card-shadow);transition:all .4s ease}.fb-faq-customer-card:hover,.fb-faq-restaurant-card:hover{transform:translateY(-.5rem)}.fb-faq-card-question{font-size:2.2rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.fb-faq-toggle-icon{font-size:1.8rem;color:var(--primary-color);transition:transform .5s ease}.fb-faq-card-answer{font-size:1.8rem;color:var(--text-color-black);line-height:1.7;overflow:hidden}.fb-faq-cta{text-align:center;padding:5rem 3rem;border-radius:2rem}.fb-faq-cta-title{font-size:3.6rem;font-weight:800;margin-bottom:2.5rem;color:var(--dark);text-shadow:0 .2rem .4rem rgba(var(--text-color-black),.2)}.fb-faq-cta-text{font-size:2rem;max-width:90rem;margin:0 auto 3.5rem;color:var(--text-color-black);line-height:1.7}.fb-faq-cta-buttons{display:flex;gap:2.5rem;justify-content:center}.fb-faq-cta-button{background:var(--primary-color);color:var(--text-color-black);padding:1.8rem 3.5rem;font-size:2rem;font-weight:700;text-decoration:none;border-radius:1rem;transition:all .3s ease;box-shadow:var(--card-shadow)}.fb-faq-cta-button:hover{transform:scale(1.15) translateY(-.5rem)}@media (max-width: 768px){.fb-faq-customer,.fb-faq-restaurant{flex-direction:column;padding:3rem}.fb-faq-customer-image,.fb-faq-restaurant-image{max-width:100%;position:static}.fb-faq-cta-buttons{flex-direction:column;gap:2rem}.fb-faq-header-title{font-size:4rem}.fb-faq-customer-title,.fb-faq-restaurant-title,.fb-faq-cta-title{font-size:3.2rem}.fb-faq-header-text,.fb-faq-cta-text{font-size:1.6rem}.fb-faq-card-question{font-size:2rem}.fb-faq-card-answer{font-size:1.6rem}.fb-faq-cta-button{padding:1.5rem 3rem;font-size:1.8rem}}@media (max-width: 480px){.fb-faq-header-title{font-size:3.6rem}.fb-faq-customer-title,.fb-faq-restaurant-title,.fb-faq-cta-title{font-size:2.8rem}.fb-faq-header-text,.fb-faq-cta-text{font-size:1.4rem}.fb-faq-card-question{font-size:1.8rem}.fb-faq-card-answer{font-size:1.4rem}.fb-faq-cta-button{padding:1.2rem 2rem;font-size:1.6rem}}
