/* style/the-thao-ca-cuoc-bong-ro.css */
.page-the-thao-ca-cuoc-bong-ro {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F3F8FF; /* Text Main */
    background-color: var(--card-bg, #08162B); /* Deep Navy as fallback for body/main background */
}

.page-the-thao-ca-cuoc-bong-ro__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.page-the-thao-ca-cuoc-bong-ro__section-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #F3F8FF; /* Text Main */
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.page-the-thao-ca-cuoc-bong-ro__description {
    font-size: 1.1em;
    color: #AFC4E8; /* Text Secondary */
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-the-thao-ca-cuoc-bong-ro__btn-primary,
.page-the-thao-ca-cuoc-bong-ro__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-the-thao-ca-cuoc-bong-ro__btn-primary {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button color */
    color: #F3F8FF; /* Text Main */
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-the-thao-ca-cuoc-bong-ro__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-the-thao-ca-cuoc-bong-ro__btn-secondary {
    background: transparent;
    color: #4FA8FF; /* Glow color for border */
    border: 2px solid #4FA8FF;
}

.page-the-thao-ca-cuoc-bong-ro__btn-secondary:hover {
    background: rgba(79, 168, 255, 0.1);
    color: #F3F8FF;
}

/* HERO Section */
.page-the-thao-ca-cuoc-bong-ro__hero-section {
    padding-top: 10px; /* Small top padding, assuming body handles header offset */
    padding-bottom: 60px;
    background-color: var(--card-bg, #08162B);
}

.page-the-thao-ca-cuoc-bong-ro__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 40px 15px;
}

.page-the-thao-ca-cuoc-bong-ro__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #F3F8FF;
    text-align: left;
}

.page-the-thao-ca-cuoc-bong-ro__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #F3F8FF;
}

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

.page-the-thao-ca-cuoc-bong-ro__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    display: block;
}

.page-the-thao-ca-cuoc-bong-ro__cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* Intro Section (Module 1 - 3-column with circular images) */
.page-the-thao-ca-cuoc-bong-ro__intro-section {
    padding: 80px 0;
    background-color: #10233F; /* Card BG */
    text-align: center;
}

.page-the-thao-ca-cuoc-bong-ro__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-the-thao-ca-cuoc-bong-ro__feature-item {
    background-color: #08162B; /* Deep Navy */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao-ca-cuoc-bong-ro__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-the-thao-ca-cuoc-bong-ro__icon-box-media {
    width: 180px;
    height: 180px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #1D5FD1; /* Auxiliary color */
    box-shadow: 0 0 15px rgba(29, 95, 209, 0.5);
}

.page-the-thao-ca-cuoc-bong-ro__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-the-thao-ca-cuoc-bong-ro__feature-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #F3F8FF;
    margin-bottom: 15px;
}

.page-the-thao-ca-cuoc-bong-ro__feature-description {
    font-size: 1em;
    color: #AFC4E8;
}

/* Guide Section */
.page-the-thao-ca-cuoc-bong-ro__guide-section {
    padding: 80px 0;
    background-color: var(--card-bg, #08162B);
}

.page-the-thao-ca-cuoc-bong-ro__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-the-thao-ca-cuoc-bong-ro__guide-item {
    background-color: #10233F; /* Card BG */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-the-thao-ca-cuoc-bong-ro__guide-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    display: block;
}

.page-the-thao-ca-cuoc-bong-ro__guide-step-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
}

.page-the-thao-ca-cuoc-bong-ro__guide-description {
    font-size: 1em;
    color: #AFC4E8;
}

.page-the-thao-ca-cuoc-bong-ro__cta-bottom {
    text-align: center;
    margin-top: 60px;
}

/* Betting Types Section */
.page-the-thao-ca-cuoc-bong-ro__betting-types-section {
    padding: 80px 0;
    background-color: #10233F; /* Card BG */
}

.page-the-thao-ca-cuoc-bong-ro__types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-the-thao-ca-cuoc-bong-ro__type-card {
    background-color: #08162B; /* Deep Navy */
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-the-thao-ca-cuoc-bong-ro__type-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-the-thao-ca-cuoc-bong-ro__type-title {
    font-size: 1.4em;
    font-weight: bold;
    color: #F3F8FF;
    margin-bottom: 10px;
}

.page-the-thao-ca-cuoc-bong-ro__type-description {
    font-size: 0.95em;
    color: #AFC4E8;
}

/* Tips Section */
.page-the-thao-ca-cuoc-bong-ro__tips-section {
    padding: 80px 0;
    background-color: var(--card-bg, #08162B);
}

.page-the-thao-ca-cuoc-bong-ro__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-the-thao-ca-cuoc-bong-ro__tip-card {
    background-color: #10233F; /* Card BG */
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-the-thao-ca-cuoc-bong-ro__tip-title {
    font-size: 1.4em;
    font-weight: bold;
    color: #F2C14E; /* Gold */
    margin-bottom: 10px;
}

.page-the-thao-ca-cuoc-bong-ro__tip-description {
    font-size: 0.95em;
    color: #AFC4E8;
}

/* FAQ Section */
.page-the-thao-ca-cuoc-bong-ro__faq-section {
    padding: 80px 0;
    background-color: #10233F; /* Card BG */
}

.page-the-thao-ca-cuoc-bong-ro__faq-list {
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-the-thao-ca-cuoc-bong-ro__faq-item {
    background-color: #08162B; /* Deep Navy */
    border: 1px solid #1B3357; /* Divider */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-the-thao-ca-cuoc-bong-ro__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #F3F8FF;
    cursor: pointer;
    background-color: #08162B;
    user-select: none;
    list-style: none;
}

.page-the-thao-ca-cuoc-bong-ro__faq-question::-webkit-details-marker {
    display: none;
}

.page-the-thao-ca-cuoc-bong-ro__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #F2C14E;
}

.page-the-thao-ca-cuoc-bong-ro__faq-item[open] .page-the-thao-ca-cuoc-bong-ro__faq-toggle {
    transform: rotate(45deg);
}

.page-the-thao-ca-cuoc-bong-ro__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #AFC4E8;
    line-height: 1.6;
}

.page-the-thao-ca-cuoc-bong-ro__faq-answer p {
    margin: 0;
}

/* CTA Bottom Section */
.page-the-thao-ca-cuoc-bong-ro__cta-bottom-section {
    padding: 80px 0;
    text-align: center;
    background-color: var(--card-bg, #08162B);
}

.page-the-thao-ca-cuoc-bong-ro__cta-bottom-section .page-the-thao-ca-cuoc-bong-ro__btn-primary {
    margin-top: 30px;
}

/* General Image Styles */
.page-the-thao-ca-cuoc-bong-ro img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-the-thao-ca-cuoc-bong-ro__hero-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .page-the-thao-ca-cuoc-bong-ro__hero-content {
        text-align: center;
    }

    .page-the-thao-ca-cuoc-bong-ro__cta-buttons {
        justify-content: center;
    }

    .page-the-thao-ca-cuoc-bong-ro__section-title {
        font-size: 2em;
    }

    .page-the-thao-ca-cuoc-bong-ro__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }

    .page-the-thao-ca-cuoc-bong-ro__icon-box-media {
        width: 150px;
        height: 150px;
    }

    .page-the-thao-ca-cuoc-bong-ro__features-grid,
    .page-the-thao-ca-cuoc-bong-ro__guide-steps,
    .page-the-thao-ca-cuoc-bong-ro__types-grid,
    .page-the-thao-ca-cuoc-bong-ro__tips-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-the-thao-ca-cuoc-bong-ro {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO Section */
    .page-the-thao-ca-cuoc-bong-ro__hero-section {
        padding-top: 10px !important; /* Small top padding, overridden if needed */
        padding-bottom: 40px;
    }
    .page-the-thao-ca-cuoc-bong-ro__hero-container {
        padding: 30px 15px;
        gap: 30px;
    }
    .page-the-thao-ca-cuoc-bong-ro__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
        margin-bottom: 15px;
    }
    .page-the-thao-ca-cuoc-bong-ro__description {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-the-thao-ca-cuoc-bong-ro__cta-buttons {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    .page-the-thao-ca-cuoc-bong-ro__btn-primary,
    .page-the-thao-ca-cuoc-bong-ro__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* Intro Section (Module 1) */
    .page-the-thao-ca-cuoc-bong-ro__intro-section {
        padding: 60px 0;
    }
    .page-the-thao-ca-cuoc-bong-ro__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-the-thao-ca-cuoc-bong-ro__features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }
    .page-the-thao-ca-cuoc-bong-ro__feature-item {
        padding: 25px;
    }
    .page-the-thao-ca-cuoc-bong-ro__icon-box-media {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
        border-width: 2px;
    }
    .page-the-thao-ca-cuoc-bong-ro__feature-title {
        font-size: 1.3em;
    }

    /* Guide Section */
    .page-the-thao-ca-cuoc-bong-ro__guide-section {
        padding: 60px 0;
    }
    .page-the-thao-ca-cuoc-bong-ro__guide-steps {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }
    .page-the-thao-ca-cuoc-bong-ro__guide-item {
        padding: 25px;
    }
    .page-the-thao-ca-cuoc-bong-ro__guide-step-title {
        font-size: 1.4em;
    }
    .page-the-thao-ca-cuoc-bong-ro__cta-bottom {
        margin-top: 40px;
    }

    /* Betting Types Section */
    .page-the-thao-ca-cuoc-bong-ro__betting-types-section {
        padding: 60px 0;
    }
    .page-the-thao-ca-cuoc-bong-ro__types-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }
    .page-the-thao-ca-cuoc-bong-ro__type-card {
        padding: 20px;
    }
    .page-the-thao-ca-cuoc-bong-ro__type-title {
        font-size: 1.2em;
    }

    /* Tips Section */
    .page-the-thao-ca-cuoc-bong-ro__tips-section {
        padding: 60px 0;
    }
    .page-the-thao-ca-cuoc-bong-ro__tips-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }
    .page-the-thao-ca-cuoc-bong-ro__tip-card {
        padding: 20px;
    }
    .page-the-thao-ca-cuoc-bong-ro__tip-title {
        font-size: 1.2em;
    }

    /* FAQ Section */
    .page-the-thao-ca-cuoc-bong-ro__faq-section {
        padding: 60px 0;
    }
    .page-the-thao-ca-cuoc-bong-ro__faq-list {
        margin-top: 30px;
    }
    .page-the-thao-ca-cuoc-bong-ro__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }
    .page-the-thao-ca-cuoc-bong-ro__faq-answer {
        padding: 0 20px 15px;
    }

    /* CTA Bottom Section */
    .page-the-thao-ca-cuoc-bong-ro__cta-bottom-section {
        padding: 60px 0;
    }

    /* General Image & Container Responsiveness */
    .page-the-thao-ca-cuoc-bong-ro img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-the-thao-ca-cuoc-bong-ro__section,
    .page-the-thao-ca-cuoc-bong-ro__card,
    .page-the-thao-ca-cuoc-bong-ro__container,
    .page-the-thao-ca-cuoc-bong-ro__feature-item,
    .page-the-thao-ca-cuoc-bong-ro__guide-item,
    .page-the-thao-ca-cuoc-bong-ro__type-card,
    .page-the-thao-ca-cuoc-bong-ro__tip-card,
    .page-the-thao-ca-cuoc-bong-ro__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Specific override for .page-the-thao-ca-cuoc-bong-ro__icon-box-media img to maintain circular aspect */
    .page-the-thao-ca-cuoc-bong-ro__icon-box-media img {
        height: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
    }
}