/* QR  */
.vcb-payment-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px #b2dfdb99, 0 1.5px 8px #e0f2e9;
    padding: 28px 18px 18px 18px;
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Inter', Arial, sans-serif;
    animation: vcb-fade-in 0.7s cubic-bezier(.4,2,.6,1) both;
}
@keyframes vcb-fade-in {
    0% { opacity: 0; transform: translateY(40px) scale(0.95); }
    100% { opacity: 1; transform: none; }
}
.vcb-qr-section {
    background: linear-gradient(135deg, #e0f2e9 60%, #b2dfdb 100%);
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 8px #e0f2e9;
}
.vcb-qr-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 10px;
    border: 2.5px solid #009b4c;
    background: #fff;
    transition: box-shadow 0.2s;
    box-shadow: 0 2px 12px #b2dfdb55;
}
.vcb-info-section {
    background: #e0f2e9;
    border-radius: 12px;
    padding: 14px 10px 10px 10px;
    margin-bottom: 14px;
    color: #006943;
    font-size: 15.5px;
    box-shadow: 0 1px 4px #b2dfdb33;
}
.vcb-bank-name {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.vcb-bank-name span {
    font-weight: 700;
    color: #009b4c;
}
.vcb-account {
    margin-top: 2px;
    font-size: 15.5px;
}
.vcb-amount-section {
    background: linear-gradient(90deg, #009b4c 60%, #006943 100%);
    color: #fff;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px #b2dfdb44;
}
.vcb-note {
    font-size: 13.5px;
    color: #888;
    margin-bottom: 14px;
    font-style: italic;
}
.vcb-btn-group {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 10px;
}
.vcb-btn {
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1.5px 6px #b2dfdb33;
}
.vcb-btn-main {
    background: linear-gradient(90deg, #009b4c 60%, #006943 100%);
    color: #fff;
}
.vcb-btn-main:hover {
    background: linear-gradient(90deg, #00c76a 60%, #009b4c 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 24px #009b4c99, 0 0 8px #00c76a99;
    transform: scale(1.04);
}
.vcb-btn-outline {
    background: #fff;
    color: #009b4c;
    border: 2px solid #009b4c;
}
.vcb-btn-outline:hover {
    background: #e0f2e9 !important;
    color: #006943 !important;
    border: 2px solid #006943 !important;
    box-shadow: 0 2px 12px #009b4c55, 0 0 8px #b2dfdb99;
    transform: scale(1.04);
}
.vcb-modal-gradient {
    background: linear-gradient(135deg, #e0f2e9 0%, #009b4c 100%) !important;
    position: relative;
}
.vcb-modal-header-glow {
    position: absolute;
    top: 0; left: 0; right: 0; height: 80px;
    background: radial-gradient(circle at 60% 0, #009b4c55 0%, transparent 80%);
    z-index: 1;
    border-radius: 28px 28px 0 0;
}
.vcb-modal-glow-bg {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 320px;
    height: 180px;
    background: radial-gradient(circle, #009b4c22 0%, transparent 80%);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

/* WOW Modal Animations & Effects */
.wow-modal-content { box-shadow: 0 0 32px #009b4c99, 0 2px 12px #b2dfdb99; animation: wow-modal-in 1s cubic-bezier(.4,1.2,.6,1) both; position: relative; }
@keyframes wow-modal-in { 0% { opacity: 0; transform: scale(0.97) translateY(16px); } 100% { opacity: 1; transform: none; } }
.wow-modal-glow { animation: wow-glow 2.5s infinite alternate; }
@keyframes wow-glow { 0% { box-shadow: 0 0 32px #009b4c33, 0 2px 12px #b2dfdb33; } 100% { box-shadow: 0 0 64px #009b4c99, 0 2px 24px #b2dfdb99; } }
.wow-btn-glow { animation: wow-btn-glow 1.5s infinite alternate; }
@keyframes wow-btn-glow { 0% { box-shadow: 0 2px 12px #009b4c55; } 100% { box-shadow: 0 4px 24px #009b4c99; } }
.wow-animated-icon { display: inline-block; vertical-align: middle; animation: wow-icon-bounce 1.2s infinite alternate; margin-left: 6px; }
@keyframes wow-icon-bounce { 0% { transform: translateY(0); } 100% { transform: translateY(-6px) scale(1.15); } }
.wow-logo-glow { animation: wow-logo-glow 2s infinite alternate; }
@keyframes wow-logo-glow { 0% { box-shadow: 0 0 0 #009b4c00; } 100% { box-shadow: 0 0 16px #009b4c99; } }
.wow-qr-img:hover { transform: scale(1.08) rotate(-2deg); box-shadow: 0 8px 32px #009b4c77; }
/* QR Zoom Overlay */
#wow-qr-zoom-overlay { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); align-items: center; justify-content: center; }
#wow-qr-zoom-overlay.active { display: flex; animation: wow-fade-in 0.3s; }
@keyframes wow-fade-in { from { opacity: 0; } to { opacity: 1; } }
#wow-qr-zoom-img { max-width: 90vw; max-height: 90vh; border-radius: 18px; box-shadow: 0 8px 40px #009b4c99, 0 2px 12px #b2dfdb99; border: 4px solid #fff; background: #fff; }
#wow-qr-zoom-close { position: absolute; top: 40px; right: 60px; font-size: 2.5rem; color: #fff; background: #009b4c; border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 12px #009b4c99; z-index: 10; transition: background 0.2s; }
#wow-qr-zoom-close:hover { background: #006943; }
.vcb-amount-fix, .vcb-note-fix { white-space: normal !important; overflow-wrap: break-word !important; word-break: break-word !important; }
/* Modal gói */
.package-modal {
    background: #f2faff;
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.package-header-modal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
}

.package-title-modal {
    font-weight: bold;
    color: #004aad;
}

.package-price-modal {
    font-weight: bold;
    color: #ff9f4f;
    font-style: italic;
}

.package-features-modal {
    margin: 1rem 0 1.5rem 0;
    list-style: none;
    color: #004aad;
    font-style: italic;
    font-family: inherit;
    width: 100%;
}

.package-features-modal li {
    margin-bottom: 0.5rem;
    text-align: left;
}

.choose-package-btn {
    width: 60%;
    background: linear-gradient(90deg, #ffe259 0%, #ffa751 100%);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 24px;
    padding: 0.1rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s;
}

.choose-package-btn .checkmark {
    color: #fff;
    margin-left: 8px;
}

.choose-package-btn .checkmark svg{
    width: 35px;
    height: 35px;
}

.choose-package-btn:hover {
    background: linear-gradient(90deg, #ffd600 0%, #ff9900 100%);
    color: #fff;
}


