/* ===== Homepage — Tool Cards ===== */

.tool-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
.tool-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.category-section h4 {
    border-bottom: 2px solid #d50c2d;
    padding-bottom: 10px;
}
