body.home-page .bottom-features-section{background:var(--footer-beige);padding:80px 0;width:100%}body.home-page .bottom-features-container{width:95%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}body.home-page .bf-item{text-align:center;padding:30px 20px 20px;border-radius:12px;background-color:#f8f7f3;margin-top:75px;position:relative;transition:all .3s ease;overflow:visible}body.home-page .bf-item:hover{transform:translateY(-5px)}body.home-page .bf-icon{font-size:32px;width:80px;height:80px;background:#fff;color:var(--primary-brown);border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-40px;left:50%;transform:translateX(-50%);box-shadow:0 5px 15px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.175, .885, .32, 1.275);z-index:2}body.home-page .bf-item:hover .bf-icon{width:100px;height:100px;font-size:40px;transform:translateX(-50%) translateY(-20px);box-shadow:0 10px 25px rgba(0,0,0,.2);background:var(--primary-brown);color:#fff}body.home-page .bf-item h4{font-size:14px;color:var(--dark-brown);margin-top:40px;margin-bottom:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px}body.home-page .bf-item p{font-size:13px;color:#6b5b4b;line-height:1.6}@media (max-width:1024px){body.home-page .bottom-features-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){body.home-page .bottom-features-container{grid-template-columns:1fr}}