body {
    background: #f8fafc;
}

/* .hero {
            padding: 64px 0 24px;
            margin-top: ;
        } */

.feature-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    background: #fff;
    height: 100%;
    transition: transform .15s ease, box-shadow .15s ease;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.icon-badge {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef2ff;
    color: #3b82f6;
    font-size: 20px;
}

.section-pad {
    padding: 40px 0;
}

.tools-grid a {
    text-decoration: none;
}

.tool-link {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tool-link .label {
    font-weight: 600;
    color: #111827;
}

.tool-link .emoji {
    font-size: 20px;
    margin-right: 10px;
}

.stat {
    border-radius: 16px;
    background: #111827;
    color: #fff;
    padding: 24px;
    height: 100%;
}

.cta-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6ff 100%);
    padding: 28px;
}