body {
            font-family: Arial, sans-serif;
            background: #1a1a1a; /* Màu nền tối giống trong ảnh */
            padding: 20px;
            margin: 0;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 15px;
            max-width: 1200px;
            margin: 40px auto;
        }

        .card {
            background: #262626; /* Màu nền card tối */
            padding: 12px;
            border-radius: 8px;
            /* Flexbox giúp các phần tử bên trong xếp theo chiều dọc */
            display: flex;
            flex-direction: column;
            height: 100%; /* Đảm bảo card chiếm hết chiều cao hàng */
            box-sizing: border-box;
            transition: transform 0.2s;
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 4px;
            background: #333; /* Placeholder khi chưa có ảnh */
        }

        .title {
            color: white;
            font-size: 14px;
            font-weight: bold;
            margin: 12px 0;
            line-height: 1.4;
            /* Giới hạn hiển thị 3 dòng để trông gọn hơn (tùy chọn) */
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 3.6em; /* Giữ khoảng trống tối thiểu cho tiêu đề */
        }

        .price {
            color: #ff4d4d;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 12px;
            /* Đẩy phần giá và nút xuống đáy card nếu tiêu đề ngắn */
            margin-top: auto; 
        }

        .btn {
            display: block;
            background: #ffa500;
            color: white;
            padding: 10px;
            text-align: center;
            text-decoration: none;
            border-radius: 4px;
            font-weight: bold;
            font-size: 14px;
        }

        .btn:hover {
            background: #ff8c00;
        }
/* section */
.section {
    margin: 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding: 10px 15px;

    background: linear-gradient(135deg, #fff, #fff3e0);
    border-left: 5px solid #ff5722;
    border-radius: 8px;

    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* tiêu đề */
.section-header h2 {
    font-size: 18px;
    margin: 0;
    color: #333;
    position: relative;
}

/* gạch underline nhẹ */
.section-header h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ff5722;
    margin-top: 4px;
    border-radius: 2px;
}

/* nút xem thêm */
.view-more {
    font-size: 13px;
    color: #ff5722;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 20px;
    background: rgba(255,87,34,0.1);
    transition: all 0.2s ease;
}

/* hover đẹp hơn */
.view-more:hover {
    background: #ff5722;
    color: white;
    transform: translateX(3px);
}
/* grid theo hàng */
.product-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    padding: 6px 10px;
    margin: 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
}

.pagination a.active {
    background: #ff5722;
    color: white;
    border-color: #ff5722;
}

.pagination a:hover {
    background: #ff5722;
    color: white;
}
    /* CSS dùng chung cho tất cả các trang con để đảm bảo đồng bộ */
    .vc-page-wrapper { font-family: 'Inter', sans-serif; background: #f8f9fa; padding: 60px 0; min-height: 70vh; }
    .vc-container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
    .vc-card { background: white; padding: 40px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
    .vc-badge { background: #fff5f2; color: #ff4d2d; padding: 5px 15px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }
    .vc-card h1 { font-size: 2.2rem; font-weight: 800; color: #1a1a1a; margin: 20px 0; }
    .vc-card p { line-height: 1.8; color: #555; margin-bottom: 20px; }
    .vc-step { display: flex; gap: 20px; margin-bottom: 25px; align-items: flex-start; }
    .vc-step-num { background: #ff4d2d; color: white; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: bold; }
    .vc-step-text strong { display: block; color: #1a1a1a; margin-bottom: 5px; }
/* Reset & Căn giữa Header */
    .page-wrapper {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 15px;
        box-sizing: border-box;
        font-family: -apple-system, sans-serif;
    }

    .header-section {
        text-align: center; /* Căn giữa text */
        margin-bottom: 25px;
    }

    .header-section h1 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
    }

    .header-section p {
        font-size: 14px;
        color: #666;
        margin: 0 auto;
        max-width: 500px;
    }

    /* Container Ticket */
    .ticket-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    /* Khung Ticket */
    .ticket-item {
        display: flex;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        height: 85px;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    /* Bên trái */
    .ticket-left {
        width: 65px;
        background: linear-gradient(135deg, #ff8a00, #ee4d2d);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        color: #fff;
    }

    .ticket-circle {
        width: 25px;
        height: 25px;
        border: 2px solid rgba(255,255,255,0.4);
        border-radius: 50%;
        margin-bottom: 4px;
    }

    .ticket-left span { font-size: 9px; font-weight: bold; }

    /* Ở giữa */
    .ticket-middle {
        flex: 1;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-left: 1.5px dashed #f0f0f0;
        min-width: 0;
    }

    .ticket-name {
        margin: 0;
        font-size: 15px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
    }

    .ticket-desc {
        margin: 4px 0 0;
        font-size: 12px;
        color: #ee4d2d;
    }

    /* Bên phải */
    .ticket-right {
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .ticket-btn {
        background: #ee4d2d;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        padding: 8px 12px;
        border-radius: 20px;
        text-align: center;
        line-height: 1.2;
    }

    /* Lỗ khoét vé */
    .ring {
        position: absolute;
        width: 16px;
        height: 16px;
        background: #f8f9fa; /* Phải trùng màu nền trang web */
        border-radius: 50%;
        left: 65px;
        transform: translateX(-50%);
        border: 1px solid #eee;
        z-index: 1;
    }
    .ring-top { top: -9px; }
    .ring-bottom { bottom: -9px; }

    /* Mobile */
    @media (max-width: 600px) {
        .header-section h1 { font-size: 20px; }
        .ticket-middle { padding: 10px; }
        .ticket-right { width: 70px; }
    }

