.common-card{background:#fff;border-radius:12px;box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease;border:1px solid var(--border-color);width:100%;display:flex;flex-direction:column}.common-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.common-card .card-image{position:relative;aspect-ratio:3/2;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;overflow:hidden}.common-card .card-image .product-image{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.common-card .card-image .item-emoji{font-size:4rem;opacity:.7;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.common-card .card-image .item-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--error-color);z-index:2}.common-card .card-image:hover .product-image{transform:scale(1.05)}.common-card .card-content{padding:20px;flex:1 1;display:flex;flex-direction:column}.common-card .card-content .item-name{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:12px;line-height:1.3;font-family:var(--font-inter)}.common-card .card-content .item-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.common-card .card-content .item-rating .stars{display:flex;gap:.25rem}.common-card .card-content .item-rating .stars .star{font-size:.875rem;opacity:.3;transition:opacity .2s ease}.common-card .card-content .item-rating .stars .star.filled{opacity:1;color:#fbbf24}.common-card .card-content .item-rating .rating-text{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-inter)}.common-card .card-content .item-brand{margin-bottom:1rem}.common-card .card-content .item-brand span{color:var(--primary-color);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;background:rgba(59,130,246,.1);padding:4px 8px;border-radius:4px;font-family:var(--font-inter)}.common-card .card-content .item-description{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-inter)}.common-card .card-content .item-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:var(--bg-light);border-radius:6px;border:1px solid var(--border-color)}.common-card .card-content .item-details .detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.common-card .card-content .item-details .detail-item .detail-label{color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.common-card .card-content .item-details .detail-item .detail-value{color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.common-card .card-content .item-details .detail-item .detail-value.in-stock{color:var(--success-color)}.common-card .card-content .item-details .detail-item .detail-value.out-of-stock{color:var(--error-color)}.common-card .card-content .car-specs{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.common-card .card-content .car-specs .spec-item{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);padding:.5rem .75rem;border-radius:20px}.common-card .card-content .car-specs .spec-item .spec-icon{font-size:1rem}.common-card .card-content .car-specs .spec-item .spec-label{font-size:.75rem;color:var(--text-primary);font-weight:600;text-transform:capitalize;font-family:var(--font-inter)}.common-card .card-content .car-details{margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.common-card .card-content .car-details .detail-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:var(--bg-light);border-radius:6px;border:1px solid var(--border-color)}.common-card .card-content .car-details .detail-item .detail-label{font-size:.75rem;color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.common-card .card-content .car-details .detail-item .detail-value{font-size:.75rem;color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.common-card .card-content .car-features{margin-bottom:1rem}.common-card .card-content .car-features .features-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-family:var(--font-inter)}.common-card .card-content .car-features .features-list{display:flex;flex-wrap:wrap;gap:.5rem}.common-card .card-content .car-features .features-list .feature-tag{background:var(--bg-light);color:var(--text-primary);padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;font-family:var(--font-inter)}.common-card .card-content .car-features .features-list .feature-more{background:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;cursor:pointer;font-family:var(--font-inter)}.common-card .card-content .car-features .features-list .feature-more:hover{background:var(--primary-hover)}.common-card .card-content .car-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem .75rem;background:var(--bg-light);border-radius:8px}.common-card .card-content .car-location .location-icon{font-size:.875rem;color:var(--text-secondary)}.common-card .card-content .car-location .location-text{font-size:.875rem;color:var(--text-primary);font-weight:500;font-family:var(--font-inter)}.common-card .card-content .card-actions{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.common-card .card-content .card-actions .view-details-btn{width:100%;padding:.875rem 1rem;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-inter)}.common-card .card-content .card-actions .view-details-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.common-card .card-content .card-actions .view-details-btn:active{transform:translateY(0)}.common-card .card-content .card-actions .view-details-btn .eye-icon{width:16px;height:16px}.common-card .card-content .card-actions .add-to-cart-btn{width:100%;padding:.875rem 1rem;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;font-family:var(--font-inter)}.common-card .card-content .card-actions .add-to-cart-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.common-card .card-content .card-actions .add-to-cart-btn:active{transform:translateY(0)}.common-card .card-content .card-actions .add-to-cart-btn:disabled{background:var(--text-tertiary);cursor:not-allowed;opacity:.6}.common-card .card-content .card-actions .contact-us-btn{width:100%;padding:.875rem 1rem;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;font-family:var(--font-inter)}.common-card .card-content .card-actions .contact-us-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.common-card .card-content .card-actions .contact-us-btn:active{transform:translateY(0)}.common-card .card-content .card-actions .contact-us-btn.secondary{background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color)}.common-card .card-content .card-actions .contact-us-btn.secondary:hover{background:var(--primary-color);color:#fff}@media(max-width:768px){.common-card .card-content{padding:16px}.common-card .card-content .car-specs{gap:.75rem}.common-card .card-content .car-specs .spec-item{padding:.4rem .6rem}.common-card .card-content .car-details{grid-template-columns:1fr;gap:.5rem}.common-card .card-content .card-actions{gap:.6rem}.common-card .card-content .card-actions .add-to-cart-btn,.common-card .card-content .card-actions .contact-us-btn,.common-card .card-content .card-actions .view-details-btn{padding:.75rem .875rem;font-size:.85rem}}@media(max-width:480px){.common-card .card-content{padding:12px}.common-card .card-content .item-name{font-size:1.1rem}.common-card .card-content .car-specs{gap:.5rem}.common-card .card-content .car-specs .spec-item{padding:.3rem .5rem}.common-card .card-content .car-specs .spec-item .spec-label{font-size:.7rem}.common-card .card-content .card-actions{gap:.5rem}.common-card .card-content .card-actions .add-to-cart-btn,.common-card .card-content .card-actions .contact-us-btn,.common-card .card-content .card-actions .view-details-btn{padding:.6rem .75rem;font-size:.8rem}}.products-section{padding:6rem 0;background:#fff}.products-section .products-container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-section .subsection-header{text-align:center;margin-bottom:3rem;margin-top:5rem}.products-section .subsection-header:first-of-type{margin-top:0}.products-section .subsection-header .section-title{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem;font-family:var(--font-inter);display:flex;align-items:center;justify-content:center;gap:.75rem}.products-section .subsection-header .section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:560px;margin:0 auto;line-height:1.6;font-family:var(--font-inter)}.products-section .cars-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.products-section .cars-grid .error-state,.products-section .cars-grid .no-products-state,.products-section .cars-grid .product-card-skeleton{grid-column:span 1}.products-section .cars-grid .error-state,.products-section .cars-grid .no-products-state{grid-column:1/-1;text-align:center;padding:3rem 2rem;background:var(--bg-light);border-radius:12px;border:1px solid var(--border-color)}.products-section .cars-grid .error-state p,.products-section .cars-grid .no-products-state p{font-size:1.125rem;color:var(--text-secondary);margin:0;font-family:var(--font-inter)}.products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.products-section .products-grid .product-card-skeleton{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border-color);width:100%;min-height:400px;display:flex;flex-direction:column;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.products-section .products-grid .product-card-skeleton .skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:200px;flex-shrink:0}.products-section .products-grid .product-card-skeleton .skeleton-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;gap:1rem}.products-section .products-grid .product-card-skeleton .skeleton-content .skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:20px;border-radius:4px;width:80%}.products-section .products-grid .product-card-skeleton .skeleton-content .skeleton-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:16px;border-radius:4px;width:60%}.products-section .products-grid .product-card-skeleton .skeleton-content .skeleton-rating{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:16px;border-radius:4px;width:40%}.products-section .products-grid .error-state,.products-section .products-grid .no-products-state{grid-column:1/-1;text-align:center;padding:3rem 2rem;background:var(--bg-light);border-radius:12px;border:1px solid var(--border-color)}.products-section .products-grid .error-state p,.products-section .products-grid .no-products-state p{font-size:1.125rem;color:var(--text-secondary);margin:0;font-family:var(--font-inter)}.products-section .products-grid .error-state{background:#fef2f2;border-color:#fecaca}.products-section .products-grid .error-state p{color:#dc2626}.products-section .products-grid .product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--border-color);width:100%;min-height:400px;display:flex;flex-direction:column}.products-section .products-grid .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.products-section .products-grid .product-card .product-image{position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;text-align:center;min-height:200px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.products-section .products-grid .product-card .product-image .product-emoji{font-size:4rem;filter:grayscale(.3);transition:all .3s ease;display:block}.products-section .products-grid .product-card .product-image .product-badge{position:absolute;top:1rem;right:1rem;background:var(--error-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.products-section .products-grid .product-card .product-info .product-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;line-height:1.4;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.products-section .products-grid .product-card .product-info .car-rating .stars{display:flex;gap:.25rem}.products-section .products-grid .product-card .product-info .car-rating .stars .star{font-size:.875rem;opacity:.3;transition:opacity .2s ease}.products-section .products-grid .product-card .product-info .car-rating .stars .star.filled{opacity:1;color:#fbbf24}.products-section .products-grid .product-card .product-info .car-rating .rating-text{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-brand{margin-bottom:1rem}.products-section .products-grid .product-card .product-info .product-brand span{color:var(--primary-color);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;background:rgba(59,130,246,.1);padding:4px 8px;border-radius:4px;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.products-section .products-grid .product-card .product-info .product-rating .stars{display:flex;gap:.25rem}.products-section .products-grid .product-card .product-info .product-rating .stars .star{font-size:.875rem;opacity:.3;transition:opacity .2s ease}.products-section .products-grid .product-card .product-info .product-rating .stars .star.full{opacity:1;color:#fbbf24}.products-section .products-grid .product-card .product-info .product-rating .stars .star.half{opacity:.7;color:#fbbf24}.products-section .products-grid .product-card .product-info .product-rating .stars .star.empty{opacity:.3}.products-section .products-grid .product-card .product-info .product-rating .rating-text{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-description{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:var(--bg-light);border-radius:6px;border:1px solid var(--border-color)}.products-section .products-grid .product-card .product-info .product-details .detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-label{color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-value{color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-value.in-stock{color:var(--success-color)}.products-section .products-grid .product-card .product-info .product-details .detail-item .detail-value.out-of-stock{color:var(--error-color)}.products-section .products-grid .product-card .product-info .car-specs{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.products-section .products-grid .product-card .product-info .car-specs .spec-item{display:flex;align-items:center;gap:.5rem;background:var(--bg-light);padding:.5rem .75rem;border-radius:20px}.products-section .products-grid .product-card .product-info .car-specs .spec-item .spec-icon{font-size:1rem}.products-section .products-grid .product-card .product-info .car-specs .spec-item .spec-label{font-size:.75rem;color:var(--text-primary);font-weight:600;text-transform:capitalize;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-details{margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.products-section .products-grid .product-card .product-info .car-details .detail-item{display:flex;flex-direction:column;gap:.25rem}.products-section .products-grid .product-card .product-info .car-details .detail-item .detail-label{font-size:.875rem;color:var(--text-secondary);font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-details .detail-item .detail-value{font-size:.875rem;color:var(--text-primary);font-weight:600;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features{margin-bottom:1rem}.products-section .products-grid .product-card .product-info .car-features .features-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features .features-list{display:flex;flex-wrap:wrap;gap:.5rem}.products-section .products-grid .product-card .product-info .car-features .features-list .feature-tag{background:var(--bg-light);color:var(--text-primary);padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features .features-list .feature-more{background:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;cursor:pointer;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .car-features .features-list .feature-more:hover{background:var(--primary-hover)}.products-section .products-grid .product-card .product-info .car-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem .75rem;background:var(--bg-light);border-radius:8px}.products-section .products-grid .product-card .product-info .car-location .location-icon{font-size:.875rem;color:var(--text-secondary)}.products-section .products-grid .product-card .product-info .car-location .location-text{font-size:.875rem;color:var(--text-primary);font-weight:500;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.products-section .products-grid .product-card .product-info .product-actions .add-to-cart-btn{width:100%;padding:12px 24px;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.95rem;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions .add-to-cart-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.products-section .products-grid .product-card .product-info .product-actions .add-to-cart-btn:active{transform:translateY(0)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn{width:100%;padding:10px 24px;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn:active{transform:translateY(0)}.products-section .products-grid .product-card .product-info .product-actions .view-details-btn .eye-icon{width:16px;height:16px}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn{width:100%;padding:10px 24px;background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;font-family:var(--font-inter)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn:active{transform:translateY(0)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn.secondary{background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color)}.products-section .products-grid .product-card .product-info .product-actions .contact-us-btn.secondary:hover{background:var(--primary-color);color:#fff}.products-section .products-grid .product-card:hover .product-image .product-emoji{filter:grayscale(0);transform:scale(1.1)}.products-section .show-all-products{text-align:center;margin-bottom:3rem}.products-section .show-all-products .show-all-btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-decoration:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:var(--font-inter);transition:all .3s ease;box-shadow:var(--shadow)}.products-section .show-all-products .show-all-btn:hover{background:linear-gradient(135deg,var(--primary-hover),var(--primary-color));transform:translateY(-2px);box-shadow:var(--shadow-lg)}.products-section .products-cta{background:linear-gradient(135deg,var(--bg-light),#e2e8f0);border-radius:20px;padding:3rem;text-align:center}.products-section .products-cta .cta-content{max-width:600px;margin:0 auto}.products-section .products-cta .cta-content h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-family:var(--font-inter)}.products-section .products-cta .cta-content p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6;font-family:var(--font-inter)}.products-section .products-cta .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center}.products-section .products-cta .cta-content .cta-buttons .cta-button{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:var(--font-inter)}.products-section .products-cta .cta-content .cta-buttons .cta-button.primary{background:var(--primary-color);color:#fff}.products-section .products-cta .cta-content .cta-buttons .cta-button.primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.products-section .products-cta .cta-content .cta-buttons .cta-button.secondary{background:rgba(0,0,0,0);color:var(--primary-color);border:2px solid var(--primary-color)}.products-section .products-cta .cta-content .cta-buttons .cta-button.secondary:hover{background:var(--primary-color);color:#fff}@keyframes pulse{to{opacity:1}50%{opacity:.5}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.products-section .cars-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.products-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media(max-width:768px){.products-section .cars-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.products-section .products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media(max-width:480px){.products-section .cars-grid{grid-template-columns:1fr;gap:.875rem}.products-section .products-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.products-section{padding:4rem 0}.products-section .products-container{padding:0 1rem}.products-section .subsection-header{margin-top:3rem}.products-section .subsection-header .section-title{font-size:2rem}.products-section .products-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.products-section .products-grid .product-card{max-width:100%;min-height:auto}.products-section .show-all-products{margin-bottom:2rem}.products-section .show-all-products .show-all-btn{padding:.875rem 1.5rem;font-size:.875rem}.products-section .products-cta{padding:2rem 1.5rem}.products-section .products-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}.products-section .products-cta .cta-content .cta-buttons .cta-button{width:100%;max-width:250px}}.testimonials-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.testimonials-section .testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials-section .testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-section .testimonials-header .section-title{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1rem;font-family:var(--font-inter)}.testimonials-section .testimonials-header .section-subtitle{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6;font-family:var(--font-inter)}.testimonials-section .testimonials-content{margin-bottom:4rem}.testimonials-section .testimonials-content .testimonials-carousel{position:relative;max-width:800px;margin:0 auto}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card{background:var(--bg-white);border-radius:16px;padding:2.5rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .customer-info{display:flex;align-items:center;gap:1rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .customer-info .avatar{font-size:3rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#fff}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .customer-info .customer-details .customer-name{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.25rem;font-family:var(--font-inter)}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .customer-info .customer-details .customer-role{font-size:.875rem;color:#6b7280;margin-bottom:.25rem;font-family:var(--font-inter)}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .customer-info .customer-details .customer-company{font-size:.875rem;color:#3b82f6;font-weight:500;margin-bottom:.5rem;font-family:var(--font-inter)}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .customer-info .customer-details .verified-badge{display:inline-block;background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;font-family:var(--font-inter)}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .rating{display:flex;gap:.25rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .rating .star{font-size:1.25rem;opacity:.3;transition:opacity .2s ease}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .rating .star.filled{opacity:1}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-content blockquote{font-size:1.125rem;color:#4b5563;line-height:1.7;font-style:italic;margin:0;font-family:var(--font-inter)}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-content blockquote:before{content:'"';font-size:2rem;color:#3b82f6;line-height:0;margin-right:.3rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-content blockquote:after{content:'"';font-size:2rem;color:#3b82f6;line-height:0;margin-left:.3rem}.testimonials-section .testimonials-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}.testimonials-section .testimonials-stats .stat-item{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease}.testimonials-section .testimonials-stats .stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.testimonials-section .testimonials-stats .stat-item .stat-icon{font-size:2.5rem;margin-bottom:1rem}.testimonials-section .testimonials-stats .stat-item .stat-content .stat-number{display:block;font-size:2rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem;font-family:var(--font-inter)}.testimonials-section .testimonials-stats .stat-item .stat-content .stat-label{font-size:.875rem;color:#6b7280;font-weight:500;font-family:var(--font-inter)}@media(max-width:1024px){.testimonials-section .testimonials-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-section{padding:4rem 0}.testimonials-section .testimonials-container{padding:0 1rem}.testimonials-section .testimonials-header{margin-bottom:3rem}.testimonials-section .testimonials-header .section-title{font-size:2.5rem}.testimonials-section .testimonials-header .section-subtitle{font-size:1.125rem}.testimonials-section .testimonials-content{margin-bottom:3rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card{padding:2rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header{flex-direction:column;gap:1rem;align-items:flex-start}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .customer-info .avatar{width:60px;height:60px;font-size:2rem}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-header .rating{align-self:flex-end}.testimonials-section .testimonials-content .testimonials-carousel .testimonial-card .testimonial-content blockquote{font-size:1rem}.testimonials-section .testimonials-stats{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.testimonials-section .testimonials-cta{padding:2rem 1.5rem}.testimonials-section .testimonials-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}.testimonials-section .testimonials-cta .cta-content .cta-buttons .cta-button{width:100%;max-width:250px}}.trust-badges-section{background:var(--bg-white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.trust-badges-section .trust-badges-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr)}.trust-badges-section .trust-badges-container .trust-badge{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-right:1px solid var(--border-color);transition:background .2s ease}.trust-badges-section .trust-badges-container .trust-badge:last-child{border-right:none}.trust-badges-section .trust-badges-container .trust-badge:hover{background:var(--bg-light)}.trust-badges-section .trust-badges-container .trust-badge .trust-badge-icon{width:48px;height:48px;border-radius:50%;background:rgba(59,130,246,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary-color);font-size:1.4rem;transition:background .2s ease}.trust-badges-section .trust-badges-container .trust-badge .trust-badge-content .trust-badge-title{font-size:.9rem;font-weight:700;color:var(--text-primary);margin:0 0 .2rem;line-height:1.3;font-family:var(--font-inter)}.trust-badges-section .trust-badges-container .trust-badge .trust-badge-content .trust-badge-description{font-size:.78rem;color:var(--text-secondary);margin:0;line-height:1.4;font-family:var(--font-inter)}.trust-badges-section .trust-badges-container .trust-badge:hover .trust-badge-icon{background:rgba(59,130,246,.15)}@media(max-width:768px){.trust-badges-section .trust-badges-container{grid-template-columns:repeat(2,1fr);padding:0 1rem}.trust-badges-section .trust-badges-container .trust-badge{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:1.25rem 1rem}.trust-badges-section .trust-badges-container .trust-badge:nth-child(2n){border-right:none}.trust-badges-section .trust-badges-container .trust-badge:nth-last-child(-n+2){border-bottom:none}}@media(max-width:480px){.trust-badges-section .trust-badges-container{grid-template-columns:1fr}.trust-badges-section .trust-badges-container .trust-badge{border-right:none;border-bottom:1px solid var(--border-color)}.trust-badges-section .trust-badges-container .trust-badge:last-child{border-bottom:none}}.services-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.services-section .services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-section .services-header{text-align:center;margin-bottom:4rem}.services-section .services-header .section-title{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1rem;font-family:var(--font-inter)}.services-section .services-header .section-subtitle{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6;font-family:var(--font-inter)}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.services-section .services-grid .service-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #f1f5f9}.services-section .services-grid .service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:#3b82f6}.services-section .services-grid .service-card .service-icon{font-size:3rem;margin-bottom:1.5rem;text-align:center}.services-section .services-grid .service-card .service-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center;font-family:var(--font-inter)}.services-section .services-grid .service-card .service-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem;text-align:center;font-family:var(--font-inter)}.services-section .services-grid .service-card .service-features{list-style:none;padding:0;margin:0}.services-section .services-grid .service-card .service-features .service-feature{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:#374151;font-family:var(--font-inter)}.services-section .services-grid .service-card .service-features .service-feature .feature-check{color:#10b981;font-weight:700;font-size:1rem}.services-section .business-stats{margin-bottom:4rem}.services-section .business-stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.services-section .business-stats .stats-grid .stat-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #f1f5f9}.services-section .business-stats .stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.services-section .business-stats .stats-grid .stat-card .stat-number{font-size:2.5rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem;font-family:var(--font-inter)}.services-section .business-stats .stats-grid .stat-card .stat-label{font-size:.875rem;color:#6b7280;font-weight:500;font-family:var(--font-inter)}.services-section .services-cta{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:20px;padding:3rem;text-align:center;color:#fff}.services-section .services-cta .cta-content{max-width:600px;margin:0 auto}.services-section .services-cta .cta-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem;font-family:var(--font-inter)}.services-section .services-cta .cta-content p{font-size:1.125rem;margin-bottom:2rem;line-height:1.6;opacity:.9;font-family:var(--font-inter)}.services-section .services-cta .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center}.services-section .services-cta .cta-content .cta-buttons .cta-button{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;font-family:var(--font-inter)}.services-section .services-cta .cta-content .cta-buttons .cta-button.primary{background:#fff;color:#3b82f6}.services-section .services-cta .cta-content .cta-buttons .cta-button.primary:hover{background:#f8fafc;transform:translateY(-2px)}.services-section .services-cta .cta-content .cta-buttons .cta-button.secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.services-section .services-cta .cta-content .cta-buttons .cta-button.secondary:hover{background:#fff;color:#3b82f6}@media(max-width:1024px){.services-section .services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.services-section .business-stats .stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}}@media(max-width:768px){.services-section{padding:4rem 0}.services-section .services-container{padding:0 1rem}.services-section .services-header{margin-bottom:3rem}.services-section .services-header .section-title{font-size:2.5rem}.services-section .services-header .section-subtitle{font-size:1.125rem}.services-section .services-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.services-section .services-grid .service-card{padding:1.5rem}.services-section .business-stats{margin-bottom:3rem}.services-section .business-stats .stats-grid .stat-card{padding:1.5rem}.services-section .business-stats .stats-grid .stat-card .stat-number{font-size:2rem}.services-section .services-cta{padding:2rem 1.5rem}.services-section .services-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}.services-section .services-cta .cta-content .cta-buttons .cta-button{width:100%;max-width:250px}}.contact-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.contact-section .contact-container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-section .contact-header{text-align:center;margin-bottom:60px}.contact-section .contact-header .section-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.contact-section .contact-header .section-subtitle{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.contact-section .contact-content{margin-bottom:60px}.contact-section .contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-bottom:60px}@media(max-width:768px){.contact-section .contact-info-grid{grid-template-columns:1fr;gap:20px}}.contact-section .contact-info-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);border:1px solid #e2e8f0;display:flex;gap:20px;transition:all .3s ease}.contact-section .contact-info-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(0,0,0,.15)}.contact-section .contact-info-card .info-icon{font-size:1.5rem;flex-shrink:0;width:60px;height:60px;background:var(--primary-gradient);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-section .contact-info-card .info-content{flex:1 1}.contact-section .contact-info-card .info-content h4{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:8px}.contact-section .contact-info-card .info-content p{font-size:.95rem;color:#64748b;line-height:1.6;white-space:pre-line}.contact-section .contact-cta{text-align:center;background:#fff;padding:50px;border-radius:20px;box-shadow:0 15px 35px -10px rgba(0,0,0,.1);border:1px solid #e2e8f0}.contact-section .contact-cta .cta-content h3{font-size:1.8rem;font-weight:600;color:#1e293b;margin-bottom:16px}.contact-section .contact-cta .cta-content p{color:#64748b;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;font-size:1.1rem}.contact-section .contact-cta .cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.contact-section .contact-cta .cta-buttons .cta-button{padding:14px 28px;border-radius:10px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid rgba(0,0,0,0);font-size:1rem}.contact-section .contact-cta .cta-buttons .cta-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.contact-section .contact-cta .cta-buttons .cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(59,130,246,.4)}.contact-section .contact-cta .cta-buttons .cta-button.secondary{background:#fff;color:#3b82f6;border-color:#3b82f6}.contact-section .contact-cta .cta-buttons .cta-button.secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px rgba(59,130,246,.3)}@media(max-width:1024px){.contact-section{padding:60px 0}.contact-section .contact-container{padding:0 16px}.contact-section .contact-header{margin-bottom:40px}.contact-section .contact-header .section-title{font-size:2rem}}@media(max-width:768px){.contact-section{padding:40px 0}.contact-section .contact-header .section-title{font-size:1.8rem}.contact-section .contact-header .section-subtitle{font-size:1rem}.contact-section .contact-info-grid{margin-bottom:40px}.contact-section .contact-info-card{padding:24px}.contact-section .contact-info-card .info-icon{width:50px;height:50px;font-size:1.5rem}.contact-section .contact-cta{padding:40px 24px}.contact-section .contact-cta .cta-content h3{font-size:1.5rem}.contact-section .contact-cta .cta-content p{font-size:1rem}.contact-section .contact-cta .cta-buttons{flex-direction:column;align-items:center}.contact-section .contact-cta .cta-buttons .cta-button{width:100%;max-width:280px;text-align:center}}@media(max-width:480px){.contact-section .contact-info-card{padding:20px;flex-direction:column;text-align:center}.contact-section .contact-info-card .info-icon{margin:0 auto}.contact-section .contact-cta{padding:30px 20px}}.brands-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.brands-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.brands-section .section-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:4rem;color:#1f2937;font-family:var(--font-inter)}.brands-section .brand-logo-wrapper{display:flex!important;align-items:center;justify-content:center;padding:20px;transition:all .3s ease;min-height:120px}.brands-section .brand-logo-wrapper:hover{transform:translateY(-5px)}.brands-section .brand-logo-wrapper:hover .brand-logo{filter:grayscale(0);opacity:1;object-fit:contain;max-width:120px;max-height:80px}.brands-section .brand-logo{filter:grayscale(100%);opacity:.7;transition:all .3s ease;object-fit:contain}.brands-section .slick-slider .slick-track{display:flex;align-items:center}.brands-section .slick-slider .slick-slide{display:flex;justify-content:center;align-items:center}.brands-section .slick-slider .slick-next:before,.brands-section .slick-slider .slick-prev:before{color:#1f2937;font-size:24px}.brands-section .slick-slider .slick-prev{left:-40px}.brands-section .slick-slider .slick-next{right:-40px}@media(max-width:1024px){.brands-section .brand-logo-wrapper{padding:15px;min-height:100px}}@media(max-width:768px){.brands-section{padding:4rem 0}.brands-section .container{padding:0 1rem}.brands-section .section-title{font-size:2.5rem;margin-bottom:3rem}.brands-section .brand-logo-wrapper{padding:10px;min-height:90px}.brands-section .slick-slider .slick-next,.brands-section .slick-slider .slick-prev{display:none!important}}@media(max-width:480px){.brands-section .brand-logo-wrapper{padding:8px;min-height:80px}}