/* Modal descarga DEMO — Sistema Tintorería 1.5 (tema verde) */
#stDownloadModal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px !important;
}

#stDownloadModal .modal-dialog.st-demo-dialog {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 440px !important;
}

.st-demo-modal {
    position: relative;
    border: none;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.st-demo-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 28px;
    line-height: 1;
    padding: 0 6px;
    opacity: 1;
}

.st-demo-close:hover {
    color: #fff;
}

.st-demo-top {
    background: linear-gradient(145deg, #1b6b1f 0%, #2bc72b 55%, #049a1a 100%);
    color: #fff;
    text-align: center;
    padding: 28px 28px 24px;
}

.st-demo-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.st-demo-icon i {
    display: block;
    line-height: 1;
}

.st-demo-top .modal-title {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
}

.st-demo-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.st-demo-body {
    padding: 22px 24px 8px;
    background: #fff;
}

.st-download-tips {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.st-download-tips li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px 14px;
    background: #f7f7f8;
    border: 1px solid #e6e6e8;
    border-radius: 8px;
    color: #444;
    font-size: 13px;
    line-height: 1.45;
}

.st-download-tips li:last-child {
    margin-bottom: 0;
}

.st-download-tips i {
    flex: 0 0 18px;
    margin-top: 2px;
    color: #049a1a;
    font-size: 16px;
    text-align: center;
}

.st-demo-footer {
    border-top: none;
    padding: 8px 24px 22px;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.st-demo-btn-cancel,
.st-download-btn-go {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    line-height: 1;
    padding: 0 18px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none !important;
    vertical-align: middle;
}

.st-demo-btn-cancel {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
}

.st-demo-btn-cancel:hover {
    background: #f3f3f3;
    color: #222;
}

.st-download-btn-go {
    background: #049a1a;
    border: 1px solid #049a1a;
    color: #fff !important;
}

.st-download-btn-go:hover,
.st-download-btn-go:focus {
    background: #037a15;
    border-color: #037a15;
    color: #fff !important;
}

.st-download-btn-go i {
    margin-left: 6px;
}

@media (max-width: 767px) {
    #stDownloadModal.in {
        padding: 12px !important;
    }

    #stDownloadModal .modal-dialog.st-demo-dialog {
        max-width: 100% !important;
    }

    .st-demo-top,
    .st-demo-body,
    .st-demo-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .st-demo-footer .btn {
        flex: 1 1 100%;
    }
}
