:root {
    --page-betting-guides-psychology-of-betting-primary-color: #1A2E4E;
    --page-betting-guides-psychology-of-betting-accent-color: #FFD700;
    --page-betting-guides-psychology-of-betting-text-light: #F8F8F8;
    --page-betting-guides-psychology-of-betting-text-dark: #333333;
    --page-betting-guides-psychology-of-betting-background-light: #FFFFFF;
    --page-betting-guides-psychology-of-betting-background-dark: #0F1D30;
}

.page-betting-guides-psychology-of-betting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-guides-psychology-of-betting__hero {
    background: linear-gradient(135deg, var(--page-betting-guides-psychology-of-betting-primary-color), #3A5C8E);
    color: var(--page-betting-guides-psychology-of-betting-text-light);
    padding: 100px 0;
    text-align: center;
}

.page-betting-guides-psychology-of-betting__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--page-betting-guides-psychology-of-betting-text-light);
}

.page-betting-guides-psychology-of-betting__hero-title a {
    color: var(--page-betting-guides-psychology-of-betting-accent-color);
    text-decoration: none;
}

.page-betting-guides-psychology-of-betting__hero-title a:hover {
    text-decoration: underline;
}

.page-betting-guides-psychology-of-betting__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-betting-guides-psychology-of-betting__hero-subtitle a {
    color: var(--page-betting-guides-psychology-of-betting-accent-color);
    text-decoration: none;
}

.page-betting-guides-psychology-of-betting__hero-subtitle a:hover {
    text-decoration: underline;
}

.page-betting-guides-psychology-of-betting__hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-betting-guides-psychology-of-betting__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-betting-guides-psychology-of-betting__btn--primary {
    background-color: var(--page-betting-guides-psychology-of-betting-accent-color);
    color: var(--page-betting-guides-psychology-of-betting-primary-color);
    border: 2px solid var(--page-betting-guides-psychology-of-betting-accent-color);
}

.page-betting-guides-psychology-of-betting__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-betting-guides-psychology-of-betting__btn--secondary {
    background-color: transparent;
    color: var(--page-betting-guides-psychology-of-betting-accent-color);
    border: 2px solid var(--page-betting-guides-psychology-of-betting-accent-color);
}

.page-betting-guides-psychology-of-betting__btn--secondary:hover {
    background-color: var(--page-betting-guides-psychology-of-betting-accent-color);
    color: var(--page-betting-guides-psychology-of-betting-primary-color);
    transform: translateY(-3px);
}

.page-betting-guides-psychology-of-betting__content-section {
    padding: 60px 0;
    background-color: var(--page-betting-guides-psychology-of-betting-background-light);
    color: var(--page-betting-guides-psychology-of-betting-text-dark);
}

.page-betting-guides-psychology-of-betting__article p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
}

.page-betting-guides-psychology-of-betting__article p a {
    color: var(--page-betting-guides-psychology-of-betting-primary-color);
    font-weight: bold;
    text-decoration: none;
}

.page-betting-guides-psychology-of-betting__article p a:hover {
    text-decoration: underline;
    color: var(--page-betting-guides-psychology-of-betting-accent-color);
}

.page-betting-guides-psychology-of-betting__section-title {
    font-size: 2.5em;
    color: var(--page-betting-guides-psychology-of-betting-primary-color);
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-betting-guides-psychology-of-betting__section-title a {
    color: var(--page-betting-guides-psychology-of-betting-primary-color);
    text-decoration: none;
}

.page-betting-guides-psychology-of-betting__section-title a:hover {
    text-decoration: underline;
    color: var(--page-betting-guides-psychology-of-betting-accent-color);
}

.page-betting-guides-psychology-of-betting__sub-section-title {
    font-size: 1.8em;
    color: var(--page-betting-guides-psychology-of-betting-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-betting-guides-psychology-of-betting__image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-guides-psychology-of-betting__cta-footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-betting-guides-psychology-of-betting__hero {
        padding: 80px 0;
    }

    .page-betting-guides-psychology-of-betting__hero-title {
        font-size: 2.5em;
    }

    .page-betting-guides-psychology-of-betting__hero-subtitle {
        font-size: 1.2em;
    }

    .page-betting-guides-psychology-of-betting__hero-cta {
        flex-direction: column;
        gap: 15px;
    }

    .page-betting-guides-psychology-of-betting__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-betting-guides-psychology-of-betting__section-title {
        font-size: 2em;
    }

    .page-betting-guides-psychology-of-betting__sub-section-title {
        font-size: 1.5em;
    }

    .page-betting-guides-psychology-of-betting__article p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-betting-guides-psychology-of-betting__hero-title {
        font-size: 2em;
    }

    .page-betting-guides-psychology-of-betting__hero-subtitle {
        font-size: 1em;
    }

    .page-betting-guides-psychology-of-betting__btn {
        width: 90%;
    }

    .page-betting-guides-psychology-of-betting__section-title {
        font-size: 1.8em;
    }

    .page-betting-guides-psychology-of-betting__sub-section-title {
        font-size: 1.3em;
    }
}