.page-th-thao-popular-sports-events {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-th-thao-popular-sports-events__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-th-thao-popular-sports-events__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 0;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    background-color: #2563eb;
}

.page-th-thao-popular-sports-events__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.6);
    margin-bottom: -5px; /* Remove gap below image */
}

.page-th-thao-popular-sports-events__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 800px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.page-th-thao-popular-sports-events__main-title {
    font-size: clamp(2em, 5vw, 3.5em);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-th-thao-popular-sports-events__hero-description {
    font-size: clamp(1em, 2vw, 1.2em);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.page-th-thao-popular-sports-events__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-th-thao-popular-sports-events__btn-primary,
.page-th-thao-popular-sports-events__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-th-thao-popular-sports-events__btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    border: 2px solid #2563eb;
}

.page-th-thao-popular-sports-events__btn-primary:hover {
    background-color: #1e40af;
    border-color: #1e40af;
    transform: translateY(-2px);
}

.page-th-thao-popular-sports-events__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-th-thao-popular-sports-events__btn-secondary:hover {
    background-color: #ffffff;
    color: #2563eb;
    transform: translateY(-2px);
}

.page-th-thao-popular-sports-events__section-title {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1a202c;
}

.page-th-thao-popular-sports-events__introduction-section,
.page-th-thao-popular-sports-events__popular-sports-section,
.page-th-thao-popular-sports-events__guide-section,
.page-th-thao-popular-sports-events__news-section,
.page-th-thao-popular-sports-events__faq-section {
    padding: 60px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.page-th-thao-popular-sports-events__text-block {
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #4a5568;
}

.page-th-thao-popular-sports-events__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-th-thao-popular-sports-events__sports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-th-thao-popular-sports-events__sport-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao-popular-sports-events__sport-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao-popular-sports-events__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-th-thao-popular-sports-events__card-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748;
}

.page-th-thao-popular-sports-events__card-description {
    font-size: 1em;
    color: #4a5568;
}

.page-th-thao-popular-sports-events__benefits-section {
    padding: 80px 0;
    text-align: center;
}

.page-th-thao-popular-sports-events__dark-section {
    background-color: #2563eb;
    color: #ffffff;
}

.page-th-thao-popular-sports-events__dark-section .page-th-thao-popular-sports-events__section-title {
    color: #ffffff;
}

.page-th-thao-popular-sports-events__dark-section .page-th-thao-popular-sports-events__text-block {
    color: #f0f0f0;
}

.page-th-thao-popular-sports-events__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-th-thao-popular-sports-events__benefit-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-th-thao-popular-sports-events__benefit-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-th-thao-popular-sports-events__benefit-description {
    font-size: 0.95em;
    color: #e2e8f0;
}

.page-th-thao-popular-sports-events__cta-wrapper {
    margin-top: 50px;
    text-align: center;
}

.page-th-thao-popular-sports-events__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-th-thao-popular-sports-events__step-item {
    background-color: #f0f4f8;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-th-thao-popular-sports-events__step-item:hover {
    transform: translateY(-5px);
}

.page-th-thao-popular-sports-events__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-th-thao-popular-sports-events__step-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748;
}

.page-th-thao-popular-sports-events__step-description {
    font-size: 1em;
    color: #4a5568;
}

.page-th-thao-popular-sports-events__step-description a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.page-th-thao-popular-sports-events__step-description a:hover {
    text-decoration: underline;
}

.page-th-thao-popular-sports-events__faq-section {
    background-color: #f0f4f8;
}

.page-th-thao-popular-sports-events__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-th-thao-popular-sports-events__faq-item {
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-th-thao-popular-sports-events__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
}

.page-th-thao-popular-sports-events__faq-question:hover {
    background-color: #f8f9fa;
}

.page-th-thao-popular-sports-events__faq-qtext {
    font-size: 1.2em;
    font-weight: 600;
    color: #2d3748;
    pointer-events: none; /* Prevent text from blocking click */
    flex-grow: 1;
}

.page-th-thao-popular-sports-events__faq-toggle {
    font-size: 1.5em;
    font-weight: 700;
    color: #2563eb;
    margin-left: 15px;
    pointer-events: none; /* Prevent icon from blocking click */
    transition: transform 0.3s ease;
}

.page-th-thao-popular-sports-events__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    color: #4a5568;
}

.page-th-thao-popular-sports-events__faq-item.active .page-th-thao-popular-sports-events__faq-answer {
    max-height: 2000px !important; /* Sufficiently large to contain content */
    padding: 20px 25px !important;
    opacity: 1;
}

.page-th-thao-popular-sports-events__faq-item.active .page-th-thao-popular-sports-events__faq-toggle {
    transform: rotate(45deg);
}

.page-th-thao-popular-sports-events__faq-answer p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-th-thao-popular-sports-events__faq-answer a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.page-th-thao-popular-sports-events__faq-answer a:hover {
    text-decoration: underline;
}

.page-th-thao-popular-sports-events__cta-bottom-section {
    padding: 80px 0;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-th-thao-popular-sports-events__hero-content {
        max-width: 700px;
    }

    .page-th-thao-popular-sports-events__main-title {
        font-size: 3em;
    }

    .page-th-thao-popular-sports-events__section-title {
        font-size: 2em;
    }

    .page-th-thao-popular-sports-events__sports-grid,
    .page-th-thao-popular-sports-events__benefits-grid,
    .page-th-thao-popular-sports-events__guide-steps {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .page-th-thao-popular-sports-events {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-th-thao-popular-sports-events__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-th-thao-popular-sports-events__hero-content {
        position: static;
        transform: none;
        padding: 30px 15px;
        text-align: center;
    }

    .page-th-thao-popular-sports-events__hero-image {
        min-height: 200px;
        height: 300px;
        filter: brightness(0.4);
    }

    .page-th-thao-popular-sports-events__main-title {
        font-size: 2.2em;
        margin-bottom: 10px;
    }

    .page-th-thao-popular-sports-events__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-th-thao-popular-sports-events__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-th-thao-popular-sports-events__btn-primary,
    .page-th-thao-popular-sports-events__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 20px;
        font-size: 1em;
    }

    .page-th-thao-popular-sports-events__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-th-thao-popular-sports-events__introduction-section,
    .page-th-thao-popular-sports-events__popular-sports-section,
    .page-th-thao-popular-sports-events__guide-section,
    .page-th-thao-popular-sports-events__news-section,
    .page-th-thao-popular-sports-events__faq-section,
    .page-th-thao-popular-sports-events__benefits-section,
    .page-th-thao-popular-sports-events__cta-bottom-section {
        padding: 40px 0;
    }

    .page-th-thao-popular-sports-events__text-block {
        font-size: 0.95em;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .page-th-thao-popular-sports-events__image-content,
    .page-th-thao-popular-sports-events__card-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 20px auto;
        min-width: 200px;
        min-height: 200px;
    }

    .page-th-thao-popular-sports-events__sports-grid,
    .page-th-thao-popular-sports-events__benefits-grid,
    .page-th-thao-popular-sports-events__guide-steps {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .page-th-thao-popular-sports-events__sport-card,
    .page-th-thao-popular-sports-events__benefit-item,
    .page-th-thao-popular-sports-events__step-item {
        padding: 20px;
    }

    .page-th-thao-popular-sports-events__card-title,
    .page-th-thao-popular-sports-events__benefit-title,
    .page-th-thao-popular-sports-events__step-title {
        font-size: 1.3em;
    }

    .page-th-thao-popular-sports-events__faq-list {
        margin-top: 30px;
        padding: 0 15px;
    }

    .page-th-thao-popular-sports-events__faq-question {
        padding: 15px 20px;
    }

    .page-th-thao-popular-sports-events__faq-qtext {
        font-size: 1.1em;
    }

    .page-th-thao-popular-sports-events__faq-answer {
        padding: 15px 20px !important;
    }

    .page-th-thao-popular-sports-events__faq-answer p {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-th-thao-popular-sports-events__main-title {
        font-size: 1.8em;
    }
    .page-th-thao-popular-sports-events__section-title {
        font-size: 1.5em;
    }
    .page-th-thao-popular-sports-events__hero-image {
        height: 250px;
    }
}