.book-btn{background:#79695d;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none;font-weight:600}.book-btn:hover{background:#0b645b}.rooms-grid{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px}.room-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 35px rgba(0,0,0,.08);transition:transform .3s ease}.room-card:hover{transform:translateY(-8px)}.room-img{height:200px;background:#cfe8e4}.room-content{padding:24px}.room-title{font-size:20px;font-weight:600;margin-bottom:6px;color:#79695d}.room-desc{font-size:14.5px;color:#555;margin-bottom:14px}.room-price{font-weight:600;margin-bottom:16px}.room-content a{display:inline-block;background:#79695d;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600}