.Header_header__MvnS2{background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;z-index:1000;padding:1rem 0}.Header_container__L4JQR{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.Header_logo__j7oID{display:flex;align-items:center;transition:transform .3s ease}.Header_logo__j7oID:hover{transform:scale(1.05)}.Header_logoImage__hE07D{width:auto;height:auto;max-height:3.5rem}.Header_nav__EE71E{display:flex;align-items:center;gap:2rem}.Header_navLink__Q_hTB{font-weight:500;color:var(--accent-color);position:relative;padding:.5rem 0;transition:color .3s ease}.Header_navLink__Q_hTB:hover{color:var(--primary-color)}.Header_navLink__Q_hTB:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.Header_navLink__Q_hTB:hover:after{width:100%}.Header_ctaButton__0jILQ{background-color:var(--primary-color);color:#000;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .3s ease}.Header_ctaButton__0jILQ:hover{background-color:#e6b300;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,199,0,.3)}.Header_hamburger___6DdG{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.Header_hamburger___6DdG span{width:25px;height:3px;background-color:var(--accent-color);border-radius:2px;transition:all .3s ease}.Header_hamburgerOpen__74VR7:first-child{transform:rotate(45deg) translate(8px,8px)}.Header_hamburgerOpen__74VR7:nth-child(2){opacity:0}.Header_hamburgerOpen__74VR7:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.Header_hamburger___6DdG{display:flex}.Header_nav__EE71E{position:fixed;top:70px;left:0;right:0;background-color:#fff;flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateX(-100%);transition:transform .3s ease}.Header_navOpen__uAq5h{transform:translateX(0)}.Header_navLink__Q_hTB:after{display:none}.Header_ctaButton__0jILQ{width:100%;text-align:center}.Header_container__L4JQR{padding:0 1.5rem}}.Footer_footer__UaG1g{background-color:var(--accent-color);color:#fff;padding:4rem 0 2rem;margin-top:5rem}.Footer_container__Z8cUU{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer_grid__qjDt3{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.Footer_column__BQljC{display:flex;flex-direction:column}.Footer_columnTitle__YcE5F{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color)}.Footer_footerLogo__FBvBQ{margin-bottom:1.5rem;filter:brightness(0) invert(1);width:5rem}.Footer_description__jfKNg{color:#ccc;line-height:1.8;margin-bottom:1.5rem}.Footer_social___aQ_M{display:flex;gap:1rem}.Footer_socialLink__VOPU_{width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.Footer_socialLink__VOPU_:hover{background-color:var(--primary-color);transform:translateY(-3px)}.Footer_socialLink__VOPU_ svg{width:20px;height:20px}.Footer_linkList__TTzpJ{list-style:none;display:flex;flex-direction:column;gap:.75rem}.Footer_link__EWWOW{color:#ccc;transition:color .3s ease}.Footer_link__EWWOW:hover{color:var(--primary-color)}.Footer_contactList__4NX6j{list-style:none;display:flex;flex-direction:column;gap:.75rem;color:#ccc}.Footer_bottom__O5rKs{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center}.Footer_copyright__j5CNb{color:#999;font-size:.875rem}@media (max-width:968px){.Footer_grid__qjDt3{grid-template-columns:1fr 1fr}}@media (max-width:568px){.Footer_grid__qjDt3{grid-template-columns:1fr;gap:2rem}.Footer_footer__UaG1g{padding:3rem 0 1.5rem}.Footer_container__Z8cUU{padding:0 1.5rem}}.FeatureCard_card__civk4{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:var(--shadow);transition:all .3s ease;text-align:center;border:1px solid var(--border-color)}.FeatureCard_card__civk4:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.FeatureCard_iconWrapper__0dXOY{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),#ffb84d);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.FeatureCard_iconWrapper__0dXOY svg{width:40px;height:40px}.FeatureCard_title___jQ0Z{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--accent-color)}.FeatureCard_description__Zyip2{color:#666;line-height:1.7;font-size:1rem}@media (max-width:568px){.FeatureCard_card__civk4{padding:2rem}.FeatureCard_title___jQ0Z{font-size:1.25rem}.FeatureCard_description__Zyip2{font-size:.9375rem}}.DriverSignupForm_formContainer__ggbKf{max-width:800px;margin:0 auto}.DriverSignupForm_successMessage__pb5QL{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;animation:DriverSignupForm_slideDown__f94L3 .5s ease}.DriverSignupForm_successMessage__pb5QL svg{flex-shrink:0}.DriverSignupForm_successMessage__pb5QL p{margin:0;font-weight:500}@keyframes DriverSignupForm_slideDown__f94L3{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.DriverSignupForm_form__B6SFe{background:#fff;padding:3rem;border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--border-color)}.DriverSignupForm_formRow__7t_cL{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.DriverSignupForm_formGroup__t7Sxl{display:flex;flex-direction:column}.DriverSignupForm_label__6O80C{font-weight:600;margin-bottom:.5rem;color:var(--accent-color);font-size:1rem}.DriverSignupForm_input__r8Zz_,.DriverSignupForm_select__TtifB{padding:1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.DriverSignupForm_input__r8Zz_:focus,.DriverSignupForm_select__TtifB:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(255,199,0,.1)}.DriverSignupForm_inputError__SjpHV{border-color:#ef4444}.DriverSignupForm_inputError__SjpHV:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.DriverSignupForm_select__TtifB{cursor:pointer}.DriverSignupForm_error___L6FG{color:#ef4444;font-size:.875rem;margin-top:.5rem}.DriverSignupForm_submitBtn__by2Wc{width:100%;background-color:var(--primary-color);color:#000;padding:1.125rem 2rem;border-radius:50px;font-weight:600;font-size:1.125rem;transition:all .3s ease;border:none;cursor:pointer;margin-top:1rem}.DriverSignupForm_submitBtn__by2Wc:hover{background-color:#e6b300;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,199,0,.3)}@media (max-width:768px){.DriverSignupForm_formRow__7t_cL{grid-template-columns:1fr}.DriverSignupForm_form__B6SFe{padding:2rem}}@media (max-width:568px){.DriverSignupForm_form__B6SFe{padding:2rem 1.5rem}.DriverSignupForm_submitBtn__by2Wc{font-size:1rem}}.DownloadButtons_downloadSection__Nxu1i{background:linear-gradient(135deg,var(--accent-color),#404040);padding:5rem 2rem;text-align:center;border-radius:20px;margin:5rem 0}.DownloadButtons_title__fOLpT{color:#fff;font-size:2.5rem;margin-bottom:1rem}.DownloadButtons_subtitle__3Zs4H{color:#ccc;font-size:1.125rem;margin-bottom:2.5rem}.DownloadButtons_buttonGroup___yMmG{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.DownloadButtons_downloadBtn__3x98V{background-color:var(--accent-color);color:#fff;padding:1rem 2rem;border-radius:12px;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border:2px solid hsla(0,0%,100%,.2);min-width:200px}.DownloadButtons_downloadBtn__3x98V:hover{background-color:hsla(0,0%,100%,.1);border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.DownloadButtons_icon__zHgQn{width:32px;height:32px}.DownloadButtons_btnText__la_Rk{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.DownloadButtons_small__GbfY6{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.DownloadButtons_large__9Z0BE{font-size:1.125rem;font-weight:600}@media (max-width:568px){.DownloadButtons_downloadSection__Nxu1i{padding:3rem 1.5rem;margin:3rem 0}.DownloadButtons_title__fOLpT{font-size:1.75rem}.DownloadButtons_subtitle__3Zs4H{font-size:1rem}.DownloadButtons_buttonGroup___yMmG{flex-direction:column;align-items:center}.DownloadButtons_downloadBtn__3x98V{width:100%;max-width:280px}}.ForDrivers_hero__oZlEa{background:linear-gradient(135deg,var(--primary-color),#ffb84d);padding:5rem 0;color:#fff}.ForDrivers_heroContent__W8rfI{text-align:center}.ForDrivers_heroTitle__t8xTC{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#000}.ForDrivers_heroSubtitle__eyCiU{font-size:1.25rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;color:rgba(0,0,0,.9)}.ForDrivers_heroStats__CvlV_{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:3rem}.ForDrivers_statCard__NOmFL{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:16px;text-align:center;border:1px solid hsla(0,0%,100%,.2)}.ForDrivers_statNumber__oz_ho{font-size:3rem;font-weight:800;color:#000;margin-bottom:.5rem}.ForDrivers_statLabel__9R9Sf{font-size:1rem;color:rgba(0,0,0,.9)}.ForDrivers_benefitsGrid__a1Maa{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.ForDrivers_processSection__Dzosx{background:linear-gradient(135deg,#f8f9fa,#fff);padding:5rem 0}.ForDrivers_processSteps__JtYAo{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:3rem;gap:3rem;margin-top:3rem}.ForDrivers_processStep__UPpWE{text-align:center;padding:2rem}.ForDrivers_processNumber__SfcN5{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),#ffb84d);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 1.5rem;box-shadow:0 4px 12px rgba(255,199,0,.3)}.ForDrivers_processTitle__6RUE_{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--accent-color)}.ForDrivers_processText__8CvwW{color:#666;line-height:1.7;font-size:1rem}.ForDrivers_signupSection__W9rr_{padding:5rem 0;background:#fff}@media (max-width:968px){.ForDrivers_heroTitle__t8xTC{font-size:2.5rem}.ForDrivers_heroSubtitle__eyCiU{font-size:1.125rem}.ForDrivers_heroStats__CvlV_{gap:2rem}.ForDrivers_statCard__NOmFL{padding:1.5rem 2rem}.ForDrivers_statNumber__oz_ho{font-size:2.5rem}}@media (max-width:568px){.ForDrivers_hero__oZlEa{padding:3rem 0}.ForDrivers_heroTitle__t8xTC{font-size:2rem}.ForDrivers_heroSubtitle__eyCiU{font-size:1rem}.ForDrivers_heroStats__CvlV_{flex-direction:column;align-items:center;gap:1.5rem}.ForDrivers_statCard__NOmFL{width:100%;max-width:280px}.ForDrivers_benefitsGrid__a1Maa,.ForDrivers_processSteps__JtYAo{grid-template-columns:1fr}.ForDrivers_processSection__Dzosx,.ForDrivers_signupSection__W9rr_{padding:3rem 0}}