/* ── Danger confirm modal (delete / destructive) ── */
.danger-delete-modal {
    background: linear-gradient(180deg, #1a0a0a 0%, #120606 100%);
    border: 1.5px solid #7f1d1d;
    border-radius: 16px;
    color: #fecaca;
    box-shadow: 0 24px 80px rgba(127, 29, 29, 0.45), 0 0 0 1px rgba(239, 68, 68, 0.15);
    overflow: hidden;
}
.danger-delete-modal .modal-header {
    background: linear-gradient(135deg, #450a0a 0%, #7f1d1d 100%);
    border-bottom: 1px solid rgba(239, 68, 68, 0.35);
    padding: 20px 24px;
    align-items: center;
    gap: 14px;
}
.danger-delete-modal .confirm-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(254, 202, 202, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.35rem;
    color: #fca5a5;
}
.danger-delete-modal .modal-title {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    margin: 0;
}
.danger-delete-modal .modal-subtitle {
    font-size: 0.75rem;
    opacity: 0.75;
    color: #fecaca;
}
.danger-delete-modal .modal-header .btn-close { filter: invert(1); opacity: 0.7; }
.danger-delete-modal .modal-body { padding: 22px 24px; background: #140808; }
.danger-delete-modal .confirm-lead {
    color: #fca5a5;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 18px;
}
.danger-delete-modal .confirm-lead strong { color: #fff; }
.danger-delete-modal .confirm-warn-box {
    background: rgba(127, 29, 29, 0.22);
    border: 1.5px solid rgba(239, 68, 68, 0.35);
    border-radius: 12px;
    padding: 14px 16px;
}
.danger-delete-modal .confirm-warn-box h6 {
    color: #f87171;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.danger-delete-modal .confirm-warn-box ul {
    margin: 0;
    padding-left: 18px;
    color: #fecaca;
    font-size: 0.82rem;
    line-height: 1.55;
}
.danger-delete-modal .confirm-warn-box li { margin-bottom: 6px; }
.danger-delete-modal .confirm-warn-box li:last-child { margin-bottom: 0; }
.danger-delete-modal .modal-footer {
    background: #0f0505;
    border-top: 1px solid rgba(127, 29, 29, 0.5);
    padding: 16px 24px;
    gap: 10px;
}
.danger-delete-modal .btn-confirm-cancel {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: #fecaca;
    font-weight: 700;
    border-radius: 9px;
    padding: 10px 18px;
}
.danger-delete-modal .btn-confirm-cancel:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.danger-delete-modal .btn-confirm-proceed {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 9px;
    padding: 10px 18px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4);
}
.danger-delete-modal .btn-confirm-proceed:hover {
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
    color: #fff;
}

/* ── Action confirm modal (schedule / reschedule — brighter) ── */
.action-confirm-modal {
    background: linear-gradient(180deg, #0a1a12 0%, #061208 100%);
    border: 1.5px solid #166534;
    border-radius: 16px;
    color: #bbf7d0;
    box-shadow: 0 24px 80px rgba(22, 101, 52, 0.35), 0 0 0 1px rgba(74, 222, 128, 0.12);
    overflow: hidden;
}
.action-confirm-modal .modal-header {
    background: linear-gradient(135deg, #14532d 0%, #166534 100%);
    border-bottom: 1px solid rgba(74, 222, 128, 0.35);
    padding: 20px 24px;
    align-items: center;
    gap: 14px;
}
.action-confirm-modal .confirm-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(187, 247, 208, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.35rem;
    color: #86efac;
}
.action-confirm-modal .modal-title {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    margin: 0;
}
.action-confirm-modal .modal-subtitle {
    font-size: 0.75rem;
    opacity: 0.85;
    color: #bbf7d0;
}
.action-confirm-modal .modal-header .btn-close { filter: invert(1); opacity: 0.7; }
.action-confirm-modal .modal-body { padding: 22px 24px; background: #081410; }
.action-confirm-modal .confirm-lead {
    color: #86efac;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 18px;
}
.action-confirm-modal .confirm-lead strong { color: #fff; }
.action-confirm-modal .confirm-warn-box {
    background: rgba(22, 101, 52, 0.25);
    border: 1.5px solid rgba(74, 222, 128, 0.35);
    border-radius: 12px;
    padding: 14px 16px;
}
.action-confirm-modal .confirm-warn-box h6 {
    color: #4ade80;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.action-confirm-modal .confirm-warn-box ul {
    margin: 0;
    padding-left: 18px;
    color: #bbf7d0;
    font-size: 0.82rem;
    line-height: 1.55;
}
.action-confirm-modal .confirm-warn-box li { margin-bottom: 6px; }
.action-confirm-modal .confirm-warn-box li:last-child { margin-bottom: 0; }
.action-confirm-modal .modal-footer {
    background: #050f0a;
    border-top: 1px solid rgba(22, 101, 52, 0.5);
    padding: 16px 24px;
    gap: 10px;
}
.action-confirm-modal .btn-confirm-cancel {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: #bbf7d0;
    font-weight: 700;
    border-radius: 9px;
    padding: 10px 18px;
}
.action-confirm-modal .btn-confirm-cancel:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.action-confirm-modal .btn-confirm-proceed {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 9px;
    padding: 10px 18px;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.4);
}
.action-confirm-modal .btn-confirm-proceed:hover {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
}
