.secure-flow-hero {
    border-bottom: 1px solid #e7dce8;
    padding-bottom: 2rem;
}

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

.secure-flow-grid > div {
    background: #ffffff;
    border: 1px solid #eadfea;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
    padding: 1.25rem;
}

.secure-flow-grid span {
    align-items: center;
    background: #6e4a7e;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    margin-bottom: 0.8rem;
    width: 34px;
}

.secure-flow-grid h2 {
    font-size: 1.05rem;
}
