/* Step (component) — fully scoped. Used inside .how-steps grid (landing.css). */
._step_Q2ILL {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem 1.5rem 1.5rem;
    position: relative;
    transition: border-color 0.25s ease, transform 0.25s ease;
}
._step_Q2ILL:hover {
    border-color: var(--border-strong);
    transform: translateY(-2px);
}
._num_Cbacz {
    position: absolute;
    top: -0.9rem;
    left: 1.25rem;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--accent);
    color: var(--accent-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.88rem;
    font-family: var(--mono);
    box-shadow: 0 0 0 4px var(--bg);
}
._step_Q2ILL h3 {
    color: var(--text-strong);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0.4rem 0 0.5rem;
}
._step_Q2ILL p {
    color: var(--text-dim);
    font-size: 0.92rem;
    line-height: 1.6;
}
._step_Q2ILL code {
    background: var(--bg-2);
    border: 1px solid var(--border);
    padding: 0.08rem 0.4rem;
    border-radius: 4px;
    font-family: var(--mono);
    font-size: 0.84em;
    color: var(--text);
}
