.Header-module__arFiJq__header{-webkit-backdrop-filter:blur(12px);z-index:1000;background-color:#ffffffd9;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .3s;display:flex;position:sticky;top:0}.Header-module__arFiJq__logo{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.03em;font-size:1.8rem;font-weight:700}.Header-module__arFiJq__nav{gap:2.5rem;display:flex}.Header-module__arFiJq__navLink{color:var(--text-main);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Header-module__arFiJq__navLink:hover{color:var(--primary)}.Header-module__arFiJq__navLink:after{content:"";background-color:var(--primary);transform-origin:100% 100%;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Header-module__arFiJq__navLink:hover:after{transform-origin:0 100%;transform:scaleX(1)}.Header-module__arFiJq__actions{align-items:center;gap:1rem;display:flex}.Header-module__arFiJq__loginBtn{color:var(--text-main);border-radius:var(--radius-sm);background:0 0;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:background .2s}.Header-module__arFiJq__loginBtn:hover{background:#0000000d}.Header-module__arFiJq__signupBtn{background-color:var(--primary);color:var(--text-main);border-radius:var(--radius-sm);padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 10px #ffc4004d}.Header-module__arFiJq__signupBtn:hover{background-color:var(--primary-hover);transform:translateY(-2px)scale(1.02);box-shadow:0 8px 15px #ffc40066}@media (max-width:768px){.Header-module__arFiJq__nav{display:none}}
.Footer-module__rnk_JG__footer{color:#fff;background-color:#1c1c1c;padding:6rem 2rem 2rem}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto}.Footer-module__rnk_JG__top{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__rnk_JG__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__rnk_JG__logo{font-family:var(--font-poppins);color:var(--primary);font-size:2rem;font-weight:700}.Footer-module__rnk_JG__desc{color:#999;max-width:300px;line-height:1.6}.Footer-module__rnk_JG__column{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__rnk_JG__colTitle{color:#fff;font-size:1.1rem;font-weight:600}.Footer-module__rnk_JG__link{color:#999;transition:color .2s}.Footer-module__rnk_JG__link:hover{color:var(--primary)}.Footer-module__rnk_JG__bottom{color:#666;border-top:1px solid #333;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__rnk_JG__socials{gap:1rem;display:flex}@media (max-width:900px){.Footer-module__rnk_JG__top{grid-template-columns:1fr;gap:3rem}.Footer-module__rnk_JG__bottom{flex-direction:column;gap:1rem}}
@keyframes Hero-module__PgAKtG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__PgAKtG__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.Hero-module__PgAKtG__hero{background-color:#fff;background-image:radial-gradient(at 0 0,#fdce3533 0,#0000 50%),radial-gradient(at 100% 0,#3cd37b26 0,#0000 50%),radial-gradient(at 100% 100%,#ff80ac1a 0,#0000 50%),radial-gradient(at 0 100%,#eeccff1a 0,#0000 50%);justify-content:center;align-items:center;min-height:90vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__container{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;width:100%;max-width:1250px;display:grid}.Hero-module__PgAKtG__content{flex-direction:column;gap:2.5rem;display:flex}.Hero-module__PgAKtG__headline{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.03em;opacity:0;font-size:4rem;font-weight:800;line-height:1.05;animation:.8s ease-out forwards Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__subheading{color:var(--text-secondary);opacity:0;max-width:500px;font-size:1.25rem;font-weight:500;line-height:1.6;animation:.8s ease-out .2s forwards Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__searchContainer{border-radius:var(--radius-md);opacity:0;background:#fff;border:1px solid #0000000d;align-items:center;gap:.8rem;padding:.8rem;transition:box-shadow .3s,transform .3s;animation:.8s ease-out .4s forwards Hero-module__PgAKtG__fadeInUp;display:flex;box-shadow:0 10px 40px -10px #0000001a}.Hero-module__PgAKtG__searchContainer:focus-within{border-color:#ffc40066;transform:translateY(-2px);box-shadow:0 15px 40px -5px #ffc40033}.Hero-module__PgAKtG__searchIcon{color:var(--text-light);margin-left:.5rem}.Hero-module__PgAKtG__searchInput{color:var(--text-main);border:none;outline:none;flex:1;font-size:1.05rem}.Hero-module__PgAKtG__detectLocBtn{color:var(--text-secondary);border-left:1px solid var(--border);white-space:nowrap;background:0 0;padding:0 1rem;font-size:.95rem;font-weight:500;transition:color .2s}.Hero-module__PgAKtG__detectLocBtn:hover{color:var(--primary)}.Hero-module__PgAKtG__searchBtn{background:var(--primary);border-radius:8px;justify-content:center;align-items:center;padding:.8rem 1rem;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex}.Hero-module__PgAKtG__searchBtn:hover{background:var(--primary-hover);transform:scale(1.05)rotate(5deg)}.Hero-module__PgAKtG__ctaGroup{opacity:0;gap:1rem;animation:.8s ease-out .6s forwards Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__primaryCta{background-color:var(--primary);color:var(--text-main);border-radius:var(--radius-sm);padding:1.1rem 2.2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 14px #ffc40066}.Hero-module__PgAKtG__primaryCta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffc40080}.Hero-module__PgAKtG__appDownloads{opacity:0;margin-top:1rem;animation:.8s ease-out .8s forwards Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__appLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:10px;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.Hero-module__PgAKtG__appLabel:after{content:"";background:#0000001a;flex:1;max-width:100px;height:1px}.Hero-module__PgAKtG__appGrid{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__PgAKtG__appBtn{border:1px solid var(--border);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;align-items:center;gap:.8rem;padding:.8rem 1.2rem;transition:all .2s;display:flex}.Hero-module__PgAKtG__appBtn:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-3px)}.Hero-module__PgAKtG__appIconBox{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex}.Hero-module__PgAKtG__appText{flex-direction:column;align-items:flex-start;display:flex}.Hero-module__PgAKtG__appRole{color:var(--text-secondary);font-size:.75rem;font-weight:500}.Hero-module__PgAKtG__appName{color:var(--text-main);font-size:.95rem;font-weight:700}.Hero-module__PgAKtG__visuals{perspective:1000px;opacity:0;justify-content:center;align-items:center;height:600px;animation:1s ease-out .5s forwards Hero-module__PgAKtG__fadeInUp;display:flex;position:relative}.Hero-module__PgAKtG__blob1{filter:blur(40px);z-index:0;background:#fff5cc;border-radius:50%;width:300px;height:300px;animation:8s ease-in-out infinite alternate Hero-module__PgAKtG__float;position:absolute;top:10%;right:10%}.Hero-module__PgAKtG__blob2{filter:blur(40px);z-index:0;background:#e8f5e9;border-radius:50%;width:250px;height:250px;animation:10s ease-in-out infinite alternate-reverse Hero-module__PgAKtG__float;position:absolute;bottom:20%;left:10%}.Hero-module__PgAKtG__mainCard{-webkit-backdrop-filter:blur(20px);z-index:2;background-color:#ffffffb3;border:1px solid #fff9;border-radius:30px;flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:2.5rem;animation:6s ease-in-out infinite Hero-module__PgAKtG__float;display:flex;transform:rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 50px -10px #0000001a,inset 0 0 0 1px #ffffff80}.Hero-module__PgAKtG__floatingIcon{z-index:3;background:#fff;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex;position:absolute;box-shadow:0 15px 30px -5px #0000001a}.Hero-module__PgAKtG__icon1{animation:5s ease-in-out .5s infinite Hero-module__PgAKtG__float;top:100px;left:-20px}.Hero-module__PgAKtG__icon2{animation:7s ease-in-out 1s infinite Hero-module__PgAKtG__float;bottom:120px;right:-30px}.Hero-module__PgAKtG__icon3{background:var(--accent-green);color:#fff;width:50px;height:50px;font-size:1.5rem;animation:6s ease-in-out 2s infinite Hero-module__PgAKtG__float;top:50px;right:40px}@media (max-width:900px){.Hero-module__PgAKtG__hero{min-height:auto;padding-top:8rem}.Hero-module__PgAKtG__container{text-align:center;grid-template-columns:1fr;gap:4rem}.Hero-module__PgAKtG__content{align-items:center}.Hero-module__PgAKtG__headline{font-size:3rem}.Hero-module__PgAKtG__searchContainer{width:100%;max-width:500px}.Hero-module__PgAKtG__visuals{height:400px}.Hero-module__PgAKtG__appGrid{justify-content:center}}
.Categories-module__zKPttq__categories{background-color:var(--base);padding:6rem 2rem}.Categories-module__zKPttq__container{max-width:1200px;margin:0 auto}.Categories-module__zKPttq__grid{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.Categories-module__zKPttq__card{border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.Categories-module__zKPttq__card:hover{border-color:#0000;transform:translateY(-12px);box-shadow:0 20px 40px -10px #0000001a}.Categories-module__zKPttq__iconWrapper{border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;font-size:1.5rem;transition:transform .3s;display:flex}.Categories-module__zKPttq__card:hover .Categories-module__zKPttq__iconWrapper{transform:scale(1.1)rotate(5deg)}.Categories-module__zKPttq__title{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.Categories-module__zKPttq__tagline{color:var(--text-secondary);font-size:1rem;line-height:1.5}.Categories-module__zKPttq__card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fffc,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.Categories-module__zKPttq__card:hover:before{left:100%}
.WhyYumlyt-module__E9FteW__section{background-color:#fafafa;padding:8rem 2rem}.WhyYumlyt-module__E9FteW__container{max-width:1200px;margin:0 auto}.WhyYumlyt-module__E9FteW__header{text-align:center;margin-bottom:4rem}.WhyYumlyt-module__E9FteW__headline{font-family:var(--font-poppins);color:var(--text-main);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.WhyYumlyt-module__E9FteW__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.WhyYumlyt-module__E9FteW__card{background:var(--base);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;align-items:center;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.WhyYumlyt-module__E9FteW__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.WhyYumlyt-module__E9FteW__iconWrapper{width:80px;height:80px;color:var(--primary);background-color:#ffc4001a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.WhyYumlyt-module__E9FteW__cardTitle{font-family:var(--font-poppins);color:var(--text-main);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.WhyYumlyt-module__E9FteW__cardText{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}@media (max-width:768px){.WhyYumlyt-module__E9FteW__grid{grid-template-columns:1fr;gap:2rem}}
.ForPartner-module__F3JUwW__section{background-color:var(--base);justify-content:center;align-items:center;padding:8rem 2rem;display:flex}.ForPartner-module__F3JUwW__container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;max-width:1200px;display:grid}.ForPartner-module__F3JUwW__content{flex-direction:column;gap:2rem;display:flex}.ForPartner-module__F3JUwW__label{color:var(--accent-green);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:600}.ForPartner-module__F3JUwW__headline{font-family:var(--font-poppins);color:var(--text-main);font-size:3rem;font-weight:700;line-height:1.1}.ForPartner-module__F3JUwW__points{flex-direction:column;gap:1.5rem;display:flex}.ForPartner-module__F3JUwW__point{color:var(--text-secondary);align-items:center;gap:1rem;font-size:1.1rem;display:flex}.ForPartner-module__F3JUwW__checkIcon{color:var(--accent-green);flex-shrink:0}.ForPartner-module__F3JUwW__ctaBtn{background-color:var(--accent-green);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);align-self:flex-start;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s}.ForPartner-module__F3JUwW__ctaBtn:hover{box-shadow:var(--shadow-lg);background-color:#27ae60;transform:translateY(-2px)}.ForPartner-module__F3JUwW__visual{border-radius:var(--radius-lg);background:#f0fff4;justify-content:center;align-items:center;min-height:400px;padding:3rem;display:flex;position:relative}.ForPartner-module__F3JUwW__dashboardPlaceholder{border-radius:var(--radius-md);width:100%;height:300px;box-shadow:var(--shadow-lg);color:var(--accent-green);font-family:var(--font-poppins);background:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex}@media (max-width:900px){.ForPartner-module__F3JUwW__container{grid-template-columns:1fr;gap:4rem}}
.ForRiders-module__s_c8rG__section{background-color:#fff;padding:8rem 2rem;position:relative;overflow:hidden}.ForRiders-module__s_c8rG__section:before{content:"";z-index:0;background:radial-gradient(circle,#2ecc710d 0%,#0000 70%);width:50%;height:80%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ForRiders-module__s_c8rG__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.ForRiders-module__s_c8rG__content{flex-direction:column;order:2;gap:2rem;display:flex}.ForRiders-module__s_c8rG__label{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.ForRiders-module__s_c8rG__label:before{content:"";background:var(--primary);width:20px;height:2px}.ForRiders-module__s_c8rG__headline{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.02em;font-size:3rem;font-weight:700;line-height:1.1}.ForRiders-module__s_c8rG__description{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.ForRiders-module__s_c8rG__benefits{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;display:grid}.ForRiders-module__s_c8rG__benefitCard{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem;transition:all .3s}.ForRiders-module__s_c8rG__benefitCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-5px)}.ForRiders-module__s_c8rG__benefitTitle{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;display:flex}.ForRiders-module__s_c8rG__benefitDesc{color:var(--text-secondary);font-size:.9rem}.ForRiders-module__s_c8rG__ctaBtn{color:#fff;border-radius:var(--radius-sm);background-color:#1c1c1c;align-self:flex-start;align-items:center;gap:.8rem;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 10px 20px #00000026}.ForRiders-module__s_c8rG__ctaBtn:hover{background:#000;transform:translateY(-2px);box-shadow:0 15px 30px #00000040}.ForRiders-module__s_c8rG__visual{perspective:1000px;order:1;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.ForRiders-module__s_c8rG__scooterCard{background:linear-gradient(135deg,#1c1c1c 0%,#333 100%);border-radius:30px;flex-direction:column;justify-content:space-between;width:320px;height:400px;padding:2rem;transition:transform .5s;display:flex;position:relative;transform:rotateY(15deg)rotateX(5deg);box-shadow:0 30px 60px -15px #0000004d}.ForRiders-module__s_c8rG__scooterCard:hover{transform:rotateY(5deg)rotateX(5deg)}.ForRiders-module__s_c8rG__helmetIcon{background:var(--primary);border-radius:50%;justify-content:center;align-self:center;align-items:center;width:80px;height:80px;font-size:2.5rem;animation:4s ease-in-out infinite ForRiders-module__s_c8rG__float;display:flex;box-shadow:0 10px 20px #ffc40066}.ForRiders-module__s_c8rG__earningsBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:16px;padding:1rem}.ForRiders-module__s_c8rG__earningsLabel{color:#999;margin-bottom:.2rem;font-size:.8rem}.ForRiders-module__s_c8rG__earningsValue{color:var(--accent-green);font-size:1.5rem;font-weight:700}.ForRiders-module__s_c8rG__floater{z-index:2;background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;animation:5s ease-in-out infinite ForRiders-module__s_c8rG__float;display:flex;position:absolute;box-shadow:0 10px 30px #0000001a}.ForRiders-module__s_c8rG__f1{animation-delay:.5s;top:10%;right:0}.ForRiders-module__s_c8rG__f2{animation-delay:1.5s;bottom:20%;left:-20px}@media (max-width:900px){.ForRiders-module__s_c8rG__container{grid-template-columns:1fr;gap:4rem}.ForRiders-module__s_c8rG__content{order:1}.ForRiders-module__s_c8rG__visual{order:2;height:400px}.ForRiders-module__s_c8rG__benefits{grid-template-columns:1fr}}
.HowItWorks-module__oom_6W__section{background-color:var(--base);text-align:center;padding:8rem 2rem}.HowItWorks-module__oom_6W__headline{font-family:var(--font-poppins);color:var(--text-main);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.HowItWorks-module__oom_6W__steps{justify-content:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex;position:relative}.HowItWorks-module__oom_6W__steps:before{content:"";background:repeating-linear-gradient(90deg,var(--border)0,var(--border)10px,transparent 10px,transparent 20px);z-index:0;height:2px;position:absolute;top:40px;left:100px;right:100px}.HowItWorks-module__oom_6W__step{z-index:1;flex-direction:column;flex:1;align-items:center;gap:1.5rem;display:flex;position:relative}.HowItWorks-module__oom_6W__iconCircle{background-color:var(--primary);width:80px;height:80px;color:var(--text-main);box-shadow:0 0 0 10px var(--base);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.HowItWorks-module__oom_6W__stepTitle{font-family:var(--font-poppins);color:var(--text-main);font-size:1.25rem;font-weight:600}.HowItWorks-module__oom_6W__stepDesc{color:var(--text-secondary);max-width:250px;font-size:1rem}@media (max-width:768px){.HowItWorks-module__oom_6W__steps{flex-direction:column;gap:3rem}.HowItWorks-module__oom_6W__steps:before{display:none}}
@keyframes AppPromo-module__4Fu4Tq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes AppPromo-module__4Fu4Tq__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.AppPromo-module__4Fu4Tq__section{background:linear-gradient(90deg,#fff9c4,#fff);padding:8rem 2rem;overflow:hidden}.AppPromo-module__4Fu4Tq__container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.AppPromo-module__4Fu4Tq__mockupWrapper{perspective:1500px;justify-content:center;display:flex;position:relative}.AppPromo-module__4Fu4Tq__phoneMockup{z-index:2;background:#000;border:12px solid #1a1a1a;border-radius:50px;width:320px;height:640px;transition:transform .5s;position:relative;overflow:hidden;transform:rotateY(-20deg)rotateX(10deg);box-shadow:0 0 0 2px #333,0 50px 100px -20px #0006,inset 0 0 40px #ffffff1a}.AppPromo-module__4Fu4Tq__phoneMockup:hover{transform:rotateY(0)rotateX(0)}.AppPromo-module__4Fu4Tq__screenHeader{background:var(--primary);justify-content:center;align-items:center;width:100%;height:60px;font-size:.9rem;font-weight:700;display:flex}.AppPromo-module__4Fu4Tq__screenBody{background:#fafafa;flex-direction:column;flex:1;gap:15px;height:100%;padding:20px;display:flex}.AppPromo-module__4Fu4Tq__fakeCard{background:#fff;border-radius:16px;align-items:center;gap:15px;height:120px;padding:15px;animation:.5s ease-out forwards AppPromo-module__4Fu4Tq__fadeInUp;display:flex;box-shadow:0 4px 10px #0000000d}.AppPromo-module__4Fu4Tq__fakeImg{background:#eee;border-radius:12px;width:80px;height:80px}.AppPromo-module__4Fu4Tq__fakeLines{flex-direction:column;flex:1;gap:8px;display:flex}.AppPromo-module__4Fu4Tq__line{background:#eee;border-radius:4px;height:10px}.AppPromo-module__4Fu4Tq__floatCircle{width:60px;height:60px;color:var(--primary);z-index:3;background:#fff;border-radius:50%;justify-content:center;align-items:center;animation:6s ease-in-out infinite AppPromo-module__4Fu4Tq__float;display:flex;position:absolute;box-shadow:0 10px 30px #0000001a}.AppPromo-module__4Fu4Tq__c1{animation-delay:0s;top:20%;right:-20px}.AppPromo-module__4Fu4Tq__c2{animation-delay:1s;bottom:20%;left:-30px}.AppPromo-module__4Fu4Tq__content{flex-direction:column;gap:2rem;display:flex}.AppPromo-module__4Fu4Tq__headline{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.02em;font-size:3.5rem;font-weight:800;line-height:1.1}.AppPromo-module__4Fu4Tq__subheadline{color:var(--text-secondary);font-size:1.25rem;line-height:1.6}.AppPromo-module__4Fu4Tq__features{flex-wrap:wrap;gap:1rem;margin:1rem 0;display:flex}.AppPromo-module__4Fu4Tq__pill{color:var(--text-main);background:#fff;border:1px solid #0000;border-radius:50px;padding:.8rem 1.5rem;font-weight:600;transition:all .2s;box-shadow:0 4px 10px #0000000d}.AppPromo-module__4Fu4Tq__pill:hover{border-color:var(--primary);color:var(--primary-dark);transform:translateY(-2px)}.AppPromo-module__4Fu4Tq__storeButtons{gap:1rem;display:flex}.AppPromo-module__4Fu4Tq__storeBtn{color:#fff;background:#1c1c1c;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.8rem;font-weight:600;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 10px 20px #0003}.AppPromo-module__4Fu4Tq__storeBtn:hover{background:#000;transform:translateY(-4px);box-shadow:0 15px 30px #0000004d}@media (max-width:900px){.AppPromo-module__4Fu4Tq__container{text-align:center;grid-template-columns:1fr;gap:4rem}.AppPromo-module__4Fu4Tq__features,.AppPromo-module__4Fu4Tq__storeButtons{justify-content:center}}
.Trust-module__shJNOW__section{background-color:var(--base);text-align:center;padding:8rem 2rem}.Trust-module__shJNOW__title{font-family:var(--font-poppins);color:var(--text-main);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Trust-module__shJNOW__statsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Trust-module__shJNOW__statCard{padding:1rem}.Trust-module__shJNOW__statNumber{color:var(--primary);font-size:4rem;font-weight:800;line-height:1;font-family:var(--font-poppins)}.Trust-module__shJNOW__statLabel{color:var(--text-secondary);margin-top:.5rem;font-size:1.25rem}.Trust-module__shJNOW__logos{opacity:.5;filter:grayscale();justify-content:center;gap:3rem;margin-top:5rem;display:flex}.Trust-module__shJNOW__logoPlaceholder{color:#ccc;font-size:1.5rem;font-weight:700}@media (max-width:768px){.Trust-module__shJNOW__statsGrid{grid-template-columns:1fr;gap:3rem}}
.Testimonials-module__3Z1FKa__section{background-color:#fafafa;padding:8rem 2rem}.Testimonials-module__3Z1FKa__container{max-width:1200px;margin:0 auto}.Testimonials-module__3Z1FKa__cardGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Testimonials-module__3Z1FKa__card{background:var(--base);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem;position:relative}.Testimonials-module__3Z1FKa__quote{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.Testimonials-module__3Z1FKa__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__3Z1FKa__avatar{background:#eee;border-radius:50%;width:50px;height:50px}.Testimonials-module__3Z1FKa__info{flex-direction:column;display:flex}.Testimonials-module__3Z1FKa__name{color:var(--text-main);font-weight:600}.Testimonials-module__3Z1FKa__role{color:var(--text-light);font-size:.9rem}.Testimonials-module__3Z1FKa__quoteMark{color:var(--primary);opacity:.2;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:1.5rem;right:2rem}
@keyframes about-module__-i9KWa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-module__-i9KWa__main{background:#fff;padding-top:80px}.about-module__-i9KWa__hero{text-align:center;max-width:900px;margin:0 auto;padding:8rem 2rem 4rem}.about-module__-i9KWa__heroTitle{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.03em;margin-bottom:2rem;font-size:4rem;font-weight:800;line-height:1.1;animation:.8s ease-out forwards about-module__-i9KWa__fadeInUp}.about-module__-i9KWa__heroSubtitle{color:var(--text-secondary);opacity:0;font-size:1.4rem;font-weight:500;line-height:1.6;animation:.8s ease-out .2s forwards about-module__-i9KWa__fadeInUp}.about-module__-i9KWa__story{background:#fafafa;padding:6rem 2rem}.about-module__-i9KWa__container{max-width:800px;margin:0 auto}.about-module__-i9KWa__sectionTitle{font-family:var(--font-poppins);color:var(--text-main);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.about-module__-i9KWa__text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.about-module__-i9KWa__values{max-width:1200px;margin:0 auto;padding:6rem 2rem}.about-module__-i9KWa__valueGrid{grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:4rem;display:grid}.about-module__-i9KWa__valueCard{border:1px solid var(--border);background:#fff;border-radius:20px;padding:2.5rem;transition:all .3s}.about-module__-i9KWa__valueCard:hover{border-color:var(--primary);box-shadow:0 10px 30px #0000000d}.about-module__-i9KWa__valueTitle{font-family:var(--font-poppins);align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.about-module__-i9KWa__valueDesc{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:900px){.about-module__-i9KWa__heroTitle{font-size:2.5rem}.about-module__-i9KWa__valueGrid{grid-template-columns:1fr}}
@keyframes apps-module__Ru4iPq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes apps-module__Ru4iPq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.apps-module__Ru4iPq__main{background:#fff;padding-top:80px}.apps-module__Ru4iPq__hero{text-align:center;background:radial-gradient(circle,#ffc4000d 0%,#0000 60%),linear-gradient(#fff,#fafafa);padding:6rem 2rem}.apps-module__Ru4iPq__heroTitle{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:700;animation:.8s ease-out forwards apps-module__Ru4iPq__fadeInUp}.apps-module__Ru4iPq__heroSubtitle{color:var(--text-secondary);opacity:0;max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6;animation:.8s ease-out .2s forwards apps-module__Ru4iPq__fadeInUp}.apps-module__Ru4iPq__grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem 6rem;display:grid}.apps-module__Ru4iPq__card{border:1px solid var(--border);text-align:center;opacity:0;background:#fff;border-radius:24px;flex-direction:column;align-items:center;padding:2rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.8s ease-out .4s forwards apps-module__Ru4iPq__fadeInUp;display:flex;position:relative;overflow:hidden}.apps-module__Ru4iPq__card:nth-child(2){animation-delay:.5s}.apps-module__Ru4iPq__card:nth-child(3){animation-delay:.6s}.apps-module__Ru4iPq__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px -10px #0000001a}.apps-module__Ru4iPq__iconWrapper{border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:2rem;display:flex;box-shadow:0 10px 20px #0000000d}.apps-module__Ru4iPq__appTitle{font-family:var(--font-poppins);color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.apps-module__Ru4iPq__appDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.apps-module__Ru4iPq__mockup{background:#f5f5f5;border:4px solid #fff;border-radius:16px;flex-direction:column;width:100%;height:240px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0000001a}.apps-module__Ru4iPq__userMockupHeader{background:#fff9c4;align-items:center;gap:10px;height:40px;padding:0 15px;display:flex}.apps-module__Ru4iPq__searchBar{background:#0000000d;border-radius:4px;width:60%;height:10px}.apps-module__Ru4iPq__userMockupBody{grid-template-columns:repeat(2,1fr);gap:10px;padding:15px;display:grid}.apps-module__Ru4iPq__foodItem{background:#fff;border-radius:8px;height:60px;position:relative;overflow:hidden;box-shadow:0 2px 5px #0000000d}.apps-module__Ru4iPq__foodItem:after{content:"";background:#eee;border-radius:2px;width:40%;height:6px;position:absolute;bottom:8px;left:8px}.apps-module__Ru4iPq__bizMockupHeader{background:#e0f2f1;justify-content:space-between;align-items:center;height:50px;padding:15px;display:flex}.apps-module__Ru4iPq__bizTitle{opacity:.3;background:#009688;border-radius:4px;width:50%;height:10px}.apps-module__Ru4iPq__bizMockupBody{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:5px;height:100%;padding:15px;display:flex}.apps-module__Ru4iPq__chartBar{opacity:.8;background:#009688;border-radius:4px 4px 0 0;width:100%;animation:.5s backwards apps-module__Ru4iPq__fadeInUp}.apps-module__Ru4iPq__riderMockupMap{background:#f3e5f5;width:100%;height:100%;position:relative}.apps-module__Ru4iPq__mapRoute{border:3px dashed #9c27b0;border-radius:20px;width:120px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-10deg)}.apps-module__Ru4iPq__riderPin{background:#9c27b0;border-radius:50% 50% 0;width:20px;height:20px;animation:2s ease-in-out infinite apps-module__Ru4iPq__float;position:absolute;top:30%;left:60%;transform:rotate(45deg);box-shadow:0 5px 10px #9c27b066}.apps-module__Ru4iPq__userCard .apps-module__Ru4iPq__iconWrapper{color:#fbc02d;background:#fff9c4}.apps-module__Ru4iPq__shopCard .apps-module__Ru4iPq__iconWrapper{color:#009688;background:#e0f2f1}.apps-module__Ru4iPq__riderCard .apps-module__Ru4iPq__iconWrapper{color:#9c27b0;background:#f3e5f5}.apps-module__Ru4iPq__downloadBtn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-weight:600;transition:all .2s;display:flex}.apps-module__Ru4iPq__userCard .apps-module__Ru4iPq__downloadBtn{background:var(--primary);color:var(--text-main)}.apps-module__Ru4iPq__shopCard .apps-module__Ru4iPq__downloadBtn{color:#fff;background:#009688}.apps-module__Ru4iPq__riderCard .apps-module__Ru4iPq__downloadBtn{color:#fff;background:#9c27b0}.apps-module__Ru4iPq__downloadBtn:hover{filter:brightness(1.05);transform:scale(1.02);box-shadow:0 5px 15px #0000001a}@media (max-width:900px){.apps-module__Ru4iPq__heroTitle{font-size:2.5rem}.apps-module__Ru4iPq__grid{grid-template-columns:1fr}}
.CTA-module__rEpnVa__section{background-color:var(--primary);text-align:center;justify-content:center;align-items:center;padding:8rem 2rem;display:flex}.CTA-module__rEpnVa__content{flex-direction:column;align-items:center;gap:2.5rem;max-width:800px;display:flex}.CTA-module__rEpnVa__headline{font-family:var(--font-poppins);color:var(--text-main);letter-spacing:-.03em;font-size:4rem;font-weight:800;line-height:1.1}.CTA-module__rEpnVa__buttonGroup{gap:1.5rem;display:flex}.CTA-module__rEpnVa__orderBtn{color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);background-color:#000;padding:1.2rem 2.5rem;font-size:1.2rem;font-weight:600;transition:all .2s}.CTA-module__rEpnVa__orderBtn:hover{transform:translateY(-4px);box-shadow:0 15px 30px -5px #0003}.CTA-module__rEpnVa__partnerBtn{background-color:var(--base);color:var(--text-main);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:1.2rem 2.5rem;font-size:1.2rem;font-weight:600;transition:all .2s}.CTA-module__rEpnVa__partnerBtn:hover{background-color:#f5f5f5;transform:translateY(-4px);box-shadow:0 15px 30px -5px #0000001a}@media (max-width:768px){.CTA-module__rEpnVa__headline{font-size:2.5rem}.CTA-module__rEpnVa__buttonGroup{flex-direction:column;width:100%}.CTA-module__rEpnVa__orderBtn,.CTA-module__rEpnVa__partnerBtn{width:100%}}
