.step-content {
    animation: fadeIn 0.4s ease-out;
}

.step-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.step-subtitle {
    color: var(--gray-600);
    font-size: 1rem;
    margin-bottom: 2rem;
}

.selection-card {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(6, 182, 212, 0.03) 100%);
    border: 2px solid rgba(99, 102, 241, 0.15);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.selection-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 6px;
    color: white;
    margin-right: 0.5rem;
}

.badge-law {
    background: var(--primary);
}

.badge-article {
    background: #8b5cf6;
}

.badge-subsection {
    background: #06b6d4;
}

.content-card {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 1rem;
    background: white;
}

.content-card-header {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
}

.content-card-header.law {
    background: var(--primary);
}

.content-card-header.article {
    background: #8b5cf6;
}

.content-card-header.subsection {
    background: #06b6d4;
}

.content-card-body {
    padding: 1rem;
}

.content-card-body h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.25rem;
}

.content-card-body p {
    font-size: 0.9rem;
    color: var(--gray-600);
    margin: 0;
    line-height: 1.5;
}
