/* style/the-thao.css */

.page-the-thao {
    background-color: #08160F;
    color: #F2FFF6;
}

.page-the-thao__hero-section {
    padding-top: 10px; /* Fixed header spacing */
    padding-bottom: 60px;
    background-color: #0A4B2C; /* Deep Green for hero background */
    color: #F2FFF6;
}

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

.page-the-thao__hero-content {
    flex: 1;
    min-width: 300px;
}

.page-the-thao__hero-title {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F2FFF6;
    max-width: 600px;
}

.page-the-thao__hero-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #A7D9B8;
}

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

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

.page-the-thao__hero-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.page-the-thao__btn-primary,
.page-the-thao__btn-secondary,
.page-the-thao__btn-tertiary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.page-the-thao__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #F2FFF6;
    border: none;
}

.page-the-thao__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(42, 209, 111, 0.4);
}

.page-the-thao__btn-secondary {
    background: transparent;
    color: #57E38D; /* Glow color for text */
    border: 2px solid #2E7A4E;
}

.page-the-thao__btn-secondary:hover {
    background-color: #2E7A4E;
    color: #F2FFF6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 122, 78, 0.4);
}

.page-the-thao__btn-tertiary {
    background-color: #1E3A2A;
    color: #F2FFF6;
    border: none;
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-the-thao__btn-tertiary:hover {
    background-color: #2E7A4E;
}

.page-the-thao__intro-section,
.page-the-thao__sports-categories-section,
.page-the-thao__promotion-section,
.page-the-thao__guide-section,
.page-the-thao__faq-section {
    padding: 60px 15px;
    background-color: #08160F;
    color: #F2FFF6;
}

.page-the-thao__intro-container,
.page-the-thao__sports-container,
.page-the-thao__promo-container,
.page-the-thao__guide-container,
.page-the-thao__faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-the-thao__intro-title,
.page-the-thao__sports-title,
.page-the-thao__promo-title,
.page-the-thao__guide-title,
.page-the-thao__faq-title {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #F2FFF6;
}

.page-the-thao__intro-description,
.page-the-thao__sports-description,
.page-the-thao__promo-description,
.page-the-thao__guide-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    color: #A7D9B8;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.page-the-thao__intro-grid,
.page-the-thao__sports-grid,
.page-the-thao__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-the-thao__intro-item {
    background-color: #11271B;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E;
}

.page-the-thao__icon-box-media {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #57E38D;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.page-the-thao__intro-item-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #F2FFF6;
}

.page-the-thao__intro-item-text {
    font-size: 1em;
    line-height: 1.6;
    color: #A7D9B8;
}

.page-the-thao__sports-card,
.page-the-thao__promo-card {
    background-color: #11271B;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E;
    display: flex;
    flex-direction: column;
}

.page-the-thao__sports-card img,
.page-the-thao__promo-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-the-thao__sports-card-title,
.page-the-thao__promo-card-title {
    font-size: 1.4em;
    font-weight: 600;
    margin: 20px 20px 10px;
    color: #F2FFF6;
}

.page-the-thao__sports-card-text,
.page-the-thao__promo-card-text {
    font-size: 1em;
    line-height: 1.6;
    color: #A7D9B8;
    margin: 0 20px 20px;
    flex-grow: 1;
}

.page-the-thao__sports-card .page-the-thao__btn-tertiary,
.page-the-thao__promo-card .page-the-thao__btn-primary {
    margin: 0 20px 20px;
    align-self: flex-start;
    width: fit-content;
}

.page-the-thao__promo-cta {
    text-align: center;
    margin-top: 50px;
}

.page-the-thao__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-the-thao__guide-step-item {
    background-color: #11271B;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E;
}

.page-the-thao__guide-step-number {
    font-size: 2.5em;
    font-weight: 700;
    color: #57E38D;
    margin-bottom: 15px;
    text-align: center;
}

.page-the-thao__guide-step-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #F2FFF6;
    text-align: center;
}

.page-the-thao__guide-step-text {
    font-size: 1em;
    line-height: 1.6;
    color: #A7D9B8;
    text-align: center;
}

.page-the-thao__guide-cta {
    text-align: center;
    margin-top: 50px;
}

.page-the-thao__faq-list {
    margin-top: 40px;
}

.page-the-thao__faq-item {
    background-color: #11271B;
    border: 1px solid #2E7A4E;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #F2FFF6;
}

.page-the-thao__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    background-color: #1E3A2A;
    color: #F2FFF6;
    border-bottom: 1px solid #2E7A4E;
}

.page-the-thao__faq-item[open] .page-the-thao__faq-question {
    border-bottom-color: transparent;
}

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

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

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

.page-the-thao__faq-toggle {
    font-size: 1.5em;
    margin-left: 20px;
    transition: transform 0.3s ease;
}

.page-the-thao__faq-item[open] .page-the-thao__faq-toggle {
    transform: rotate(45deg);
}

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

.page-the-thao__faq-answer p {
    margin-top: 15px;
}

/* General image responsiveness */
.page-the-thao img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
    .page-the-thao__hero-title {
        font-size: 2.8em;
    }

    .page-the-thao__intro-title,
    .page-the-thao__sports-title,
    .page-the-thao__promo-title,
    .page-the-thao__guide-title,
    .page-the-thao__faq-title {
        font-size: 2em;
    }

    .page-the-thao__hero-container {
        flex-direction: column;
        text-align: center;
    }

    .page-the-thao__hero-content {
        order: 2;
    }

    .page-the-thao__hero-image {
        order: 1;
        margin-bottom: 30px;
    }

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

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

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

    .page-the-thao__hero-title {
        font-size: 2.2em !important;
        margin-bottom: 15px;
    }

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

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

    .page-the-thao__btn-primary,
    .page-the-thao__btn-secondary,
    .page-the-thao__btn-tertiary {
        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;
    }
    
    .page-the-thao__hero-cta-buttons,
    .page-the-thao__promo-cta {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Intro Section */
    .page-the-thao__intro-section,
    .page-the-thao__sports-categories-section,
    .page-the-thao__promotion-section,
    .page-the-thao__guide-section,
    .page-the-thao__faq-section {
        padding: 40px 15px;
    }

    .page-the-thao__intro-title,
    .page-the-thao__sports-title,
    .page-the-thao__promo-title,
    .page-the-thao__guide-title,
    .page-the-thao__faq-title {
        font-size: 1.8em !important;
        margin-bottom: 15px;
    }

    .page-the-thao__intro-description,
    .page-the-thao__sports-description,
    .page-the-thao__promo-description,
    .page-the-thao__guide-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    .page-the-thao__intro-grid,
    .page-the-thao__sports-grid,
    .page-the-thao__promo-grid,
    .page-the-thao__guide-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-the-thao__icon-box-media {
        width: 120px !important;
        height: 120px !important;
        border-width: 2px;
    }

    /* General Images and Containers */
    .page-the-thao img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-the-thao__intro-container,
    .page-the-thao__sports-container,
    .page-the-thao__promo-container,
    .page-the-thao__guide-container,
    .page-the-thao__faq-container,
    .page-the-thao__intro-item,
    .page-the-thao__sports-card,
    .page-the-thao__promo-card,
    .page-the-thao__guide-step-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* FAQ Section */
    .page-the-thao__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-the-thao__faq-answer {
        padding: 0 20px 15px;
    }
}