.page-the-thao {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFF5E1; /* Text Main */
    background-color: #B71C1C; /* Background */
}

.page-the-thao__hero-section {
    padding-top: 10px; /* Adjusted for shared header offset */
    padding-bottom: 60px;
    background-color: #B71C1C; /* Background */
    color: #FFF5E1;
}

.page-the-thao__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
}

.page-the-thao__hero-content {
    flex: 1 1 500px;
    text-align: left;
    max-width: 600px;
}

.page-the-thao__main-title {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFF5E1; /* Text Main */
    line-height: 1.2;
}

.page-the-thao__hero-description {
    font-size: 1.15rem;
    margin-bottom: 30px;
    color: #FFF5E1; /* Text Main */
}

.page-the-thao__hero-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-the-thao__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    max-width: 250px;
}

.page-the-thao__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
    color: #7A0E0E; /* Deep Red for contrast */
    border: none;
    box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-the-thao__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6);
}

.page-the-thao__btn-secondary {
    background-color: transparent;
    color: #FFD86A; /* Gold for text */
    border: 2px solid #FFD86A; /* Gold border */
    box-shadow: 0 2px 10px rgba(255, 216, 106, 0.2);
}

.page-the-thao__btn-secondary:hover {
    background-color: #FFD86A;
    color: #7A0E0E; /* Deep Red for text on hover */
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-the-thao__hero-image {
    flex: 1 1 450px;
    text-align: center;
}

.page-the-thao__hero-side-image {
    max-width: 100%;
    width: 800px;
    height: 450px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-the-thao__intro-section {
    padding: 80px 20px;
    background-color: #D32F2F; /* Card BG */
    color: #FFF5E1;
}

.page-the-thao__intro-container,
.page-the-thao__content-area,
.page-the-thao__cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-the-thao__section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #FFF5E1; /* Text Main */
}

.page-the-thao__section-description {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #FFF5E1;
}

.page-the-thao__feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.page-the-thao__feature-item {
    flex: 1 1 300px;
    max-width: 350px;
    background-color: #7A0E0E; /* Deep Red for contrast */
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #F2B544; /* Border */
}

.page-the-thao__icon-box-media {
    width: 240px;
    height: 240px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #FFCC66; /* Glow */
    box-shadow: 0 0 20px rgba(255, 204, 102, 0.6);
}

.page-the-thao__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-the-thao__feature-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFD86A; /* Gold-like for titles */
}

.page-the-thao__feature-text {
    font-size: 1rem;
    color: #FFF5E1;
}

.page-the-thao__live-scores-section,
.page-the-thao__why-choose-us {
    padding: 80px 20px;
    background-color: #B71C1C; /* Background */
    color: #FFF5E1;
}

.page-the-thao__betting-guide-section {
    padding: 80px 20px;
    background-color: #D32F2F; /* Card BG */
    color: #FFF5E1;
}

.page-the-thao__content-area .page-the-thao__section-title {
    margin-bottom: 20px;
}

.page-the-thao__content-area .page-the-thao__section-description {
    margin-bottom: 40px;
}

.page-the-thao__image-container {
    text-align: center;
    margin: 40px 0;
}

.page-the-thao__content-image {
    max-width: 100%;
    width: 800px;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

.page-the-thao__text-block {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #FFF5E1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-the-thao__content-area .page-the-thao__cta-button {
    margin: 30px auto 0;
    display: block;
    max-width: 300px;
}

.page-the-thao__benefits-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 800px;
    text-align: left;
}

.page-the-thao__benefit-item {
    background-color: #7A0E0E; /* Deep Red */
    border-left: 5px solid #FFD86A; /* Gold accent */
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #FFF5E1;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-the-thao__cta-section {
    padding: 80px 20px;
    background-color: #D32F2F; /* Card BG */
    color: #FFF5E1;
    text-align: center;
}

.page-the-thao__cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFD86A; /* Gold */
}

.page-the-thao__cta-text {
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF5E1;
}

.page-the-thao__cta-section .page-the-thao__cta-group {
    justify-content: center;
}

.page-the-thao__faq-section {
    padding: 80px 20px;
    background-color: #B71C1C; /* Background */
    color: #FFF5E1;
}

.page-the-thao__faq-list {
    max-width: 900px;
    margin: 50px auto 0;
}

.page-the-thao__faq-item {
    background-color: #7A0E0E; /* Deep Red */
    border: 1px solid #F2B544; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-the-thao__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    color: #FFD86A; /* Gold */
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}

.page-the-thao__faq-question::-webkit-details-marker {
    display: none;
}

.page-the-thao__faq-qtext {
    flex-grow: 1;
}

.page-the-thao__faq-toggle {
    font-size: 1.5rem;
    margin-left: 20px;
    width: 24px;
    text-align: center;
    user-select: none;
}

.page-the-thao__faq-answer {
    padding: 0 20px 20px;
    font-size: 1rem;
    color: #FFF5E1;
    line-height: 1.6;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-the-thao__hero-container {
        flex-direction: column;
        text-align: center;
    }

    .page-the-thao__hero-content {
        text-align: center;
    }

    .page-the-thao__hero-cta-group {
        justify-content: center;
    }

    .page-the-thao__hero-side-image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    /* HERO Section */
    .page-the-thao__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-the-thao__hero-container {
        padding: 30px 15px;
        gap: 30px;
    }

    .page-the-thao__main-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
        margin-bottom: 15px;
    }

    .page-the-thao__hero-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-the-thao__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-the-thao__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 0.95rem;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* Intro Section */
    .page-the-thao__intro-section {
        padding: 60px 15px;
    }

    .page-the-thao__intro-container,
    .page-the-thao__content-area,
    .page-the-thao__cta-container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-the-thao__section-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-the-thao__section-description {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .page-the-thao__feature-grid {
        flex-direction: column;
        gap: 25px;
    }

    .page-the-thao__feature-item {
        max-width: 100%;
        padding: 25px;
    }

    .page-the-thao__icon-box-media {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .page-the-thao__feature-title {
        font-size: 1.4rem;
    }

    .page-the-thao__feature-text {
        font-size: 0.9rem;
    }

    /* General Content Sections */
    .page-the-thao__live-scores-section,
    .page-the-thao__betting-guide-section,
    .page-the-thao__why-choose-us,
    .page-the-thao__faq-section {
        padding: 60px 15px;
    }

    .page-the-thao__image-container {
        margin: 30px 0;
    }

    .page-the-thao__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-the-thao__text-block {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }

    .page-the-thao__benefits-list {
        margin: 30px auto;
    }

    .page-the-thao__benefit-item {
        padding: 12px 15px;
        margin-bottom: 10px;
        font-size: 1rem;
    }

    /* CTA Section */
    .page-the-thao__cta-section {
        padding: 60px 15px;
    }

    .page-the-thao__cta-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-the-thao__cta-text {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .page-the-thao__cta-section .page-the-thao__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    /* FAQ Section */
    .page-the-thao__faq-list {
        margin-top: 30px;
    }

    .page-the-thao__faq-question {
        padding: 15px;
        font-size: 1.1rem;
    }

    .page-the-thao__faq-toggle {
        font-size: 1.3rem;
    }

    .page-the-thao__faq-answer {
        padding: 0 15px 15px;
        font-size: 0.95rem;
    }

    /* Generic image and container rules for mobile */
    .page-the-thao img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-the-thao__section,
    .page-the-thao__card,
    .page-the-thao__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Ensure button containers also adapt */
    .page-the-thao__hero-cta-group,
    .page-the-thao__cta-section .page-the-thao__cta-group {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }
}