@charset "UTF-8";
*{box-sizing:border-box}body{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:14px;line-height:1.5;color:#212529;background-color:#ffffff;margin:0;padding:0}.header-main{background-color:#1a3a5c;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);position:sticky;top:0;z-index:1000}.header-logo{max-width:150px;height:auto}.header-logo img{max-height:40px;width:auto}.header-search{flex:1;max-width:500px;margin:0 2rem}.header-search .search-form{position:relative;width:100%}.header-search .search-form input{width:100%;padding:0.5rem 2.5rem 0.5rem 1rem;border:none;border-radius:4px;font-size:14px}.header-search .search-form input::placeholder{color:#999}.header-search .search-form button{position:absolute;right:0;top:0;height:100%;padding:0 1rem;background-color:#dc3545;border:none;border-radius:0 4px 4px 0;color:#ffffff;cursor:pointer;transition:background-color 0.2s}.header-search .search-form button:hover{background-color:#bd2130}.header-actions{display:flex;align-items:center;gap:1.5rem}.header-actions a{color:#ffffff;text-decoration:none;display:flex;align-items:center;gap:0.5rem;font-size:14px;transition:opacity 0.2s}.header-actions a:hover{opacity:0.8}.header-actions a .icon{font-size:20px}.language-switcher{display:flex;align-items:center;gap:0.25rem;color:#ffffff;cursor:pointer}.language-switcher img{width:20px;height:14px}@media (max-width:768px){.header-main{height:auto;flex-wrap:wrap;padding:0.75rem}.header-search{order:3;width:100%;max-width:100%;margin:0.75rem 0 0 0}.header-actions{gap:1rem}}.page-wrapper{display:flex;min-height:calc(100vh - 60px)}.sidebar-navigation{width:200px;background-color:#1a3a5c;color:#ffffff;flex-shrink:0;position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto}.sidebar-navigation .nav-main{list-style:none;padding:0;margin:0}.sidebar-navigation .nav-main .nav-item{border-bottom:1px solid rgba(255, 255, 255, 0.1)}.sidebar-navigation .nav-main .nav-item a{display:flex;align-items:center;gap:0.75rem;padding:1rem 1.25rem;color:#ffffff;text-decoration:none;font-size:14px;transition:all 0.2s;position:relative}.sidebar-navigation .nav-main .nav-item a .icon{font-size:18px;width:20px;text-align:center}.sidebar-navigation .nav-main .nav-item a:hover{background-color:#2c4a6e}.sidebar-navigation .nav-main .nav-item a.active{background-color:#2c4a6e;border-left:3px solid #dc3545;padding-left:calc(1.25rem - 3px)}.sidebar-navigation .nav-main .nav-item.has-children>a::after{content:"▼";margin-left:auto;font-size:10px;transition:transform 0.2s}.sidebar-navigation .nav-main .nav-item.has-children.open>a::after{transform:rotate(180deg)}.sidebar-navigation .nav-main .nav-item.has-children .sub-menu{list-style:none;padding:0;margin:0;background-color:rgba(0, 0, 0, 0.2);max-height:0;overflow:hidden;transition:max-height 0.3s ease}.sidebar-navigation .nav-main .nav-item.has-children .sub-menu.show{max-height:500px}.sidebar-navigation .nav-main .nav-item.has-children .sub-menu a{padding-left:3rem;font-size:13px}.main-content{flex:1;padding:2rem;background-color:#ffffff;min-width:0}@media (max-width:768px){.page-wrapper{flex-direction:column}.sidebar-navigation{width:100%;height:auto;position:relative;top:0}.sidebar-navigation .nav-main{display:flex;flex-wrap:wrap}.sidebar-navigation .nav-main .nav-item{flex:1 1 auto;border-right:1px solid rgba(255, 255, 255, 0.1)}.sidebar-navigation .nav-main .nav-item a{padding:0.75rem;justify-content:center;flex-direction:column;gap:0.25rem;font-size:12px}.sidebar-navigation .nav-main .nav-item a .icon{font-size:20px}.sidebar-navigation .nav-main .nav-item.has-children .sub-menu{position:absolute;width:100%;left:0;z-index:100}.main-content{padding:1rem}}.footer-main{background-color:#f8f9fa;padding:2rem 1.5rem 1rem;margin-top:auto;border-top:1px solid #e9ecef}.footer-main .footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-main .footer-column{flex:1;min-width:200px}.footer-main .footer-column h4{font-size:14px;font-weight:600;margin-bottom:1rem;color:#1a3a5c;text-transform:uppercase}.footer-main .footer-column ul{list-style:none;padding:0;margin:0}.footer-main .footer-column ul li{margin-bottom:0.5rem}.footer-main .footer-column ul li a{color:#212529;text-decoration:none;font-size:13px;transition:color 0.2s}.footer-main .footer-column ul li a:hover{color:#1a3a5c}.footer-main .footer-column p{font-size:13px;line-height:1.6;color:#212529}.footer-main .footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1rem;border-top:1px solid #e9ecef;text-align:center;font-size:12px;color:#666}.footer-main .footer-bottom a{color:#666;text-decoration:none;margin:0 0.5rem}.footer-main .footer-bottom a:hover{color:#1a3a5c}@media (max-width:768px){.footer-main{padding:1.5rem 1rem}.footer-main .footer-content{flex-direction:column;gap:1.5rem}.footer-main .footer-column{min-width:100%}}.product-listing .listing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #1a3a5c}.product-listing .listing-header h1{font-size:24px;font-weight:600;color:#1a3a5c;margin:0}.product-listing .listing-header .listing-actions{display:flex;gap:1rem;align-items:center}.product-listing .listing-header .listing-actions .search-box{position:relative}.product-listing .listing-header .listing-actions .search-box input{padding:0.5rem 1rem;border:1px solid #e9ecef;border-radius:4px;width:250px;font-size:14px}.product-listing .listing-header .listing-actions .filter-toggle{padding:0.5rem 1rem;background-color:#ffffff;border:1px solid #1a3a5c;color:#1a3a5c;border-radius:4px;cursor:pointer;font-size:14px;transition:all 0.2s}.product-listing .listing-header .listing-actions .filter-toggle:hover{background-color:#1a3a5c;color:#ffffff}.product-listing .listing-header .listing-actions .checkbox-label{display:flex;align-items:center;gap:0.5rem;font-size:14px;cursor:pointer}.product-listing .listing-header .listing-actions .checkbox-label input[type="checkbox"]{width:16px;height:16px}.product-listing .product-table{width:100%;border-collapse:collapse;background-color:#ffffff;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1)}.product-listing .product-table thead th{background-color:#1a3a5c;color:#ffffff;padding:0.75rem 1rem;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;white-space:nowrap}.product-listing .product-table thead th.sortable{cursor:pointer;user-select:none}.product-listing .product-table thead th.sortable:hover{background-color:#2c4a6e}.product-listing .product-table thead th.sortable::after{content:" ↕";opacity:0.5}.product-listing .product-table thead th.sortable.asc::after{content:" ↑";opacity:1}.product-listing .product-table thead th.sortable.desc::after{content:" ↓";opacity:1}.product-listing .product-table tbody tr{border-bottom:1px solid #e9ecef;transition:all 0.2s}.product-listing .product-table tbody tr:nth-child(even){background-color:#f8f9fa}.product-listing .product-table tbody tr:hover{background-color:#fefefe;box-shadow:0 2px 4px rgba(0, 0, 0, 0.1)}.product-listing .product-table tbody tr td{padding:0.75rem 1rem;font-size:14px;vertical-align:middle}.product-listing .product-table tbody tr td.product-info .product-name{font-weight:500;color:#212529;margin-bottom:0.25rem}.product-listing .product-table tbody tr td.product-info .product-ean{font-size:12px;color:#666;font-family:monospace}.product-listing .product-table tbody tr td.product-info .product-part-no{font-size:12px;color:#666;font-family:monospace}.product-listing .product-table tbody tr td.product-quantity .quantity-control{display:flex;align-items:center;gap:0.5rem}.product-listing .product-table tbody tr td.product-quantity .quantity-control button{width:28px;height:28px;border:1px solid #e9ecef;background-color:#ffffff;color:#212529;border-radius:4px;cursor:pointer;font-size:16px;line-height:1;transition:all 0.2s}.product-listing .product-table tbody tr td.product-quantity .quantity-control button:hover{background-color:#1a3a5c;color:#ffffff;border-color:#1a3a5c}.product-listing .product-table tbody tr td.product-quantity .quantity-control button:disabled{opacity:0.5;cursor:not-allowed}.product-listing .product-table tbody tr td.product-quantity .quantity-control input{width:50px;text-align:center;padding:0.25rem;border:1px solid #e9ecef;border-radius:4px;font-size:14px}.product-listing .product-table tbody tr td.product-price{font-weight:600;font-size:16px;color:#1a3a5c;white-space:nowrap}.product-listing .product-table tbody tr td.product-stock .stock-indicator{display:flex;align-items:center;gap:0.5rem;font-size:13px}.product-listing .product-table tbody tr td.product-stock .stock-indicator.in-stock{color:#28a745}.product-listing .product-table tbody tr td.product-stock .stock-indicator.in-stock::before{content:"●";font-size:16px}.product-listing .product-table tbody tr td.product-stock .stock-indicator.out-of-stock{color:#dc3545}.product-listing .product-table tbody tr td.product-stock .stock-indicator.out-of-stock::before{content:"●";font-size:16px}.product-listing .product-table tbody tr td.product-stock .stock-indicator.limited-stock{color:#ffc107}.product-listing .product-table tbody tr td.product-stock .stock-indicator.limited-stock::before{content:"●";font-size:16px}.product-listing .product-table tbody tr td.product-points{display:flex;align-items:center;gap:0.25rem;font-weight:500}.product-listing .product-table tbody tr td.product-points .points-icon{width:20px;height:20px;background-color:#dc3545;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.product-listing .product-table tbody tr td.product-actions .btn-add-to-cart{padding:0.5rem 1rem;background-color:#1a3a5c;color:#ffffff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all 0.2s;display:flex;align-items:center;gap:0.5rem}.product-listing .product-table tbody tr td.product-actions .btn-add-to-cart:hover{background-color:#2c4a6e}.product-listing .product-table tbody tr td.product-actions .btn-add-to-cart:disabled{opacity:0.5;cursor:not-allowed}.product-listing .product-table tbody tr td.product-actions .btn-add-to-cart .icon{font-size:16px}.product-listing .listing-pagination{display:flex;justify-content:center;align-items:center;gap:0.5rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #e9ecef}.product-listing .listing-pagination .page-link{padding:0.5rem 0.75rem;border:1px solid #e9ecef;background-color:#ffffff;color:#1a3a5c;text-decoration:none;border-radius:4px;transition:all 0.2s}.product-listing .listing-pagination .page-link:hover{background-color:#1a3a5c;color:#ffffff;border-color:#1a3a5c}.product-listing .listing-pagination .page-link.active{background-color:#1a3a5c;color:#ffffff;border-color:#1a3a5c}.product-listing .listing-pagination .page-link.disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}@media (max-width:768px){.product-listing .listing-header{flex-direction:column;gap:1rem;align-items:flex-start}.product-listing .listing-header .listing-actions{flex-direction:column;width:100%}.product-listing .listing-header .listing-actions .search-box input{width:100%}.product-listing .product-table{display:block;overflow-x:auto}.product-listing .product-table thead{display:none}.product-listing .product-table tbody{display:block}.product-listing .product-table tbody tr{display:block;margin-bottom:1rem;border:1px solid #e9ecef;border-radius:4px;padding:1rem}.product-listing .product-table tbody tr td{display:block;padding:0.5rem 0;border:none}.product-listing .product-table tbody tr td::before{content:attr(data-label);font-weight:600;display:inline-block;width:120px}.product-listing .product-table tbody tr td.product-actions{margin-top:1rem}.product-listing .product-table tbody tr td.product-actions .btn-add-to-cart{width:100%;justify-content:center}}.cart-sidebar{position:fixed;right:0;top:60px;width:300px;height:calc(100vh - 60px);background-color:#2c4a6e;color:#ffffff;box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);display:flex;flex-direction:column;z-index:900;transform:translateX(100%);transition:transform 0.3s ease}.cart-sidebar.open{transform:translateX(0)}.cart-sidebar .cart-header{padding:1rem;background-color:#1a3a5c;border-bottom:1px solid rgba(255, 255, 255, 0.1);display:flex;justify-content:space-between;align-items:center}.cart-sidebar .cart-header h3{margin:0;font-size:16px;font-weight:600;text-transform:uppercase}.cart-sidebar .cart-header .close-btn{background:none;border:none;color:#ffffff;font-size:24px;cursor:pointer;padding:0;line-height:1}.cart-sidebar .cart-header .close-btn:hover{opacity:0.7}.cart-sidebar .cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-sidebar .cart-items .cart-item{background-color:rgba(255, 255, 255, 0.05);border-radius:4px;padding:0.75rem;margin-bottom:0.75rem;border-left:3px solid #dc3545}.cart-sidebar .cart-items .cart-item .item-name{font-size:13px;font-weight:500;margin-bottom:0.25rem;line-height:1.3}.cart-sidebar .cart-items .cart-item .item-details{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255, 255, 255, 0.8);margin-top:0.5rem}.cart-sidebar .cart-items .cart-item .item-details .item-ean{font-family:monospace}.cart-sidebar .cart-items .cart-item .item-details .item-quantity{display:flex;align-items:center;gap:0.5rem}.cart-sidebar .cart-items .cart-item .item-details .item-quantity button{width:20px;height:20px;border:1px solid rgba(255, 255, 255, 0.3);background-color:transparent;color:#ffffff;border-radius:3px;cursor:pointer;font-size:12px;line-height:1;transition:all 0.2s}.cart-sidebar .cart-items .cart-item .item-details .item-quantity button:hover{background-color:rgba(255, 255, 255, 0.1)}.cart-sidebar .cart-items .cart-item .item-details .item-quantity span{min-width:30px;text-align:center;font-weight:500}.cart-sidebar .cart-items .cart-item .item-price{font-size:14px;font-weight:600;margin-top:0.5rem;text-align:right}.cart-sidebar .cart-items .cart-item .item-remove{margin-top:0.5rem;text-align:right}.cart-sidebar .cart-items .cart-item .item-remove button{background:none;border:none;color:rgba(255, 255, 255, 0.6);font-size:11px;cursor:pointer;text-decoration:underline}.cart-sidebar .cart-items .cart-item .item-remove button:hover{color:#dc3545}.cart-sidebar .cart-items .cart-empty{text-align:center;padding:2rem 1rem;color:rgba(255, 255, 255, 0.6);font-size:14px}.cart-sidebar .cart-summary{padding:1rem;background-color:rgba(0, 0, 0, 0.2);border-top:1px solid rgba(255, 255, 255, 0.1)}.cart-sidebar .cart-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:0.5rem;font-size:13px}.cart-sidebar .cart-summary .summary-row .label{color:rgba(255, 255, 255, 0.8)}.cart-sidebar .cart-summary .summary-row .value{font-weight:500}.cart-sidebar .cart-summary .summary-row.total{margin-top:0.75rem;padding-top:0.75rem;border-top:1px solid rgba(255, 255, 255, 0.2);font-size:16px;font-weight:600}.cart-sidebar .cart-summary .summary-row.total .value{color:#ffffff}.cart-sidebar .cart-summary .btn-checkout{width:100%;padding:0.75rem;margin-top:1rem;background-color:#dc3545;color:#ffffff;border:none;border-radius:4px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all 0.2s}.cart-sidebar .cart-summary .btn-checkout:hover{background-color:#bd2130;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0, 0, 0, 0.2)}.cart-sidebar .cart-summary .btn-checkout:disabled{opacity:0.5;cursor:not-allowed;transform:none}.cart-toggle{position:fixed;right:0;top:50%;transform:translateY(-50%);background-color:#dc3545;color:#ffffff;padding:1rem 0.5rem;border-radius:4px 0 0 4px;cursor:pointer;z-index:899;box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);transition:all 0.2s}.cart-toggle:hover{padding-right:0.75rem}.cart-toggle .cart-count{display:block;width:24px;height:24px;background-color:#ffffff;color:#dc3545;border-radius:50%;text-align:center;line-height:24px;font-weight:600;font-size:12px;margin-bottom:0.5rem}.cart-toggle .icon{font-size:20px}@media (max-width:768px){.cart-sidebar{width:100%;max-width:350px}.cart-toggle{bottom:20px;top:auto;right:20px;transform:none;border-radius:50%;width:60px;height:60px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-toggle .cart-count{position:absolute;top:-5px;right:-5px;margin:0}}.login-page{min-height:100vh;display:flex;background:linear-gradient(135deg, #1a3a5c 0%, #2c4a6e 100%);position:relative;overflow:hidden}.login-page::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%231a3a5c" width="1200" height="600"/><g fill-opacity="0.05"><circle fill="%23fff" cx="200" cy="100" r="100"/><circle fill="%23fff" cx="800" cy="400" r="150"/><circle fill="%23fff" cx="1000" cy="200" r="80"/></g></svg>');background-size:cover;opacity:0.3}.login-page .login-container{display:flex;width:100%;max-width:1400px;margin:auto;position:relative;z-index:1}.login-page .login-hero{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#ffffff}.login-page .login-hero .hero-logo{margin-bottom:2rem}.login-page .login-hero .hero-logo img{max-width:300px;height:auto}.login-page .login-hero .hero-content{text-align:center;max-width:600px}.login-page .login-hero .hero-content h1{font-size:42px;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase}.login-page .login-hero .hero-content h2{font-size:28px;font-weight:400;margin-bottom:2rem;opacity:0.9}.login-page .login-hero .hero-content .hero-badge{display:inline-block;margin-bottom:2rem}.login-page .login-hero .hero-content .hero-badge img{max-width:150px;height:auto}.login-page .login-hero .hero-image{margin-top:2rem;max-width:700px;width:100%}.login-page .login-hero .hero-image img{width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3))}.login-page .login-form-wrapper{width:400px;background-color:#ffffff;padding:3rem;display:flex;flex-direction:column;justify-content:center;box-shadow:-10px 0 30px rgba(0, 0, 0, 0.2)}.login-page .login-form-wrapper .form-header{text-align:center;margin-bottom:2rem}.login-page .login-form-wrapper .form-header .logo-small{max-width:150px;margin-bottom:1.5rem}.login-page .login-form-wrapper .form-header h3{font-size:24px;font-weight:600;color:#1a3a5c;margin-bottom:0.5rem}.login-page .login-form-wrapper .form-header p{font-size:14px;color:#666}.login-page .login-form-wrapper .login-form .form-group{margin-bottom:1.25rem}.login-page .login-form-wrapper .login-form .form-group label{display:block;margin-bottom:0.5rem;font-size:13px;font-weight:500;color:#212529}.login-page .login-form-wrapper .login-form .form-group input{width:100%;padding:0.75rem 1rem;border:1px solid #e9ecef;border-radius:4px;font-size:14px;transition:all 0.2s}.login-page .login-form-wrapper .login-form .form-group input:focus{outline:none;border-color:#1a3a5c;box-shadow:0 0 0 3px rgba(26, 58, 92, 0.1)}.login-page .login-form-wrapper .login-form .form-group input::placeholder{color:#999}.login-page .login-form-wrapper .login-form .form-group input.error{border-color:#dc3545}.login-page .login-form-wrapper .login-form .form-group .error-message{color:#dc3545;font-size:12px;margin-top:0.25rem}.login-page .login-form-wrapper .login-form .form-checkbox{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:1.5rem}.login-page .login-form-wrapper .login-form .form-checkbox input[type="checkbox"]{width:18px;height:18px;margin-top:2px;cursor:pointer}.login-page .login-form-wrapper .login-form .form-checkbox label{font-size:12px;color:#666;line-height:1.4;cursor:pointer}.login-page .login-form-wrapper .login-form .form-checkbox label a{color:#1a3a5c;text-decoration:underline}.login-page .login-form-wrapper .login-form .form-checkbox label a:hover{color:#2c4a6e}.login-page .login-form-wrapper .login-form .btn-login{width:100%;padding:0.875rem;background-color:#1a3a5c;color:#ffffff;border:none;border-radius:4px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all 0.2s}.login-page .login-form-wrapper .login-form .btn-login:hover{background-color:#2c4a6e;transform:translateY(-1px);box-shadow:0 4px 12px rgba(26, 58, 92, 0.3)}.login-page .login-form-wrapper .login-form .btn-login:active{transform:translateY(0)}.login-page .login-form-wrapper .login-form .btn-login:disabled{opacity:0.6;cursor:not-allowed;transform:none}.login-page .login-form-wrapper .login-form .form-footer{text-align:center;margin-top:1.5rem}.login-page .login-form-wrapper .login-form .form-footer a{color:#1a3a5c;font-size:13px;text-decoration:none;transition:color 0.2s}.login-page .login-form-wrapper .login-form .form-footer a:hover{color:#2c4a6e;text-decoration:underline}.login-page .login-form-wrapper .language-selector{position:absolute;top:1.5rem;right:1.5rem;display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;background-color:rgba(255, 255, 255, 0.1);border-radius:4px;cursor:pointer;transition:background-color 0.2s}.login-page .login-form-wrapper .language-selector:hover{background-color:rgba(255, 255, 255, 0.15)}.login-page .login-form-wrapper .language-selector img{width:20px;height:14px}.login-page .login-form-wrapper .language-selector span{color:#ffffff;font-size:13px;font-weight:500}@media (max-width:1024px){.login-page .login-container{flex-direction:column}.login-page .login-hero{padding:2rem}.login-page .login-hero .hero-content h1{font-size:32px}.login-page .login-hero .hero-content h2{font-size:22px}.login-page .login-hero .hero-image{max-width:500px}.login-page .login-form-wrapper{width:100%;max-width:450px;margin:0 auto;box-shadow:none}}@media (max-width:768px){.login-page .login-hero{padding:1.5rem}.login-page .login-hero .hero-content h1{font-size:24px}.login-page .login-hero .hero-content h2{font-size:18px}.login-page .login-hero .hero-image{display:none}.login-page .login-form-wrapper{padding:2rem 1.5rem}}.become-dealer-page{min-height:100vh;background-color:#f8f9fa}.become-dealer-page .dealer-header{background-color:#1a3a5c;color:#ffffff;padding:1rem 0}.become-dealer-page .dealer-header .header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.become-dealer-page .dealer-header .header-content .logo img{max-height:40px}.become-dealer-page .dealer-header .header-content .header-actions{display:flex;gap:1.5rem;align-items:center}.become-dealer-page .dealer-header .header-content .header-actions a{color:#ffffff;text-decoration:none;font-size:14px;transition:opacity 0.2s}.become-dealer-page .dealer-header .header-content .header-actions a:hover{opacity:0.8}.become-dealer-page .dealer-header .header-content .header-actions .btn-login{padding:0.5rem 1.5rem;background-color:transparent;border:1px solid #ffffff;color:#ffffff;border-radius:4px;text-decoration:none;transition:all 0.2s}.become-dealer-page .dealer-header .header-content .header-actions .btn-login:hover{background-color:#ffffff;color:#1a3a5c}.become-dealer-page .dealer-header .header-content .header-actions .btn-become-dealer{padding:0.5rem 1.5rem;background-color:#dc3545;color:#ffffff;border:none;border-radius:4px;font-weight:600;text-decoration:none;transition:all 0.2s}.become-dealer-page .dealer-header .header-content .header-actions .btn-become-dealer:hover{background-color:#bd2130}.become-dealer-page .dealer-hero{background-color:#ffffff;padding:4rem 1.5rem;text-align:center}.become-dealer-page .dealer-hero h1{font-size:48px;font-weight:700;color:#212529;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px}.become-dealer-page .dealer-steps{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.become-dealer-page .dealer-steps .step-card{background-color:#ffffff;border-radius:12px;padding:2.5rem 2rem;text-align:center;box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);transition:all 0.3s}.become-dealer-page .dealer-steps .step-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0, 0, 0, 0.12)}.become-dealer-page .dealer-steps .step-card .step-icon{width:150px;height:150px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.become-dealer-page .dealer-steps .step-card .step-icon img{max-width:100%;height:auto}.become-dealer-page .dealer-steps .step-card .step-icon .robot{width:120px;height:120px;background-color:#f8f9fa;border-radius:20px;position:relative;display:flex;align-items:center;justify-content:center}.become-dealer-page .dealer-steps .step-card .step-icon .robot::before{content:"?";font-size:60px;font-weight:700;color:#1a3a5c}.become-dealer-page .dealer-steps .step-card .step-icon .robot.robot-1::before{content:"?"}.become-dealer-page .dealer-steps .step-card .step-icon .robot.robot-2::before{content:"📄"}.become-dealer-page .dealer-steps .step-card .step-icon .robot.robot-3::before{content:"🛒"}.become-dealer-page .dealer-steps .step-card h3{font-size:22px;font-weight:600;color:#212529;margin-bottom:1rem}.become-dealer-page .dealer-steps .step-card p{font-size:15px;line-height:1.6;color:#666}.become-dealer-page .dealer-form-section{background-color:#1a3a5c;padding:4rem 1.5rem;margin-top:2rem}.become-dealer-page .dealer-form-section .form-container{max-width:900px;margin:0 auto;background-color:rgba(255, 255, 255, 0.05);border-radius:12px;padding:3rem;border:1px solid rgba(255, 255, 255, 0.1)}.become-dealer-page .dealer-form-section .form-container h2{color:#ffffff;font-size:28px;font-weight:600;margin-bottom:2rem;text-align:center}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-bottom:1.5rem}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-row.full-width{grid-template-columns:1fr}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group label{display:block;color:#ffffff;font-size:14px;font-weight:500;margin-bottom:0.5rem}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group label .required{color:#dc3545}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group input,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group textarea,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group select{width:100%;padding:0.875rem 1rem;border:1px solid rgba(255, 255, 255, 0.2);background-color:rgba(255, 255, 255, 0.1);color:#ffffff;border-radius:6px;font-size:14px;transition:all 0.2s}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group input::placeholder,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group textarea::placeholder,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group select::placeholder{color:rgba(255, 255, 255, 0.5)}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group input:focus,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group textarea:focus,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group select:focus{outline:none;border-color:#ffffff;background-color:rgba(255, 255, 255, 0.15);box-shadow:0 0 0 3px rgba(255, 255, 255, 0.1)}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group input.error,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group textarea.error,.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group select.error{border-color:#dc3545}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group textarea{min-height:120px;resize:vertical}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group select{cursor:pointer}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-group .error-message{color:#dc3545;font-size:12px;margin-top:0.25rem;display:block}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-checkbox{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:1.5rem}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-checkbox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-checkbox label{color:rgba(255, 255, 255, 0.9);font-size:13px;line-height:1.5;cursor:pointer}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-checkbox label a{color:#ffffff;text-decoration:underline}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-checkbox label a:hover{color:#dc3545}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-checkbox label .required{color:#dc3545}.become-dealer-page .dealer-form-section .form-container .dealer-form .btn-submit{width:100%;padding:1rem;background-color:#dc3545;color:#ffffff;border:none;border-radius:6px;font-size:16px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all 0.2s}.become-dealer-page .dealer-form-section .form-container .dealer-form .btn-submit:hover{background-color:#bd2130;transform:translateY(-2px);box-shadow:0 6px 16px rgba(220, 53, 69, 0.4)}.become-dealer-page .dealer-form-section .form-container .dealer-form .btn-submit:active{transform:translateY(0)}.become-dealer-page .dealer-form-section .form-container .dealer-form .btn-submit:disabled{opacity:0.6;cursor:not-allowed;transform:none}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-info{text-align:center;color:rgba(255, 255, 255, 0.7);font-size:13px;margin-top:1.5rem;line-height:1.6}.become-dealer-page .dealer-footer{background-color:#212529;color:rgba(255, 255, 255, 0.7);padding:2rem 1.5rem;text-align:center}.become-dealer-page .dealer-footer .footer-content{max-width:1200px;margin:0 auto}.become-dealer-page .dealer-footer .footer-content p{margin-bottom:0.5rem;font-size:13px}.become-dealer-page .dealer-footer .footer-content .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.become-dealer-page .dealer-footer .footer-content .footer-links a{color:rgba(255, 255, 255, 0.7);text-decoration:none;font-size:13px;transition:color 0.2s}.become-dealer-page .dealer-footer .footer-content .footer-links a:hover{color:#ffffff}@media (max-width:1024px){.become-dealer-page .dealer-steps{grid-template-columns:1fr;gap:1.5rem}.become-dealer-page .dealer-form-section .form-container{padding:2rem}.become-dealer-page .dealer-form-section .form-container .dealer-form .form-row{grid-template-columns:1fr}}@media (max-width:768px){.become-dealer-page .dealer-header .header-content{flex-direction:column;gap:1rem}.become-dealer-page .dealer-header .header-content .header-actions{width:100%;justify-content:center}.become-dealer-page .dealer-hero{padding:2rem 1rem}.become-dealer-page .dealer-hero h1{font-size:32px}.become-dealer-page .dealer-steps{padding:2rem 1rem}.become-dealer-page .dealer-form-section{padding:2rem 1rem}.become-dealer-page .dealer-form-section .form-container{padding:1.5rem}.become-dealer-page .dealer-form-section .form-container h2{font-size:22px}}.container-fluid{max-width:100%;padding:0;margin:0}.text-center{text-align:center}.mt-3{margin-top:1rem}.mb-3{margin-bottom:1rem}.btn{display:inline-block;padding:0.5rem 1rem;font-size:14px;font-weight:500;text-align:center;text-decoration:none;border:none;border-radius:4px;cursor:pointer;transition:all 0.2s ease}.btn:hover{opacity:0.9}.btn-primary{background-color:#1a3a5c;color:#ffffff}.btn-primary:hover{background-color:#2c4a6e}.btn-danger{background-color:#dc3545;color:#ffffff}.btn-danger:hover{background-color:#bd2130}.btn-sm{padding:0.25rem 0.5rem;font-size:12px}.form-control{display:block;width:100%;padding:0.5rem 0.75rem;font-size:14px;line-height:1.5;color:#212529;background-color:#ffffff;border:1px solid #e9ecef;border-radius:4px;transition:border-color 0.15s ease-in-out}.form-control:focus{outline:none;border-color:#1a3a5c;box-shadow:0 0 0 0.2rem rgba(26, 58, 92, 0.25)}.table{width:100%;border-collapse:collapse;margin-bottom:1rem}.table th,.table td{padding:0.75rem;text-align:left;border-bottom:1px solid #e9ecef}.table th{background-color:#1a3a5c;color:#ffffff;font-weight:600;text-transform:uppercase;font-size:12px}.table tbody tr:nth-child(even){background-color:#f8f9fa}.table tbody tr:hover{background-color:#fefefe;box-shadow:0 2px 4px rgba(0, 0, 0, 0.1)}.status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:0.5rem}.status-indicator.in-stock{background-color:#28a745}.status-indicator.out-of-stock{background-color:#dc3545}.status-indicator.limited-stock{background-color:#ffc107}@media (max-width:768px){body{font-size:13px}.btn{padding:0.4rem 0.8rem;font-size:13px}}