.vehicle-list__loading{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.vehicle-card--skeleton{background:#fff;border-radius:16px;overflow:hidden}.vehicle-card--skeleton .vehicle-card__image{aspect-ratio:16/10;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton--title{width:60%;height:24px;margin-bottom:12px}.skeleton--text{width:40%;height:16px;margin-bottom:8px}.skeleton--text-sm{width:30%;height:14px;margin-bottom:6px}.skeleton--image{aspect-ratio:16/10;width:100%}.skeleton--circle{border-radius:50%}.skeleton--button{border-radius:8px;width:120px;height:40px}.vehicle-list__empty{text-align:center;padding:60px 20px}.vehicle-list__empty h3{color:#111827;margin:0 0 8px;font-size:18px;font-weight:600}.vehicle-list__empty p{color:#6b7280;margin:0;font-size:14px}.no-results{text-align:center;color:#6b7280;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:16px;grid-column:1/-1;padding:80px 20px}.no-results h3{color:#1a1a2e;margin:0 0 8px;font-size:24px;font-weight:600}.no-results p{margin:0;font-size:16px}
.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:#fffffffa;transition:all .3s;position:relative;box-shadow:0 1px #00000014}.header.stick{background:#fff;box-shadow:0 2px 8px #0000001a}.header .main-header{padding:12px 0}.header.header-tc .main-header.tc-header{justify-content:space-between!important;align-items:center!important;width:100%!important;display:flex!important}.header.header-tc .header-left{align-items:center!important;display:flex!important}.header.header-tc .header-right.tc-right{align-items:center!important;gap:12px!important;display:flex!important;position:relative!important}.header .container-fluid{max-width:var(--site-max-width,1400px);margin-left:auto;margin-right:auto;padding-left:var(--site-padding-mobile,16px)!important;padding-right:var(--site-padding-mobile,16px)!important}@media (min-width:768px){.header .container-fluid{padding-left:var(--site-padding-tablet,24px)!important;padding-right:var(--site-padding-tablet,24px)!important}}@media (min-width:1024px){.header .container-fluid{padding-left:var(--site-padding-desktop,40px)!important;padding-right:var(--site-padding-desktop,40px)!important}}.btn-why-choose{color:#333;white-space:nowrap;background:0 0;border:1px solid #e0e0e0;border-radius:24px;align-items:center;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-why-choose:hover{color:#333;background:#f7f7f7;border-color:#d0d0d0}.menu-toggle-btn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:24px;align-items:center;gap:8px;padding:6px 6px 6px 12px;transition:all .2s;display:flex}.menu-toggle-btn:hover,.menu-toggle-btn.active{box-shadow:0 2px 8px #00000026}.menu-toggle-btn .menu-icon{color:#333;justify-content:center;align-items:center;display:flex}.menu-toggle-btn .user-icon{color:#fff;background:#717171;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.menu-toggle-btn .user-icon svg{width:18px;height:18px}.menu-toggle-btn .user-icon .user-icon-image{object-fit:cover;width:100%;height:100%}.header-dropdown-overlay{z-index:1000;position:absolute;top:calc(100% + 8px);right:0}.header-dropdown-menu{background:#fff;border-radius:16px;min-width:280px;max-width:320px;animation:.2s dropdownFadeIn;overflow:hidden;box-shadow:0 4px 32px #00000026,0 0 0 1px #0000000a}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-section{padding:8px 0}.dropdown-section-primary{padding-bottom:8px}.dropdown-section-primary .dropdown-item{font-weight:600}.dropdown-divider{background:#ebebeb;height:1px;margin:0}.dropdown-item{color:#222;cursor:pointer;align-items:center;padding:12px 20px;font-size:14px;text-decoration:none;transition:background .15s;display:flex}.dropdown-item:hover{color:#222;background:#f7f7f7}.dropdown-item-icon{color:#717171;justify-content:center;align-items:center;width:24px;height:24px;margin-right:12px;display:flex}.dropdown-item-icon svg{width:20px;height:20px}.dropdown-item-text{flex:1}.dropdown-section-user{padding-bottom:8px}.user-info{border-bottom:1px solid #ebebeb;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:600;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-details{flex-direction:column;min-width:0;display:flex}.user-name{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.user-email{color:#717171;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.dropdown-item-logout{text-align:left;cursor:pointer;width:100%;font-family:inherit;font-size:inherit;background:0 0;border:none}.dropdown-item-logout:hover,.dropdown-item-logout:hover .dropdown-item-icon{color:#ff5252}.dropdown-item-highlight{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-left:3px solid #f97316;font-weight:500}.dropdown-item-highlight .dropdown-item-text{color:#ea580c}.dropdown-item-highlight .dropdown-item-icon{color:#f97316}.dropdown-item-highlight:hover{background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%)}[data-theme=dark] .dropdown-item-highlight,.dark-mode .dropdown-item-highlight{background:linear-gradient(135deg,#431407 0%,#7c2d12 100%)}[data-theme=dark] .dropdown-item-highlight .dropdown-item-text,.dark-mode .dropdown-item-highlight .dropdown-item-text{color:#fb923c}[data-theme=dark] .user-info,.dark-mode .user-info{border-color:#333}[data-theme=dark] .user-name,.dark-mode .user-name{color:#fff}[data-theme=dark] .user-email,.dark-mode .user-email{color:#aaa}.dropdown-navigation{border-top:1px solid #ebebeb;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.nav-arrow{cursor:pointer;color:#717171;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.nav-arrow:hover:not(:disabled){color:#333;background:#f7f7f7;border-color:#333}.nav-arrow:disabled{opacity:.4;cursor:not-allowed}@media (max-width:767px){.btn-why-choose{display:none}.header-dropdown-menu{min-width:260px;right:0}.header.header-tc .header-right.tc-right{gap:8px!important}}@media (max-width:480px){.header-dropdown-overlay{position:fixed;top:70px;left:16px;right:16px}.header-dropdown-menu{width:100%;min-width:auto;max-width:none}}.mobile-header-active,.mobile-header-active.sidebar-visible,.mobile-menu-wrap,.burger-icon,.body-overlay-1,.wish,.card-rating{display:none!important}[data-theme=dark] .header-dropdown-menu,.dark-mode .header-dropdown-menu{background:#1a1a1a;border-color:#333}[data-theme=dark] .dropdown-item,.dark-mode .dropdown-item{color:#fff}[data-theme=dark] .dropdown-item:hover,.dark-mode .dropdown-item:hover{color:#fff;background:#2a2a2a}[data-theme=dark] .dropdown-divider,.dark-mode .dropdown-divider{background:#333}[data-theme=dark] .dropdown-item-icon,.dark-mode .dropdown-item-icon{color:#aaa}[data-theme=dark] .dropdown-navigation,.dark-mode .dropdown-navigation{border-color:#333}[data-theme=dark] .nav-arrow,.dark-mode .nav-arrow{color:#aaa;background:#2a2a2a;border-color:#444}[data-theme=dark] .menu-toggle-btn,.dark-mode .menu-toggle-btn{background:#2a2a2a;border-color:#444}[data-theme=dark] .menu-toggle-btn .menu-icon,.dark-mode .menu-toggle-btn .menu-icon{color:#fff}[data-theme=dark] .btn-why-choose,.dark-mode .btn-why-choose{color:#fff;border-color:#444}[data-theme=dark] .btn-why-choose:hover,.dark-mode .btn-why-choose:hover{color:#fff;background:#333}
.footer{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#374455 100%);width:100%;padding:60px 0 20px}.footer .container-fluid{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media (min-width:768px){.footer .container-fluid{padding-left:40px;padding-right:40px}}@media (min-width:1024px){.footer .container-fluid{padding-left:60px;padding-right:60px}}@media (min-width:1200px){.footer .container-fluid{padding-left:80px;padding-right:80px}}.footer .row{flex-wrap:wrap;justify-content:space-between;width:100%;margin:0;display:flex}.footer [class*=col-]{flex:none;margin-bottom:30px;padding:0 20px}@media (min-width:992px){.footer .footer-1{flex:0 0 20%}.footer .footer-2,.footer .footer-3,.footer .footer-4,.footer .footer-5{flex:0 0 18%}}.footer-top{border-bottom:1px solid #ffffff26;margin-bottom:50px;padding-bottom:30px}.footer-top img[src*=logo\.svg],.footer-top a img[alt=SWIFT]{filter:brightness(0)invert()}.footer-top img[src*=logo\.svg]:after{filter:none}.footer h6,.footer .footer-heading{color:#fff;text-transform:none;letter-spacing:.3px;margin-bottom:24px;font-size:17px;font-weight:700}.footer ul.menu-footer{margin:0;padding:0;list-style:none}.footer ul.menu-footer li{margin-bottom:14px}.footer ul.menu-footer li a{color:#cbd5e0;font-size:14px;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer ul.menu-footer li a:hover{color:#fff;transform:translate(3px)}.footer ul.menu-footer li a:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer ul.menu-footer li a:hover:before{width:100%}.footer .box-info-contact p{color:#cbd5e0;margin-bottom:12px;font-size:14px;line-height:1.6}.footer .need-help{color:#cbd5e0;margin-right:10px;font-size:15px;text-decoration:none}.footer .phone-support{color:#fff;font-size:20px;font-weight:700;text-decoration:none;transition:color .3s}.footer .phone-support:hover{color:#667eea}.footer .title-follow{color:#fff;margin-top:24px;margin-bottom:12px;font-weight:600}.footer .box-socials-footer{gap:12px;display:flex}.footer .icon-socials{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer .icon-socials:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transform:translateY(-3px);box-shadow:0 4px 12px #667eea66}.footer .icon-socials svg{fill:#fff;width:18px;height:18px;transition:transform .3s}.footer .icon-socials:hover svg{transform:scale(1.1)}.footer-bottom{border-top:1px solid #ffffff26;margin-top:20px;padding-top:30px}.footer-bottom p{color:#cbd5e0;margin:0;font-size:14px}.footer .menu-bottom-footer{flex-wrap:wrap;justify-content:flex-end;gap:24px;margin:0;padding:0;list-style:none;display:flex}.footer .menu-bottom-footer li{margin-bottom:0}.footer .menu-bottom-footer li a{color:#cbd5e0;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s}.footer .menu-bottom-footer li a:hover{color:#fff}@media (max-width:374px){.footer{padding:40px 0 25px}.footer .container-fluid{padding:0 16px!important}.footer-top img[src*=logo\.svg],.footer-top a img[alt=SWIFT]{max-height:40px!important}.footer .phone-support{font-size:16px}.footer h6{font-size:15px}.footer [class*=col-]{padding:0 10px}}@media (min-width:480px) and (max-width:767px){.footer .footer-2,.footer .footer-3,.footer .footer-4,.footer .footer-5{flex:0 0 50%;max-width:50%}.footer .container-fluid{padding:0 28px!important}}@media (min-width:768px){.footer .menu-bottom-footer{justify-content:flex-end}}@media (max-width:767px){.footer{padding:50px 0 30px}.footer .container-fluid{max-width:100%;padding:0 24px!important}.footer [class*=col-]{margin-bottom:30px;padding:0 12px}.footer-top{margin-bottom:40px;padding-bottom:24px}.footer-top img[src*=logo\.svg],.footer-top a img[alt=SWIFT]{width:auto;max-height:45px!important}.footer-top .col-md-8{margin-top:20px}.footer-top .d-flex{flex-direction:column;gap:8px;align-items:start!important}.footer .need-help{margin-bottom:4px;margin-right:0}.footer .phone-support{font-size:18px}.footer .footer-1{flex:0 0 100%;max-width:100%}.footer .footer-2,.footer .footer-3,.footer .footer-4,.footer .footer-5{flex:0 0 50%;max-width:50%}.footer h6{margin-bottom:18px;font-size:16px}.footer ul.menu-footer li{margin-bottom:12px}.footer ul.menu-footer li a{font-size:13px}.footer .box-info-contact p{margin-bottom:10px;font-size:13px}.footer .title-follow{margin-top:20px;margin-bottom:10px;font-size:15px}.footer .box-socials-footer{gap:10px}.footer .icon-socials{width:38px;height:38px}.footer .menu-bottom-footer{justify-content:center;gap:12px;font-size:13px}.footer-bottom{margin-top:15px;padding-top:24px}.footer-bottom p{font-size:13px;margin-bottom:15px!important}}
.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobile-menu-fullscreen-overlay{z-index:9999;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-menu-fullscreen-overlay.open{opacity:1;visibility:visible}.mobile-menu-fullscreen{z-index:10000;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;width:100%;max-width:100vw;transition:transform .3s ease-out;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu-fullscreen-overlay.open .mobile-menu-fullscreen{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid #ebebeb;flex-shrink:0;justify-content:flex-end;align-items:center;padding:16px 20px;display:flex}.mobile-menu-close-btn{cursor:pointer;color:#222;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.mobile-menu-close-btn:hover,.mobile-menu-close-btn:active{background:#f7f7f7}.mobile-menu-user-section{border-bottom:1px solid #ebebeb;flex-shrink:0;align-items:center;gap:16px;padding:24px 20px;display:flex}.mobile-menu-user-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:600;display:flex;overflow:hidden}.mobile-menu-user-avatar img{object-fit:cover;width:100%;height:100%}.mobile-menu-user-details{flex-direction:column;min-width:0;display:flex}.mobile-menu-user-name{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:500;line-height:1.3;overflow:hidden}.mobile-menu-user-email{color:#717171;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:14px;line-height:1.4;overflow:hidden}.mobile-menu-guest-section{border-bottom:1px solid #ebebeb;flex-shrink:0;padding:20px}.mobile-menu-login-btn{color:#fff;background:#222;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;transition:background .2s;display:flex}.mobile-menu-login-btn:hover,.mobile-menu-login-btn:active{color:#fff;background:#333}.mobile-menu-nav{flex:1;padding:8px 0;overflow-y:auto}.mobile-menu-item{color:#222;box-sizing:border-box;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;min-height:56px;padding:16px 20px;font-size:15px;font-weight:400;line-height:1.4;text-decoration:none;transition:background .15s;display:flex}.mobile-menu-item:hover,.mobile-menu-item:active{background:#f7f7f7}.mobile-menu-item.active{color:#06c;background:#f0f7ff}.mobile-menu-item.active .mobile-menu-item-icon{color:#06c}.mobile-menu-item-icon{color:#717171;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-right:16px;display:flex}.mobile-menu-item-icon svg{width:24px;height:24px}.mobile-menu-item-text{flex:1}.mobile-menu-item-highlight{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-left:4px solid #f97316}.mobile-menu-item-highlight .mobile-menu-item-text{color:#ea580c;font-weight:500}.mobile-menu-item-highlight .mobile-menu-item-icon{color:#f97316}.mobile-menu-item-highlight:hover,.mobile-menu-item-highlight:active{background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%)}.mobile-menu-divider{background:#ebebeb;height:1px;margin:8px 20px}.mobile-menu-footer{border-top:1px solid #ebebeb;flex-shrink:0;padding:16px 20px}.mobile-menu-logout-btn{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:12px;align-items:center;width:100%;padding:16px 20px;font-size:15px;font-weight:400;line-height:1.4;transition:all .2s;display:flex}.mobile-menu-logout-btn:hover,.mobile-menu-logout-btn:active{background:#fef2f2;border-color:#dc2626}.mobile-menu-logout-btn .mobile-menu-item-icon{color:#dc2626}[data-theme=dark] .mobile-menu-fullscreen,.dark-mode .mobile-menu-fullscreen{background:#1a1a1a}[data-theme=dark] .mobile-menu-header,.dark-mode .mobile-menu-header{border-color:#333}[data-theme=dark] .mobile-menu-close-btn,.dark-mode .mobile-menu-close-btn{color:#fff}[data-theme=dark] .mobile-menu-close-btn:hover,.dark-mode .mobile-menu-close-btn:hover{background:#333}[data-theme=dark] .mobile-menu-user-section,.dark-mode .mobile-menu-user-section{border-color:#333}[data-theme=dark] .mobile-menu-user-name,.dark-mode .mobile-menu-user-name{color:#fff}[data-theme=dark] .mobile-menu-user-email,.dark-mode .mobile-menu-user-email{color:#aaa}[data-theme=dark] .mobile-menu-guest-section,.dark-mode .mobile-menu-guest-section{border-color:#333}[data-theme=dark] .mobile-menu-login-btn,.dark-mode .mobile-menu-login-btn{color:#222;background:#fff}[data-theme=dark] .mobile-menu-login-btn:hover,.dark-mode .mobile-menu-login-btn:hover{background:#f7f7f7}[data-theme=dark] .mobile-menu-item,.dark-mode .mobile-menu-item{color:#fff}[data-theme=dark] .mobile-menu-item:hover,.dark-mode .mobile-menu-item:hover{background:#2a2a2a}[data-theme=dark] .mobile-menu-item.active,.dark-mode .mobile-menu-item.active{color:#4dabff;background:#1a2744}[data-theme=dark] .mobile-menu-item.active .mobile-menu-item-icon,.dark-mode .mobile-menu-item.active .mobile-menu-item-icon{color:#4dabff}[data-theme=dark] .mobile-menu-item-icon,.dark-mode .mobile-menu-item-icon{color:#aaa}[data-theme=dark] .mobile-menu-item-highlight,.dark-mode .mobile-menu-item-highlight{background:linear-gradient(135deg,#431407 0%,#7c2d12 100%)}[data-theme=dark] .mobile-menu-item-highlight .mobile-menu-item-text,.dark-mode .mobile-menu-item-highlight .mobile-menu-item-text{color:#fb923c}[data-theme=dark] .mobile-menu-divider,.dark-mode .mobile-menu-divider{background:#333}[data-theme=dark] .mobile-menu-footer,.dark-mode .mobile-menu-footer{border-color:#333}[data-theme=dark] .mobile-menu-logout-btn,.dark-mode .mobile-menu-logout-btn{color:#f87171;border-color:#5c2828}[data-theme=dark] .mobile-menu-logout-btn:hover,.dark-mode .mobile-menu-logout-btn:hover{background:#2a1515;border-color:#f87171}[data-theme=dark] .mobile-menu-logout-btn .mobile-menu-item-icon,.dark-mode .mobile-menu-logout-btn .mobile-menu-item-icon{color:#f87171}@media (min-width:600px){.mobile-menu-fullscreen{max-width:400px;box-shadow:-4px 0 24px #00000026}}
