
    /* CSS cho trang 58vin */
    .page-58vin {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a2e; /* Nền tối cho chủ đề game */
        line-height: 1.6;
    }

    /* Định dạng chung các phần */
    .page-58vin__section-title {
        font-size: 2.5em;
        color: #e94560; /* Màu nhấn rực rỡ */
        text-align: center;
        margin-bottom: 20px;
        padding-top: 40px;
        font-weight: bold;
    }

    .page-58vin__section-description {
        font-size: 1.1em;
        color: #ccc;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 50px auto;
        padding: 0 15px;
    }

    /* Phần Hero */
    .page-58vin__hero-section {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 500px; /* Chiều cao tối thiểu cho hero */
        text-align: center;
        padding: 10px 0 50px 0; /* Padding trang trí phía trên, giả định body đã xử lý offset header chính */
        background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    }

    .page-58vin__hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3; /* Ảnh nền tinh tế */
        z-index: 1;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-58vin__hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        padding: 20px;
    }

    .page-58vin__hero-title {
        font-size: 3.5em;
        color: #f0f0f0;
        margin-bottom: 20px;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-58vin__hero-subtitle {
        font-size: 1.5em;
        color: #e0e0e0;
        margin-bottom: 40px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-58vin__hero-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .page-58vin__hero-button {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-58vin__hero-button--register {
        background-color: #e94560; /* Màu nhấn */
        color: #fff;
    }

    .page-58vin__hero-button--register:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(233, 69, 96, 0.4);
    }

    .page-58vin__hero-button--login {
        background-color: #0f3460; /* Màu nhấn tối hơn */
        color: #fff;
        border: 2px solid #e94560;
    }

    .page-58vin__hero-button--login:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(15, 52, 96, 0.4);
    }

    /* Trưng bày sản phẩm */
    .page-58vin__product-showcase {
        padding: 60px 20px;
        background-color: #16213e;
    }

    .page-58vin__game-category {
        background-color: #0f3460;
        border-radius: 10px;
        margin: 30px auto;
        padding: 30px;
        max-width: 900px;
        text-align: center;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-58vin__category-title {
        font-size: 2em;
        color: #e94560;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .page-58vin__category-image {
        width: 100%;
        max-width: 600px;
        height: auto;
        border-radius: 8px;
        margin-bottom: 25px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-58vin__category-text {
        font-size: 1.1em;
        color: #ccc;
        max-width: 700px;
        margin: 0 auto;
    }

    /* Phần Khuyến mãi */
    .page-58vin__promotions {
        padding: 60px 20px;
        background-color: #1a1a2e;
    }

    .page-58vin__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-58vin__promo-item {
        background-color: #0f3460;
        border-radius: 10px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
    }

    .page-58vin__promo-item:hover {
        transform: translateY(-5px);
    }

    .page-58vin__promo-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 20px;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-58vin__promo-title {
        font-size: 1.5em;
        color: #e94560;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-58vin__promo-text {
        color: #ccc;
        font-size: 1em;
    }

    /* Phần Giới thiệu */
    .page-58vin__about {
        padding: 60px 20px;
        background-color: #16213e;
    }

    .page-58vin__about-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-58vin__about-item {
        background-color: #0f3460;
        border-radius: 10px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }

    .page-58vin__about-icon {
        width: 150px; /* Kích thước tối thiểu 200x200 */
        height: 150px;
        object-fit: contain; /* Đảm bảo hình ảnh hiển thị đầy đủ */
        margin-bottom: 20px;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-58vin__about-heading {
        font-size: 1.6em;
        color: #e94560;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-58vin__about-text {
        color: #ccc;
        font-size: 1em;
    }

    /* Phần Câu hỏi thường gặp (FAQ) */
    .page-58vin__faq {
        padding: 60px 20px;
        background-color: #1a1a2e;
    }

    .page-58vin__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-58vin__faq-item {
        background-color: #0f3460;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        overflow: hidden; /* Đảm bảo transition max-height hoạt động */
    }

    .page-58vin__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        user-select: none;
        background-color: #0f3460;
        transition: background-color 0.3s ease;
    }

    .page-58vin__faq-question:hover {
        background-color: #16213e;
    }

    .page-58vin__faq-heading {
        font-size: 1.2em;
        color: #f0f0f0;
        margin: 0;
        font-weight: bold;
        pointer-events: none; /* Ngăn h3 chặn sự kiện click trên phần tử cha */
    }

    .page-58vin__faq-toggle {
        font-size: 1.8em;
        color: #e94560;
        font-weight: bold;
        transition: transform 0.3s ease;
        pointer-events: none; /* Ngăn span chặn sự kiện click trên phần tử cha */
    }

    .page-58vin__faq-item.active .page-58vin__faq-toggle {
        transform: rotate(45deg); /* Thay đổi + thành X hoặc tương tự */
    }

    .page-58vin__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px; /* Padding ban đầu khớp với padding ngang của câu hỏi */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #ccc;
    }

    .page-58vin__faq-item.active .page-58vin__faq-answer {
        max-height: 2000px !important; /* Đủ lớn để chứa nội dung */
        padding: 20px 25px !important; /* Padding cuối cùng */
        opacity: 1;
    }

    .page-58vin__faq-answer p {
        margin: 0; /* Xóa margin mặc định của đoạn văn */
        padding-bottom: 10px; /* Thêm khoảng trống dưới văn bản */
    }

    /* Phần Kêu gọi hành động (CTA) */
    .page-58vin__cta-section {
        padding: 60px 20px;
        background: linear-gradient(45deg, #0f3460 0%, #1a1a2e 100%);
        text-align: center;
    }

    .page-58vin__cta-button {
        display: inline-block;
        background-color: #e94560;
        color: #fff;
        padding: 18px 40px;
        border-radius: 10px;
        text-decoration: none;
        font-size: 1.4em;
        font-weight: bold;
        margin-top: 30px;
        transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .page-58vin__cta-button:hover {
        background-color: #ff6b8a;
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(233, 69, 96, 0.5);
    }

    /* Thiết kế đáp ứng (Responsive Design) */
    @media (max-width: 1024px) {
        .page-58vin__hero-title {
            font-size: 3em;
        }
        .page-58vin__hero-subtitle {
            font-size: 1.3em;
        }
        .page-58vin__section-title {
            font-size: 2.2em;
        }
        .page-58vin__promo-grid,
        .page-58vin__about-grid {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        }
    }

    @media (max-width: 768px) {
        .page-58vin__hero-section {
            min-height: 400px;
            padding-bottom: 30px;
        }
        .page-58vin__hero-title {
            font-size: 2.5em;
        }
        .page-58vin__hero-subtitle {
            font-size: 1.1em;
        }
        .page-58vin__hero-buttons {
            flex-direction: column;
            gap: 15px;
        }
        .page-58vin__hero-button {
            width: 80%;
            margin: 0 auto;
            font-size: 1.1em;
        }
        .page-58vin__section-title {
            font-size: 2em;
            padding-top: 30px;
        }
        .page-58vin__section-description {
            font-size: 1em;
            margin-bottom: 30px;
        }
        .page-58vin__game-category,
        .page-58vin__promo-item,
        .page-58vin__about-item,
        .page-58vin__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px;
        }
        .page-58vin__category-image,
        .page-58vin__promo-image,
        .page-58vin__about-icon {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        /* Điều chỉnh FAQ cụ thể cho di động */
        .page-58vin__faq-question {
            padding: 15px 20px;
        }
        .page-58vin__faq-heading {
            font-size: 1.1em;
        }
        .page-58vin__faq-answer {
            padding: 0 20px;
        }
        .page-58vin__faq-item.active .page-58vin__faq-answer {
            padding: 15px 20px !important;
        }
        .page-58vin__cta-button {
            font-size: 1.2em;
            padding: 15px 30px;
        }
    }

    @media (max-width: 480px) {
        .page-58vin__hero-title {
            font-size: 2em;
        }
        .page-58vin__hero-subtitle {
            font-size: 1em;
        }
        .page-58vin__hero-button {
            width: 90%;
            padding: 12px 20px;
        }
        .page-58vin__section-title {
            font-size: 1.8em;
        }
        .page-58vin__category-title,
        .page-58vin__promo-title,
        .page-58vin__about-heading {
            font-size: 1.4em;
        }
        .page-58vin__faq-heading {
            font-size: 1em;
        }
        .page-58vin__faq-toggle {
            font-size: 1.5em;
        }
        .page-58vin__cta-button {
            font-size: 1.1em;
            padding: 12px 25px;
        }
    }
  