body.popup-dang-mo {
    overflow: hidden;
}

.popup-chuyen-doi-web {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-chuyen-doi-web.popup-da-dong {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.popup-lop-nen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(2px);
}

.popup-khung-chua {
    position: relative;
    width: 92%;
    max-width: 820px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease;
    box-sizing: border-box;
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.popup-chuyen-doi-web.popup-da-dong .popup-khung-chua {
    transform: scale(0.92);
}

.popup-trang-tri-tren {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at 30% 30%, #159b4c 0%, #0f6f38 60%, transparent 80%);
    border-radius: 50%;
    opacity: 0.18;
    pointer-events: none;
}

.popup-trang-tri-duoi {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at 70% 70%, #159b4c 0%, #0f6f38 60%, transparent 80%);
    border-radius: 50%;
    opacity: 0.18;
    pointer-events: none;
}

.popup-nut-dong {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f0f4f2;
    color: #444444;
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    outline: none;
}

.popup-nut-dong:hover {
    background-color: #0d7039;
    color: #ffffff;
    transform: rotate(90deg);
}

.popup-noi-dung-chinh {
    position: relative;
    z-index: 2;
    padding: 36px 40px 28px 40px;
}

.popup-tieu-de-khoi {
    text-align: center;
    margin-bottom: 24px;
}

.popup-tieu-de {
    font-size: 28px;
    font-weight: 700;
    color: #0d7039;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popup-vach-ngan {
    position: relative;
    width: 260px;
    height: 2px;
    background-color: #b1dfc2;
    margin: 0 auto;
}

.popup-cham-xanh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #0d7039;
    border-radius: 50%;
}

.popup-than-khoi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.popup-logo-cot {
    flex: 0 0 200px;
    max-width: 200px;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #eaeaea;
}

.popup-logo-anh {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.popup-thong-tin-cot {
    flex: 1 1 auto;
    padding: 0 10px;
}

.popup-dong-van-ban {
    font-size: 16px;
    color: #333333;
    margin: 0 0 6px 0;
    font-weight: 400;
}

.popup-dong-lien-ket {
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 700;
}

.popup-link-web {
    color: #0d7039;
    text-decoration: none;
    transition: color 0.2s ease;
    word-break: break-all;
}

.popup-link-web:hover {
    color: #169c4f;
    text-decoration: underline;
}

.popup-dong-canh-bao {
    font-size: 15px;
    color: #555555;
    margin: 0;
}

.popup-nut-cot {
    flex: 0 0 210px;
    text-align: right;
}

.popup-nut-chuyen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #189e50 0%, #0d7039 100%);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(13, 112, 57, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: none;
    cursor: pointer;
}

.popup-nut-chuyen:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(13, 112, 57, 0.5);
    color: #ffffff;
    text-decoration: none;
}

.popup-icon-nha {
    font-size: 18px;
}

.popup-chan-khoi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.popup-vach-chan-trai,
.popup-vach-chan-phai {
    flex: 1;
    height: 1px;
    background-color: #d1e7dd;
}

.popup-loi-cam-on {
    font-size: 15px;
    font-weight: 700;
    color: #0d7039;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.popup-trai-tim {
    font-size: 16px;
}

@media (max-width: 768px) {
    .popup-noi-dung-chinh {
        padding: 30px 20px 20px 20px;
    }

    .popup-tieu-de {
        font-size: 20px;
    }

    .popup-vach-ngan {
        width: 180px;
    }

    .popup-than-khoi {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        margin-bottom: 20px;
    }

    .popup-logo-cot {
        flex: none;
        width: 100%;
        max-width: 180px;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
        padding-right: 0;
        padding-bottom: 14px;
    }

    .popup-thong-tin-cot {
        padding: 0;
    }

    .popup-dong-lien-ket {
        font-size: 18px;
    }

    .popup-nut-cot {
        flex: none;
        width: 100%;
        text-align: center;
    }

    .popup-nut-chuyen {
        width: 100%;
        box-sizing: border-box;
    }

    .popup-vach-chan-trai,
    .popup-vach-chan-phai {
        display: none;
    }
}
