/* 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;
}

/* Hero Section */
.page-th-thao__hero {
    background: linear-gradient(135deg, #004AAD, #FFD700);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-th-thao__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,sports,dynamic_lines]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-th-thao__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-th-thao__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
    position: relative;
    z-index: 1;
}

.page-th-thao__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-th-thao__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

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

.page-th-thao__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

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

.page-th-thao__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

/* General Section Styling */
.page-th-thao__section-title {
    font-size: 2.5em;
    color: #004AAD;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}

.page-th-thao__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-th-thao__features, .page-th-thao__popular-sports, .page-th-thao__live-betting, .page-th-thao__promotions, .page-th-thao__guide {
    padding: 80px 0;
}

.page-th-thao__features {
    background-color: #f8f9fa;
}

/* Feature Grid */
.page-th-thao__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-th-thao__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background-color: #004AAD;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-th-thao__feature-heading {
    font-size: 1.5em;
    color: #004AAD;
    margin-bottom: 15px;
}

.page-th-thao__feature-text {
    color: #555;
}

/* Popular Sports */
.page-th-thao__popular-sports {
    background-color: #eef2f6;
}

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

.page-th-thao__sport-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-th-thao__sport-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-th-thao__sport-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page-th-thao__sport-title {
    font-size: 1.6em;
    color: #004AAD;
    padding: 20px 15px 10px;
}

.page-th-thao__sport-description {
    color: #555;
    padding: 0 15px 20px;
}

/* Live Betting Section */
.page-th-thao__live-betting {
    background-color: #fff;
}

.page-th-thao__live-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-th-thao__live-text {
    flex: 1;
    min-width: 300px;
}

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

.page-th-thao__live-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

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

/* Promotions Section */
.page-th-thao__promotions {
    background-color: #004AAD;
    color: #fff;
}

.page-th-thao__promotions .page-th-thao__section-title {
    color: #fff;
}

.page-th-thao__promotions .page-th-thao__section-title::after {
    background-color: #FFD700;
}

.page-th-thao__promotions-intro {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 50px;
    color: #f0f0f0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.page-th-thao__promo-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-th-thao__promo-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.page-th-thao__promo-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 10px;
}

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

.page-th-thao__promo-text {
    color: #e0e0e0;
    margin-bottom: 25px;
}

.page-th-thao__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 30px;
    background-color: #FFD700;
    color: #004AAD;
    border: none;
}

.page-th-thao__btn--small:hover {
    background-color: #e6c200;
    color: #004AAD;
}

/* Guide Section */
.page-th-thao__guide {
    background-color: #f8f9fa;
}

.page-th-thao__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.page-th-thao__step-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.page-th-thao__step-item:hover {
    transform: translateY(-8px);
}

.page-th-thao__step-number {
    width: 60px;
    height: 60px;
    background-color: #004AAD;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    margin: -60px auto 20px;
    border: 5px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-th-thao__step-title {
    font-size: 1.4em;
    color: #004AAD;
    margin-bottom: 15px;
}

.page-th-thao__step-text {
    color: #555;
    margin-bottom: 20px;
}

.page-th-thao__btn--outline {
    background-color: transparent;
    color: #004AAD;
    border: 2px solid #004AAD;
    padding: 10px 25px;
    font-size: 0.9em;
    border-radius: 30px;
}

.page-th-thao__btn--outline:hover {
    background-color: #004AAD;
    color: #fff;
}

.page-th-thao__cta-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.page-th-thao__cta-bottom p {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-th-thao__hero-title {
        font-size: 2.8em;
    }
    .page-th-thao__hero-description {
        font-size: 1.1em;
    }
    .page-th-thao__section-title {
        font-size: 2em;
    }
    .page-th-thao__live-content {
        flex-direction: column-reverse;
    }
    .page-th-thao__live-image {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-th-thao__hero {
        padding: 80px 0;
    }
    .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 {
        width: 80%;
        margin: 0 auto;
    }
    .page-th-thao__features, .page-th-thao__popular-sports, .page-th-thao__live-betting, .page-th-thao__promotions, .page-th-thao__guide {
        padding: 60px 0;
    }
    .page-th-thao__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .page-th-thao__feature-icon {
        width: 60px;
        height: 60px;
    }
    .page-th-thao__promo-img {
        width: 70px;
        height: 70px;
    }
    .page-th-thao__step-number {
        margin-top: -50px;
        width: 50px;
        height: 50px;
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    .page-th-thao__hero-title {
        font-size: 1.8em;
    }
    .page-th-thao__btn {
        width: 90%;
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-th-thao__section-title {
        font-size: 1.5em;
    }
    .page-th-thao__feature-grid, .page-th-thao__sports-grid, .page-th-thao__promo-grid, .page-th-thao__guide-steps {
        grid-template-columns: 1fr;
    }
    .page-th-thao__container {
        padding: 0 15px;
    }
}