.sw-step {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.sw-step-num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--sisw-blue);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
}

.sw-step-body {
    flex: 1;
}

.sw-step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a192f;
    margin: 0 0 .5rem;
    line-height: 1.5;
}

.sw-step-intro,
.sw-lead {
    font-size: 1rem;
    line-height: 1.6;
}

.sw-step-intro {
    color: #444;
    margin-bottom: 1rem;
}

.sw-lead {
    color: #212529;
    margin-bottom: 1.5rem;
}

.sw-connector {
    width: 3px;
    background: #dee2e6;
    height: 1.5rem;
    margin-left: 22px;
    margin-bottom: .25rem;
    border-radius: 2px;
}

.sw-info-box,
.sw-alert {
    border-left: 4px solid var(--sisw-blue);
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.1rem;
}

.sw-info-box {
    background: #fff;
}

.sw-alert {
    background: #f8f9fa;
    border-radius: 0 10px 10px 0;
    padding: 1.1rem 1.25rem;
}

.sw-info-box p,
.sw-alert p {
    font-size: 1rem;
    line-height: 1.6;
    color: #212529;
    margin: 0;
}

.sw-alert p + p {
    margin-top: .75rem;
}

.sw-tab-btn {
    padding: .4rem 1rem;
    border-radius: 20px;
    border: 1.5px solid #6c757d;
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    color: #212529;
    transition: all .2s;
    line-height: 1.5;
}

.sw-tab-btn.active {
    background: var(--sisw-blue);
    border-color: var(--sisw-blue);
    color: #fff;
}

.sw-tab {
    display: none;
    margin-top: 1rem;
}

.sw-tab.active {
    display: block;
}

.sw-section-label {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
    margin: 1.1rem 0 .5rem;
}

.sw-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sw-checklist li {
    display: flex;
    gap: .6rem;
    padding: .5rem 0;
    border-bottom: 1px solid #dee2e6;
    font-size: 1rem;
    color: #212529;
    line-height: 1.6;
}

.sw-checklist li:last-child {
    border-bottom: none;
}

.sisw-card {
    cursor: default;
    text-align: center;
}

a.sisw-card {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a.sisw-card:hover {
    border-color: var(--sisw-blue);
}

.sisw-card.disabled {
    opacity: .55;
    pointer-events: none;
    border-style: dashed;
}

.sisw-card p {
    font-size: 1rem;
    line-height: 1.6;
}

.sw-section-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #212529;
}

.sw-section-body p {
    margin-bottom: 1rem;
}

.sw-tarifs-wrap {
    overflow-x: auto;
}

.sw-tarifs {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    line-height: 1.6;
    color: #212529;
}

.sw-tarifs th,
.sw-tarifs td {
    padding: .6rem 1rem;
    border: 1px solid #dee2e6;
    vertical-align: top;
}

.sw-tarifs thead th {
    background: var(--sisw-blue);
    color: #fff;
    text-align: center;
    font-weight: 700;
}
