.home-features{padding:22px 20px;background:#faf8f3;color:#393632;border-top:1px solid #e5ded3}
.home-features h3{margin:0 0 18px;font-size:17px;font-weight:600;letter-spacing:.06em}
.home-feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,112px));gap:20px 14px;list-style:none;margin:0;padding:0}
.home-feature-list li{display:flex;flex-direction:column;align-items:center;gap:11px;text-align:center;min-width:0}
.home-feature-gem{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:22px;border:1px solid #ffffffcc;box-shadow:inset 0 2px 2px #fff,inset 0 -4px 7px #28443d24,0 4px 7px #443c2f1c; background:linear-gradient(145deg,#f4fbf7 0%,#c2d9d2 46%,#86aaa0 100%);color:#284f48}
.home-feature-gem:before{content:"";position:absolute;z-index:-1;top:5px;left:8px;right:8px;height:29px;border-radius:17px 17px 24px 24px;background:linear-gradient(#ffffffb8,#ffffff05)}
.home-feature-gem:after{content:"";position:absolute;inset:4px;border:1px solid #ffffff55;border-radius:18px;pointer-events:none}
.home-feature-gem.gem-blue{background:linear-gradient(145deg,#f4f8fc 0%,#c4d2e0 46%,#8dabc2 100%);color:#334f69}
.home-feature-gem.gem-amber{background:linear-gradient(145deg,#fffaf0 0%,#e4cfaa 46%,#c1a276 100%);color:#725333}
.home-feature-gem svg{display:block;filter:drop-shadow(0 1px 0 #ffffffa6)}
.home-feature-label{font-size:13px;line-height:1.65;font-weight:500;overflow-wrap:anywhere}
.home-feature-note{margin:16px 0 0;font-size:13px;line-height:1.9;color:#514b43}
@media(max-width:480px){.home-features{padding:20px 14px}.home-feature-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 10px}.home-feature-gem{width:68px;height:68px;border-radius:20px}.home-feature-gem svg{width:44px;height:44px}}
.prop-card-footer.home-features-footer{padding:0;background:#faf8f3}
