.related-products-section,.related-services-section{margin:60px auto}.related-products-title,.related-services-title{font-size:1.8rem;margin-bottom:30px;text-align:center;color:#333}.related-products-grid,.related-services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.related-product-card,.related-service-card{border:1px solid #eaeaea;border-radius:8px;padding:15px;background:#fff;transition:all .3s ease;text-align:center}.related-product-card:hover,.related-service-card:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-5px)}.related-product-image,.related-service-image{margin-bottom:15px}.related-product-image img,.related-service-image img{max-width:100%;height:auto;max-height:200px;object-fit:contain}.related-product-price{font-size:18px;font-weight:700;color:#e67e22}.related-service-title{font-size:16px;margin-bottom:10px;color:#333;text-decoration:none;display:block;font-weight:500}.related-service-excerpt{font-size:14px;color:#666;line-height:1.4}@media (max-width:768px){.related-products-grid,.related-services-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}}