/* style/th-thao.css */
.page-th-thao {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-th-thao__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-th-thao__section {
    padding: 60px 0;
}

.page-th-thao__section--dark {
    background-color: #0A2342;
    color: #f0f0f0;
}

.page-th-thao__section--dark .page-th-thao__section-title,
.page-th-thao__section--dark .page-th-thao__section-subtitle {
    color: #FFD700;
}

.page-th-thao__section-title {
    font-size: 2.5em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-th-thao__section-subtitle {
    font-size: 1.2em;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}

/* Hero Section */
.page-th-thao__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0A2342 0%, #304C70 100%);
    color: #ffffff;
    padding: 80px 0;
    min-height: 500px;
}

.page-th-thao__hero-content {
    flex: 1;
    padding-right: 40px;
    max-width: 600px;
}

.page-th-thao__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    line-height: 1.2;
}

.page-th-thao__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-th-thao__hero-actions {
    display: flex;
    gap: 20px;
}

.page-th-thao__hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-th-thao__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Buttons */
.page-th-thao__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.page-th-thao__btn--primary {
    background-color: #FFD700;
    color: #0A2342;
    border: 2px solid #FFD700;
}

.page-th-thao__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-th-thao__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-th-thao__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
}

.page-th-thao__btn--outline {
    background-color: transparent;
    color: #0A2342;
    border: 2px solid #0A2342;
}

.page-th-thao__btn--outline:hover {
    background-color: #0A2342;
    color: #FFD700;
}

.page-th-thao__btn--small {
    padding: 8px 15px;
    font-size: 0.9em;
}

.page-th-thao__btn--large {
    padding: 15px 35px;
    font-size: 1.2em;
}

/* About Us Section */
.page-th-thao__about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-th-thao__about-text {
    flex: 1;
}

.page-th-thao__about-text p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-th-thao__about-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-th-thao__about-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Sports Categories */
.page-th-thao__categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.page-th-thao__category-card {
    background-color: #1A3C64;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-th-thao__category-card:hover {
    transform: translateY(-10px);
    background-color: #2A4D7A;
}

.page-th-thao__category-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-th-thao__category-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-th-thao__category-description {
    color: #ccc;
    margin-bottom: 20px;
}

/* Live Betting Section */
.page-th-thao__live-betting-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row-reverse; /* Image on right */
}

.page-th-thao__live-betting-text {
    flex: 1;
}

.page-th-thao__live-betting-text p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-th-thao__live-betting-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-th-thao__live-betting-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Promotions Section */
.page-th-thao__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-th-thao__promotion-card {
    background-color: #1A3C64;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-th-thao__promotion-card:hover {
    transform: translateY(-10px);
}

.page-th-thao__promotion-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-th-thao__promotion-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-th-thao__promotion-description {
    color: #ccc;
    margin-bottom: 20px;
}

/* How To Play Section */
.page-th-thao__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-th-thao__step-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.page-th-thao__step-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-th-thao__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #0A2342;
    color: #FFD700;
    border-radius: 50%;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-th-thao__step-title {
    font-size: 1.4em;
    color: #0A2342;
    margin-bottom: 10px;
}

.page-th-thao__step-description {
    color: #555;
}

.page-th-thao__center-cta {
    text-align: center;
}

/* Tech Tips Section */
.page-th-thao__tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-th-thao__tech-card {
    background-color: #1A3C64;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-th-thao__tech-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-th-thao__tech-description {
    color: #ccc;
}

/* Testimonials Section */
.page-th-thao__testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-th-thao__testimonial-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-style: italic;
}

.page-th-thao__testimonial-text {
    margin-bottom: 15px;
    color: #555;
    font-size: 1.1em;
}

.page-th-thao__testimonial-author {
    font-weight: bold;
    color: #0A2342;
    text-align: right;
    font-style: normal;
}

/* CTA Section */
.page-th-thao__cta-content {
    text-align: center;
}

.page-th-thao__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-th-thao__cta-description {
    font-size: 1.3em;
    color: #f0f0f0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-th-thao__hero {
        flex-direction: column-reverse;
        text-align: center;
        padding: 60px 20px;
    }

    .page-th-thao__hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .page-th-thao__hero-title {
        font-size: 2.8em;
    }

    .page-th-thao__hero-actions {
        justify-content: center;
    }

    .page-th-thao__about-content,
    .page-th-thao__live-betting-content {
        flex-direction: column;
        text-align: center;
    }

    .page-th-thao__about-image-wrapper,
    .page-th-thao__live-betting-image-wrapper {
        order: -1; /* Image appears first on mobile */
        margin-bottom: 30px;
    }

    .page-th-thao__section-title {
        font-size: 2em;
    }

    .page-th-thao__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-th-thao__hero {
        padding: 40px 15px;
    }

    .page-th-thao__hero-title {
        font-size: 2.2em;
    }

    .page-th-thao__hero-description {
        font-size: 1em;
    }

    .page-th-thao__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-th-thao__btn--large {
        width: 100%;
    }

    .page-th-thao__section {
        padding: 40px 0;
    }

    .page-th-thao__section-title {
        font-size: 1.8em;
    }

    .page-th-thao__section-subtitle {
        font-size: 1em;
    }

    .page-th-thao__categories-grid,
    .page-th-thao__promotions-grid,
    .page-th-thao__steps-grid,
    .page-th-thao__tech-grid,
    .page-th-thao__testimonials-grid {
        grid-template-columns: 1fr;
    }

    .page-th-thao__cta-title {
        font-size: 1.8em;
    }

    .page-th-thao__cta-description {
        font-size: 1.1em;
    }
}