.home-product-spots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-block:20px 4px}
.home-product-spot{min-width:0;background:#fff;border:1px solid #e0eae4;border-radius:5px;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.home-product-spot:hover,.home-product-spot:focus-visible{border-color:#66c295;box-shadow:0 8px 22px #24634314;outline:2px solid transparent}
.home-spot-image{height:170px;padding:16px;background:#fff;overflow:hidden}
.home-spot-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .2s}
.home-product-spot:hover img{transform:scale(1.04)}
.home-spot-copy{padding:14px 18px 18px;border-top:1px solid #f0f4f1}
.home-spot-copy>span{font-size:11px;color:#36835d;background:#eff8f2;padding:3px 7px;border-radius:3px}
.home-spot-copy h2{font-size:14px;line-height:1.7;margin:9px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px}
.home-spot-copy small{display:flex;justify-content:space-between;font-size:12px;color:#4e8066}.home-spot-copy i{font-style:normal}
.home-latest-stack{display:grid;gap:22px;padding-block:28px 36px}
.home-latest-block{background:#fff;border:1px solid #e1ebe5;padding:26px 30px;border-radius:5px;min-width:0}
.home-latest-block header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e7eee9;padding-bottom:18px}
.home-latest-block header>div{border-left:3px solid #66c295;padding-left:13px}
.home-latest-block header>div>span{font-size:10px;letter-spacing:1.7px;color:#83a18e}
.home-latest-block h2{font-size:22px;margin:6px 0 0;color:#244e38}
.home-latest-block header>a{font-size:12px;color:#508164;white-space:nowrap;padding:10px 0}
.home-latest-block ul{list-style:none;margin:6px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:40px}
.home-latest-block li{min-width:0;border-bottom:1px dashed #e4ece7}
.home-latest-block li>a{display:flex;align-items:center;gap:12px;min-height:50px;font-size:14px;color:#52645a;padding:10px 0}
.home-latest-block li>a:before{content:"";width:4px;height:4px;border-radius:50%;background:#66c295;flex-shrink:0}
.home-latest-title{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-latest-block time{flex-shrink:0;color:#91a095;font-size:11px}
.home-latest-block a:hover,.home-latest-block a:focus-visible{color:#278653;text-decoration:underline;text-underline-offset:4px}
.home-latest-empty,.home-placement-help{font-size:14px;color:#7c8e82;padding:20px 0}
@media(max-width:900px){.home-product-spots{grid-template-columns:repeat(2,minmax(0,1fr))}.home-latest-block ul{column-gap:22px}.home-latest-block{padding:22px}}
@media(max-width:600px){.home-product-spots{gap:10px;padding-top:14px}.home-spot-image{height:140px;padding:12px}.home-spot-copy{padding:12px}.home-spot-copy h2{font-size:13px;min-height:44px}.home-latest-stack{gap:16px;padding-block:20px 26px}.home-latest-block{padding:20px 16px}.home-latest-block ul{grid-template-columns:minmax(0,1fr)}.home-latest-block h2{font-size:20px}.home-latest-block li>a{font-size:13px}}
@media(prefers-reduced-motion:reduce){.home-product-spot,.home-spot-image img{transition:none}}
