.tools-home{
    max-width:1280px;
    margin:0 auto;
    padding:28px 16px 44px;
}

.tools-heading{
    text-align:center;
    font-size:32px;
    font-weight:700;
}

.tools-sub{
    text-align:center;
    color:#666;
    margin-bottom:35px;
}

.tools-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:18px;
}

.tool-box{
    background:#fff;
    padding:22px;
    border-radius:16px;
    text-decoration:none;
    color:#0f172a;
    border:1px solid #dbe4f0;
    box-shadow:0 8px 24px rgba(15,23,42,0.06);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    position:relative;
    min-height:168px;
    display:flex;
    flex-direction:column;
}

.tool-box:hover{
    transform:translateY(-5px);
    border-color:#93c5fd;
    box-shadow:0 16px 34px rgba(37,99,235,0.14);
}

.tool-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:22px;
    margin-bottom:14px;
}

.tool-box h3{
    margin:0 0 8px;
    font-size:18px;
    font-weight:900;
}

.tool-box p{
    font-size:14px;
    line-height:1.55;
    color:#64748b;
    margin:0;
}

.disabled{
    opacity:.7;
    pointer-events:none;
}

.coming{
    position:absolute;
    top:10px;
    right:10px;
    background:#ffc107;
    padding:4px 8px;
    border-radius:5px;
    font-size:12px;
}

.tools-seo{
    border:1px solid #dbe4f0;
}
