/* ===== KHUNG ƯU ĐÃI VINHOMES GREEN PARADISE v4 ===== */

.vhgp-uu-dai-wrapper {
    max-width: 1152px !important;
    width: 100% !important;
    margin: 30px auto 40px auto !important;
    padding: 0 4% !important;
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif !important;
    box-sizing: border-box !important;
}

.vhgp-uu-dai-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a2e44 !important;
    margin-bottom: 18px !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    background: none !important;
}

/* Khung chính */
.vhgp-uu-dai-box {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    border: 1.5px solid #c8d5de !important;
    border-radius: 16px !important;
    overflow: visible !important;
    background: #ffffff !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* Bán nguyệt TRÊN tại đường dashed — lõm xuống */
.vhgp-uu-dai-box::before {
    content: '' !important;
    position: absolute !important;
    left: 242px !important;
    top: -15px !important;
    width: 30px !important;
    height: 15px !important;
    background: #f0f4f7 !important;
    border: 1.5px solid #c8d5de !important;
    border-top: none !important;
    border-radius: 0 0 15px 15px !important;
    z-index: 4 !important;
    box-sizing: border-box !important;
}

/* Bán nguyệt DƯỚI tại đường dashed — lõm lên */
.vhgp-uu-dai-box::after {
    content: '' !important;
    position: absolute !important;
    left: 242px !important;
    bottom: -15px !important;
    width: 30px !important;
    height: 15px !important;
    background: #f0f4f7 !important;
    border: 1.5px solid #c8d5de !important;
    border-bottom: none !important;
    border-radius: 15px 15px 0 0 !important;
    z-index: 4 !important;
    box-sizing: border-box !important;
}

/* Cột trái — rộng hơn để badge 1 dòng */
.vhgp-uu-dai-left {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    padding: 28px 24px !important;
    width: 257px !important;
    min-width: 257px !important;
    max-width: 257px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    box-sizing: border-box !important;
    position: relative !important;
    border-radius: 16px 0 0 16px !important;
}

/* Đường dashed dọc */
.vhgp-uu-dai-left::before {
    content: '' !important;
    position: absolute !important;
    right: 0px !important;
    top: 24px !important;
    bottom: 24px !important;
    width: 0 !important;
    border-right: 2px dashed #b0bec5 !important;
    z-index: 1 !important;
}

.vhgp-uu-dai-left::after {
    display: none !important;
}

/* Badge nâu */
.vhgp-badge {
    display: inline-block !important;
    background: #7B5132 !important;
    background-image: none !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    line-height: 1.4 !important;
    border: none !important;
    white-space: nowrap !important;
}

/* Nút xanh */
.vhgp-btn-uudai {
    display: block !important;
    background: #2e7d32 !important;
    background-image: none !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.vhgp-btn-sub {
    font-size: 12.5px !important;
    color: #555 !important;
    margin: 0 !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    background: none !important;
}

/* Cột phải */
.vhgp-uu-dai-right {
    padding: 28px 30px !important;
    flex: 1 !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 0 16px 16px 0 !important;
    position: relative !important;
}

.vhgp-uu-dai-right::before,
.vhgp-uu-dai-right::after {
    display: none !important;
}

.vhgp-uu-dai-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
    background: none !important;
}

.vhgp-uu-dai-list li {
    font-size: 14.5px !important;
    color: #1a2e44 !important;
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    padding-left: 28px !important;
    position: relative !important;
    background: none !important;
    list-style: none !important;
}

.vhgp-uu-dai-list li::before {
    content: "✔" !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #2e7d32 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.vhgp-uu-dai-list li::after {
    display: none !important;
}

.vhgp-uu-dai-list li strong {
    color: #1a2e44 !important;
    font-weight: 700 !important;
}

.vhgp-note {
    font-size: 12.5px !important;
    color: #888 !important;
    margin: 4px 0 !important;
    line-height: 1.55 !important;
    background: none !important;
}

.vhgp-thu-gon {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width: 640px) {
    .vhgp-uu-dai-box {
        flex-direction: column !important;
    }
    .vhgp-uu-dai-box::before,
    .vhgp-uu-dai-box::after {
        display: none !important;
    }
    .vhgp-uu-dai-left {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        border-bottom: 1.5px solid #c8d5de !important;
        border-radius: 16px 16px 0 0 !important;
    }
    .vhgp-uu-dai-left::before {
        display: none !important;
    }
    .vhgp-badge {
        white-space: normal !important;
    }
}


/* ===== DOC LIST WRAP - PHÁP LÝ ===== */
.doc-list-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin: 24px 0;
    display: block;
    width: 100%;
}

/* Reset ul/li mặc định của browser */
.doc-list-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ===== DOC ITEM ===== */
.doc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.18s, transform 0.18s;
}

.doc-item:last-child { border-bottom: none; }

.doc-item::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: #d85a30;
    opacity: 0;
    transition: opacity 0.18s;
}

.doc-item:hover {
    background: #fff8f6;
    transform: translateX(4px);
}

.doc-item:hover::before { opacity: 1; }

/* ===== DOC ICON ===== */
.doc-icon {
    font-size: 0;
    color: transparent;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-image: url('https://vinhomesgreenparadisecangio.com/wp-content/uploads/2025/01/pdf-icon.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    display: inline-block;
}

/* ===== DOC NAME ===== */
.doc-name {
    flex: 1;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    transition: color 0.18s;
}

.doc-item:hover .doc-name { color: #993c1d; }

/* ===== BUTTONS WRAP ===== */
.doc-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

/* ===== NÚT CHUNG ===== */
.doc-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.18s;
    cursor: pointer;
    border: 1px solid;
}

/* Nút Xem — xanh lá */
.doc-btn.btn-view {
    color: #0f6e56;
    background: #e1f5ee;
    border-color: #9fe1cb;
}
.doc-btn.btn-view:hover {
    background: #0f6e56;
    color: #fff;
    border-color: #0f6e56;
}

/* Nút Download — cam */
.doc-btn.btn-download {
    color: #993c1d;
    background: #faece7;
    border-color: #f0997b;
}
.doc-btn.btn-download:hover {
    background: #993c1d;
    color: #fff;
    border-color: #993c1d;
}

/* ===== PDF VIEWER POPUP ===== */
.pdf-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.pdf-overlay.active { display: flex; }

.pdf-modal {
    background: white;
    width: 90vw;
    max-width: 900px;
    height: 85vh;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pdf-modal-header {
    padding: 14px 20px;
    background: #1a2744;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.pdf-close {
    cursor: pointer;
    font-size: 20px;
    opacity: 0.7;
    background: none;
    border: none;
    color: white;
}

.pdf-close:hover { opacity: 1; }

.pdf-modal iframe {
    flex: 1;
    width: 100%;
    border: none;
}
