/* style/the-thao-cac-loai-ca-cuoc-the-thao.css */

/* Base styles for the page */
.page-the-thao-cac-loai-ca-cuoc-the-thao {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF3E6; /* Text Main */
    background-color: #0D0E12; /* Background */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5em; /* Using em for relative sizing, will adjust for mobile */
    color: #FFF3E6; /* Text Main */
    line-height: 1.2;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__section-description {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1em;
    color: #FFF3E6; /* Text Main */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons common styles */
.page-the-thao-cac-loai-ca-cuoc-the-thao__btn-primary,
.page-the-thao-cac-loai-ca-cuoc-the-thao__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%; /* For responsive buttons */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__btn-primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6; /* Text Main */
    border: 2px solid transparent;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__btn-primary:hover {
    background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
    box-shadow: 0 0 15px rgba(255, 165, 58, 0.7);
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__btn-secondary {
    background: transparent;
    color: #FFA53A; /* Auxiliary color */
    border: 2px solid #FFA53A;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__btn-secondary:hover {
    background: #FFA53A;
    color: #17191F; /* Card BG for contrast */
    box-shadow: 0 0 15px rgba(255, 165, 58, 0.7);
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping for multiple buttons */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__cta-buttons--center {
    justify-content: center;
}

/* Hero Section */
.page-the-thao-cac-loai-ca-cuoc-the-thao__hero-section {
    padding-top: 10px; /* Small top padding, relying on body padding for header offset */
    padding-bottom: 60px;
    background-color: #0D0E12; /* Background */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__main-title {
    font-size: 3em;
    font-weight: bold;
    color: #FFF3E6; /* Text Main */
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__hero-description {
    font-size: 1.2em;
    color: #FFF3E6; /* Text Main */
    margin-bottom: 30px;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/* Content Section - Sport Types */
.page-the-thao-cac-loai-ca-cuoc-the-thao__content-section {
    padding: 60px 0;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__dark-section {
    background-color: #17191F; /* Card BG */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__sport-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__sport-card {
    background-color: #0D0E12; /* Background */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #FFF3E6; /* Text Main */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__sport-card-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__sport-card-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFA53A; /* Auxiliary color */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__sport-card-text {
    font-size: 1em;
    color: #FFF3E6; /* Text Main */
}

/* Guide Section */
.page-the-thao-cac-loai-ca-cuoc-the-thao__guide-section {
    padding: 60px 0;
    background-color: #0D0E12; /* Background */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__guide-step {
    background-color: #17191F; /* Card BG */
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-top: 60px; /* Space for step number */
    color: #FFF3E6; /* Text Main */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6; /* Text Main */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    border: 3px solid #0D0E12; /* Background */
    box-shadow: 0 0 10px rgba(255, 165, 58, 0.5);
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__step-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFA53A; /* Auxiliary color */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__step-text {
    font-size: 1em;
    color: #FFF3E6; /* Text Main */
}

/* Advantages Section */
.page-the-thao-cac-loai-ca-cuoc-the-thao__advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__advantage-item {
    background-color: #0D0E12; /* Background */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #FFF3E6; /* Text Main */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__advantage-icon {
    width: 200px; /* Min size requirement */
    height: 200px;
    object-fit: contain; /* Use contain for icons/logos, cover for full images */
    margin: 0 auto 15px;
    display: block;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__advantage-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFA53A; /* Auxiliary color */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__advantage-text {
    font-size: 1em;
    color: #FFF3E6; /* Text Main */
}

/* FAQ Section */
.page-the-thao-cac-loai-ca-cuoc-the-thao__faq-section {
    padding: 60px 0;
    background-color: #0D0E12; /* Background */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__faq-item {
    background-color: #17191F; /* Card BG */
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #FFF3E6; /* Text Main */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    color: #FFA53A; /* Auxiliary color */
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
}

.page-the-thao-cac-loai-ca-cuoc-the-thao__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #FFF3E6; /* Text Main */
}

/* Conclusion Section */
.page-the-thao-cac-loai-ca-cuoc-the-thao__conclusion-section {
    padding: 60px 0;
    text-align: center;
    background-color: #17191F; /* Card BG */
}

/* General Image responsiveness (for all images within the page content) */
.page-the-thao-cac-loai-ca-cuoc-the-thao img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-the-thao-cac-loai-ca-cuoc-the-thao__main-title {
        font-size: 2.8em;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__section-title {
        font-size: 2.2em;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__hero-container {
        flex-direction: column;
        text-align: center;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__hero-content,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__hero-image {
        flex: 1 1 100%;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* General page adjustments */
    .page-the-thao-cac-loai-ca-cuoc-the-thao {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* HERO Section */
    .page-the-thao-cac-loai-ca-cuoc-the-thao__hero-section {
        padding-top: 10px !important; /* Small top padding for mobile */
        padding-bottom: 40px;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__main-title {
        font-size: 2em; /* Smaller H1 for mobile */
        text-align: center;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__hero-description {
        font-size: 1em;
        text-align: center;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__btn-primary,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Content Sections (general text blocks and padding) */
    .page-the-thao-cac-loai-ca-cuoc-the-thao__content-section,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__guide-section,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__advantages-section,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__faq-section,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__conclusion-section {
        padding: 40px 0;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__section-title {
        font-size: 1.8em;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__section-description {
        font-size: 0.95em;
    }

    /* Sport Types / Cards */
    .page-the-thao-cac-loai-ca-cuoc-the-thao__sport-types {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__sport-card-title {
        font-size: 1.3em;
    }

    /* Guide Steps */
    .page-the-thao-cac-loai-ca-cuoc-the-thao__guide-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__guide-step {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__step-number {
        width: 45px;
        height: 45px;
        font-size: 1.5em;
        top: -22px;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__step-title {
        font-size: 1.2em;
    }

    /* Advantages Grid */
    .page-the-thao-cac-loai-ca-cuoc-the-thao__advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__advantage-title {
        font-size: 1.3em;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__advantage-icon {
        width: 200px !important;
        height: 200px !important;
        object-fit: contain !important;
    }

    /* FAQ Section */
    .page-the-thao-cac-loai-ca-cuoc-the-thao__faq-list {
        margin-top: 20px;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__faq-answer {
        padding: 0 20px 15px;
    }

    /* General Image and Container responsiveness */
    .page-the-thao-cac-loai-ca-cuoc-the-thao img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-the-thao-cac-loai-ca-cuoc-the-thao__section,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__card,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__container,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__sport-card,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__guide-step,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__advantage-item,
    .page-the-thao-cac-loai-ca-cuoc-the-thao__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}