/* style/game-strategies-tips-sports-betting-strategy.css */

:root {
    --page-ax88-primary-color: #1A1A2E;
    --page-ax88-secondary-color: #E6B325;
    --page-ax88-text-light: #FFFFFF;
    --page-ax88-text-dark: #1A1A2E;
    --page-ax88-text-accent: #E6B325;
    --page-ax88-bg-dark-alt: #2C2C4A;
    --page-ax88-border-color: rgba(230, 179, 37, 0.3);
}

.page-game-strategies-tips-sports-betting-strategy {
    font-family: 'Arial', sans-serif;
    color: var(--page-ax88-text-light);
    background-color: var(--page-ax88-primary-color);
    line-height: 1.6;
}

.page-game-strategies-tips-sports-betting-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-strategies-tips-sports-betting-strategy__hero-section {
    background: linear-gradient(135deg, var(--page-ax88-primary-color) 0%, #3a3a5a 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-strategies-tips-sports-betting-strategy__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:sports_stadium,abstract_light,overlay]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-strategies-tips-sports-betting-strategy__hero-title {
    font-size: 3.5em;
    color: var(--page-ax88-text-accent);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-strategies-tips-sports-betting-strategy__hero-subtitle {
    font-size: 1.5em;
    color: var(--page-ax88-text-light);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.page-game-strategies-tips-sports-betting-strategy__hero-button {
    display: inline-block;
    background-color: var(--page-ax88-secondary-color);
    color: var(--page-ax88-text-dark);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(230, 179, 37, 0.4);
}

.page-game-strategies-tips-sports-betting-strategy__hero-button:hover {
    background-color: #ffc93c;
    transform: translateY(-3px);
}

.page-game-strategies-tips-sports-betting-strategy__content-section {
    padding: 60px 0;
    background-color: var(--page-ax88-primary-color);
}

.page-game-strategies-tips-sports-betting-strategy__bg-dark {
    background-color: var(--page-ax88-bg-dark-alt);
}

.page-game-strategies-tips-sports-betting-strategy__section-title {
    font-size: 2.5em;
    color: var(--page-ax88-text-accent);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.page-game-strategies-tips-sports-betting-strategy__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-ax88-secondary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-game-strategies-tips-sports-betting-strategy__sub-section-title {
    font-size: 1.8em;
    color: var(--page-ax88-text-light);
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: 5px solid var(--page-ax88-secondary-color);
    padding-left: 15px;
}

.page-game-strategies-tips-sports-betting-strategy__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--page-ax88-text-light);
}

.page-game-strategies-tips-sports-betting-strategy__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-game-strategies-tips-sports-betting-strategy__list li {
    background-color: var(--page-ax88-bg-dark-alt);
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 4px solid var(--page-ax88-secondary-color);
    border-radius: 5px;
    font-size: 1.05em;
    display: flex;
    align-items: flex-start;
    color: var(--page-ax88-text-light);
}

.page-game-strategies-tips-sports-betting-strategy__list li::before {
    content: '✓';
    color: var(--page-ax88-secondary-color);
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
    line-height: 1;
}

.page-game-strategies-tips-sports-betting-strategy__list-item-highlight {
    color: var(--page-ax88-text-accent);
    font-weight: bold;
}

.page-game-strategies-tips-sports-betting-strategy__image-row {
    text-align: center;
    margin: 40px 0;
}

.page-game-strategies-tips-sports-betting-strategy__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-game-strategies-tips-sports-betting-strategy__content-image:hover {
    transform: translateY(-5px);
}

.page-game-strategies-tips-sports-betting-strategy__highlight {
    color: var(--page-ax88-text-accent);
    font-weight: bold;
}

.page-game-strategies-tips-sports-betting-strategy__cta-section {
    background: linear-gradient(90deg, var(--page-ax88-primary-color), var(--page-ax88-bg-dark-alt));
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid var(--page-ax88-border-color);
}

.page-game-strategies-tips-sports-betting-strategy__cta-title {
    font-size: 2.8em;
    color: var(--page-ax88-text-accent);
    margin-bottom: 25px;
    font-weight: bold;
}

.page-game-strategies-tips-sports-betting-strategy__cta-description {
    font-size: 1.3em;
    color: var(--page-ax88-text-light);
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-game-strategies-tips-sports-betting-strategy__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.page-game-strategies-tips-sports-betting-strategy__cta-button {
    display: inline-block;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-game-strategies-tips-sports-betting-strategy__cta-button--primary {
    background-color: var(--page-ax88-secondary-color);
    color: var(--page-ax88-text-dark);
    border: 2px solid var(--page-ax88-secondary-color);
}

.page-game-strategies-tips-sports-betting-strategy__cta-button--primary:hover {
    background-color: #ffc93c;
    border-color: #ffc93c;
    transform: translateY(-3px) scale(1.02);
}

.page-game-strategies-tips-sports-betting-strategy__cta-button--secondary {
    background-color: transparent;
    color: var(--page-ax88-secondary-color);
    border: 2px solid var(--page-ax88-secondary-color);
}

.page-game-strategies-tips-sports-betting-strategy__cta-button--secondary:hover {
    background-color: var(--page-ax88-secondary-color);
    color: var(--page-ax88-text-dark);
    transform: translateY(-3px) scale(1.02);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-game-strategies-tips-sports-betting-strategy__hero-title {
        font-size: 2.8em;
    }

    .page-game-strategies-tips-sports-betting-strategy__hero-subtitle {
        font-size: 1.3em;
    }

    .page-game-strategies-tips-sports-betting-strategy__section-title {
        font-size: 2em;
    }

    .page-game-strategies-tips-sports-betting-strategy__sub-section-title {
        font-size: 1.6em;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-title {
        font-size: 2.2em;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-game-strategies-tips-sports-betting-strategy__hero-section {
        padding: 80px 0;
    }

    .page-game-strategies-tips-sports-betting-strategy__hero-title {
        font-size: 2.2em;
    }

    .page-game-strategies-tips-sports-betting-strategy__hero-subtitle {
        font-size: 1.1em;
    }

    .page-game-strategies-tips-sports-betting-strategy__hero-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-game-strategies-tips-sports-betting-strategy__content-section {
        padding: 40px 0;
    }

    .page-game-strategies-tips-sports-betting-strategy__section-title {
        font-size: 1.8em;
    }

    .page-game-strategies-tips-sports-betting-strategy__sub-section-title {
        font-size: 1.4em;
    }

    .page-game-strategies-tips-sports-betting-strategy__text-block,
    .page-game-strategies-tips-sports-betting-strategy__list li {
        font-size: 1em;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-section {
        padding: 60px 0;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-title {
        font-size: 1.8em;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-description {
        font-size: 1em;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-game-strategies-tips-sports-betting-strategy__hero-title {
        font-size: 1.8em;
    }

    .page-game-strategies-tips-sports-betting-strategy__hero-subtitle {
        font-size: 0.9em;
    }

    .page-game-strategies-tips-sports-betting-strategy__hero-button {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-game-strategies-tips-sports-betting-strategy__section-title {
        font-size: 1.5em;
    }

    .page-game-strategies-tips-sports-betting-strategy__sub-section-title {
        font-size: 1.2em;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-title {
        font-size: 1.6em;
    }

    .page-game-strategies-tips-sports-betting-strategy__cta-button {
        font-size: 1em;
        padding: 15px 25px;
    }
}