@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--black:#000;--white:#fff;--off-white:#f9f7ef;--yellow:#f4c522;--yellow-hover:#dca70b;--grey-text:#a1a1aa;--grey-dark:#444;--grey-border:#333}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 4rem}.section-padding{padding:6rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:3rem;font-weight:700}.btn{border-radius:9999px;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:inline-flex}.btn-yellow{background-color:var(--yellow);color:var(--black)}.btn-yellow:hover{background-color:var(--yellow-hover)}.btn-dark{background-color:var(--black);color:var(--white)}.btn-dark:hover{background-color:#1a1a1a}.fullscreen-menu{-webkit-backdrop-filter:blur(10px);z-index:9999;opacity:0;visibility:hidden;background:#000000f2;width:100%;height:100vh;transition:opacity .4s,visibility .4s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.fullscreen-menu.open{opacity:1;visibility:visible}.close-menu-btn{color:var(--white);z-index:10;transition:transform .3s,color .3s;position:fixed;top:2rem;right:2rem}.close-menu-btn:hover{color:var(--yellow);transform:rotate(90deg)}.menu-content{text-align:center;width:100%;margin:auto;padding:6rem 1rem 4rem}.menu-links{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.menu-links li{overflow:hidden}.menu-links a{color:var(--white);text-transform:uppercase;letter-spacing:2px;font-size:3rem;font-weight:700;transition:color .3s,transform .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(100%)}.fullscreen-menu.open .menu-links a{transform:translateY(0)}.menu-links li:first-child a{transition-delay:.1s}.menu-links li:nth-child(2) a{transition-delay:.2s}.menu-links li:nth-child(3) a{transition-delay:.3s}.menu-links li:nth-child(4) a{transition-delay:.4s}.menu-links li:nth-child(5) a{transition-delay:.5s}.menu-links li:nth-child(6) a{transition-delay:.6s}.menu-links li:nth-child(7) a{transition-delay:.7s}.menu-links a:hover{color:var(--yellow)}.menu-cta{opacity:0;padding:1rem 3rem;font-size:1.25rem;transition:all .4s;transform:translateY(20px)}.fullscreen-menu.open .menu-cta{opacity:1;transition-delay:.7s;transform:translateY(0)}.hero-wrapper{background-image:linear-gradient(#0009,#0009),url(/hero-bg.png);background-position:50%;background-size:cover;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.navbar{z-index:100;justify-content:center;padding:1.25rem 2rem 0;display:flex;position:relative}.navbar-inner{background:var(--white);border-radius:9999px;justify-content:space-between;align-items:center;width:100%;max-width:1400px;padding:.625rem .625rem .625rem 1.5rem;display:flex}.nav-logo{color:var(--black);align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;display:flex}.nav-logo-icon{background:0 0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.nav-logo-icon svg{color:var(--black)}.nav-right{align-items:center;gap:1.25rem;display:flex}.nav-lang{color:var(--black);align-items:center;gap:.375rem;font-size:.9rem;font-weight:500;display:flex}.nav-lang img{object-fit:cover;border-radius:50%;width:24px;height:24px}.nav-cta{background:var(--yellow);color:var(--black);border-radius:9999px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:background .3s}.nav-cta:hover{background:var(--yellow-hover)}.nav-menu-btn{color:var(--black);align-items:center;padding:.5rem;display:flex}.hero-content{flex:1;align-items:center;padding:0 4rem;display:flex}.hero-text{max-width:900px}.hero-headline{color:var(--white);margin-bottom:2rem;font-size:60px;font-weight:800;line-height:1.15}.hero-headline-highlight{background-color:var(--yellow);color:var(--black);-webkit-box-decoration-break:clone;box-decoration-break:clone;white-space:nowrap;padding:.1em .3em;display:inline}.hero-book-btn{background:var(--yellow);width:209px;height:59px;color:var(--black);border-radius:9999px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:600;transition:background .3s;display:inline-flex}.hero-book-btn:hover{background:var(--yellow-hover)}.hero-badges{gap:10px;margin-top:2.5rem;display:flex}.store-badge{background:var(--black);border-radius:10px;justify-content:center;align-items:center;width:166px;height:51px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #333}.store-badge img{width:auto;height:100%;display:block}.how-it-works{background-color:var(--off-white);color:var(--black)}.hiw-layout{align-items:center;gap:2rem;display:flex}.hiw-tree{flex:1.1;width:600px;height:680px;min-height:680px;position:relative}.hiw-lines{z-index:1;pointer-events:none;opacity:.3;width:100%;height:100%;position:absolute;top:0;left:0}.hiw-big-circle{z-index:2;background:#f0efef;border:2px solid #d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:240px;height:240px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hiw-big-circle h2{text-align:center;font-size:2.5rem;font-weight:600;line-height:1.2}.hiw-step{text-align:center;z-index:2;flex-direction:column;align-items:center;width:140px;display:flex;position:absolute}.hiw-step-icon{background:#f0efef;border:1px solid #d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:.75rem;padding:1.25rem;display:flex}.hiw-step-icon img{object-fit:contain;width:100%;height:100%}.hiw-step-label{max-width:180px;font-size:1.05rem;font-weight:500;line-height:1.4}.hiw-step-1{top:20px;left:300px}.hiw-step-2{top:290px;left:390px}.hiw-step-3{top:510px;left:300px}.hiw-phone{flex:.9;justify-content:center;align-items:center;display:flex}.hiw-phone-img{filter:drop-shadow(0 20px 40px #0000001f);width:100%;max-width:380px;height:auto}.fleets{background-color:var(--yellow);color:var(--black);overflow:hidden}.fleets .section-title{margin-bottom:.5rem}.fleets-subtitle{text-align:center;margin-bottom:3rem;font-size:1.1rem}.fleets-carousel-wrapper{width:100%;position:relative}.fleets-carousel{scrollbar-width:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:2rem;display:flex;overflow-x:auto}.fleets-carousel::-webkit-scrollbar{display:none}.fleet-card{min-width:360px;color:var(--white);background:#030303;border-radius:20px;flex-direction:column;padding:2rem 2.5rem;display:flex}.fleet-card:first-child{margin-left:max(4rem,50vw - 640px + 4rem)}.fleet-card:last-child{margin-right:max(4rem,50vw - 640px + 4rem)}.fleet-card-img{justify-content:center;align-items:center;height:240px;margin-bottom:.5rem;display:flex;position:relative}.fleet-card-img img{object-fit:contain;max-height:100%;transform:scale(1.15)}.fleet-card h3{text-align:center;margin-bottom:1.25rem;font-size:1.375rem}.fleet-features{flex:1;margin-bottom:1.5rem}.fleet-features h4{color:#fff;margin-bottom:1rem;font-size:1.05rem;font-weight:500}.fleet-features li{color:#ddd;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;font-size:.9rem;line-height:1.4;display:flex}.fleet-features li svg{flex-shrink:0;margin-top:2px}.fleet-book-btn{background:var(--yellow);color:var(--black);border-radius:9999px;width:fit-content;margin:auto auto 0;padding:.875rem 2.5rem;font-size:.95rem;font-weight:600;transition:background .3s}.fleet-book-btn:hover{background:var(--yellow-hover)}.services{background-color:var(--off-white);color:var(--black);position:relative;overflow:hidden}.services-bg-circle-1{border:90px solid var(--black);z-index:0;border-radius:50%;width:480px;height:480px;position:absolute;top:-120px;right:-120px}.services-bg-circle-2{border:110px solid var(--yellow);z-index:0;border-radius:50%;width:560px;height:560px;position:absolute;bottom:-160px;left:-160px}.services>.container{z-index:1;position:relative}.services-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.service-card{background:#f4f5f7;border-radius:20px;height:260px;display:flex;overflow:hidden;box-shadow:0 6px 24px #0000000a}.service-card-img{flex:1}.service-card-img img{object-fit:cover;width:100%;height:100%}.service-card-body{flex-direction:column;flex:1;justify-content:center;padding:2rem 1.75rem;display:flex}.service-card-body h3{margin-bottom:.75rem;font-size:1.375rem}.service-card-body p{color:#555;font-size:.9rem;line-height:1.5}.services-cta{text-align:center;z-index:1;position:relative}.services-learn-btn{padding:.875rem 2.5rem;font-size:1rem}.about-us{background-color:var(--white);color:var(--black)}.about-text p{color:#555;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.why-choose{background-image:linear-gradient(#000c,#000c),url(/services.png);background-position:50%;background-size:cover;align-items:center;min-height:700px;display:flex;position:relative}.why-choose .container{width:100%}.wcu-card{background:var(--off-white);color:var(--black);border-radius:20px;max-width:780px;margin:0 auto;padding:3.5rem 4rem}.wcu-grid{grid-template-columns:1fr 1fr;gap:1.75rem;display:grid}.wcu-item{align-items:center;gap:.875rem;font-size:1.05rem;font-weight:500;display:flex}.wcu-item svg{flex-shrink:0}.wcu-item:last-child{grid-column:1/-1;justify-content:center;margin-top:.75rem}.testimonials{color:var(--black);background-image:url(/cheerful-black-woman.png);background-position:50%;background-size:cover;padding-top:40px;padding-bottom:6rem;position:relative}.testimonials-header{background-color:var(--off-white);justify-content:center;align-items:center;height:130px;display:flex}.testimonials-header .section-title{margin:0}.testimonials-content{z-index:1;padding-top:10%;position:relative}.test-cards{scrollbar-width:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 0;display:flex;overflow-x:auto}.test-cards::-webkit-scrollbar{display:none}.test-card{background:var(--off-white);text-align:center;border-radius:28px;min-width:380px;padding:3rem 2.5rem;box-shadow:0 16px 40px #00000026}.test-card:first-child{margin-left:max(4rem,50vw - 640px + 4rem)}.test-card:last-child{margin-right:max(4rem,50vw - 640px + 4rem)}.test-card-avatar{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 1.5rem;display:flex;overflow:hidden}.test-card-avatar img{object-fit:cover;width:100%;height:100%}.test-card h4{letter-spacing:.02em;margin-bottom:.75rem;font-size:.95rem;font-weight:700}.test-card p{color:#555;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.test-stars{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.test-nav{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.test-nav-btn{background:var(--white);width:52px;height:52px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;transition:background .3s;display:flex;box-shadow:0 4px 16px #0000001a}.test-nav-btn:hover{background:#f0f0f0}.download-section{background:var(--black);padding:6rem 0}.download-header{text-align:center;margin-bottom:4rem}.download-header h2{margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.download-header p{color:#bbb;font-size:1rem}.download-layout{align-items:center;gap:4rem;display:flex}.download-img-col{flex:1}.download-img-col img{transform-origin:50%;width:100%;max-width:1000px;margin:0 auto;transform:scale(1.45)}.download-text-col{flex:1}.download-text-col h2{margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.download-text-col p{color:#bbb;margin-bottom:2.5rem;font-size:1rem}.contact-section{background-color:var(--off-white);color:var(--black)}.contact-subtitle{text-align:center;color:#555;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.contact-layout{align-items:flex-start;gap:3rem;display:flex}.contact-info{flex:1}.contact-info-card{background:#f4f5f7;border-radius:20px;padding:2.5rem;box-shadow:0 6px 24px #0000000a}.contact-info-item{gap:1rem;margin-bottom:1.5rem;display:flex}.contact-info-item:last-child{margin-bottom:0}.contact-info-icon{background:var(--yellow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-info-icon svg{color:var(--black)}.contact-info-item h4{margin-bottom:.25rem;font-size:1rem;font-weight:600}.contact-info-item p{color:#555;font-size:.9rem;line-height:1.5}.contact-hours{background:#f4f5f7;border-radius:20px;margin-top:1.5rem;padding:1.5rem 2.5rem;box-shadow:0 6px 24px #0000000a}.contact-hours h4{margin-bottom:.75rem;font-size:1rem;font-weight:600}.contact-hours p{color:#555;font-size:.9rem;line-height:1.6}.contact-form{background:#f4f5f7;border-radius:20px;flex:1.2;padding:2.5rem;box-shadow:0 6px 24px #0000000a}.contact-success{color:#155724;background:#d4edda;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.contact-form-row{gap:1rem;margin-bottom:1rem;display:flex}.contact-form-row .contact-field{flex:1}.contact-field{margin-bottom:1rem}.contact-field label{color:#333;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.contact-field input,.contact-field textarea{background:var(--white);width:100%;color:var(--black);border:2px solid #e0e0e0;border-radius:10px;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--yellow)}.contact-field textarea{resize:vertical;min-height:120px}.contact-submit-btn{background:var(--yellow);color:var(--black);border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 2.5rem;font-size:.95rem;font-weight:600;transition:background .3s;display:inline-flex}.contact-submit-btn:hover{background:var(--yellow-hover)}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-spinner{border:2px solid var(--black);border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.footer{background:var(--black);color:var(--white);padding:5rem 0 2rem}.footer-top{justify-content:space-between;gap:3rem;margin-bottom:4rem;display:flex}.footer-left{flex-direction:column;gap:3rem;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-brand img{border-radius:8px;height:36px}.footer-brand h2{letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.footer-links-grid{gap:4rem;display:flex}.footer-link-main{color:var(--yellow);font-size:1rem;font-weight:500;transition:color .2s}.footer-link-main:hover{color:var(--yellow-hover)}.footer-contact{flex-direction:column;gap:.75rem;display:flex}.footer-contact p{color:#bbb;font-size:.9rem}.footer-social{gap:1.25rem;margin-top:.5rem;display:flex}.footer-social a{color:#fff;justify-content:center;align-items:center;transition:color .2s;display:flex}.footer-social a:hover{color:var(--yellow)}.footer-right h4{color:#eee;margin-bottom:1.25rem;font-size:1rem;font-weight:400}.footer-subscribe{gap:.5rem;margin-bottom:2rem;display:flex}.footer-subscribe input{border:none;border-radius:8px;width:320px;padding:.875rem 1.25rem;font-family:inherit;font-size:.95rem}.footer-subscribe-btn{background:var(--yellow);color:var(--black);border-radius:8px;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:background .3s}.footer-subscribe-btn:hover{background:var(--yellow-hover)}.footer-app-badges{gap:10px;display:flex}.footer-app-badges .store-badge img{height:100%}.footer-bottom{color:#999;border-top:1px solid #222;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.footer-bottom-links{gap:2.5rem;display:flex}.footer-bottom-links a{transition:color .2s}.footer-bottom-links a:hover{color:#fff}@media (width<=1024px){.container{padding:0 2rem}.section-padding{padding:4rem 0}.section-title{margin-bottom:2rem;font-size:2.5rem}.hero-content{padding:0 2rem}.hero-headline{font-size:48px}.hiw-layout{flex-direction:column;gap:3rem}.hiw-tree{flex-direction:column;align-items:center;gap:2.5rem;width:100%;height:auto;min-height:auto;display:flex;position:static}.hiw-lines{display:none}.hiw-big-circle{width:180px;height:180px;position:static;transform:none}.hiw-big-circle h2{font-size:1.75rem}.hiw-step{text-align:left;flex-direction:row;gap:1.25rem;width:auto;position:static}.hiw-step-icon{width:80px;min-width:80px;height:80px;margin-bottom:0;padding:1rem}.hiw-step-label{max-width:none;font-size:1rem}.hiw-phone-img{max-width:320px}.services-grid{grid-template-columns:1fr}.service-card{height:auto}.wcu-card{padding:2.5rem 2rem}.wcu-grid{grid-template-columns:1fr}.wcu-item:last-child{justify-content:flex-start}.download-layout{text-align:center;flex-direction:column}.download-img-col img{max-width:500px;transform:scale(1)}.download-text-col{flex-direction:column;align-items:center;display:flex}.contact-layout{flex-direction:column}.footer-top{flex-direction:column;gap:2.5rem}.footer-links-grid{gap:2.5rem}.footer-subscribe{flex-direction:column}.footer-subscribe input,.footer-right{width:100%}}@media (width<=768px){.container{padding:0 1.25rem}.section-padding{padding:3.5rem 0}.section-title{margin-bottom:1.75rem;font-size:2rem}.navbar{padding:.75rem 1rem 0}.navbar-inner{padding:.5rem .5rem .5rem 1rem}.nav-lang{display:none}.nav-cta{padding:.5rem 1.25rem;font-size:.85rem}.nav-logo{font-size:1.1rem}.nav-logo-icon{width:32px;height:32px}.hero-content{padding:0 1.25rem}.hero-headline{margin-bottom:1.5rem;font-size:2.5rem}.hero-headline-highlight{white-space:normal}.hero-book-btn{width:180px;height:52px;font-size:.95rem}.hero-badges{flex-direction:column;align-items:flex-start;gap:8px;margin-top:2rem}.store-badge{width:150px;height:46px}.hiw-big-circle{width:150px;height:150px}.hiw-big-circle h2{font-size:1.4rem}.hiw-step-icon{width:70px;min-width:70px;height:70px}.hiw-phone-img{max-width:260px}.fleet-card{min-width:300px;padding:1.5rem 1.75rem}.fleet-card:first-child{margin-left:max(1.25rem,50vw - 640px + 1.25rem)}.fleet-card:last-child{margin-right:max(1.25rem,50vw - 640px + 1.25rem)}.fleet-card-img{height:180px}.fleet-card-img img{transform:scale(1.05)}.service-card{flex-direction:column}.service-card-img{height:200px}.service-card-body{padding:1.5rem}.service-card-body h3{font-size:1.2rem}.services-bg-circle-1{border-width:60px;width:300px;height:300px;top:-80px;right:-80px}.services-bg-circle-2{border-width:70px;width:350px;height:350px;bottom:-100px;left:-100px}.why-choose{min-height:500px}.wcu-card{max-width:100%;padding:2rem 1.5rem}.wcu-item{gap:.75rem;font-size:.95rem}.test-card{min-width:300px;padding:2rem 1.75rem}.test-card:first-child{margin-left:max(1.25rem,50vw - 640px + 1.25rem)}.test-card:last-child{margin-right:max(1.25rem,50vw - 640px + 1.25rem)}.test-card-avatar{width:80px;height:80px;margin-bottom:1rem}.testimonials-header{height:100px}.testimonials{padding-bottom:3rem}.download-section{padding:3.5rem 0}.download-header{margin-bottom:2rem}.download-header h2,.download-text-col h2{font-size:1.75rem}.download-img-col img{max-width:400px}.contact-form-row{flex-direction:column}.contact-subtitle{margin-bottom:2rem;font-size:.95rem}.contact-info-card,.contact-form{padding:1.75rem}.contact-hours{padding:1.25rem 1.75rem}.footer{padding:3rem 0 1.5rem}.footer-top{gap:2rem;margin-bottom:2.5rem}.footer-links-grid{flex-wrap:wrap;gap:1.5rem}.footer-subscribe input{width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:1.25rem}.footer-app-badges{justify-content:center}}@media (width<=480px){.container{padding:0 1rem}.section-padding{padding:2.5rem 0}.section-title{margin-bottom:1.5rem;font-size:1.65rem}.navbar{padding:.5rem .75rem 0}.navbar-inner{padding:.4rem .4rem .4rem .75rem}.nav-cta{padding:.4rem 1rem;font-size:.8rem}.nav-logo{gap:.4rem;font-size:1rem}.nav-logo-icon{width:28px;height:28px}.hero-content{padding:0 1rem}.hero-headline{margin-bottom:1.25rem;font-size:2rem;line-height:1.2}.hero-book-btn{width:160px;height:48px;font-size:.9rem}.store-badge{width:140px;height:42px}.how-it-works .container{padding:0 1rem}.hiw-big-circle{width:120px;height:120px}.hiw-big-circle h2{font-size:1.1rem}.hiw-step{gap:1rem}.hiw-step-icon{width:60px;min-width:60px;height:60px;padding:.75rem}.hiw-step-label{font-size:.9rem}.hiw-phone-img{max-width:220px}.fleets .section-title{font-size:1.65rem}.fleets-subtitle{margin-bottom:2rem;font-size:.95rem}.fleet-card{min-width:260px;padding:1.25rem 1.5rem}.fleet-card:first-child{margin-left:1rem}.fleet-card:last-child{margin-right:1rem}.fleet-card-img{height:150px}.fleet-card h3{font-size:1.2rem}.fleet-features h4{font-size:.95rem}.fleet-features li{gap:.5rem;font-size:.8rem}.fleet-book-btn{padding:.75rem 2rem;font-size:.9rem}.service-card-img{height:160px}.service-card-body{padding:1.25rem}.service-card-body h3{margin-bottom:.5rem;font-size:1.1rem}.service-card-body p{font-size:.85rem}.services-learn-btn{padding:.75rem 2rem;font-size:.9rem}.about-text p{font-size:.95rem}.why-choose{min-height:auto;padding:3rem 0}.wcu-card{border-radius:14px;padding:1.5rem 1.25rem}.wcu-item{font-size:.9rem}.wcu-grid{gap:1.25rem}.testimonials-header{height:80px}.testimonials-header .section-title{font-size:1.65rem}.test-card{border-radius:20px;min-width:250px;padding:1.5rem 1.25rem}.test-card:first-child{margin-left:1rem}.test-card:last-child{margin-right:1rem}.test-card-avatar{width:64px;height:64px;margin-bottom:.75rem}.test-card h4{font-size:.85rem}.test-card p{margin-bottom:1rem;font-size:.8rem}.test-stars{gap:.25rem;margin-top:1rem}.test-nav{gap:.75rem;margin-top:1.25rem}.test-nav-btn{width:42px;height:42px}.download-section{padding:2.5rem 0}.download-header h2{font-size:1.5rem}.download-header p{font-size:.9rem}.download-header{margin-bottom:1.5rem}.download-text-col h2{font-size:1.5rem}.download-text-col p{margin-bottom:1.5rem;font-size:.9rem}.download-img-col img{max-width:280px}.contact-subtitle{font-size:.9rem}.contact-info-card,.contact-form{border-radius:14px;padding:1.5rem}.contact-info-icon{width:40px;height:40px}.contact-info-icon svg{width:18px;height:18px}.contact-info-item h4{font-size:.9rem}.contact-info-item p{font-size:.8rem}.contact-hours{border-radius:14px;padding:1rem 1.5rem}.contact-hours h4{font-size:.9rem}.contact-hours p,.contact-field label{font-size:.8rem}.contact-field input,.contact-field textarea{padding:.75rem .875rem;font-size:.9rem}.contact-submit-btn{padding:.75rem 2rem;font-size:.9rem}.footer{padding:2.5rem 0 1rem}.footer-top{gap:1.5rem;margin-bottom:2rem}.footer-brand h2{font-size:1.4rem}.footer-brand img{height:28px}.footer-links-grid{flex-direction:column;gap:1.25rem}.footer-link-main{font-size:.9rem}.footer-contact p{font-size:.8rem}.footer-social{gap:1rem}.footer-right h4{margin-bottom:1rem;font-size:.9rem}.footer-subscribe{gap:.5rem}.footer-subscribe input{padding:.75rem 1rem;font-size:.9rem}.footer-subscribe-btn{width:100%;padding:.75rem 1.5rem;font-size:.9rem}.footer-app-badges{flex-direction:column;align-items:flex-start}.footer-app-badges .store-badge{width:140px;height:42px}.footer-bottom{padding-top:1.5rem}.footer-bottom-links{gap:1rem;font-size:.8rem}.footer-copyright{font-size:.8rem}}@media (width<=360px){.hero-headline{font-size:1.65rem}.hero-headline-highlight{padding:.05em .2em}.section-title{font-size:1.45rem}.fleet-card{min-width:230px;padding:1rem 1.25rem}.fleet-card-img{height:130px}.test-card{min-width:220px;padding:1.25rem 1rem}.wcu-card{padding:1.25rem 1rem}.wcu-item{font-size:.85rem}}@media (height<=750px){.menu-links a{font-size:2.25rem}.menu-links{gap:1.5rem;margin-bottom:2rem}.menu-content{padding:5rem 1rem 2rem}}@media (height<=600px){.menu-links a{font-size:1.75rem}.menu-links{gap:1rem;margin-bottom:1.5rem}.menu-content{padding:4rem 1rem 1.5rem}.close-menu-btn{top:1rem;right:1rem}}.al-page{color:#fafafa;background:#09090b;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.al-brand-panel{background:#09090b;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.al-aurora{filter:blur(80px);opacity:.6;position:absolute;inset:0;overflow:hidden}.al-aurora-blob{border-radius:50%;position:absolute}.al-blob-1{background:radial-gradient(circle,#f4c52259 0%,#0000 70%);width:500px;height:500px;animation:12s ease-in-out infinite auroraFloat1;top:-10%;left:-10%}.al-blob-2{background:radial-gradient(circle,#dca70b40 0%,#0000 70%);width:400px;height:400px;animation:15s ease-in-out infinite auroraFloat2;bottom:-5%;right:-5%}.al-blob-3{background:radial-gradient(circle,#f4c52233 0%,#0000 70%);width:300px;height:300px;animation:10s ease-in-out infinite auroraFloat3;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes auroraFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,20px)scale(1.05)}66%{transform:translate(-20px,30px)scale(.95)}}@keyframes auroraFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-25px,-15px)scale(1.08)}66%{transform:translate(15px,-25px)scale(.92)}}@keyframes auroraFloat3{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}.al-dot-grid{z-index:1;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.al-noise{z-index:2;opacity:.03;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E") 0 0/128px 128px;position:absolute;inset:0}.al-brand-content{z-index:3;opacity:0;max-width:480px;transition:all .8s cubic-bezier(.16,1,.3,1) .2s;position:relative;transform:translateY(24px)}.al-brand-content.al-visible{opacity:1;transform:translateY(0)}.al-brand-badge{color:#f4c522;letter-spacing:.15em;background:#f4c5221a;border:1px solid #f4c52233;border-radius:100px;align-items:center;gap:6px;margin-bottom:2rem;padding:6px 14px;font-size:.7rem;font-weight:700;display:inline-flex}.al-brand-title{letter-spacing:-.04em;color:#fafafa;margin:0 0 1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.al-brand-title span{background:linear-gradient(135deg,#f4c522,#f59e0b,#f4c522) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite shimmer}@keyframes shimmer{0%,to{background-position:0%}50%{background-position:100%}}.al-brand-desc{color:#a1a1aa;max-width:400px;margin:0 0 2.5rem;font-size:1rem;line-height:1.7}.al-brand-stats{align-items:center;gap:1.5rem;display:flex}.al-stat{flex-direction:column;gap:4px;display:flex}.al-stat-value{color:#fafafa;font-size:1.1rem;font-weight:700}.al-stat-label{color:#71717a;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.al-stat-divider{background:#27272a;width:1px;height:32px}.al-form-panel{background:#0a0a0a;border-left:1px solid #18181b;justify-content:center;align-items:center;width:520px;min-width:420px;padding:3rem;display:flex;position:relative}.al-form-container{opacity:0;width:100%;max-width:380px;transition:all .8s cubic-bezier(.16,1,.3,1) .4s;transform:translateY(24px)}.al-form-container.al-visible{opacity:1;transform:translateY(0)}.al-form-logo{margin-bottom:2.5rem}.al-form-logo img{border:1px solid #27272a;border-radius:14px;width:52px;height:52px;box-shadow:0 0 0 4px #f4c5220f}.al-form-header{margin-bottom:2rem}.al-form-header h2{letter-spacing:-.03em;color:#fafafa;margin:0 0 .5rem;font-size:1.65rem;font-weight:700}.al-form-header p{color:#71717a;margin:0;font-size:.9rem;line-height:1.5}.al-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444426;border-radius:12px;align-items:center;gap:10px;margin-bottom:1.5rem;padding:14px 16px;font-size:.85rem;line-height:1.4;animation:.4s cubic-bezier(.16,1,.3,1) errorSlide;display:flex}.al-error-dot{background:#ef4444;border-radius:50%;width:6px;min-width:6px;height:6px;animation:2s ease-in-out infinite errorPulse;box-shadow:0 0 8px #ef444480}@keyframes errorPulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes errorSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.al-form{flex-direction:column;gap:1.5rem;display:flex}.al-field{flex-direction:column;gap:8px;display:flex;position:relative}.al-field label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500}.al-field input{color:#fafafa;background:#ffffff08;border:1px solid #27272a;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.al-field input::placeholder{color:#52525b}.al-field input:focus{background:#ffffff0d;border-color:#f4c522;box-shadow:0 0 0 4px #f4c5221a}.al-field-line{display:none}.al-password-wrap{align-items:center;display:flex;position:relative}.al-password-wrap input{padding-right:48px}.al-eye-btn{color:#52525b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.al-eye-btn:hover{color:#a1a1aa}.al-submit{cursor:pointer;color:#09090b;background:#f4c522;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:.75rem;padding:16px 24px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000004d,0 0 0 1px #f4c5224d,inset 0 1px #ffffff26}.al-submit:hover:not(:disabled){background:#eab308;transform:translateY(-1px);box-shadow:0 4px 16px #f4c52240,0 0 0 1px #f4c52266,inset 0 1px #fff3}.al-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #f4c52226,0 0 0 1px #f4c5224d}.al-submit:disabled{cursor:not-allowed;opacity:.8}.al-loader{background:#0000001a;border-radius:4px;width:100%;height:3px;overflow:hidden}.al-loader-bar{background:#09090b;border-radius:4px;width:40%;height:100%;animation:1s ease-in-out infinite loaderSlide}@keyframes loaderSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.al-footer{text-align:center;margin-top:2.5rem}.al-footer a{color:#52525b;font-size:.85rem;text-decoration:none;transition:color .2s}.al-footer a:hover{color:#f4c522}@media (width<=1024px){.al-page{flex-direction:column}.al-brand-panel{flex:none;min-height:300px;padding:2rem}.al-brand-title{font-size:2.5rem}.al-brand-desc{display:none}.al-form-panel{width:100%;min-width:unset;border-top:1px solid #18181b;border-left:none;padding:2.5rem 2rem}}@media (width<=640px){.al-brand-panel{min-height:220px;padding:1.5rem}.al-brand-title{font-size:2rem}.al-brand-stats{gap:1rem}.al-stat-value{font-size:.95rem}.al-form-panel{padding:2rem 1.25rem}.al-form-container{max-width:100%}}:root{--admin-bg:#09090b;--admin-surface:#121214;--admin-surface-hover:#18181b;--admin-border:#ffffff14;--admin-border-hover:#ffffff26;--admin-primary:#f4c522;--admin-primary-dark:#dca70b;--admin-primary-dim:#f4c5221a;--admin-text:#fafafa;--admin-text-muted:#a1a1aa;--admin-text-faint:#52525b;--admin-success:#10b981;--admin-success-dim:#10b9811a;--admin-warning:#f59e0b;--admin-warning-dim:#f59e0b1a;--admin-danger:#ef4444;--admin-danger-dim:#ef44441a;--admin-info:#3b82f6;--admin-info-dim:#3b82f61a;--glass-bg:#121214a6;--glass-blur:blur(16px);--glass-border:1px solid #ffffff0f;--glass-shadow:0 8px 32px #0006}.admin-body{background-color:var(--admin-bg);color:var(--admin-text);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{background-color:var(--admin-surface);border-right:var(--glass-border);z-index:50;flex-direction:column;width:260px;height:100vh;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed}.admin-sidebar-header{align-items:center;gap:.85rem;padding:1.75rem 1.5rem;display:flex}.admin-sidebar-header img{width:34px;height:34px;box-shadow:0 0 0 1px var(--admin-border);border-radius:10px}.admin-sidebar-header h2{color:var(--admin-text);letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:700}.admin-nav{flex-direction:column;flex:1;gap:.35rem;padding:1rem;display:flex;overflow-y:auto}.admin-nav-item{color:var(--admin-text-muted);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.admin-nav-item:hover{background-color:var(--admin-surface-hover);color:var(--admin-text)}.admin-nav-item.active{background-color:var(--admin-primary-dim);color:var(--admin-primary);font-weight:600}.admin-nav-item svg{transition:transform .2s}.admin-nav-item:hover svg,.admin-nav-item.active svg{transform:scale(1.1)}.admin-user-widget{border-top:var(--glass-border);background:#0003;padding:1.25rem 1rem}.admin-user-info{align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem;display:flex}.admin-user-avatar{background:linear-gradient(135deg, var(--admin-primary), var(--admin-primary-dark));color:#000;width:36px;height:36px;box-shadow:0 4px 12px var(--admin-primary-dim);border-radius:12px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.admin-user-details p{margin:0}.admin-user-email{color:var(--admin-text);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.85rem;font-weight:600;overflow:hidden}.admin-user-role{color:var(--admin-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.admin-logout-btn{width:100%;color:var(--admin-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.admin-logout-btn:hover{color:var(--admin-text);border-color:var(--admin-border);background:#ffffff0d}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex;position:relative}.admin-topbar{height:72px;-webkit-backdrop-filter:var(--glass-blur);border-bottom:var(--glass-border);z-index:40;background-color:#09090bcc;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.admin-topbar-title{letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:600}.admin-content{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:2.5rem}.admin-card{background-color:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;padding:1.75rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.admin-card-interactive:hover{border-color:var(--admin-border-hover);transform:translateY(-2px);box-shadow:0 12px 40px #00000080}.admin-card:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.admin-card-title{color:var(--admin-text);align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1.1rem;font-weight:600;display:flex}.admin-stat-card{justify-content:space-between;align-items:flex-start;display:flex}.admin-stat-value{color:var(--admin-text);letter-spacing:-.03em;margin:.25rem 0;font-size:2.25rem;font-weight:700;line-height:1}.admin-stat-label{color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.admin-stat-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.admin-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-items:center;padding:.35rem .65rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.admin-badge-success{background:var(--admin-success-dim);color:var(--admin-success);border:1px solid #10b98133}.admin-badge-warning{background:var(--admin-warning-dim);color:var(--admin-warning);border:1px solid #f59e0b33}.admin-badge-danger{background:var(--admin-danger-dim);color:var(--admin-danger);border:1px solid #ef444433}.admin-badge-info{background:var(--admin-info-dim);color:var(--admin-info);border:1px solid #3b82f633}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-page-header h1{letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.admin-page-header p{color:var(--admin-text-muted);margin:.25rem 0 0;font-size:.9rem}.admin-table-wrapper{background:var(--admin-surface);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px;overflow:hidden}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:var(--glass-border);background-color:#0003;padding:1.25rem 1.5rem;font-size:.75rem;font-weight:600}.admin-table td{color:var(--admin-text);vertical-align:middle;border-bottom:1px solid #ffffff08;padding:1.25rem 1.5rem;font-size:.9rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr{transition:background-color .2s}.admin-table tbody tr:hover{background-color:#ffffff05}.admin-btn{background:linear-gradient(135deg, var(--admin-primary), var(--admin-primary-dark));color:#000;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 10px #f4c52226}.admin-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #f4c52240}.admin-btn-outline{color:var(--admin-primary);border:1px solid var(--admin-primary);box-shadow:none;background:0 0}.admin-btn-outline:hover{background:var(--admin-primary-dim);box-shadow:none}.recharts-tooltip-wrapper .recharts-default-tooltip{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;color:#fff!important;background-color:#121214e6!important;border:1px solid #ffffff1a!important;border-radius:12px!important;box-shadow:0 8px 32px #00000080!important}.recharts-tooltip-item{font-weight:600;color:var(--admin-primary)!important}@media (width<=1024px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000080}.admin-main{margin-left:0}.admin-content{padding:1.5rem}}
