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

.page-the-thao-football-betting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-the-thao-football-betting__hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #1A3B83 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-the-thao-football-betting__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:football_field,stadium,crowd_blur]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-the-thao-football-betting__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-the-thao-football-betting__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-the-thao-football-betting__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

.page-the-thao-football-betting__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-the-thao-football-betting__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-the-thao-football-betting__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-the-thao-football-betting__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-the-thao-football-betting__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.2);
}

.page-the-thao-football-betting__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-the-thao-football-betting__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 6px;
}

.page-the-thao-football-betting__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
    border-radius: 10px;
}

.page-the-thao-football-betting__section {
    padding: 60px 0;
    text-align: center;
}

.page-the-thao-football-betting__section:nth-of-type(even) {
    background-color: #e8eceb;
}

.page-the-thao-football-betting__section-title {
    font-size: 2.5em;
    color: #0A2463;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-the-thao-football-betting__features {
    background-color: #fff;
}

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

.page-the-thao-football-betting__feature-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao-football-betting__feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-the-thao-football-betting__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-the-thao-football-betting__feature-heading {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-the-thao-football-betting__feature-text {
    color: #555;
    font-size: 1em;
}

.page-the-thao-football-betting__how-to-bet {
    background-color: #e8eceb;
}

.page-the-thao-football-betting__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-the-thao-football-betting__step-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    position: relative;
    padding-top: 60px;
}

.page-the-thao-football-betting__step-number {
    position: absolute;
    top: 20px;
    left: 30px;
    background-color: #0A2463;
    color: #FFD700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-the-thao-football-betting__step-heading {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-the-thao-football-betting__step-text {
    color: #555;
    font-size: 0.95em;
    margin-bottom: 20px;
}

.page-the-thao-football-betting__leagues-intro,
.page-the-thao-football-betting__leagues-cta {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 20px;
}

.page-the-thao-football-betting__leagues-cta a {
    color: #0A2463;
    font-weight: bold;
    text-decoration: none;
}

.page-the-thao-football-betting__leagues-cta a:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-the-thao-football-betting__league-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    text-align: left;
}

.page-the-thao-football-betting__league-list li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #333;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-the-thao-football-betting__league-list li:hover {
    background-color: #f0f0f0;
    transform: translateX(5px);
}

.page-the-thao-football-betting__league-list li a {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

.page-the-thao-football-betting__league-list li a:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-the-thao-football-betting__league-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.page-the-thao-football-betting__tips {
    background-color: #fff;
}

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

.page-the-thao-football-betting__tip-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao-football-betting__tip-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-the-thao-football-betting__tip-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page-the-thao-football-betting__tip-heading {
    font-size: 1.4em;
    color: #0A2463;
    margin: 20px 20px 10px;
}

.page-the-thao-football-betting__tip-text {
    color: #555;
    font-size: 0.95em;
    padding: 0 20px 20px;
}

.page-the-thao-football-betting__promotions {
    background-color: #e8eceb;
}

.page-the-thao-football-betting__promotions-intro {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 30px;
}

.page-the-thao-football-betting__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

.page-the-thao-football-betting__promo-list li {
    background-color: #fff;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-the-thao-football-betting__promo-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

.page-the-thao-football-betting__cta-block {
    background-color: #0A2463;
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-the-thao-football-betting__cta-text {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-the-thao-football-betting__faq-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.page-the-thao-football-betting__faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-the-thao-football-betting__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

/* .page-the-thao-football-betting__faq-question.active::after { */
/*     content: '-'; */
/*     transform: translateY(-50%) rotate(45deg); */
/* } */

.page-the-thao-football-betting__faq-answer {
    color: #555;
    font-size: 1em;
    /* display: none; */
    /* max-height: 0; */
    /* overflow: hidden; */
    /* transition: max-height 0.3s ease-out, padding 0.3s ease-out; */
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

/* .page-the-thao-football-betting__faq-answer.active { */
/*     max-height: 200px; /* Adjust as needed */ */
/*     padding-top: 10px; */
/* } */

.page-the-thao-football-betting__final-cta {
    background-color: #0A2463;
    color: #fff;
    padding: 80px 0;
}

.page-the-thao-football-betting__final-cta .page-the-thao-football-betting__section-title {
    color: #FFD700;
}

.page-the-thao-football-betting__cta-description {
    font-size: 1.4em;
    max-width: 900px;
    margin: 0 auto 50px;
    color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-the-thao-football-betting__hero-title {
        font-size: 2.8em;
    }

    .page-the-thao-football-betting__section-title {
        font-size: 2em;
    }

    .page-the-thao-football-betting__feature-grid, 
    .page-the-thao-football-betting__steps,
    .page-the-thao-football-betting__tip-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .page-the-thao-football-betting__league-list {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-the-thao-football-betting__hero-title {
        font-size: 2.2em;
    }

    .page-the-thao-football-betting__hero-description {
        font-size: 1em;
        margin-bottom: 30px;
    }

    .page-the-thao-football-betting__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-the-thao-football-betting__btn {
        width: 80%;
        max-width: 300px;
    }

    .page-the-thao-football-betting__section {
        padding: 40px 0;
    }

    .page-the-thao-football-betting__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-the-thao-football-betting__cta-block {
        padding: 30px;
    }

    .page-the-thao-football-betting__cta-text {
        font-size: 1.1em;
        margin-bottom: 20px;
    }

    .page-the-thao-football-betting__final-cta {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-the-thao-football-betting__hero-title {
        font-size: 1.8em;
    }

    .page-the-thao-football-betting__section-title {
        font-size: 1.6em;
    }

    .page-the-thao-football-betting__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-the-thao-football-betting__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-the-thao-football-betting__feature-item, .page-the-thao-football-betting__step-item, .page-the-thao-football-betting__tip-item, .page-the-thao-football-betting__faq-item {
        padding: 20px;
    }

    .page-the-thao-football-betting__step-number {
        width: 35px;
        height: 35px;
        font-size: 1.3em;
        top: 15px;
        left: 20px;
    }
    .page-the-thao-football-betting__step-item {
        padding-top: 50px;
    }
    .page-the-thao-football-betting__league-list li {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-the-thao-football-betting__promo-list li {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-the-thao-football-betting__faq-question {
        font-size: 1.1em;
    }
    .page-the-thao-football-betting__cta-description {
        font-size: 1.2em;
    }
}