.sv-feature-modal .modal-dialog {
    max-width: 860px;
}

.sv-feature-modal .modal-content {
    border: 1px solid #d6e2f3;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(15, 33, 64, 0.2);
}

.sv-feature-modal .modal-header {
    background: linear-gradient(120deg, #f5f9ff 0%, #ffffff 100%);
    border-bottom: 1px solid #e3ebf7;
    padding: 0.95rem 1rem;
}

.sv-feature-modal .modal-title {
    color: #0f2f53;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.sv-feature-modal .modal-body {
    padding: 1rem;
    background: #fbfdff;
}

.sv-feature-lead {
    margin-bottom: 0.9rem;
    color: #526782;
    font-weight: 500;
}

.sv-feature-step {
    border: 1px solid #dde8f7;
    background: #ffffff;
    border-radius: 14px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.sv-feature-step:last-child {
    margin-bottom: 0;
}

.sv-feature-step-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.45rem;
}

.sv-feature-step-badge {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(120deg, #1f6feb 0%, #2b7df0 100%);
}

.sv-feature-step-title {
    margin: 0;
    font-weight: 800;
    color: #173a60;
}

.sv-feature-step-text {
    margin: 0 0 0.4rem;
    color: #334f6d;
}

.sv-feature-image-wrap {
    border: 1px solid #dae7fb;
    border-radius: 12px;
    background: #f7faff;
    padding: 0.35rem;
}

.sv-feature-image {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.sv-feature-group {
    border: 1px solid #dde8f7;
    border-radius: 14px;
    background: #ffffff;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.sv-feature-group:last-child {
    margin-bottom: 0;
}

.sv-feature-group-title {
    margin: 0 0 0.55rem;
    color: #173a60;
    font-weight: 800;
}

.sv-feature-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.45rem;
}

.sv-feature-check-list li {
    position: relative;
    padding-left: 1.35rem;
    color: #2f4c6b;
}

.sv-feature-check-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.02rem;
    color: #1f6feb;
    font-weight: 800;
}

.sv-feature-modal .modal-footer {
    border-top: 1px solid #e3ebf7;
    background: #ffffff;
    padding: 0.75rem 1rem;
}
