.card {
    height: 100%;
}

.card-brutalist {
    border: 3px solid #363636;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #363636;
    background-color: #ffffff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card-brutalist:hover {
    transform: translateY(-2px);
    box-shadow: 6px 6px 0 #363636;
}

.icon-brutalist i {
    color: #363636;
}

.card-brutalist .title {
    color: #363636;
}

.card-brutalist .content {
    color: #363636;
}

.arch-level-check ul {
    list-style: none;
    padding-left: 0;
}

.arch-level-check li {
    margin-bottom: 0.4em;
}

.arch-level-check i {
    color: #363636;
    margin-right: 0.5em;
}

pre, #test-login-form {
    background-color: #ffffff !important;
}

#flow-steps .column {
    display: flex;
    justify-content: center;
}

.flow-step {
    background: #ffffff;
    border: 2px solid #363636;
    border-radius: 16px;
    box-shadow: 4px 4px 0 #363636;
    text-align: center;
    padding: 1rem;
    width: 180px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
    flex: 1;
    height: 100%;
}

.flow-step:hover {
    transform: translateY(-2px);
    box-shadow: 7px 7px 0 #363636;
}

.flow-circle {
    position: absolute;
    top: -14px;
    left: -14px;
    background: linear-gradient(135deg, #fde3ab, #f9d47c);
    border: 2px solid #363636;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 0 #363636;
}

.flow-step i {
    margin-top: 0.5rem;
    color: #363636;
    font-size: 1.6rem;
}

.flow-title {
    font-weight: 700;
    color: #2e2e2e;
    margin-top: 0.6rem;
    font-size: 1rem;
}

.flow-text {
    font-size: 0.9rem;
    color: #4a4a4a;
    margin-top: 0.3rem;
}
