@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-main: "Inter", sans-serif;--color-primary: #6a9c42;--color-text-dark: #333333;--color-text-gray: #666666;--color-bg-light: #f4f6f8}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);font-weight:400;color:var(--color-text-dark);line-height:1.5;width:100vw;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem;color:var(--color-text-gray)}a{text-decoration:none;color:inherit;transition:color .3s ease}button{font-family:var(--font-main);cursor:pointer}.fw-light{font-weight:300}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.erp-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080!important;display:flex;align-items:center;justify-content:center;z-index:99999!important}.erp-modal-content{position:relative;background:#fff;padding:40px;border-radius:16px;width:90%;max-width:400px;text-align:center;box-shadow:0 20px 25px #00000026}.modal-close-icon{position:absolute;top:15px;right:15px;background:none;border:none;color:#999;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .2s,transform .2s}.modal-close-icon:hover{color:#ef4444;transform:scale(1.1)}.erp-spinner-large{font-size:50px;color:#62a242;animation:modal-spin 1s linear infinite;margin-bottom:20px}@keyframes modal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert-circle{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.modal-footer-actions{display:flex;gap:12px;margin-top:32px;justify-content:center}.btn-modal-primary,.btn-modal-secondary{height:44px;min-width:130px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center}.btn-modal-secondary{background:#fff;border:1px solid #e5e7eb;color:#374151}.btn-modal-primary{color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px;box-sizing:border-box}.modal-content{background:#fff;width:100%;max-width:550px;border-radius:16px;padding:40px;position:relative;box-shadow:0 20px 40px #0003;animation:slideUp .3s ease-out forwards;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:20px;right:24px;background:none;border:none;font-size:28px;color:#999;cursor:pointer;transition:color .2s}.modal-close:hover{color:#333}.modal-content h2{margin:0 0 8px;font-size:24px;color:#1a1a1a}.modal-content p{color:#666;margin-bottom:24px;font-size:14px}.test-ride-form{display:flex;flex-direction:column;gap:16px}.form-row{display:flex;gap:16px}.form-group{display:flex;flex-direction:column;flex:1}.form-group label{font-size:12px;font-weight:600;color:#444;margin-bottom:6px}.form-group input,.form-group select{padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit}.form-group input:focus,.form-group select:focus{border-color:#6a9c42}.btn-submit{margin-top:10px;background:#6a9c42;color:#fff;border:none;padding:14px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s}.btn-submit:hover:not(:disabled){background:#5a8538}.btn-submit:disabled{background:#a5c490;cursor:not-allowed}.modal-success{text-align:center;padding:40px 0}.modal-success h3{color:#6a9c42;margin-bottom:10px}.tnc-container{display:flex;align-items:flex-start;gap:10px;margin:4px 0 2px}.tnc-checkbox{width:16px;height:16px;min-width:16px;margin-top:2px;accent-color:#6a9c42;cursor:pointer}.tnc-label{font-size:13px;color:#444;line-height:1.5;cursor:pointer}.tnc-link{color:#6a9c42;font-weight:600;text-decoration:underline;text-underline-offset:2px}.tnc-link:hover{color:#4e7a30}@media(max-width:600px){.form-row{flex-direction:column;gap:16px}.modal-content{padding:24px 16px;max-height:88vh}}.otp-section{text-align:center;padding:20px 0;animation:fadeIn .3s ease}.otp-section p{color:#64748b;margin-bottom:20px;font-size:15px}.otp-input-field{width:100%;max-width:280px;margin:20px auto;display:block;text-align:center;font-size:28px;font-weight:700;letter-spacing:12px;padding:12px;border:2px solid #e2e8f0;border-radius:12px;color:#0f172a}.otp-input-field:focus{border-color:#62a242;outline:none;box-shadow:0 0 0 4px #62a2421a}.timer-container{margin-top:15px;font-size:14px;color:#94a3b8}.timer-text span{color:#ef4444;font-weight:600}.btn-resend{background:none;border:none;color:#62a242;font-weight:600;cursor:pointer;padding:5px 10px;font-size:14px;text-decoration:underline;transition:color .2s}.timer-container p{margin-top:10px;font-weight:600;color:#ef4444}.btn-resend{background:none;border:none;color:#62a242;font-weight:700;cursor:pointer;text-decoration:underline}.btn-resend:disabled{color:#cbd5e1;cursor:not-allowed;text-decoration:none}.btn-resend:hover:not(:disabled){color:#538d36}.phone-input-field{padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:16px;outline:none;width:100%}.phone-input-field:focus{border-color:#6a9c42}.otp-verification-area{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.btn-edit-details{background:none;border:none;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;padding:8px 12px;display:block;margin:15px auto 0;text-decoration:underline;text-underline-offset:3px;transition:all .2s ease}.btn-edit-details:hover{color:#62a242;background-color:#f0fdf4;border-radius:6px}.btn-edit-details:before{content:"← ";text-decoration:none;display:inline-block}.whatsapp-toggle-container{display:flex;align-items:center;gap:12px;margin:10px 0;padding:5px 0}.whatsapp-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#1a3a5f;font-weight:500}.switch{position:relative;display:inline-block;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#25d366}input:checked+.slider:before{transform:translate(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.sticky-menu-container{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:15px;align-items:flex-end}.sticker-item{background-color:#6a9c42;color:#fff;width:50px;height:50px;display:flex;justify-content:center;align-items:center;text-decoration:none;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:width .3s;box-shadow:-2px 2px 5px #0003}.sticker-item:hover{width:65px;background-color:#588235}.sticker-group{display:flex;flex-direction:column;background-color:#6a9c42;border-top-left-radius:15px;border-bottom-left-radius:15px;overflow:hidden}.sticker-group .sticker-item{border-radius:0;box-shadow:none}.sticker-item.dealership:hover{background-color:#588235;color:#fff}.site-header{display:flex;justify-content:space-between;align-items:center;padding:0 50px;height:80px;background-color:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:1000}.header-logo{display:flex;align-items:center;min-width:150px;z-index:1001}.header-nav{display:flex;gap:40px;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#555;font-size:15px;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:#6a9c42;font-weight:700}.header-menu-icon{display:none;cursor:pointer}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:999;transform:translate(100%);transition:transform .3s ease-in-out;padding:100px 20px 20px}.mobile-menu-overlay.open{transform:translate(0)}.mobile-nav-links{display:flex;flex-direction:column;gap:20px}.mobile-nav-links a{font-size:18px;color:#333;text-decoration:none;font-weight:600;padding-bottom:10px;border-bottom:1px solid #f9f9f9}@media(max-width:900px){.site-header{background-color:#fff;border-bottom:1px solid #e0e0e0;position:absolute;width:100%;top:0;padding:0 20px;height:70px}.header-nav{display:none}.header-menu-icon{display:flex;width:40px;height:40px;background-color:#fff;border:1px solid #ddd;border-radius:8px;justify-content:center;align-items:center;color:#333;z-index:1001}}.site-footer{background-color:#1a1a1a;color:#e0e0e0;font-family:var(--font-main);padding:56px 80px 48px;width:100%;box-sizing:border-box}.footer-container{width:100%;margin:0}.footer-main{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:60px;padding-bottom:40px}.footer-col--brand{display:flex;flex-direction:column;gap:0}.footer-logo{height:48px;width:auto;max-width:220px;object-fit:contain;display:block;margin-bottom:24px}.follow-us-title{margin-bottom:14px!important}.social-icons{display:flex;gap:12px}.social-btn{width:40px;height:40px;background-color:#2e2e2e;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#ccc;font-size:15px;transition:background .3s,color .3s,transform .2s;text-decoration:none}.social-btn:hover{background-color:#6a9c42;color:#fff;transform:translateY(-3px)}.footer-title{color:#fff;font-size:17px;font-weight:700;margin-bottom:22px;letter-spacing:.3px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:13px}.footer-links a{color:#aaa;font-size:14px;display:flex;align-items:center;gap:10px;transition:color .25s,padding-left .25s;text-decoration:none}.footer-links a:hover{color:#6a9c42;padding-left:4px}.footer-contact-address{font-size:14px;color:#b0b0b0;line-height:1.6;margin:0 0 14px}.footer-contact-list{margin-top:0!important}.footer-contact-list li a{color:#6a9c42!important}.footer-contact-list li a:hover{color:#8bc34a!important}.footer-bottom{border-top:1px solid #2e2e2e;padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#666}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#666;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}@media(max-width:1024px){.site-footer{padding:40px}.footer-main{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:768px){.site-footer{padding:36px 24px}.footer-main{grid-template-columns:1fr 1fr;gap:32px}.footer-col--brand{grid-column:1 / -1}.footer-tagline{max-width:100%}}@media(max-width:480px){.site-footer{padding:28px 20px 32px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-col--brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-bottom-links{gap:16px}}.erp-sidebar{width:260px;height:100vh;background-color:#fff;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:100}.erp-sidebar.collapsed{width:80px}.sidebar-header{padding:24px;display:flex;align-items:center;justify-content:space-between;min-height:80px}.sidebar-logo{height:32px;object-fit:contain}.collapse-toggle{background:#f8f9fa;border:1px solid #eee;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s}.collapse-toggle:hover{background:#62a242;color:#fff}.sidebar-nav{flex:1;padding:12px;display:flex;flex-direction:column;gap:4px}.erp-nav-item{display:flex;align-items:center;padding:12px 16px;text-decoration:none;color:#6b7280;border-radius:8px;transition:all .2s;white-space:nowrap}.erp-nav-item:hover{background-color:#f3f4f6;color:#111827}.erp-nav-item.active{background-color:#62a242;color:#fff}.erp-nav-icon{font-size:20px;display:flex;align-items:center;justify-content:center;min-width:24px}.erp-nav-text{margin-left:12px;font-size:14px;font-weight:500}.sidebar-footer{padding:12px;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:4px}.logout-btn{width:100%;border:none;background:transparent;cursor:pointer;color:#ef4444}.logout-btn:hover{background-color:#fef2f2}.erp-top-header{height:80px;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.erp-search-wrapper{position:relative;width:100%;max-width:400px}.erp-search-bar{display:flex;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;width:100%;transition:all .2s ease}.erp-search-bar:focus-within{border-color:#62a242;background:#fff;box-shadow:0 0 0 3px #62a2421a}.search-icon{color:#9ca3af;margin-right:10px}.erp-search-bar input{background:transparent;border:none;outline:none;font-size:14px;width:100%}.search-results-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.search-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background .2s}.search-item:hover{background-color:#f3f4f6}.item-title{font-size:14px;font-weight:600;color:#111827;margin:0}.item-cat{font-size:11px;color:#6b7280;text-transform:uppercase;margin:2px 0 0}.item-arrow{color:#62a242;opacity:0;transition:opacity .2s}.search-item:hover .item-arrow{opacity:1}.no-results{padding:16px;font-size:14px;color:#9ca3af;text-align:center}.erp-user-actions{display:flex;align-items:center;gap:24px}.notification-icon{position:relative;font-size:20px;color:#6b7280;cursor:pointer}.notif-dot{position:absolute;top:2px;right:2px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid #fff}.erp-profile-box{display:flex;align-items:center;gap:12px;border-left:1px solid #f3f4f6;padding-left:24px}.profile-text{text-align:right}.profile-name{font-size:14px;font-weight:600;color:#111827;margin:0}.profile-role{font-size:12px;color:#6b7280;margin:0}.profile-avatar{width:36px;height:36px;background:#62a242;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.hero-slider{position:relative;width:100%;overflow:hidden;background-color:#000}.slide{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .8s ease-in-out;z-index:0}.slide.active{position:relative;opacity:1;z-index:1}.slide-img{width:100%;height:auto;display:block}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;transition:background .3s ease;z-index:50;pointer-events:auto;touch-action:manipulation}.slider-arrow:hover{background-color:#6a9c42e6;border-color:#6a9c42}.slider-arrow.left{left:80px}.slider-arrow.right{right:80px}.slider-dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:50}.dot{width:10px;height:10px;background-color:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease;touch-action:manipulation}.dot.active{background-color:#fff;transform:scale(1.2)}@media(max-width:768px){.hero-slider{margin-top:60px}.slider-arrow.left{left:10px}.slider-arrow.right{right:10px}.slider-arrow{width:36px;height:36px}.slider-dots{bottom:12px;gap:8px}.dot{width:8px;height:8px}}.quick-actions-container{margin:48px 104px;height:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;box-sizing:border-box}.action-card{display:flex;align-items:center;justify-content:space-between;padding:26px;background-color:#fff;border:2px solid #f0f0f0;border-radius:16px;cursor:pointer;transition:all .3s ease;min-height:100px;position:relative}.action-card:hover{border-color:#6a9c42;box-shadow:0 5px 15px #0000000d;transform:translateY(-2px)}.card-content{display:flex;align-items:center;gap:16px;flex:1;margin-right:10px}.card-icon-box{width:50px;height:50px;background-color:#f4f6f8;border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:24px;color:#333;flex-shrink:0}.card-title{font-size:18px;font-weight:600;color:#333;line-height:1.4;margin:0;word-wrap:break-word;max-width:100%}.card-arrow{color:#ccc;font-size:18px;transition:color .3s;flex-shrink:0}.action-card:hover .card-arrow{color:#6a9c42}@media(max-width:1200px){.quick-actions-container{grid-template-columns:1fr 1fr;margin:48px 40px}}@media(max-width:768px){.quick-actions-container{grid-template-columns:1fr 1fr;gap:12px;margin:30px 15px}.action-card{flex-direction:row;align-items:center;justify-content:space-between;padding:12px 10px;min-height:auto}.card-content{flex-direction:row;align-items:center;gap:8px;margin-right:5px}.card-icon-box{width:36px;height:36px;font-size:16px;border-radius:8px}.card-title{font-size:13px;font-weight:600;line-height:1.2}.card-arrow{position:static;font-size:14px;margin-left:auto}}.product-showcase-section{width:100%;max-width:100vw;margin:50px 0;text-align:center;box-sizing:border-box;overflow:hidden}.section-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:32px;padding:0 104px}.filter-tabs{display:flex;justify-content:flex-start;gap:20px;margin-bottom:40px;flex-wrap:wrap;padding:0 104px}.tab-btn{padding:10px 24px;border:1px solid #e0e0e0;background-color:#fff;border-radius:6px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}.tab-btn.active{background-color:#6a9c42;color:#fff;border-color:#6a9c42}.product-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;width:100%;gap:24px!important;padding:10px 104px 30px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f9f9f9}.product-grid::-webkit-scrollbar{height:8px}.product-grid::-webkit-scrollbar-track{background:#f9f9f9;border-radius:10px;margin:0 104px}.product-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.product-grid::-webkit-scrollbar-thumb:hover{background:#6a9c42}.product-card{flex:0 0 350px!important;width:350px!important;scroll-snap-align:start;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;text-align:left;border:1px solid #f0f0f0;margin:0;box-sizing:border-box}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a}.product-image-box{width:100%;height:220px;background-color:#f9f9f9;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover;padding:0}.product-details{padding:24px;flex:1;display:flex;flex-direction:column;box-sizing:border-box!important;width:100%!important;overflow:hidden}.product-category{font-size:12px;color:#6a9c42;font-weight:600;text-transform:uppercase;margin-bottom:8px}.product-name{font-size:22px;font-weight:700;color:#111;margin-bottom:4px}.product-price-wrapper{display:flex;flex-direction:column;margin-bottom:16px}.product-price-label{font-size:12px;font-weight:500;color:#666}.product-price{font-size:20px;font-weight:700;color:#6a9c42;margin:2px 0}.product-price-note{font-size:11px;font-weight:400;color:#888}.product-specs{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:24px}.spec-pill{background:#f4f5f7!important;color:#4b5563;border-radius:20px!important;font-size:11px!important;padding:6px 10px!important;font-weight:500;width:fit-content!important;white-space:nowrap!important;margin:0!important}.product-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;width:100%!important;box-sizing:border-box!important;margin-top:auto;padding:0!important}.btn-card{width:100%!important;min-width:0!important;box-sizing:border-box!important;padding:12px 0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0!important}.btn-outline{border:1px solid #ddd;background:#fff;color:#555}.btn-filled{background:#6a9c42;color:#fff;border:none}.view-all-container{margin-top:20px}.btn-view-all{background-color:#6a9c42;color:#fff;padding:14px 40px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer}.skeleton-wrapper{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;padding:20px 0}.skeleton-card{width:280px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 12px #0000000d;border:1px solid #f1f5f9;display:flex;flex-direction:column;gap:12px}.skeleton-image{width:100%;height:180px;border-radius:8px}.skeleton-text-title{width:70%;height:20px;border-radius:4px;margin-top:10px}.skeleton-text-line{width:100%;height:14px;border-radius:4px}.shimmer{background:#e2e8f0;background-image:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0 80px);background-size:600px;animation:shimmer-animation 1.5s infinite linear}@media(max-width:1024px){.section-title,.filter-tabs{padding:0 40px}.product-grid{padding:10px 40px 30px!important}}@media(max-width:768px){.section-title,.filter-tabs{padding:0 20px}.section-title{font-size:28px}.product-grid{padding:10px 20px 30px!important;gap:16px!important}.product-card{flex:0 0 85%!important;width:85%!important;min-width:270px;scroll-snap-align:center}.product-image-box{height:180px}.filter-tabs{justify-content:center}.product-actions{gap:4px!important}.btn-card{font-size:13px;padding:10px 0!important}}.section-green{color:#62a242}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.dealer-section{margin:60px 104px;padding:0 24px;font-family:var(--font-main);box-sizing:border-box}.section-header{text-align:center;margin-bottom:40px}.section-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.section-subtitle{color:#666;font-size:16px}.filter-card-wrapper{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;padding:24px;margin-bottom:30px}.dealer-filter-bar{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.search-input-box{flex:2;display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:8px;padding:0 15px;background:#fff}.search-input{border:none;outline:none;width:100%;padding:12px;font-size:14px;background:transparent}.filter-select{flex:1;padding:12px 15px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;font-size:14px;cursor:pointer}.btn-clear{background-color:#000;color:#fff;border:none;border-radius:8px;padding:0 25px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap}.filter-status-bar{display:flex;justify-content:space-between;align-items:center}.results-count{font-size:14px;color:#6a9c42;font-weight:600}.active-tags{display:flex;gap:10px;flex-wrap:wrap}.filter-tag{background-color:#fff;color:#6a9c42;border:1px solid #e0e0e0;padding:5px 12px;border-radius:20px;font-size:12px;display:flex;align-items:center;gap:5px;cursor:pointer}.dealer-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;height:600px}.dealer-list{overflow-y:auto;padding-right:15px;padding-bottom:20px;display:flex;flex-direction:column;gap:20px}.dealer-list::-webkit-scrollbar{width:6px}.dealer-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.dealer-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.dealer-list::-webkit-scrollbar-thumb:hover{background:#6a9c42}.dealer-card{border:1px solid #e0e0e0;border-radius:12px;padding:24px;background:#fff;transition:all .3s;flex-shrink:0}.dealer-card:hover{border-color:#6a9c42;box-shadow:0 4px 15px #0000000d}.dealer-name{font-size:18px;font-weight:700;color:#333;margin-bottom:10px}.dealer-address{display:flex;gap:10px;color:#666;font-size:13px;line-height:1.5;margin-bottom:20px}.dealer-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-action{flex:1;padding:10px;border-radius:6px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s;min-width:100px;white-space:nowrap}.btn-action.outline{border:1px solid #6a9c42;background:#fff;color:#6a9c42}.btn-action.filled{border:none;background:#6a9c42;color:#fff}.btn-action:hover{opacity:.9}.dealer-map-container{border-radius:16px;overflow:hidden;background-color:#e5e7eb;position:relative;height:100%}@media(max-width:1024px){.dealer-content-grid{grid-template-columns:1fr;height:auto}.dealer-map-container{height:300px;order:-1}.dealer-list{overflow-y:visible;height:auto;padding-right:0}.dealer-section{margin:40px}}@media(max-width:768px){.dealer-section{margin:30px 10px!important;padding:0}.dealer-content-grid{display:flex;flex-direction:column;width:95%;margin:0 auto;gap:20px;height:auto}.dealer-map-container{height:250px;width:100%;order:-1}.dealer-filter-bar{flex-direction:column;gap:10px}.search-input-box,.filter-select,.btn-clear{width:100%;flex:none}.btn-clear{justify-content:center;padding:12px}.filter-status-bar{flex-direction:column;align-items:flex-start;gap:10px}.dealer-list{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding-bottom:20px;padding-right:5px;width:100%;height:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.dealer-list::-webkit-scrollbar{display:none}.dealer-card{min-width:260px;max-width:260px;scroll-snap-align:start;flex-shrink:0;margin-right:0}.dealer-actions{flex-direction:column}}.news-section{width:100%;background:linear-gradient(180deg,#f9fafb,#fff);padding:60px 0 40px;text-align:center;font-family:var(--font-main)}.news-container{margin:0 80px}.news-header{margin-bottom:50px}.news-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.news-subtitle{color:#666;font-size:16px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px;text-align:left}.news-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:#6a9c42}.news-image-box{height:220px;width:100%;position:relative}.news-img{width:100%;height:100%;object-fit:cover}.category-tag{position:absolute;top:15px;left:15px;background-color:#6a9c42;color:#fff;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase}.news-content{padding:24px;flex:1;display:flex;flex-direction:column}.news-date{font-size:12px;color:#888;margin-bottom:12px;display:flex;align-items:center;gap:6px}.news-heading{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.4}.news-excerpt{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px}.read-more-link{margin-top:auto;color:#6a9c42;font-weight:600;font-size:14px;display:flex;align-items:center;gap:5px;text-decoration:none;transition:gap .2s}.read-more-link:hover{gap:8px}.btn-view-all-news{background-color:#6a9c42;color:#fff;padding:14px 40px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.btn-view-all-news:hover{background-color:#588235}@media(max-width:700px){.news-grid{grid-template-columns:1fr}.news-container{margin:0 20px}}@media(max-width:1100px){.news-grid{grid-template-columns:repeat(2,1fr)}.news-container{margin:0 40px}}@media(max-width:768px){.news-container{margin:0;padding:0 20px}.news-section{padding:60px 0 40px}.news-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding-bottom:30px;padding-right:20px;-ms-overflow-style:none;scrollbar-width:none}.news-grid::-webkit-scrollbar{display:none}.news-card{min-width:280px;max-width:280px;flex-shrink:0;scroll-snap-align:center;margin-right:0}.news-image-box{height:180px}}.about-section{margin:60px 104px 80px;font-family:var(--font-main)}.about-content-wrapper{display:flex;gap:48px;align-items:stretch;margin-bottom:40px}.about-text-col{flex:1;display:flex;flex-direction:column;justify-content:center}.about-title{font-size:42px;font-weight:700;color:#1a1a1a;line-height:1.2;margin-bottom:24px}.about-description{font-size:16px;color:#555;line-height:1.6;margin-bottom:20px}.btn-learn-more{background-color:#6a9c42;color:#fff;padding:14px 32px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;margin-top:10px;align-self:flex-start;transition:background .3s ease}.btn-learn-more:hover{background-color:#588235}.about-image-col{flex:1}.about-main-img{width:100%;height:100%;min-height:400px;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px #0000001a}.about-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.feature-item{display:flex;flex-direction:column;align-items:center}.feature-icon-box{width:60px;height:60px;background-color:#f0fdf4;color:#6a9c42;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;margin-bottom:15px}.feature-title{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.feature-desc{font-size:13px;color:#666;line-height:1.5;max-width:250px}@media(max-width:1100px){.about-content-wrapper{flex-direction:column-reverse;gap:30px;margin-bottom:60px}.about-text-col{text-align:center;align-items:center}.btn-learn-more{align-self:center}.about-image-col{width:100%;height:350px}.about-main-img{min-height:auto}.about-features-grid{grid-template-columns:repeat(2,1fr)}.about-section{margin:60px 40px}}@media(max-width:768px){.about-section{margin:40px 20px}.about-features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.about-title{font-size:32px}}.brand-history-section{margin:0 104px 80px;font-family:var(--font-main)}.brand-history-title{font-size:40px;font-weight:700;color:#1a1a1a;margin-bottom:32px}.brand-history-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.brand-stat-card{display:flex;flex-direction:column;gap:10px;padding:28px 24px;border:1.5px solid #e2e8f0;border-radius:16px;background-color:#fff;transition:box-shadow .25s ease,transform .25s ease}.brand-stat-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.brand-stat-value{font-size:36px;font-weight:700;color:#1a1a1a;line-height:1.1}.brand-stat-label{font-size:14px;font-weight:500;line-height:1.4}@media(max-width:1200px){.brand-history-section{margin:0 40px 60px}.brand-history-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.brand-history-grid{grid-template-columns:repeat(2,1fr)}.brand-history-title{font-size:32px}}@media(max-width:600px){.brand-history-section{margin:0 20px 48px}.brand-history-grid{grid-template-columns:repeat(2,1fr);gap:14px}.brand-history-title{font-size:28px;margin-bottom:20px}.brand-stat-value{font-size:28px}.brand-stat-card{padding:20px 16px}}@media(max-width:380px){.brand-history-grid{grid-template-columns:1fr}}.become-dealer-section{margin:30px 104px 80px;font-family:var(--font-main)}.dealer-header{text-align:center;margin-bottom:50px}.dealer-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:15px}.dealer-subtitle{color:#666;font-size:16px;max-width:700px;margin:0 auto;line-height:1.6}.dealer-split-content{display:flex;gap:60px;margin-bottom:60px;align-items:flex-start}.dealer-image-wrapper{flex:1;position:relative;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.dealer-bg-image{width:100%;height:100%;object-fit:cover}.stats-overlay{position:absolute;bottom:20px;left:20px;right:20px;background-color:#fff;border-radius:12px;padding:20px;display:flex;justify-content:space-around;align-items:center;box-shadow:0 10px 20px #0000001a;z-index:2}.stat-item{text-align:center}.stat-number{display:block;font-size:24px;font-weight:700;color:#6a9c42;margin-bottom:4px}.stat-label{font-size:12px;color:#555;font-weight:600}.dealer-benefits-col{flex:1;display:block}.benefits-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:30px}.benefit-item{display:flex;gap:18px;margin-bottom:25px}.benefit-icon{width:48px;height:48px;background-color:#f0fdf4;color:#6a9c42;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;flex-shrink:0}.benefit-text h4{font-size:16px;font-weight:700;color:#333;margin-bottom:6px}.benefit-text p{font-size:13px;color:#666;line-height:1.5}.dealer-cta-box{background-color:#6a9c42;border-radius:24px;padding:50px;text-align:center;color:#fff;box-shadow:0 10px 30px #6a9c424d}.cta-title{font-size:28px;font-weight:700;margin-bottom:10px}.cta-desc{font-size:18px;color:#fff;opacity:.95;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.btn-apply-white{background-color:#fff;color:#6a9c42;border:none;padding:14px 32px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:transform .2s}.btn-apply-white:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}@media(max-width:1000px){.dealer-split-content{flex-direction:column}.dealer-image-wrapper{width:100%;height:400px}.become-dealer-section{margin:30px 40px 60px}}@media(max-width:768px){.become-dealer-section{margin:20px 20px 40px}.dealer-image-wrapper{height:350px}.stats-overlay{flex-direction:row;justify-content:space-between;padding:15px 10px;bottom:15px;left:10px;right:10px}.stat-number{font-size:18px}.stat-label{font-size:10px}.dealer-benefits-col{display:grid!important;grid-template-columns:1fr 1fr;gap:30px 15px;width:100%}.benefits-title{grid-column:1 / -1;text-align:center;margin-top:30px;margin-bottom:10px;width:100%}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-bottom:0}.benefit-icon{margin-bottom:10px}}.product-hero-section{width:100%;height:325px;background:linear-gradient(180deg,#62a2421a,#62a2420d);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:80px;box-sizing:border-box;font-family:var(--font-main)}.product-hero-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.product-hero-subtitle{font-size:20px;color:#555;font-weight:400;max-width:700px;margin:0 auto;line-height:1.5;padding:0 20px}@media(max-width:768px){.product-hero-section{height:auto;min-height:300px;padding:100px 20px 40px}.product-hero-title{font-size:32px}.product-hero-subtitle{font-size:16px}}.product-grid-wrapper{margin:62px 104px;font-family:var(--font-main)}.product-filter-tabs{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.filter-tab-btn{padding:10px 28px;border-radius:50px;border:1.5px solid #d1d5db;background:#fff;color:#444;font-size:15px;font-weight:500;cursor:pointer;transition:all .25s ease;font-family:var(--font-main)}.filter-tab-btn:hover{border-color:#6a9c42;color:#6a9c42}.filter-tab-btn.active{background:#6a9c42;border-color:#6a9c42;color:#fff;font-weight:600}.no-products-msg{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#888;font-size:16px}.product-grid-section{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.mobile-scroll-row{display:contents}.grid-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;display:flex;flex-direction:column;transition:transform .3s ease;height:100%}.grid-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.grid-image-box{width:100%;height:180px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box;overflow:hidden}.grid-product-img{max-width:100%;max-height:156px;width:auto;height:auto;object-fit:contain;display:block}.grid-card-content{padding:16px;flex:1;display:flex;flex-direction:column}.grid-card-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.grid-specs-list{list-style:none;padding:0;margin:0 0 14px;display:grid;grid-template-columns:1fr 1fr;gap:10px 8px}.grid-spec-item{display:flex;align-items:flex-start;gap:7px;background:#f8faff;border-radius:8px;padding:7px 8px}.spec-icon{color:#6a9c42;font-size:13px;margin-top:2px;flex-shrink:0}.spec-details{display:flex;flex-direction:column;line-height:1.3;min-width:0}.spec-label{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.spec-value{font-size:12px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-view-details{background-color:#6a9c42;color:#fff;width:100%;padding:10px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;margin-top:auto;transition:background .2s}.btn-view-details:hover{background-color:#588235}.skeleton-card{border:1px solid #e2e8f0;box-shadow:none}.skeleton-image{width:100%;aspect-ratio:4 / 3}.skeleton-text-title{width:60%;height:24px;border-radius:4px;margin-bottom:15px}.skeleton-text-line{width:90%;height:14px;border-radius:4px;margin-bottom:10px}.skeleton-button{width:100%;height:40px;border-radius:6px;margin-top:auto}.shimmer{background:#f1f5f9;background-image:linear-gradient(90deg,#f1f5f9,#fff,#f1f5f9 80px);background-size:600px;animation:shimmer-animation 1.5s infinite linear}@keyframes shimmer-animation{0%{background-position:-300px}to{background-position:300px}}@media(max-width:1100px){.product-grid-wrapper{margin:40px}}@media(max-width:768px){.product-grid-wrapper{margin:32px 0;padding:0 20px}.product-filter-tabs{margin-bottom:20px;gap:8px}.filter-tab-btn{padding:8px 20px;font-size:14px}.product-grid-section{display:flex;flex-direction:column;gap:20px;margin:0;padding:0}.mobile-scroll-row{display:flex;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding-bottom:20px;padding-right:20px;-ms-overflow-style:none;scrollbar-width:none;width:100%}.mobile-scroll-row::-webkit-scrollbar{display:none}.grid-product-card{min-width:230px;max-width:230px;height:auto;scroll-snap-align:start;flex-shrink:0}}.ready-electric-section{margin:62px 0 0;width:100%;background:linear-gradient(180deg,#f0fdf4,#e6f7e6);border-radius:0;padding:80px 20px;text-align:center;font-family:var(--font-main);box-sizing:border-box}.ready-title{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.ready-subtitle{font-size:20px;color:#555;font-weight:400;max-width:700px;margin:0 auto 40px;line-height:1.5}.ready-actions{display:flex;justify-content:center;gap:20px}.btn-ready{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-ready.filled{background-color:#6a9c42;color:#fff;border:none}.btn-ready.filled:hover{background-color:#588235;transform:translateY(-2px)}.btn-ready.outline{background-color:transparent;color:#333;border:1px solid #6a9c42}.btn-ready.outline:hover{background-color:#6a9c42;color:#fff}@media(max-width:768px){.ready-electric-section{margin:40px 0 0;padding:60px 20px}.ready-title{font-size:28px}.ready-subtitle{font-size:16px}.ready-actions{flex-direction:column;gap:15px}.btn-ready{width:100%;justify-content:center}}.pd-hero-section{position:relative;width:100%;font-family:var(--font-main);display:flex;flex-direction:column;justify-content:flex-end}.pd-hero-bg{position:relative;width:100%;display:block;background-color:#000}.pd-hero-img{width:100%;height:auto;display:block}.pd-hero-content{position:absolute;bottom:0;left:0;width:100%;padding:0 104px;margin-bottom:40px;z-index:2;text-align:left;box-sizing:border-box}.pd-hero-title{font-size:56px;font-weight:800;color:#fff;margin:0 0 10px;text-transform:capitalize;line-height:1.1;text-shadow:0 2px 12px rgba(0,0,0,.6)}.pd-hero-subtitle{font-size:20px;color:#f8fafc;font-weight:400;max-width:650px;margin:0;line-height:1.5;text-shadow:0 2px 8px rgba(0,0,0,.6)}.pd-price-bar{background:linear-gradient(90deg,#f0fdf4,#fff);padding:24px 104px;display:flex;justify-content:space-between;align-items:center;color:#333;border-top:1px solid rgba(0,0,0,.05);position:relative;z-index:3}.pd-price-location{display:flex;flex-direction:column;gap:4px}.pd-label-text{font-size:14px;font-weight:600;color:#374151;display:flex;align-items:center;gap:5px}.pd-select-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:4px}.pd-city-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;font-size:14px;font-weight:700;color:#6a9c42;cursor:pointer;outline:none;padding-right:20px;text-decoration:underline;text-underline-offset:4px;position:relative;z-index:10}.pd-select-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);color:#6a9c42;pointer-events:none;z-index:5}.pd-location-note{font-size:12px;color:#6b7280;font-weight:400}.pd-price-value{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.pd-price-value h2{font-size:30px;font-weight:700;color:#6a9c42;margin:0;display:flex;align-items:center;gap:8px;line-height:1}.pd-showroom-text{font-size:12px;color:#6b7280;font-weight:400}.asterisk-mark{font-size:14px;color:#ef4444;position:relative;margin-left:2px}@media(max-width:768px){.pd-hero-section{min-height:auto}.pd-hero-content{padding:0 20px;margin-bottom:25px;text-align:center;display:flex;flex-direction:column;align-items:center}.pd-hero-title{font-size:32px}.pd-hero-subtitle{font-size:14px}.pd-price-bar{padding:24px 20px;flex-direction:column;gap:16px;text-align:center;align-items:center}.pd-label-text{flex-wrap:wrap;justify-content:center}.pd-price-location,.pd-price-value{align-items:center;text-align:center}}.product-features-section{padding:80px 5%;background-color:#fff;display:flex;flex-direction:column;align-items:center}.features-section-title{font-size:32px;font-weight:700;color:#1e293b;text-align:center;margin-top:0;margin-bottom:48px;letter-spacing:-.5px}@media(max-width:768px){.features-section-title{font-size:24px;margin-top:36px}}.features-container{display:flex;flex-direction:row;align-items:center;max-width:1000px;width:100%;gap:80px}.feature-image-col{flex:1;display:flex;justify-content:center;align-items:center}.feature-main-img{width:100%;max-width:350px;max-height:350px;object-fit:contain}.feature-content-col{flex:1.2;display:flex;flex-direction:column;justify-content:center}.feature-nav-wrapper{display:flex;align-items:center;gap:30px}.feature-text-content{flex:1;text-align:left}.feature-text-content h2{font-size:22px;color:#1e293b;margin-bottom:12px;font-weight:600}.feature-text-content p{font-size:15px;color:#64748b;line-height:1.6}.nav-arrow{background:transparent;border:1px solid #cbd5e1;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:all .3s ease;flex-shrink:0}.nav-arrow:hover{background:#f8fafc;border-color:#64748b;color:#0f172a}.feature-dots{display:flex;justify-content:flex-start;gap:8px;margin-top:25px;padding-left:70px}.feature-dots .dot{width:10px;height:10px;border-radius:50%;background-color:#cbd5e1;border:none;cursor:pointer;transition:.3s ease;padding:0}.feature-dots .dot.active{background-color:#0f172a}.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.features-container{flex-direction:column;gap:40px}.feature-main-img{max-width:280px}.feature-nav-wrapper{gap:15px}.feature-dots{justify-content:center;padding-left:0}.feature-text-content{text-align:center}}.variant-section{padding:40px 5%;display:flex;justify-content:center;background-color:#f8fafc}.variant-split-layout{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-width:1200px;gap:60px}.variant-text-col{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.variant-heading{font-size:48px;line-height:1.2;color:#111827;margin-bottom:30px}.light-text{font-weight:400}.bold-text{font-weight:800}.variant-color-picker{display:flex;align-items:center;gap:15px;margin-bottom:15px}.color-dot-btn{background:transparent;border:2px solid transparent;border-radius:50%;padding:3px;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;outline:none}.color-dot-btn.active{border-color:#cbd5e1}.color-dot{display:block;width:32px;height:32px;border-radius:50%;box-shadow:0 2px 5px #00000026}.active-color-name{font-size:16px;font-weight:700;color:#111827;margin:0;padding-left:5px}.variant-image-col{flex:1.2;display:flex;justify-content:center;align-items:center}.variant-image-container{position:relative;width:100%;height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.variant-main-img{width:100%;height:auto;max-height:500px;object-fit:contain;z-index:2}.scooter-floor-shadow{width:80%;height:25px;background:radial-gradient(ellipse at center,#00000026,#0000 70%);margin-top:-15px;z-index:1}.drag-hint-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:80px;height:80px;border-radius:50%;pointer-events:none;z-index:10;color:#4b5563;font-size:12px;font-weight:600;text-align:center;line-height:1.1;box-shadow:0 4px 15px #0000000d}.drag-hint-icon{width:24px;height:24px;color:#64748b;margin-bottom:4px;animation:swing-horizontal 2s infinite ease-in-out}.drag-hint-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;transition:opacity .4s ease,visibility .4s ease;opacity:1;visibility:visible;pointer-events:none}.drag-hint-wrapper.hidden{opacity:0;visibility:hidden}.drag-hint-center{background:#0009;color:#fff;border-radius:50%;width:80px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:600;line-height:1.2}@keyframes swing-horizontal{0%{transform:translate(-2px)}50%{transform:translate(2px)}to{transform:translate(-2px)}}@media(max-width:900px){.variant-split-layout{flex-direction:column;text-align:center}.variant-text-col{align-items:center}.variant-heading{font-size:36px}.active-color-name{padding-left:0}}.specs-section{margin:60px 104px;font-family:var(--font-main)}.specs-header-area{text-align:center;margin-bottom:50px}.specs-main-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:40px}.specs-highlights{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}.highlight-item{display:flex;flex-direction:column;gap:8px}.hl-label{font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.5px}.hl-value{font-size:36px;font-weight:700;color:#1a1a1a}.specs-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:30px;box-shadow:0 4px 6px -1px #0000000d;position:relative}.specs-card--loading{pointer-events:none}.specs-loading-overlay{position:absolute;inset:0;background:#ffffffd1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;z-index:10;font-size:14px;font-weight:500;color:#475569}.specs-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#62a242;border-radius:50%;animation:specs-spin .7s linear infinite}@keyframes specs-spin{to{transform:rotate(360deg)}}.specs-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #eee;flex-wrap:wrap;gap:12px}.specs-card-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:0;padding-bottom:0;border-bottom:none}.specs-variant-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.specs-variant-label{font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.specs-dropdown-wrap{position:relative}.specs-dropdown-wrap:after{content:"";position:absolute;right:13px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #62A242;pointer-events:none}.specs-variant-dropdown{appearance:none;-webkit-appearance:none;font-family:Inter,sans-serif;background-color:#f8faf6;border:1.5px solid #c8e0b8;border-radius:8px;padding:10px 38px 10px 14px;font-size:14px;font-weight:700;color:#1a1a1a;cursor:pointer;transition:border-color .2s,box-shadow .2s,background-color .2s,opacity .2s;min-width:180px;box-shadow:0 1px 3px #62a24214}.specs-variant-dropdown:focus{outline:none;border-color:#62a242;background-color:#fff;box-shadow:0 0 0 3px #62a24226}.specs-variant-dropdown:hover:not(:disabled){border-color:#62a242;background-color:#fff}.specs-variant-dropdown:disabled{opacity:.5;cursor:not-allowed}.specs-accordion-container{display:flex;flex-direction:column;gap:15px}.accordion-item{border-bottom:1px solid #f0f0f0}.accordion-item:last-child{border-bottom:none}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 0;background:none;border:none;cursor:pointer;color:#333;transition:color .2s}.accordion-header:hover{color:#6a9c42}.acc-header-left{display:flex;align-items:center;gap:10px}.acc-icon{color:#6a9c42;font-size:18px}.acc-title{font-size:18px;font-weight:700}.acc-arrow{font-size:14px;color:#888}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out,opacity .3s ease;opacity:0}.accordion-content.show{max-height:500px;opacity:1;padding-bottom:20px}.acc-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:40px;row-gap:10px;padding-top:10px}.acc-row{display:flex;justify-content:space-between;background-color:#f9fafb;padding:12px 16px;border-radius:6px}.acc-label{font-size:14px;color:#666;font-weight:400}.acc-value{font-size:14px;color:#1a1a1a;font-weight:600}.specs-cta-banner{margin-top:24px;background:#3d9e3d;border-radius:10px;padding:28px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.specs-cta-text{color:#fff}.specs-cta-text p{margin:0;font-size:18px;line-height:1.5;font-weight:400}.specs-cta-text p strong{font-weight:700}.specs-cta-buttons{display:flex;gap:14px;flex-wrap:wrap;align-items:center;flex-shrink:0}.specs-cta-btn-solid{background:#fff;color:#1a1a1a;border:2px solid white;padding:11px 24px;font-size:13px;font-weight:700;letter-spacing:.5px;border-radius:6px;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap;font-family:var(--font-main)}.specs-cta-btn-solid:hover{background:#f0f0f0}.specs-cta-btn-outline{background:transparent;color:#fff;border:2px solid white;padding:11px 24px;font-size:13px;font-weight:700;letter-spacing:.5px;border-radius:6px;cursor:pointer;transition:background .2s,color .2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap;font-family:var(--font-main)}.specs-cta-btn-outline:hover{background:#ffffff26}.specs-price-section{margin-top:24px;background:#f8faf6;border:1px solid #e2edd9;border-radius:12px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.specs-price-left{flex:1;min-width:220px}.specs-price-eyebrow{font-size:13px;font-weight:600;color:#6a9c42;text-transform:uppercase;letter-spacing:.8px;margin:0 0 12px}.specs-price-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px;flex-shrink:0}.specs-price-cta-label{font-size:15px;color:#555;margin:0;font-weight:400;text-align:right}.specs-price-cta-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.specs-price-btn-primary{background:#6a9c42;color:#fff;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s;font-family:var(--font-main)}.specs-price-btn-primary:hover{background:#588235}.specs-price-btn-secondary{background:#fff;color:#6a9c42;border:2px solid #6a9c42;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s;font-family:var(--font-main)}.specs-price-btn-secondary:hover{background:#6a9c42;color:#fff}.specs-price-note{font-size:12px;color:#999;margin:10px 0 0}.specs-price-variant-row{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.specs-price-variant-name{font-size:16px;font-weight:700;color:#1a1a1a}.specs-price-dropdown-wrap{position:relative}.specs-price-dropdown-wrap:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #3d9e3d;pointer-events:none}.specs-price-variant-select{appearance:none;-webkit-appearance:none;border:1.5px solid #c8e0b8;border-radius:6px;padding:8px 34px 8px 12px;font-size:14px;font-weight:600;color:#1a1a1a;background:#f8faf6;cursor:pointer;font-family:var(--font-main)}.specs-price-variant-select:focus{outline:none;border-color:#3d9e3d}.specs-price-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.specs-price-value{font-size:28px;font-weight:700;color:#1a1a1a}.specs-price-info-wrap{position:relative;display:inline-flex;align-items:center}.specs-price-info-btn{background:none;border:none;cursor:pointer;color:#6a9c42;font-size:18px;padding:0 4px;display:flex;align-items:center;transition:color .2s}.specs-price-info-btn:hover{color:#3d9e3d}.specs-price-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;white-space:nowrap;z-index:50;box-shadow:0 4px 12px #00000026}.specs-price-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1a1a1a}@media(max-width:1024px){.specs-section{margin:40px}}@media(max-width:768px){.specs-section{margin:40px 20px}.specs-cta-banner{padding:20px;flex-direction:column;align-items:flex-start}.specs-cta-text p{font-size:15px}.specs-price-section{padding:24px 20px;flex-direction:column;align-items:flex-start}.specs-price-right{align-items:flex-start}.specs-price-cta-label{text-align:left}.specs-price-cta-buttons{justify-content:flex-start}.specs-price-value{font-size:22px}.specs-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;row-gap:30px}.highlight-item{align-items:center;text-align:center}.acc-grid{grid-template-columns:1fr;gap:10px}.specs-main-title{font-size:28px}.hl-value{font-size:24px}}.about-hero-section{width:100%;height:325px;background:linear-gradient(180deg,#62a2421a,#62a2420d);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:80px;box-sizing:border-box;font-family:var(--font-main)}.about-hero-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.about-hero-subtitle{font-size:20px;color:#555;font-weight:400;max-width:700px;margin:0 auto;line-height:1.5;padding:0 20px}@media(max-width:768px){.about-hero-section{height:auto;min-height:300px;padding:100px 20px 40px}.about-hero-title{font-size:32px}.about-hero-subtitle{font-size:16px}}.our-story-section{margin:60px 104px;font-family:var(--font-main);display:flex;gap:60px;align-items:flex-start;flex-wrap:nowrap}.story-content-left{width:calc(50% - 30px);min-width:calc(50% - 30px);flex:0 0 calc(50% - 30px)}.story-label{font-size:14px;color:#6a9c42;font-weight:700;text-transform:uppercase;margin-bottom:12px;letter-spacing:.5px}.story-title{font-size:36px;font-weight:800;color:#111827;margin-bottom:24px;line-height:1.2;text-transform:uppercase}.story-text-body p{font-size:18px;line-height:1.6;color:#555;margin-bottom:24px}.story-text-body p:last-child{margin-bottom:0}.story-stats-right{width:calc(50% - 30px);min-width:calc(50% - 30px);flex:0 0 calc(50% - 30px);display:flex;flex-direction:column;gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.stat-card{background-color:#f1f8f1;padding:24px;border-radius:16px;display:flex;flex-direction:column;justify-content:center}.stat-number{font-size:36px;font-weight:700;color:#5b9638;margin-bottom:8px}.stat-label{font-size:13px;font-weight:600;color:#555;text-transform:uppercase;line-height:1.4}.story-quote-box{background-color:#f9fafb;padding:24px;border-radius:8px;border-left:4px solid #6a9c42;margin-top:10px}.quote-text{font-size:16px;font-style:italic;color:#4b5563;line-height:1.5;font-weight:500}@media(max-width:1024px){.our-story-section{flex-direction:column;margin:40px;gap:40px}.story-content-left,.story-stats-right{width:100%;min-width:100%;flex:none}}@media(max-width:768px){.our-story-section{margin:40px 20px}.story-title{font-size:28px}.story-text-body p{font-size:16px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-number{font-size:28px}.stat-label{font-size:11px}}.legacy-section{margin:60px 104px;font-family:var(--font-main);text-align:center}.legacy-title{font-size:36px;font-weight:700;color:#1a1a1a;text-transform:uppercase;text-align:left;margin-bottom:100px}.legacy-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.legacy-card{display:flex;flex-direction:column;align-items:center;text-align:center}.legacy-img-container{width:315px;height:521px;overflow:hidden;border-radius:12px;background-color:#f0f0f0;filter:grayscale(100%);transition:filter .3s ease}.legacy-img-container:hover{filter:grayscale(0%)}.legacy-img{width:100%;height:100%;object-fit:fill;display:block}.legacy-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-top:24px;margin-bottom:0}.legacy-role{font-size:16px;font-weight:500;color:#4b5563;margin-top:4px}@media(max-width:1280px){.legacy-img-container{width:100%;max-width:315px;height:auto;aspect-ratio:315 / 521}}@media(max-width:1024px){.legacy-section{margin:40px}.legacy-title{margin-bottom:60px}.legacy-grid{justify-content:center;gap:40px}}@media(max-width:768px){.legacy-section{margin:40px 20px}.legacy-title{font-size:28px;margin-bottom:40px;text-align:center}.legacy-grid{flex-direction:column;align-items:center}.legacy-img-container{width:100%;max-width:315px;height:auto;aspect-ratio:315 / 521}}.evolution-section{margin:60px 104px;font-family:var(--font-main)}.evolution-main-title{font-size:36px;font-weight:800;text-align:center;color:#111827;text-transform:uppercase;margin-bottom:40px}.evolution-sub-title{font-size:24px;font-weight:700;color:#111827;text-transform:uppercase;margin-bottom:50px;text-align:left}.timeline-container{position:relative;max-width:1000px;margin:0 auto 80px;padding:20px 0}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:4px;background-color:#6a9c42;transform:translate(-50%);border-radius:4px}.timeline-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;position:relative}.timeline-row.left{flex-direction:row}.timeline-row.right{flex-direction:row-reverse}.timeline-spacer{width:50%}.timeline-dot{position:absolute;left:50%;width:20px;height:20px;background-color:#6a9c42;border-radius:50%;transform:translate(-50%);z-index:2;border:4px solid white;box-shadow:0 0 0 2px #6a9c42}.timeline-card{width:42%;background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 15px #00000014;position:relative}.timeline-year{font-size:32px;font-weight:700;color:#6a9c42;margin:0 0 12px}.timeline-text{font-size:16px;color:#555;line-height:1.6}.brand-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.value-card{background:#fff;padding:30px;border-radius:8px;box-shadow:0 5px 20px #0000000f;border:1px solid #f9f9f9;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-title{font-size:16px;font-weight:700;color:#6a9c42;text-transform:uppercase;margin-bottom:16px;letter-spacing:1px}.value-text{font-size:16px;color:#4b5563;line-height:1.6}@media(max-width:1024px){.evolution-section{margin:40px}.brand-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.evolution-section{margin:40px 20px}.evolution-main-title{font-size:28px}.evolution-sub-title{font-size:20px;margin-bottom:30px}.timeline-container{padding-left:20px;margin-bottom:50px}.timeline-line{left:0;transform:none}.timeline-dot{left:0;transform:translate(-50%)}.timeline-row,.timeline-row.left,.timeline-row.right{flex-direction:column;align-items:flex-start;margin-bottom:40px;padding-left:20px}.timeline-spacer{display:none}.timeline-card{width:100%}.brand-values-grid{grid-template-columns:1fr;gap:20px}}.founder-section{margin:60px 104px;font-family:var(--font-main);display:flex;justify-content:space-between;align-items:flex-start;gap:32px}.founder-content{flex:1;max-width:none}.founder-title{font-size:36px;font-weight:800;color:#111827;text-transform:uppercase;margin-bottom:24px}.founder-text p{font-size:16px;line-height:1.6;color:#555;margin-bottom:24px;text-align:justify}.founder-text p strong{color:#111827}.founder-text p:last-child{margin-bottom:0}.founder-image-wrapper{width:608px;height:707px;flex-shrink:0;overflow:hidden;border-radius:24px;box-shadow:0 10px 30px #0000001a}.founder-img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:1280px){.founder-image-wrapper{width:450px;height:523px}}@media(max-width:1024px){.founder-section{flex-direction:column-reverse;margin:40px;align-items:center;gap:40px}.founder-image-wrapper{width:100%;max-width:608px;height:auto;aspect-ratio:608 / 707}}@media(max-width:768px){.founder-section{margin:40px 20px}.founder-title{font-size:28px;text-align:left}.founder-text p{text-align:left}}.join-revolution-section{width:100%;padding:80px 20px;box-sizing:border-box;background:linear-gradient(180deg,#62a2421a,#62a2420d);font-family:var(--font-main);text-align:center;display:flex;justify-content:center;align-items:center}.join-content{max-width:800px;margin:0 auto}.join-title{font-size:36px;font-weight:800;color:#111827;margin:0 0 16px}.join-subtitle{font-size:20px;color:#4b5563;margin:0 0 40px;line-height:1.5}.join-actions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.btn-outline,.btn-filled{font-size:16px;font-weight:600;padding:12px;border-radius:6px;cursor:pointer;transition:all .3s ease;min-width:140px}.btn-outline{background-color:transparent;border:1.5px solid #6a9c42;color:#6a9c42}.btn-outline:hover{background-color:#6a9c42;color:#fff}.btn-filled{background-color:#6a9c42;border:1.5px solid #6a9c42;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.btn-filled:hover{background-color:#588235;border-color:#588235}@media(max-width:768px){.join-revolution-section{padding:60px 20px}.join-title{font-size:28px}.join-subtitle{font-size:16px}.join-actions{flex-direction:column;align-items:center;gap:16px}.btn-outline,.btn-filled{width:100%;max-width:280px}}.b2b-hero-section{width:100%;height:325px;background:linear-gradient(180deg,#62a2421a,#62a2420d);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:80px;box-sizing:border-box;font-family:var(--font-main)}.b2b-hero-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.b2b-hero-subtitle{font-size:20px;color:#4b5563;font-weight:400;max-width:800px;margin:0 auto;line-height:1.6;padding:0 20px}.mobile-break{display:none}@media(max-width:768px){.b2b-hero-section{height:auto;min-height:350px;padding:100px 20px 60px}.b2b-hero-title{font-size:32px}.b2b-hero-subtitle{font-size:16px}.mobile-break{display:block}}.b2b-features-section{margin:60px 104px;font-family:var(--font-main)}.b2b-features-header{text-align:center;max-width:900px;margin:0 auto 50px}.b2b-features-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.b2b-features-subtitle{font-size:18px;color:#4b5563;line-height:1.6}.b2b-features-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:32px;column-gap:32px;align-items:stretch}.b2b-feature-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:32px;height:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease}.b2b-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.feature-icon-box{width:50px;height:50px;background-color:#6a9c42;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff;font-size:24px;flex-shrink:0}.feature-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:16px;width:100%;max-width:none}.feature-desc{font-size:16px;color:#4b5563;line-height:1.6;margin-bottom:24px;flex-grow:1;width:100%;max-width:none;box-sizing:border-box}.feature-highlight{font-size:14px;font-weight:600;color:#6a9c42;width:100%;margin-top:auto}@media(max-width:1024px){.b2b-features-section{margin:40px}}@media(max-width:768px){.b2b-features-section{margin:40px 20px}.b2b-features-title{font-size:28px}.b2b-features-subtitle{font-size:16px}.b2b-features-grid{grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:24px}.b2b-feature-card{padding:20px}.feature-title{font-size:16px}.feature-desc{font-size:13px}.feature-highlight{font-size:11px}.feature-icon-box{width:40px;height:40px;font-size:18px;margin-bottom:16px}}.b2b-products-section{margin:60px 104px;font-family:var(--font-main)}.b2b-products-header{text-align:center;margin-bottom:50px}.b2b-products-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.b2b-products-subtitle{font-size:18px;color:#4b5563;font-weight:400}.b2b-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.b2b-product-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column}.b2b-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.product-img-box{width:100%;height:auto;aspect-ratio:4 / 3;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.product-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.product-content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.product-category{font-size:12px;font-weight:700;color:#6a9c42;text-transform:uppercase;margin-bottom:8px}.product-name{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.product-specs{display:flex;flex-wrap:wrap;align-items:center;gap:12px;list-style:none;padding:0;margin:0 0 24px;width:100%}.product-specs li{font-size:13px;color:#555;display:flex;align-items:center;gap:6px}.product-specs li:before{content:"•";color:#6a9c42;font-weight:700;font-size:18px}.btn-view-details{width:100%;padding:12px;background-color:#f3f4f6;color:#111827;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;margin-top:auto}.btn-view-details:hover{background-color:#e5e7eb}@media(max-width:1024px){.b2b-products-section{margin:40px}.b2b-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.b2b-products-section{margin:40px 20px}.b2b-products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:20px;scrollbar-width:none;-ms-overflow-style:none}.b2b-products-grid::-webkit-scrollbar{display:none}.b2b-product-card{min-width:280px;max-width:280px;flex-shrink:0;scroll-snap-align:center}.product-img-box{height:auto;aspect-ratio:4 / 3;width:100%;padding:12px}}.b2b-stories-section{margin:60px 104px;font-family:var(--font-main)}.b2b-stories-header{text-align:center;max-width:900px;margin:0 auto 60px}.b2b-stories-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.b2b-stories-subtitle{font-size:18px;color:#4b5563;line-height:1.6}.b2b-stories-list{display:flex;flex-direction:column;gap:40px}.story-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #0000000a;display:flex;padding:40px;gap:40px;align-items:stretch}.story-content-left{flex:3}.story-company-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.company-icon-box{width:50px;height:50px;background-color:#6a9c42;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}.company-name{font-size:20px;font-weight:700;color:#1a1a1a;margin:0}.company-category{font-size:14px;color:#6b7280;margin-top:4px}.story-meta-row{display:flex;gap:20px;margin-bottom:24px}.meta-tag{font-size:14px;font-weight:600;color:#4b5563;padding:6px 12px;border-radius:6px;display:flex;align-items:center;gap:8px}.meta-icon{width:16px;height:16px;object-fit:contain;display:block}.story-quote{font-size:16px;font-style:italic;color:#555;line-height:1.6;margin-bottom:30px}.story-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;background-color:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.author-name{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}.author-role{font-size:13px;color:#6b7280;margin:0}.story-divider{width:1px;background-color:#e5e7eb}.story-results-right{flex:1;display:flex;flex-direction:column}.results-label{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.results-grid{display:flex;flex-direction:column;gap:16px}.result-box{background-color:#f0fdf4;padding:16px;border-radius:8px;border:1px solid #DCFCE7;display:flex;align-items:center;gap:16px;text-align:left}.result-icon{color:#6a9c42;font-size:24px;display:flex;align-items:center}.result-text{display:flex;flex-direction:column}.result-value{display:block;font-size:24px;font-weight:800;color:#6a9c42;margin-bottom:2px;line-height:1}.result-label{font-size:13px;color:#4b5563;font-weight:600;line-height:1.4}.custom-story-icon{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}@media(max-width:1200px){.story-content-left{flex:2}.story-results-right{flex:1}}@media(max-width:1024px){.b2b-stories-section{margin:40px}.story-card{flex-direction:column;padding:30px;gap:30px}.story-divider{display:block;height:1px;width:100%;background-color:#e5e7eb}.story-results-right{flex:auto;width:100%}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.result-box{flex-direction:column;align-items:flex-start;gap:8px;padding:12px}}@media(max-width:768px){.b2b-stories-section{margin:40px 20px}.b2b-stories-title{font-size:28px}.b2b-stories-subtitle{font-size:16px}.b2b-stories-list{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:20px;scrollbar-width:none;-ms-overflow-style:none}.b2b-stories-list::-webkit-scrollbar{display:none}.story-card{width:85vw;max-width:85vw;flex-shrink:0;scroll-snap-align:center;padding:24px;margin-bottom:10px;flex-direction:column;gap:24px;box-sizing:border-box}.story-quote{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;width:100%}.story-meta-row{display:flex;flex-wrap:wrap;gap:10px;width:100%}.meta-tag{max-width:100%;box-sizing:border-box;white-space:normal;height:auto;padding:8px 12px}.results-grid{grid-template-columns:1fr}.result-box{flex-direction:row;align-items:center;gap:16px}}.fleet-packages-section{margin:60px 104px;font-family:var(--font-main)}.fleet-header{text-align:center;max-width:800px;margin:0 auto 50px}.fleet-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.fleet-subtitle{font-size:18px;color:#4b5563;line-height:1.6}.fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px;align-items:flex-start}.fleet-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 25px #0000000f;padding:32px;display:flex;flex-direction:column;transition:all .3s ease;position:relative;height:100%}.pkg-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:12px;transition:color .3s}.pkg-desc{font-size:14px;color:#4b5563;line-height:1.5;margin-bottom:24px;min-height:42px;transition:color .3s}.pkg-range{font-size:14px;font-weight:600;color:#6a9c42;margin-bottom:8px;display:block;transition:color .3s}.pkg-price{font-size:30px;font-weight:700;color:#1a1a1a;margin-bottom:30px;transition:color .3s}.pkg-features{list-style:none;padding:0;margin:0 0 32px;flex-grow:1}.pkg-features li{font-size:14px;color:#555;margin-bottom:12px;display:flex;align-items:center;gap:10px;transition:color .3s}.check-icon{color:#6a9c42;font-size:16px;flex-shrink:0;transition:color .3s}.pkg-btn{width:100%;padding:14px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;border:none;background-color:#6a9c42;color:#fff;transition:all .3s}.fleet-card:hover{background-color:#6a9c42;transform:translateY(-8px);box-shadow:0 15px 40px #6a9c4266;border-color:#6a9c42}.fleet-card:hover .pkg-title,.fleet-card:hover .pkg-desc,.fleet-card:hover .pkg-range,.fleet-card:hover .pkg-price,.fleet-card:hover .pkg-features li,.fleet-card:hover .check-icon{color:#fff}.fleet-card:hover .pkg-btn{background-color:#fff;color:#6a9c42}.fleet-footer{text-align:center;font-size:14px;color:#6b7280}.fleet-contact-link{display:inline-block;margin-top:8px;color:#6a9c42;font-weight:600;text-decoration:none;transition:color .2s}.fleet-contact-link:hover{text-decoration:underline;color:#588235}@media(max-width:1024px){.fleet-packages-section{margin:40px}.fleet-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.fleet-packages-section{margin:40px 20px}.fleet-title{font-size:28px}.fleet-subtitle{font-size:16px}.fleet-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:0 10px 30px;margin-bottom:20px;scrollbar-width:none;-ms-overflow-style:none}.fleet-grid::-webkit-scrollbar{display:none}.fleet-card{min-width:75vw;width:75vw;flex-shrink:0;scroll-snap-align:center;padding:24px;height:auto;box-sizing:border-box;word-wrap:break-word}.pkg-btn{width:auto;min-width:180px;align-self:center;padding:12px 24px}}.trusted-partners-section{margin:60px 104px;font-family:var(--font-main)}.partners-header{text-align:center;max-width:800px;margin:0 auto 50px}.partners-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.partners-subtitle{font-size:18px;color:#4b5563;line-height:1.6}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.partner-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:32px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 15px #00000008;transition:transform .3s ease,box-shadow .3s ease}.partner-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014;border-color:#6a9c42}.partner-icon{font-size:32px;color:#9ca3af;transition:color .3s}.partner-card:hover .partner-icon{color:#6a9c42}.partner-name{font-size:16px;font-weight:600;color:#4b5563}.partner-cta-card{background-color:#6a9c42;border-radius:16px;padding:60px 40px;text-align:center;color:#fff;box-shadow:0 10px 30px #6a9c4233}.cta-title{font-size:30px;font-weight:700;margin-bottom:16px}.cta-desc{font-size:16px;line-height:1.6;max-width:700px;margin:0 auto 32px;opacity:.95}.cta-actions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.btn-white{background-color:#fff;color:#6a9c42;font-size:16px;font-weight:600;padding:14px 32px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;min-width:180px}.btn-white:hover{background-color:#f9f9f9;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}@media(max-width:1024px){.trusted-partners-section{margin:40px}}@media(max-width:768px){.trusted-partners-section{margin:40px 20px}.partners-title{font-size:28px}.partners-subtitle{font-size:16px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:16px}.partner-cta-card{padding:40px 24px}.cta-title{font-size:24px}.btn-white{width:100%}}.fleet-quote-section{margin:60px 104px;font-family:var(--font-main)}.fleet-quote-container{display:flex;gap:60px;align-items:flex-start}.quote-left-content{flex:1}.quote-title{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.highlight-green{color:#6a9c42}.quote-desc{font-size:18px;color:#4b5563;line-height:1.6;margin-bottom:40px}.contact-details-list{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.contact-item{display:flex;gap:16px;align-items:flex-start}.contact-icon-box{width:40px;height:40px;background-color:#f0fdf4;color:#6a9c42;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.contact-label{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.contact-value{font-size:16px;color:#4b5563;margin:0 0 2px}.contact-sub{font-size:13px;color:#9ca3af;margin:0}.next-steps-box{background-color:#f9fafb;border-left:4px solid #6a9c42;padding:24px;border-radius:0 8px 8px 0}.next-steps-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.next-steps-list{list-style:none;padding:0;margin:0}.next-steps-list li{font-size:14px;color:#555;margin-bottom:10px;display:flex;align-items:center;gap:10px}.step-check{color:#6a9c42;font-size:12px}.quote-form-card{flex:1;max-width:550px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000014;border:1px solid #f0f0f0;padding:40px}.form-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.quote-form{display:flex;flex-direction:column}.form-row{display:flex}.form-group{display:flex;flex-direction:column;width:100%;margin:0}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;color:#1a1a1a;font-family:inherit;width:100%;box-sizing:border-box;margin:0}.btn-submit{background-color:#6a9c42;color:#fff;font-size:16px;font-weight:600;padding:14px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s;margin-top:8px}.btn-submit:hover{background-color:#588235}.form-disclaimer{font-size:12px;color:#9ca3af;text-align:center;margin-top:12px}@media(max-width:1024px){.fleet-quote-section{margin:40px}.fleet-quote-container{flex-direction:column;gap:40px}.quote-form-card{max-width:100%;width:100%;box-sizing:border-box}}@media(max-width:768px){.fleet-quote-section{margin:40px 20px}.quote-title{font-size:28px}.quote-desc{font-size:16px}.form-row{flex-direction:column;gap:20px}.quote-form-card{padding:24px}}.b2b-stats-section{padding:60px 20px;background-color:#fff;font-family:var(--font-main)}.b2b-stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.b2b-stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center}.b2b-stat-number{font-size:48px;font-weight:700;color:#6a9c42;margin-bottom:8px;line-height:1}.b2b-stat-label{font-size:16px;color:#666;font-weight:500;margin:0}@media(max-width:768px){.b2b-stats-section{padding:40px 20px}.b2b-stats-grid{grid-template-columns:repeat(2,1fr);gap:30px 10px}.b2b-stat-number{font-size:36px}.b2b-stat-label{font-size:14px}}.dealers-hero-section{width:100%;height:325px;background:linear-gradient(180deg,#62a2421a,#62a2420d);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:80px;box-sizing:border-box;font-family:var(--font-main)}.dealers-hero-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.dealers-hero-subtitle{font-size:20px;color:#4b5563;font-weight:400;max-width:800px;margin:0 auto;line-height:1.5;padding:0 20px}@media(max-width:768px){.dealers-hero-section{height:auto;min-height:300px;padding:100px 20px 40px}.dealers-hero-title{font-size:32px}.dealers-hero-subtitle{font-size:16px}}.dealers-list-section{padding:40px 5%;background-color:#f8fafc;min-height:60vh}.dealers-filter-container{display:flex;flex-wrap:wrap;gap:16px;background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:20px;align-items:center;box-shadow:0 1px 3px #00000005}.search-box{flex:1;min-width:250px;position:relative}.search-box input{width:100%;padding:12px 14px 12px 42px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.search-box input:focus{border-color:#62a242}.filter-dropdowns{display:flex;gap:12px;flex-wrap:wrap}.filter-select{padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;min-width:150px;background-color:#fff;cursor:pointer}.btn-clear-filters{display:flex;align-items:center;gap:6px;padding:12px 16px;background:#f1f5f9;border:none;border-radius:8px;color:#475569;font-weight:600;cursor:pointer;transition:all .2s}.btn-clear-filters:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.btn-clear-filters:disabled{opacity:.5;cursor:not-allowed}.dealers-count-text{font-size:16px;color:#64748b;margin-bottom:24px;font-weight:500}.count-number{color:#1e293b;font-weight:700}.erp-dealers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.erp-dealer-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:24px;box-shadow:0 1px 3px #00000005;transition:all .3s ease;display:flex;flex-direction:column}.erp-dealer-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #00000014;border-color:#dcfce7}.dealer-card-header h3{font-size:18px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.status-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px}.dealer-location{color:#64748b;font-size:13px;margin-top:2px;margin-bottom:16px}.dealer-contact-info{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;flex-grow:1}.info-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#475569;line-height:1.4}.address-item{align-items:flex-start}.icon-muted{color:#94a3b8}.mt-1{margin-top:2px}.flex-shrink-0{flex-shrink:0}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.public-card-actions{display:flex;flex-wrap:wrap;gap:10px}.btn-action{flex:1;padding:10px;border-radius:8px;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s}.btn-action.outline{background:transparent;border:1px solid #e2e8f0;color:#475569}.btn-action.outline:hover{border-color:#62a242;color:#62a242;background:#f0fdf4}.btn-action.filled{background:#25d366;border:none;color:#fff}.btn-action.filled:hover{background:#1ebc59}.w-full{flex-basis:100%}.dealers-prompt{text-align:center;padding:60px 20px;color:#64748b}.dealers-prompt .prompt-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.dealers-prompt p{font-size:16px;margin:0}.loading-state,.no-results-state{grid-column:1 / -1;text-align:center;padding:40px;color:#64748b;font-size:16px;background:#fff;border-radius:12px;border:1px dashed #cbd5e1}.career-hero-section{width:100%;height:325px;background:linear-gradient(180deg,#62a2421a,#62a2420d);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:80px;box-sizing:border-box;font-family:var(--font-main)}.career-hero-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.career-hero-subtitle{font-size:20px;color:#4b5563;font-weight:400;max-width:800px;margin:0 auto;line-height:1.5;padding:0 20px}@media(max-width:768px){.career-hero-section{height:auto;min-height:300px;padding:100px 20px 40px}.career-hero-title{font-size:32px}.career-hero-subtitle{font-size:16px}}.cultural-values-section{margin:70px 104px;font-family:var(--font-main)}.cultural-values-header{margin-bottom:48px}.cultural-values-title{font-size:40px;line-height:1.2;margin:0 0 12px;color:#111}.title-bold{font-weight:800}.title-light{font-weight:400}.cultural-values-subtitle{font-size:15px;color:#555;margin:0;line-height:1.6;max-width:700px}.cultural-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cultural-value-card{border:1.5px solid #e5e7eb;border-radius:16px;padding:36px 32px;display:flex;flex-direction:column;background:#fff;transition:transform .25s ease,box-shadow .25s ease}.cultural-value-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.cultural-value-card.highlight{background:#3dae2b;border-color:#3dae2b;color:#fff}.cultural-value-card.highlight .cultural-value-title{color:#fff}.cultural-value-card.highlight .cultural-value-desc{color:#ffffffe0}.cultural-value-card.highlight .cultural-value-icon{color:#fff}.cultural-value-icon{font-size:44px;color:#3dae2b;margin-bottom:24px;line-height:1}.cultural-value-title{font-size:20px;font-weight:700;color:#111;margin:0 0 14px}.cultural-value-desc{font-size:14px;color:#555;line-height:1.75;margin:0}@media(max-width:1100px){.cultural-values-section{margin:60px 40px}}@media(max-width:768px){.cultural-values-section{margin:48px 20px}.cultural-values-title{font-size:28px}.cultural-values-grid{grid-template-columns:1fr;gap:20px}.cultural-value-card{padding:28px 24px}.cultural-value-icon{font-size:36px;margin-bottom:18px}}.career-openings-section{margin:60px 104px;font-family:var(--font-main)}.filter-tabs-container{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:50px}.filter-chip{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:50px;border:1px solid #E5E7EB;background-color:#fff;color:#4b5563;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.chip-icon{display:flex;align-items:center;font-size:14px}.filter-chip.active{background-color:#6a9c42;color:#fff;border-color:#6a9c42;box-shadow:0 4px 12px #6a9c424d}.filter-chip:hover:not(.active){background-color:#f9fafb;border-color:#d1d5db}.jobs-list{display:flex;flex-direction:column;gap:24px}.job-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #0000000a;padding:32px;transition:transform .3s ease,box-shadow .3s ease}.job-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014;border-color:#6a9c42}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.job-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.job-meta-row{display:flex;gap:24px;color:#6b7280;font-size:14px}.meta-item{display:flex;align-items:center;gap:6px}.job-desc{font-size:16px;color:#4b5563;line-height:1.6;margin-bottom:24px;max-width:900px}.job-requirements{margin-bottom:10px}.req-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.req-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.req-list li{font-size:14px;color:#555;display:flex;align-items:center;gap:8px}.check-icon{color:#6a9c42;font-size:12px;flex-shrink:0}.btn-apply{background-color:#6a9c42;color:#fff;font-weight:600;font-size:14px;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;transition:background .3s;white-space:nowrap}.btn-apply:hover{background-color:#588235}.mobile-apply{display:none}.desktop-apply{display:block}.no-jobs-found{text-align:center;padding:40px;color:#6b7280;font-size:16px;background:#f9fafb;border-radius:12px}@media(max-width:1024px){.career-openings-section{margin:40px}}@media(max-width:768px){.career-openings-section{margin:40px 20px}.filter-tabs-container{justify-content:flex-start;overflow-x:auto;padding-bottom:10px;flex-wrap:nowrap;-ms-overflow-style:none;scrollbar-width:none}.filter-tabs-container::-webkit-scrollbar{display:none}.filter-chip{white-space:nowrap;flex-shrink:0}.job-card{padding:24px}.job-header{flex-direction:column;gap:16px}.job-title{font-size:20px}.job-meta-row{flex-wrap:wrap;gap:12px}.req-list{grid-template-columns:1fr}.desktop-apply{display:none}.mobile-apply{display:block;width:100%;margin-top:24px}}.contact-hero-section{width:100%;height:325px;background:linear-gradient(180deg,#62a2421a,#62a2420d);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:80px;box-sizing:border-box;font-family:var(--font-main)}.contact-hero-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.contact-hero-subtitle{font-size:20px;color:#4b5563;font-weight:400;max-width:800px;margin:0 auto;line-height:1.5;padding:0 20px}@media(max-width:768px){.contact-hero-section{height:auto;min-height:300px;padding:100px 20px 40px}.contact-hero-title{font-size:32px}.contact-hero-subtitle{font-size:16px}}.contact-info-section{margin:60px 104px;font-family:var(--font-main)}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.contact-card{border-radius:16px;background:linear-gradient(180deg,#62a2421a,#62a2420d);border:1px solid rgba(98,162,66,.1);padding:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease;height:100%;box-sizing:border-box}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #62a24226;border-color:#62a2424d}.contact-icon-box{width:50px;height:50px;background-color:#6a9c42;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;margin-bottom:24px;flex-shrink:0}.contact-title{font-size:20px;font-weight:700;color:#111827;margin-bottom:16px;width:100%}.contact-lines{width:100%;flex-grow:1}.contact-lines p{font-size:15px;color:#4b5563;margin:0 0 6px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.contact-lines p:last-child{margin-bottom:0}@media(max-width:1200px){.contact-info-section{margin:40px 60px}}@media(max-width:1024px){.contact-info-section{margin:40px}.contact-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.contact-info-section{margin:40px 20px}.contact-grid{grid-template-columns:1fr;gap:16px}.contact-card{padding:24px 20px}.contact-icon-box{width:40px;height:40px;font-size:18px;margin-bottom:16px}.contact-title{font-size:18px;margin-bottom:8px}.contact-lines p{font-size:14px}}.contact-form-map-section{margin:60px 104px;font-family:var(--font-main)}.contact-container{display:flex;gap:48px;align-items:stretch}.contact-form-card{flex:1;background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:40px}.form-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:24px}.message-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px;width:100%}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:12px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;color:#1a1a1a;font-family:inherit;width:100%;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6a9c42;box-shadow:0 0 0 3px #6a9c421a}.char-count{font-size:12px;color:#9ca3af;text-align:right;margin-top:4px}.btn-send{background-color:#6a9c42;color:#fff;font-size:16px;font-weight:600;padding:14px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s;margin-top:10px}.btn-send:hover{background-color:#588235}.map-container{flex:1;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d;background-color:#f3f4f6;min-height:500px}@media(max-width:1024px){.contact-form-map-section{margin:40px}.contact-container{flex-direction:column;gap:40px}.map-container{height:400px;min-height:auto}}@media(max-width:768px){.contact-form-map-section{margin:40px 20px}.form-row{flex-direction:column;gap:20px}.contact-form-card{padding:24px}.form-title{font-size:24px}}.pp-hero{background:linear-gradient(135deg,#1a2e10,#62a242);padding:64px 24px;text-align:center}.pp-hero-title{font-size:36px;font-weight:800;color:#fff;margin:0 0 8px}.pp-hero-subtitle{font-size:15px;color:#ffffffbf;margin:0}.pp-container{max-width:860px;margin:0 auto;padding:48px 24px 80px}.pp-intro{background-color:#f8faf6;border-left:4px solid #62A242;border-radius:0 8px 8px 0;padding:24px 28px;margin-bottom:48px}.pp-intro p{font-size:15px;color:#374151;line-height:1.75;margin:0 0 14px}.pp-intro p:last-child{margin-bottom:0}.pp-sections{display:flex;flex-direction:column;gap:36px}.pp-section{border-bottom:1px solid #e5e7eb;padding-bottom:36px}.pp-section:last-child{border-bottom:none}.pp-section-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 16px;display:flex;align-items:baseline;gap:8px}.pp-section-num{color:#62a242;font-size:20px;font-weight:800;flex-shrink:0}.pp-para{font-size:15px;color:#475569;line-height:1.8;margin:0 0 12px}.pp-para:last-child{margin-bottom:0}.pp-list{margin:8px 0 16px;padding-left:20px;display:flex;flex-direction:column;gap:8px}.pp-list li{font-size:15px;color:#475569;line-height:1.75}.pp-subsections{display:flex;flex-direction:column;gap:12px;margin-top:8px}.pp-subsection{font-size:15px;color:#475569;line-height:1.75;padding-left:14px;border-left:3px solid #d1e8c4}.pp-sub-label{font-weight:700;color:#1e293b}.pp-contact-box{background-color:#f8faf6;border:1px solid #d1e8c4;border-radius:8px;padding:20px 24px;margin-top:16px;display:flex;flex-direction:column;gap:6px}.pp-contact-box p{font-size:14px;color:#374151;margin:0;line-height:1.6}.pp-contact-name{font-weight:700;color:#0f172a!important;font-size:15px!important}.pp-contact-company{font-weight:600;color:#62a242!important}.pp-contact-hours{color:#64748b!important;font-size:13px!important;margin-top:4px!important}.pp-link{color:#62a242;text-decoration:none;font-weight:600}.pp-link:hover{text-decoration:underline}@media(max-width:640px){.pp-hero{padding:48px 16px}.pp-hero-title{font-size:28px}.pp-container{padding:32px 16px 60px}.pp-intro{padding:18px 20px}.pp-section-title{font-size:16px}}.apply-dealership-container{display:flex;width:100%;background-color:#fff;min-height:calc(100vh - 80px)}.ad-back-btn{position:absolute;top:30px;left:30px;width:40px;height:40px;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:all .2s ease;z-index:10;color:#475569}.ad-back-btn:hover{background-color:#f8fafc;transform:scale(1.05);color:#1e293b}.ad-right-panel{flex:4;display:flex;justify-content:center;align-items:center;padding:30px 40px;background-color:#fff}.ad-form-wrapper{width:100%;max-width:420px;margin:0 auto}.ad-title{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:16px}.ad-form{display:flex;flex-direction:column;gap:12px}.ad-input-group{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;background-color:#fff;transition:all .2s ease}.ad-input-group:focus-within{border-color:#62a242;box-shadow:0 0 0 1px #62a2421a}.ad-input-group label{font-size:10px;font-weight:700;color:#64748b;margin-bottom:2px;text-transform:uppercase;letter-spacing:.5px}.ad-input-group input,.ad-input-group select{border:none;outline:none;font-size:14px;font-weight:500;color:#1e293b;width:100%;background:transparent;padding:2px 0}.ad-input-group select{cursor:pointer;appearance:auto;color:#1e293b}.ad-phone-input{display:flex;align-items:center;width:100%}.ad-prefix{font-size:14px;font-weight:600;color:#1e293b;margin-right:8px;white-space:nowrap}.ad-phone-input input{flex:1;min-width:0}.ad-checkbox-group{display:flex;align-items:flex-start;gap:8px;margin-top:4px}.ad-checkbox-group input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#62A242;margin-top:2px}.ad-checkbox-group label{font-size:12px;color:#475569;cursor:pointer;line-height:1.3}.ad-toggle-group{display:flex;align-items:center;gap:10px;margin-top:2px;margin-bottom:8px}.ad-whatsapp-text{font-size:13px;font-weight:600;color:#334155;display:flex;align-items:center;gap:6px}.ad-switch{position:relative;display:inline-block;width:34px;height:18px}.ad-switch input{opacity:0;width:0;height:0}.ad-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.4s}.ad-slider:before{position:absolute;content:"";height:12px;width:12px;left:3px;bottom:3px;background-color:#fff;transition:.4s}input:checked+.ad-slider{background-color:#25d366}input:focus+.ad-slider{box-shadow:0 0 0 2px #25d36633}input:checked+.ad-slider:before{transform:translate(16px)}.ad-slider.round{border-radius:34px}.ad-slider.round:before{border-radius:50%}.ad-submit-btn{background-color:#62a242;color:#fff;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;margin-top:5px;width:100%;display:flex;justify-content:center;align-items:center;text-transform:uppercase}.ad-submit-btn:hover{background-color:#538d36;transform:translateY(-2px);box-shadow:0 4px 12px #62a24233}.ad-submit-btn:active{transform:translateY(0)}.ad-left-panel{flex:6;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;background-color:#f1f5f9}@media(max-width:992px){.apply-dealership-container{flex-direction:column}.ad-left-panel{width:100%;flex:none;height:auto;aspect-ratio:4 / 3;background-position:center center}.ad-right-panel{width:100%;flex:none;padding:30px 20px}}.ad-submit-btn:disabled{background-color:#a3cc8d;cursor:not-allowed;transform:none;box-shadow:none}.ad-otp-section{display:flex;flex-direction:column;gap:16px;margin-top:8px}.ad-otp-info{font-size:14px;color:#475569;line-height:1.5}.ad-otp-input-field{width:100%;text-align:center;font-size:28px;font-weight:700;letter-spacing:12px;padding:14px 16px;border:2px solid #e2e8f0;border-radius:8px;outline:none;color:#1e293b;background:#f8fafc;box-sizing:border-box;transition:border-color .2s ease}.ad-otp-input-field:focus{border-color:#62a242;background:#fff;box-shadow:0 0 0 3px #62a2421a}.ad-timer-container{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.ad-timer-text{font-size:13px;color:#64748b;margin:0}.ad-timer-text span{font-weight:700;color:#62a242}.ad-btn-resend{background:none;border:none;font-size:13px;font-weight:600;color:#62a242;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease}.ad-btn-resend:hover{color:#4a7d31}.ad-btn-resend:disabled{color:#a3cc8d;cursor:not-allowed;text-decoration:none}.ad-btn-edit-details{background:none;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;padding:6px 12px;transition:all .2s ease}.ad-btn-edit-details:hover{border-color:#62a242;color:#62a242;background:#62a2420d}.ad-success-screen{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:20px 0}.ad-success-icon{width:72px;height:72px;border-radius:50%;background-color:#62a242;color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;font-weight:700}.ad-success-title{font-size:22px;font-weight:800;color:#0f172a;margin:0}.ad-success-message{font-size:15px;color:#475569;line-height:1.7;margin:0}.leads-inbox-container{padding:32px 40px;background-color:#f9fafb;font-family:var(--font-main, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);min-height:100vh;box-sizing:border-box}.leads-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.leads-title{font-size:24px;font-weight:600;color:#111827;margin:0 0 4px;letter-spacing:-.01em}.leads-count{font-size:13px;color:#6b7280;margin:0;font-weight:400}.btn-export-csv{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#fff;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.btn-export-csv:hover{background-color:#f3f4f6;border-color:#9ca3af}.leads-filters{display:grid!important;grid-template-columns:minmax(250px,1fr) 220px 220px!important;gap:24px!important;align-items:end!important;background:#fff!important;padding:24px!important;border-radius:12px!important;border:1px solid #E5E7EB!important;margin-bottom:24px!important;width:100%!important;box-sizing:border-box!important}.filter-group{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important}.filter-group label{font-size:13px!important;font-weight:500!important;color:#374151!important;margin:0!important}.search-input-wrapper{position:relative!important;width:100%!important;display:block!important}.search-icon{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;color:#9ca3af!important;font-size:18px!important;pointer-events:none!important;z-index:10!important}.search-input-wrapper input{width:100%!important;min-width:100%!important;max-width:none!important;display:block!important;height:44px!important;padding:0 16px 0 44px!important;border:1px solid #D1D5DB!important;border-radius:8px!important;font-size:14px!important;color:#111827!important;outline:none!important;box-sizing:border-box!important;background-color:#fff!important;transition:border-color .2s,box-shadow .2s!important}.filter-group select{width:100%!important;max-width:none!important;height:44px!important;padding:0 40px 0 16px!important;border:1px solid #D1D5DB!important;border-radius:8px!important;font-size:14px!important;color:#111827!important;outline:none!important;background-color:#fff!important;cursor:pointer!important;box-sizing:border-box!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 16px center!important;background-size:16px!important}.filter-group select:focus,.search-input-wrapper input:focus{border-color:#6a9c42!important;box-shadow:0 0 0 3px #6a9c421a!important}@media(max-width:768px){.leads-filters{grid-template-columns:1fr!important}}.leads-table-wrapper{background:#fff;border-radius:12px;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000d;overflow:hidden;margin-bottom:24px}.leads-table{width:100%;border-collapse:collapse;text-align:left}.leads-table th{padding:14px 24px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background-color:#f9fafb;border-bottom:1px solid #E5E7EB}.leads-table td{padding:16px 24px;font-size:13px;color:#374151;border-bottom:1px solid #E5E7EB;vertical-align:middle}.leads-table tr:hover td{background-color:#f9fafb}.leads-table tr:last-child td{border-bottom:none}.lead-name{font-weight:600;color:#111827;margin-bottom:4px}.lead-email{font-size:12px;color:#6b7280}.lead-phone{font-weight:500;color:#4b5563}.badge{display:inline-flex;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:600;letter-spacing:.02em}.badge-type,.badge-status.new{background-color:#ecfdf5;color:#059669}.badge-status.in-progress{background-color:#eff6ff;color:#2563eb}.badge-status.closed{background-color:#f3f4f6;color:#4b5563}.leads-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.per-page-selector select{padding:8px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:13px;font-weight:500;color:#374151;background-color:#fff;box-shadow:0 1px 2px #00000005;outline:none}.pagination-controls{display:flex;gap:6px}.page-btn{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 10px;background:#fff;border:1px solid #D1D5DB;border-radius:6px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #00000005}.page-btn.active{background:#6a9c42;color:#fff;border-color:#6a9c42;box-shadow:0 2px 4px #6a9c4233}.page-btn.text-btn{border:none;background:transparent;box-shadow:none;color:#4b5563}.page-btn.text-btn:hover:not(:disabled){background:#f3f4f6}.page-btn:disabled{opacity:.5;cursor:not-allowed}.text-center{text-align:center}.py-4{padding-top:2rem;padding-bottom:2rem}@media(max-width:768px){.leads-filters{grid-template-columns:1fr}}.detail-modal{max-width:650px!important;border-radius:12px;overflow:hidden}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding:10px 0}.detail-section h4{font-size:14px;color:#62a242;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;border-bottom:2px solid #f0fdf4;padding-bottom:5px}.type-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.detail-item{display:flex;flex-direction:column}.detail-label{font-size:11px;color:#94a3b8;text-transform:uppercase;font-weight:600}.detail-value{font-size:14px;color:#1e293b;font-weight:500;margin-top:2px}.full-width{grid-column:span 2;background:#f8fafc;padding:10px;border-radius:6px}.consent-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;width:fit-content;margin-top:4px}.consent-tag.yes{background:#dcfce7;color:#166534}.consent-tag.no{background:#fee2e2;color:#991b1b}.detail-footer{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0;text-align:right;font-size:12px}.erp-login-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px;text-align:center;border-top:5px solid #62A242}.erp-login-header h2{font-size:24px;color:#333;margin-bottom:8px;font-weight:700}.erp-login-header p{color:#666;font-size:14px;margin-bottom:30px}.input-group{position:relative;margin-bottom:20px}.input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#aaa}.erp-login-form input{width:100%;padding:12px 15px 12px 45px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s;box-sizing:border-box}.erp-login-form input:focus{border-color:#62a242;outline:none;box-shadow:0 0 0 3px #62a2421a}.btn-erp-login{width:100%;padding:14px;background-color:#111;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .3s}.btn-erp-login:hover{background-color:#333}.btn-erp-login:disabled{background-color:#999;cursor:not-allowed}.erp-error-message{background-color:#fee2e2;color:#ef4444;padding:10px;border-radius:6px;font-size:13px;margin-bottom:20px;text-align:left;border:1px solid #fecaca}.erp-login-footer{margin-top:25px;border-top:1px solid #eee;padding-top:20px}.erp-login-footer p{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px}.spinner{animation:spin 1s linear infinite}.dashboard-container{padding:32px 40px;background-color:#fafbfc;min-height:100vh;font-family:var(--font-main, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);box-sizing:border-box}.dash-header{margin-bottom:32px}.dash-title{font-size:28px;font-weight:600;color:#111827;margin:0 0 8px;letter-spacing:-.01em}.dash-subtitle{font-size:15px;color:#6b7280;margin:0;font-weight:400}.dash-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.stat-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #F3F4F6;box-shadow:0 2px 10px #00000005;display:flex;flex-direction:column}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.stat-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-trend{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:20px;font-size:12px;font-weight:600}.trend-up{background-color:#ecfdf5;color:#059669}.trend-down{background-color:#fef2f2;color:#dc2626}.stat-number{font-size:32px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1}.stat-label{font-size:14px;font-weight:500;color:#4b5563;margin:0 0 4px}.stat-sub-label{font-size:12px;color:#9ca3af;margin:0}.bg-teal-light{background-color:#ecfdf5}.text-teal{color:#059669}.text-blue{color:#2563eb}.text-purple{color:#7c3aed}.bg-orange-light{background-color:#fff7ed}.text-orange{color:#ea580c}.dash-actions-section{max-width:1000px}.actions-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 4px}.actions-subtitle{font-size:14px;color:#6b7280;margin:0 0 24px}.actions-list{display:flex;flex-direction:column;gap:16px}.action-row{display:flex;align-items:center;padding:20px 24px;border-radius:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.action-row:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.action-icon-box{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:20px}.action-text{flex:1}.action-name{font-size:16px;font-weight:600;margin:0 0 4px}.action-desc{font-size:13px;color:#6b7280;margin:0}.action-arrow{font-size:20px;transition:transform .2s}.action-row:hover .action-arrow{transform:translate(4px)}.bg-green-light{background-color:#f0fdf4}.bg-green-solid{background-color:#6a9c42}.text-green-dark{color:#588235}.bg-blue-light{background-color:#eff6ff}.bg-blue-solid{background-color:#3b82f6}.text-blue-dark{color:#1d4ed8}.bg-purple-light{background-color:#f5f3ff}.bg-purple-solid{background-color:#8b5cf6}.text-purple-dark{color:#6d28d9}@media(max-width:1024px){.dash-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dash-stats-grid{grid-template-columns:1fr}}.sms-config-container{display:flex;flex-direction:column;gap:20px}.sms-tabs-header{display:flex;gap:15px;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.sms-tab-btn{background:none;border:none;font-size:15px;font-weight:600;color:#64748b;padding:8px 16px;cursor:pointer;display:flex;align-items:center;gap:8px;border-radius:6px;transition:all .2s ease}.sms-tab-btn:hover{background-color:#f1f5f9;color:#1e293b}.sms-tab-btn.active{background-color:#f0fdf4;color:#62a242}.sms-tab-content{animation:fadeIn .3s ease}.settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:24px}.settings-card h3{margin:0 0 5px;font-size:18px;color:#0f172a}.helper-text{color:#64748b;font-size:14px;margin-bottom:24px}.sms-form{display:flex;flex-direction:column;gap:16px}.form-row{display:flex;gap:16px;align-items:flex-end}.form-row .form-group{flex:1;margin-bottom:0;padding-bottom:0}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#334155}.form-group input,.form-group textarea{padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s;font-family:var(--font-main, inherit)}.form-group input:focus,.form-group textarea:focus{border-color:#62a242;box-shadow:0 0 0 3px #62a2421a}.form-note{font-size:12px;color:#64748b}.btn-save-settings,.btn-save,.btn-add-template{background-color:#62a242;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.btn-save-settings,.btn-save{padding:12px 24px;justify-content:center;width:fit-content;margin-top:10px}.btn-add-template{padding:10px 16px}.btn-save-settings:hover,.btn-save:hover,.btn-add-template:hover{background-color:#538d36}.template-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.table-responsive{width:100%;overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.erp-table{width:100%;border-collapse:collapse;table-layout:fixed;background-color:#fff}.erp-table th,.erp-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:middle;font-size:14px}.erp-table th{background-color:#f8fafc;color:#475569;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.erp-table tbody tr:hover{background-color:#f1f5f9}.erp-table th:nth-child(1){width:20%}.erp-table th:nth-child(2){width:22%}.erp-table th:nth-child(3){width:38%}.erp-table th:nth-child(4){width:10%}.erp-table th:nth-child(5){width:10%}.msg-preview{white-space:pre-wrap;word-wrap:break-word;overflow:hidden;font-family:monospace;background:#f8fafc;padding:8px 12px;border-radius:4px;color:#475569;font-size:13px;display:block;width:100%;box-sizing:border-box;border:1px solid #e2e8f0;line-height:1.5}.fw-bold{font-weight:600;color:#0f172a}.actions-cell{display:flex;gap:8px}.btn-icon{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;color:#64748b;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon.edit:hover{color:#62a242;background:#f0fdf4}.btn-icon.delete:hover{color:#ef4444;background:#fee2e2}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background-color:#0f172a99;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-content.large{background:#fff;width:100%;max-width:700px;border-radius:12px;padding:30px;box-shadow:0 20px 25px -5px #0003;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out forwards}.modal-content h2{margin-top:0;margin-bottom:20px;color:#0f172a;font-size:22px;border-bottom:1px solid #e2e8f0;padding-bottom:15px}.modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.modal-actions .btn-cancel,.modal-actions .btn-save{margin-top:0;padding:0 24px;height:42px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.btn-cancel{background-color:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background-color:#e2e8f0;color:#0f172a}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.form-row{flex-direction:column;gap:16px}.modal-content.large{padding:20px}.modal-actions{flex-direction:column}.modal-actions button{width:100%;justify-content:center}}.form-group.checkbox-group{display:flex;flex-direction:row;align-items:center;height:40px;padding-top:0}.form-group.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:600;color:#334155}.form-group.checkbox-group input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:#62A242}@media(max-width:768px){.form-group.checkbox-group{padding-top:0;margin-top:-5px}}.settings-page{max-width:1200px;margin:0 auto}.settings-header h1{font-size:28px;color:#111827;margin-bottom:4px}.settings-container{display:flex;gap:32px;margin-top:24px}.settings-tabs{width:240px;display:flex;flex-direction:column;gap:8px;background:#fff;padding:16px;border-radius:12px;height:fit-content;border:1px solid #f0f0f0}.settings-content{flex:1}.settings-card{background:#fff;padding:32px;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 4px 20px #00000005}.card-header-standard{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.settings-table{width:100%;border-collapse:collapse;margin-top:20px}.settings-table th{background-color:#f9fafb;text-transform:uppercase;font-size:11px;letter-spacing:.05em;color:#6b7280;padding:12px;text-align:left}.settings-table td{padding:16px 12px;border-bottom:1px solid #f3f4f6;font-size:14px}.settings-table tr:hover{background-color:#fbfdfb}.tab-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:none;border-radius:8px;color:#6b7280;cursor:pointer;font-weight:500;transition:all .2s}.tab-link.active{background:#f0fdf4;color:#62a242}.btn-save,.btn-standard,.btn-form-standard{background:#62a242;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;height:42px;min-width:170px;padding:0 24px}.btn-cancel{background:#fff;border:1px solid #e5e7eb;color:#374151;height:42px;padding:0 24px;border-radius:6px;cursor:pointer;font-weight:500}.icon-btn{background:none;border:none;color:#9ca3af;font-size:18px;cursor:pointer;padding:4px 8px;transition:color .2s}.icon-btn:hover{color:#62a242}.icon-btn.delete:hover{color:#ef4444}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px;text-align:left}.form-group label{font-size:13px;font-weight:600;color:#374151}.form-group input{padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none}.form-group input:focus{border-color:#62a242}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #f3f4f6}.permissions-matrix-container{margin-top:30px;background:#f9fafb;padding:24px;border-radius:12px;border:1px solid #f3f4f6}.erp-checkbox{width:18px;height:18px;accent-color:#62A242;cursor:pointer}.permission-summary-tags{display:flex;flex-wrap:wrap;gap:6px;max-width:300px}.permission-tag-mini{background:#f0fdf4;color:#166534;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;border:1px solid #DCFCE7}.role-form-container{position:relative;min-height:400px;width:100%}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffd9;display:flex;align-items:center;justify-content:center;z-index:999;border-radius:12px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.spinner-icon{font-size:40px;color:#62a242;animation:spin 1s linear infinite}.text-right{text-align:right}.center{text-align:center}.text-muted{color:#6b7280;font-size:13px}.product-page{padding:5px}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.header-left h1{font-size:24px;color:#111827;margin-bottom:4px}.header-left p{color:#6b7280;font-size:14px}.add-product-btn{background-color:#62a242;color:#fff;padding:10px 20px;border-radius:8px;border:none;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s}.add-product-btn:hover{opacity:.9}.add-product-btn.disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.filter-card-container{background:#fff;padding:12px 20px;border-radius:12px;border:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;box-shadow:0 2px 4px #00000005}.filter-group-left{display:flex;align-items:center;gap:24px}.search-input-wrapper{position:relative;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;display:flex;align-items:center;width:240px}.search-icon{color:#9ca3af;margin-right:8px}.search-input-wrapper input{background:transparent;border:none;outline:none;font-size:14px;width:100%}.dropdown-wrapper{display:flex;align-items:center;gap:8px}.dropdown-wrapper label{font-size:14px;font-weight:500;color:#374151}.erp-select{border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;font-size:14px;background-color:#fff;cursor:pointer;color:#4b5563}.reset-filters-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#62a242;font-size:14px;font-weight:500;cursor:pointer;padding:4px 8px}.view-toggle-container{background:#f3f4f6;padding:4px;border-radius:10px;display:flex;gap:2px}.toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;background:transparent;transition:all .2s}.toggle-btn.active{background:#fff;color:#111827;box-shadow:0 2px 4px #0000000d}.stats-label{font-size:14px;color:#6b7280;margin-bottom:20px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.product-item-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #f0f0f0;position:relative;transition:transform .2s,box-shadow .2s}.product-item-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000000d}.image-section{position:relative;background:#f9f9f9;padding:20px;display:flex;justify-content:center;height:200px}.image-section img{height:100%;object-fit:contain}.published-badge{position:absolute;top:12px;right:12px;background:#e6f4ea;color:#1e8e3e;font-size:11px;padding:4px 12px;border-radius:20px;font-weight:700;z-index:2}.info-section{padding:20px}.title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.title-row h3,.price{font-size:18px;font-weight:700;color:#111827}.sub-category{color:#6b7280;font-size:14px;margin-bottom:16px}.specs-bar{display:flex;gap:16px;margin-bottom:20px}.spec{display:flex;align-items:center;gap:6px;font-size:13px;color:#4b5563}.action-footer{display:flex;gap:8px;padding-top:15px;border-top:1px solid #f8f9fa}.edit-btn{flex:1;background:#62a242;color:#fff;border:none;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;cursor:pointer}.edit-btn.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.more-btn{background:#fff;border:1px solid #e5e7eb;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1.2s linear infinite}.product-display-area.grid-view{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px 0}.product-item-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;transition:transform .2s ease}.product-item-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.image-section img{width:100%;height:200px;object-fit:contain;background:#f9fafb}.product-display-area.grid-view{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.product-item-card{width:100%;display:flex;flex-direction:column}.product-display-area.grid-view{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%;padding:20px 0}.product-item-card .image-section{width:100%;height:220px;overflow:hidden;position:relative;background:#fff;padding:0;display:block}.product-item-card .image-section img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}@media(max-width:1400px){.product-display-area.grid-view{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.product-display-area.grid-view{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.product-display-area.grid-view{grid-template-columns:1fr}}.product-item-card .price-tag{font-size:24px;font-weight:700;color:#62a242}.product-item-card .category-label{font-size:16px;color:#64748b;margin:-4px 0 12px;font-weight:500}.product-item-card .title-row h3{font-size:20px;font-weight:800;color:#1e293b}.product-editor-page{padding:20px 40px;background:#f8f9fa;min-height:100vh}.editor-content-card{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:32px;box-shadow:0 4px 12px #00000008}.editor-header-sticky{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;background:#f8f9fa}.header-left{display:flex;align-items:center;gap:16px}.back-circle-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.back-circle-btn:hover{background:#f9fafb;border-color:#d1d5db}.name-badge-row{display:flex;align-items:center;gap:12px}.name-badge-row h1{font-size:28px;font-weight:800;color:#0f172a;margin:0}.badge-published{background:#e6f4ea;color:#1e8e3e;font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px}.product-id-label{color:#64748b;font-size:14px;margin-top:4px}.editor-tabs{display:flex;gap:40px;border-bottom:1px solid #e5e7eb;margin-bottom:32px;position:relative}.tab-btn{background:transparent;border:none;padding:12px 16px;color:#64748b;font-weight:500;cursor:pointer;position:relative;transition:all .2s ease;border-radius:8px 8px 0 0}.tab-btn:hover{color:#0f172a}.tab-btn.active{color:#fff;font-weight:700;background-color:#62a242}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background:#62a242}.form-main-layout{display:flex;align-items:stretch;gap:48px}.specs-form-grid,.row-2-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.input-group{margin-bottom:24px}.input-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.input-group input,.input-group textarea,.input-group select{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;outline:none;transition:border-color .2s}.input-group input:focus{border-color:#62a242}.btn-publish-main{background:#62a242;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:10px;cursor:pointer}.btn-outline{background:#fff;color:#374151;border:1px solid #d1d5db;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer}.upload-section{background:#fdfdfd;border:2px dashed #e5e7eb;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s}.upload-section:hover{border-color:#62a242;background:#f0f7ec}.alert-banner-warning{background-color:#fffbeb;border:1px solid #FEF3C7;border-radius:12px;padding:16px;display:flex;gap:12px;margin-top:24px}.alert-icon{color:#d97706}.alert-text h5{color:#92400e;margin:0 0 4px;font-weight:700;font-size:15px}.alert-text p{color:#b45309;font-size:13px;line-height:1.4;margin:0}.availability-card{background:#f9fafb;padding:24px;border-radius:12px;margin-top:24px}.check-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;cursor:pointer;font-size:14px;font-weight:500}.check-item input[type=checkbox]{accent-color:#62A242;width:18px;height:18px}.product-editor-page input,.product-editor-page select,.product-editor-page textarea,.product-editor-page button{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.small-upload{padding:20px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:90px;transition:all .2s ease}.small-upload p{margin:0;font-size:12px;color:#6b7280;font-weight:500}.brochure-upload{border:1px solid #d1d5db!important;background:#fdfdfd!important}.specs-form-grid{margin-top:10px;padding:20px;background:#f9fafb;border-radius:12px;margin-bottom:24px}.selected-disabled{background:#f0f7ec!important;border:1px solid #62A242!important;cursor:default!important;opacity:.9}.has-file{background:#f0f7ec!important;border:1px solid #62A242!important;padding:12px 16px!important;cursor:default}.file-selected-row{display:flex;justify-content:space-between;align-items:center;width:100%}.file-info-block{display:flex;align-items:center;gap:10px;flex:1;overflow:hidden}.file-name{margin:0!important;font-size:12px!important;color:#374151!important;font-weight:500!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-right-col{flex:1;display:flex;flex-direction:column}.btn-remove-file{background:#fff;border:1px solid #e5e7eb;color:#9ca3af;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-remove-file:hover{background:#fee2e2;border-color:#fca5a5;color:#ef4444}.form-right-col .input-group{margin-bottom:8px}.upload-section.small-upload{padding:16px!important;min-height:80px}.availability-card.compact{padding:16px;margin-top:8px;background:#f9fafb;border-radius:12px}.availability-card.compact h4{margin-bottom:12px;font-size:14px}.check-items-row{display:flex;flex-direction:row;gap:20px}.check-item{margin-bottom:0!important;white-space:nowrap}.form-left-col{flex:1.8;display:flex;flex-direction:column}.form-left-col>.row-2-col,.form-right-col>.availability-card.compact{margin-top:auto}.form-left-col .input-group:last-child,.form-right-col .input-group:last-child{margin-bottom:0}.row-2-col{margin-bottom:0!important}.availability-card.compact{margin-top:auto}.required-star{color:#ef4444;margin-left:4px}.btn-publish-main.btn-disabled{background-color:#e2e8f0!important;color:#94a3b8!important;cursor:not-allowed!important;border:1px solid #cbd5e1!important}.btn-publish-main.btn-disabled svg{color:#94a3b8!important}.input-error{border-color:#ef4444!important;background-color:#fff1f2!important}.input-error::placeholder{color:#fca5a5}.upload-error{border:2px dashed #ef4444!important;background-color:#fff1f2!important}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.input-error{animation:shake .2s ease-in-out 0s 2}.specs-tab-content{display:flex;flex-direction:column;gap:32px}.specs-section-card{border-bottom:1px solid #f0f0f0;padding-bottom:24px}.specs-section-card:last-child{border-bottom:none}.specs-section-card h3{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.specs-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gallery-tab-content{display:flex;flex-direction:column;gap:24px}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.gallery-item{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.delete-overlay-btn{position:absolute;top:10px;right:10px;background:#ef4444;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease-in-out}.gallery-item:hover .delete-overlay-btn{opacity:1}.upload-placeholder-card{aspect-ratio:1 / 1;border:2px dashed #e5e7eb;border-radius:12px;background:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6b7280}.upload-placeholder-card:hover{border-color:#62a242;background:#f0f7ec;color:#62a242}.upload-placeholder-card p{margin-top:12px;font-size:14px;font-weight:500}.upload-placeholder-card.upload-error{border-color:#ef4444!important;background:#fff1f2!important;color:#ef4444!important}.variant-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.variant-image-box{position:relative;aspect-ratio:1/1;border-bottom:1px solid #f0f0f0}.variant-image-box img{width:100%;height:100%;object-fit:cover}.variant-controls{padding:20px;display:flex;flex-direction:column;gap:16px;background:#fff}.input-group input,.variant-controls input[type=text]{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;text-align:left;outline:none;transition:border-color .2s}.variant-controls input[type=text]:focus{border-color:#62a242}.color-picker-wrapper{border:1px solid #e5e7eb;border-radius:8px;padding:4px;height:44px;display:flex;align-items:center}.color-picker-wrapper input[type=color]{width:100%;height:100%;border:none;border-radius:4px;cursor:pointer;background:none}.variant-controls .input-error{border-color:#ef4444!important;background-color:#fff1f2!important;color:#ef4444}.tab-btn{position:relative}.tab-error-dot{position:absolute;top:8px;right:-4px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid white;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper:after{content:attr(data-unit);position:absolute;right:16px;font-size:13px;font-weight:600;color:#94a3b8;pointer-events:none}.input-wrapper.prefix:after{content:none}.input-wrapper.prefix:before{content:attr(data-unit);position:absolute;left:16px;font-size:14px;font-weight:700;color:#334155;pointer-events:none}.input-wrapper input{padding-right:65px!important}.input-wrapper.prefix input{padding-left:35px!important;padding-right:16px!important}.input-wrapper input:placeholder-shown+span{display:none}.editor-tabs{display:flex;overflow-x:auto;gap:10px;border-bottom:1px solid #e2e8f0;padding-bottom:10px;margin-bottom:20px}.tab-btn{white-space:nowrap;flex-shrink:0}.dealer-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dealer-modal-content{background:#fff;width:95%;max-width:600px;border-radius:16px;padding:32px;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-height:90vh;overflow-y:auto}.close-x-btn{position:absolute;top:24px;right:24px;background:#f1f5f9;border:none;color:#64748b;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.close-x-btn:hover{background:#fee2e2;color:#ef4444;transform:rotate(90deg)}.modal-header-text h2{font-size:22px;color:#0f172a;margin-bottom:24px;font-weight:700}.form-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:16px;row-gap:20px;margin-bottom:20px}.form-grid-three{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:16px;row-gap:20px;margin-bottom:20px}.form-grid .form-group,.form-grid-three .form-group{margin-bottom:0}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}.form-group input:focus,.form-group select:focus{border-color:#62a242}.address-field{margin-bottom:20px}.map-picker-container{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:24px}.map-header{padding:10px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#64748b}.map-wrapper{height:200px;width:100%}.coord-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#f8fafc;padding:14px;border-top:1px solid #e2e8f0}.coord-inputs .form-group{margin-bottom:0}.coord-inputs input{background:#fff;font-weight:700;color:#62a242}.modal-footer{display:flex;justify-content:flex-end;gap:16px;padding-top:24px;border-top:1px solid #f1f5f9}.btn-cancel{padding:10px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:600;cursor:pointer;transition:background .2s}.btn-cancel:hover{background:#f8fafc}.btn-add-dealer{padding:10px 24px;background:#62a242;border:none;border-radius:8px;color:#fff;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s}.btn-add-dealer:hover:not(:disabled){opacity:.9}.btn-add-dealer:disabled{background:#a3cc8d;cursor:not-allowed}.dealer-modal-content::-webkit-scrollbar{width:6px}.dealer-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.bulk-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bulk-modal-content{background:#fff;width:95%;max-width:500px;border-radius:16px;padding:32px;position:relative;box-shadow:0 20px 25px -5px #0000001a}.bulk-modal-content h2{font-size:20px;color:#0f172a;margin-bottom:24px}.upload-drop-zone{border:2px dashed #cbd5e1;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s;background:#f8fafc;margin-bottom:24px}.upload-drop-zone:hover,.upload-drop-zone.dragging{border-color:#62a242;background:#f0fdf4}.upload-drop-zone.has-file{border-style:solid;border-color:#62a242;background:#f0fdf4}.upload-icon{color:#94a3b8;margin-bottom:12px}.upload-drop-zone h3{font-size:15px;color:#334155;margin-bottom:4px}.upload-drop-zone p{font-size:13px;color:#64748b}.file-info{font-size:15px;color:#15803d}.format-requirements{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:16px;margin-bottom:24px}.format-requirements h4{font-size:13px;color:#1e3a8a;margin-bottom:8px}.format-requirements ul{list-style:none;padding:0;margin:0}.format-requirements li{font-size:13px;color:#3b82f6;margin-bottom:4px}.bulk-actions{display:flex;flex-direction:column;gap:12px}.btn-download-sample{width:100%;padding:12px;background:#fff;border:1px solid #62A242;color:#62a242;border-radius:8px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .2s}.btn-download-sample:hover{background:#f0fdf4}.btn-upload-import{width:100%;padding:12px;background:#62a242;border:none;color:#fff;border-radius:8px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:opacity .2s}.btn-upload-import:hover:not(:disabled){opacity:.9}.btn-upload-import:disabled{background:#a3cc8d;cursor:not-allowed}.erp-dealers-container{padding:24px;background-color:#f8fafc;min-height:100vh}.erp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.erp-header h1{font-size:24px;font-weight:700;color:#1e293b;margin:0}.subtext{color:#64748b;font-size:14px;margin-top:4px}.header-actions{display:flex;gap:12px}.erp-filter-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;margin-bottom:24px}.filter-group label{display:block;font-size:12px;font-weight:600;color:#475569;margin-bottom:8px}.input-with-icon{position:relative}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.erp-filter-card input,.erp-filter-card select{width:100%;padding:10px 12px 10px 42px;border:1px solid #e2e8f0;border-radius:8px;outline:none;font-size:14px;color:#1e293b}.erp-filter-card select{padding-left:12px}.results-info{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#64748b;margin-bottom:20px}.dealers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.dealer-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:24px;box-shadow:0 1px 3px #00000005;transition:all .3s ease;position:relative}.dealer-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #00000014;border-color:#62a24240}.dealer-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.dealer-card-header h3{font-size:19px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.status-badge{font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px}.status-badge.active{background:#f0fdf4;color:#15803d}.status-badge.inactive{background:#f1f5f9;color:#475569}.dealer-location{color:#64748b;font-size:14px;margin-top:2px;margin-bottom:20px}.dealer-contact-info{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.info-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#475569}.info-item svg{color:#94a3b8}.card-divider{border:0;border-top:1px solid #f1f5f9;margin:0 -24px 20px}.section-label{display:block;font-size:13px;font-weight:500;color:#94a3b8;margin-bottom:12px}.supported-badges{display:flex;flex-wrap:wrap;gap:8px}.v-badge{background:#f0fdf4;color:#166534;font-size:12px;padding:4px 12px;border-radius:6px;font-weight:500}.btn-primary-erp{background:#62a242;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.btn-outline-erp{background:#fff;color:#475569;border:1px solid #e2e8f0;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.btn-text-erp{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#62a242;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-text-erp:hover{opacity:.8}
