.autoparts-company{background-color:#fff;padding:80px 0;border-bottom:1px solid #e9ecef}
.company-content{max-width:1200px;margin:0 auto}
.company-header{text-align:center;margin-bottom:60px}
.company-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:25px;position:relative;display:inline-block}
.company-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#0056b3}
.company-description{font-size:1.2rem;line-height:1.7;color:#666;max-width:900px;margin:0 auto}
.company-stats{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:60px;padding:40px 0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:8px}
.stat-item{text-align:center}
.stat-number{font-size:2.5rem;font-weight:700;color:#0056b3;margin-bottom:10px;transition:all 0.5s ease}
.stat-title{font-size:1rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:0.5px}
.company-video{max-width:900px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}
.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
@media (max-width:992px){.company-stats{grid-template-columns:repeat(3,1fr)}
.company-title{font-size:2.2rem}
.company-description{font-size:1.1rem}
}@media (max-width:768px){.autoparts-company{padding:60px 0}
.company-stats{grid-template-columns:repeat(2,1fr);gap:20px}
.company-title{font-size:2rem}
.company-description{font-size:1rem}
.stat-number{font-size:2rem}
}@media (max-width:576px){.autoparts-company{padding:40px 0}
.company-stats{grid-template-columns:1fr;gap:15px}
.company-header{margin-bottom:40px}
.company-title{font-size:1.75rem}
.stat-number{font-size:1.75rem}
.stat-title{font-size:0.9rem}
}.hot-products{padding:80px 0;background-color:#f8f9fa;width:100%}
.hot-products__container{max-width:1200px;margin:0 auto;padding:0 20px}
.hot-products__header{text-align:center;margin-bottom:50px}
.hot-products__title{font-size:36px;font-weight:700;color:#333;margin-bottom:10px}
.hot-products__title-highlight{color:#db212c}
.hot-products__subtitle{font-size:18px;color:#666;letter-spacing:2px}
.hot-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.hot-product__item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column}
.hot-product__item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.15)}
.hot-product__image-container{position:relative;overflow:hidden}
.hot-product__image{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.hot-product__item:hover .hot-product__image{transform:scale(1.05)}
.hot-product__content{padding:20px;flex-grow:1;display:flex;flex-direction:column}
.hot-product__title{font-size:18px;font-weight:600;color:#333;margin-bottom:10px;line-height:1.4}
.hot-product__link{color:inherit;text-decoration:none;transition:color 0.3s}
.hot-product__link:hover{color:#db212c}
.hot-product__cta{margin-top:auto;padding:12px 20px;background-color:#db212c;color:white;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color 0.3s;text-align:center;text-decoration:none;display:block}
.hot-product__cta:hover{background-color:#b81c25}
@media (max-width:992px){.hot-products__grid{grid-template-columns:repeat(2,1fr)}
}@media (max-width:768px){.hot-products{padding:60px 0}
.hot-products__title{font-size:28px}
.hot-products__grid{grid-template-columns:1fr;gap:25px}
.hot-products__header{margin-bottom:40px}
}@media (max-width:576px){.hot-products{padding:40px 0}
.hot-products__header{margin-bottom:30px}
.hot-products__title{font-size:24px}
.hot-products__subtitle{font-size:16px}
}.autoparts-services{padding:80px 0;background-color:#f8f9fa;width:100%}
.autoparts-container{max-width:1200px;margin:0 auto;padding:0 20px}
.services-content{display:flex;align-items:center;gap:60px}
.services-text{flex:1}
.services-title{font-size:36px;font-weight:700;color:#333;margin-bottom:20px;line-height:1.2}
.services-highlight{color:#db212c}
.services-description{margin-bottom:30px;font-size:16px;line-height:1.7;color:#666}
.services-description p{margin-bottom:15px}
.services-actions{display:flex;gap:15px}
.services-button{display:inline-block;padding:12px 30px;background-color:#db212c;color:white;border-radius:4px;font-weight:600;text-decoration:none;transition:all 0.3s ease;border:2px solid #db212c}
.services-button:hover{background-color:transparent;color:#db212c;transform:translateY(-2px);box-shadow:0 5px 15px rgba(219,33,44,0.2)}
.services-image{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}
.services-img{width:100%;height:auto;display:block;transition:transform 0.5s ease}
.services-image:hover .services-img{transform:scale(1.05)}
@media (max-width:992px){.services-content{gap:40px}
.services-title{font-size:32px}
}@media (max-width:768px){.autoparts-services{padding:60px 0}
.services-content{flex-direction:column;gap:30px}
.services-title{font-size:28px;text-align:center}
.services-description{text-align:center}
.services-actions{justify-content:center}
}@media (max-width:576px){.autoparts-services{padding:40px 0}
.services-title{font-size:24px}
.services-button{padding:10px 25px;font-size:14px}
}