
    /* CSS toàn cục cho trang này */
    .page-resources-faq-about-3win-in-vietnam {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        color: #333;
        background-color: #f8f9fa;
        padding-bottom: 50px;
        box-sizing: border-box;
    }

    .page-resources-faq-about-3win-in-vietnam__hero-section {
        background: linear-gradient(135deg, #007bff, #0056b3);
        color: #fff;
        text-align: center;
        padding: 60px 20px 40px; /* Thêm padding-top để tránh bị header cố định che */
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-top: 10px; /* Desktop fixed nav padding */
    }

    .page-resources-faq-about-3win-in-vietnam__hero-content {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .page-resources-faq-about-3win-in-vietnam__main-title {
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
    }

    .page-resources-faq-about-3win-in-vietnam__main-title a {
        color: #ffc107; /* Màu vàng nổi bật cho link */
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .page-resources-faq-about-3win-in-vietnam__main-title a:hover {
        color: #ffe08a;
    }

    .page-resources-faq-about-3win-in-vietnam__hero-description {
        font-size: 1.1em;
        max-width: 700px;
        margin: 0 auto 30px;
        opacity: 0.9;
    }

    .page-resources-faq-about-3win-in-vietnam__hero-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .page-resources-faq-about-3win-in-vietnam__hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.2;
        filter: brightness(0.7); /* Giữ màu gốc, chỉ làm tối */
    }

    .page-resources-faq-about-3win-in-vietnam__faq-section {
        max-width: 900px;
        margin: 40px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .page-resources-faq-about-3win-in-vietnam__section-title {
        font-size: 2em;
        color: #0056b3;
        text-align: center;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .page-resources-faq-about-3win-in-vietnam__faq-item {
        background-color: #fdfdfd;
        border: 1px solid #e9ecef;
        border-radius: 10px;
        margin-bottom: 15px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .page-resources-faq-about-3win-in-vietnam__faq-item:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .page-resources-faq-about-3win-in-vietnam__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        font-size: 1.15em;
        font-weight: 600;
        color: #343a40;
        cursor: pointer;
        user-select: none;
        background-color: #f0f4f8;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .page-resources-faq-about-3win-in-vietnam__faq-question:hover {
        background-color: #e2e6ea;
        color: #0056b3;
    }

    .page-resources-faq-about-3win-in-vietnam__faq-question h3 {
        margin: 0;
        color: inherit; /* Kế thừa màu từ cha */
        pointer-events: none; /* Quan trọng để click vào toàn bộ khu vực */
    }

    .page-resources-faq-about-3win-in-vietnam__faq-toggle {
        font-size: 1.6em;
        line-height: 1;
        color: #007bff;
        transition: transform 0.3s ease, color 0.3s ease;
        pointer-events: none; /* Quan trọng để click vào toàn bộ khu vực */
    }

    .page-resources-faq-about-3win-in-vietnam__faq-item.active .page-resources-faq-about-3win-in-vietnam__faq-toggle {
        transform: rotate(45deg);
        color: #dc3545; /* Màu đỏ khi mở */
    }

    .page-resources-faq-about-3win-in-vietnam__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px; /* Padding ban đầu phải khớp với padding cuối để chuyển tiếp mượt mà */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #495057;
        background-color: #ffffff;
    }

    .page-resources-faq-about-3win-in-vietnam__faq-item.active .page-resources-faq-about-3win-in-vietnam__faq-answer {
        max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-resources-faq-about-3win-in-vietnam__info-block {
        display: flex;
        align-items: center;
        gap: 20px;
        background-color: #e9f5ff;
        border-left: 5px solid #007bff;
        padding: 20px;
        border-radius: 8px;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #0056b3;
    }

    .page-resources-faq-about-3win-in-vietnam__info-icon {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        object-fit: contain;
        border-radius: 8px;
    }

    .page-resources-faq-about-3win-in-vietnam__info-text p {
        margin: 0;
        font-size: 1em;
    }

    .page-resources-faq-about-3win-in-vietnam__info-text strong {
        color: #004085;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-resources-faq-about-3win-in-vietnam__hero-section {
            padding-top: 10px !important; /* Mobile fixed nav padding */
            padding-bottom: 30px;
            margin-bottom: 20px;
        }

        .page-resources-faq-about-3win-in-vietnam__main-title {
            font-size: 1.8em;
        }

        .page-resources-faq-about-3win-in-vietnam__hero-description {
            font-size: 1em;
            margin-bottom: 20px;
        }

        .page-resources-faq-about-3win-in-vietnam__faq-section {
            margin: 20px 15px;
            padding: 15px;
        }

        .page-resources-faq-about-3win-in-vietnam__section-title {
            font-size: 1.6em;
            margin-bottom: 20px;
        }

        .page-resources-faq-about-3win-in-vietnam__faq-question {
            font-size: 1em;
            padding: 15px 20px;
        }

        .page-resources-faq-about-3win-in-vietnam__faq-answer {
            padding: 0 20px;
        }

        .page-resources-faq-about-3win-in-vietnam__faq-item.active .page-resources-faq-about-3win-in-vietnam__faq-answer {
            padding: 15px 20px !important;
        }

        .page-resources-faq-about-3win-in-vietnam__info-block {
            flex-direction: column;
            text-align: center;
            padding: 15px;
            margin-top: 20px;
            margin-bottom: 15px;
        }

        .page-resources-faq-about-3win-in-vietnam__info-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px) {
        .page-resources-faq-about-3win-in-vietnam__main-title {
            font-size: 1.5em;
        }
        .page-resources-faq-about-3win-in-vietnam__section-title {
            font-size: 1.4em;
        }
        .page-resources-faq-about-3win-in-vietnam__faq-question {
            font-size: 0.95em;
            padding: 12px 15px;
        }
        .page-resources-faq-about-3win-in-vietnam__faq-answer {
            padding: 0 15px;
        }
        .page-resources-faq-about-3win-in-vietnam__faq-item.active .page-resources-faq-about-3win-in-vietnam__faq-answer {
            padding: 12px 15px !important;
        }
    }
  