.home-product-section { max-width: 1040px; margin: 0 auto 44px; padding-top: 40px; }
.home-bottom-copy { max-width: 1040px; margin: 18px auto 34px; padding: 14px 22px 6px; text-align: center; }
.home-bottom-copy .bottom-copy-title { margin: 0 0 12px; color: #0b8ba4; font-size: 14px; font-weight: 700; line-height: 1.45; }
.home-bottom-copy .bottom-copy-text { margin: 0 auto; max-width: 920px; color: #5a6a7a; font-size: 13px; line-height: 1.7; }
.home-subcategory-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 1040px; margin: 12px auto 26px; padding: 0 16px; }
.home-subcategory-links a { color: #0b8ba4; font-size: 14px; font-weight: 700; text-decoration: none; text-align: center; white-space: normal; line-height: 1.35; }
.home-subcategory-links a:hover, .home-subcategory-links a:focus { color: #07677a; text-decoration: underline; }
.home-product-section .section-title { text-align: center; margin: 0 0 8px; color: #0b8ba4; font-size: 24px; font-weight: 700; }
.home-product-section .section-copy { max-width: 1040px; margin: 0 auto 18px; color: #5a6a7a; font-size: 13px; line-height: 1.7; text-align: center; }
.home-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.home-product-card { border: 1px solid #d8d8d8; background: #fff; min-height: 100%; display: flex; padding: 8px 10px 10px; flex-direction: column; transition: box-shadow .18s ease, border-color .18s ease; border-radius: 4px; }
.home-product-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, .05); border-color: #bfd5dc; }
.home-product-card .product-media { padding: 18px 16px 8px; text-align: center; min-height: 165px; display: flex; align-items: center; justify-content: center; }
.home-product-card .product-media img { max-width: 100%; max-height: 132px; object-fit: contain; display: block; margin: 0 auto; }
.home-product-card .product-title { padding: 0 14px 12px; text-align: center; color: #0b8ba4; font-size: 15px; font-weight: 700; line-height: 1.35; min-height: 50px; display: flex; align-items: center; justify-content: center; }
.home-product-card .product-specs { margin-top: auto; border: 1px solid #e7e7e7; padding: 8px 10px 10px; background: #fff; }
.home-product-card .spec-row { display: flex; justify-content: space-between; gap: 10px; padding: 8px 2px; border-bottom: 1px solid #ececec; font-size: 12px; color: #557; }
.home-product-card .spec-row:last-child { border-bottom: 0; }
.home-product-card .spec-label, .home-product-card .spec-value { min-width: 0; }
.home-product-card .spec-label { flex: 1 1 58%; text-align: left; }
.home-product-card .spec-value { flex: 0 0 40%; text-align: right; color: #4d5c8a; }
@media (max-width: 991px) { .home-subcategory-links { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .home-subcategory-links { grid-template-columns: 1fr; gap: 10px; padding: 0 10px; } .home-product-grid { grid-template-columns: 1fr; } }
