/* style/betting-strategies-psychology.css */

.page-betting-strategies-psychology {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-betting-strategies-psychology__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-strategies-psychology__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #1A3E6A 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-betting-strategies-psychology__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,subtle_gradient]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-betting-strategies-psychology__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #F5B041; /* Gold for emphasis */
    position: relative;
    z-index: 1;
}

.page-betting-strategies-psychology__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-betting-strategies-psychology__cta-button {
    display: inline-block;
    background-color: #F5B041; /* Gold button */
    color: #0A2342;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-betting-strategies-psychology__cta-button:hover {
    background-color: #e0a03b; /* Slightly darker gold */
    transform: translateY(-3px);
}

.page-betting-strategies-psychology__section-title {
    font-size: 2em;
    color: #0A2342;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.page-betting-strategies-psychology__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #F5B041;
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-betting-strategies-psychology__subsection-title {
    font-size: 1.6em;
    color: #0A2342;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 5px solid #F5B041;
    padding-left: 15px;
}

.page-betting-strategies-psychology__content-section {
    padding: 50px 0;
    background-color: #ffffff;
}

.page-betting-strategies-psychology__content-section p {
    margin-bottom: 20px;
    font-size: 1.05em;
    line-height: 1.8;
    color: #444;
}

.page-betting-strategies-psychology__content-section ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-betting-strategies-psychology__content-section li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #555;
}

.page-betting-strategies-psychology__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-betting-strategies-psychology__inline-cta {
    display: inline-block;
    background-color: #0A2342;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.page-betting-strategies-psychology__inline-cta:hover {
    background-color: #1A3E6A;
}

.page-betting-strategies-psychology__call-to-action {
    background-color: #0A2342;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-betting-strategies-psychology__cta-title {
    font-size: 2.2em;
    color: #F5B041;
    margin-bottom: 20px;
}

.page-betting-strategies-psychology__call-to-action p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-betting-strategies-psychology__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-betting-strategies-psychology__cta-button--primary {
    background-color: #F5B041;
    color: #0A2342;
}

.page-betting-strategies-psychology__cta-button--primary:hover {
    background-color: #e0a03b;
}

.page-betting-strategies-psychology__cta-button--secondary {
    background-color: #1A3E6A;
    color: #ffffff;
}

.page-betting-strategies-psychology__cta-button--secondary:hover {
    background-color: #2b5c96;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-betting-strategies-psychology__hero-title {
        font-size: 2em;
    }

    .page-betting-strategies-psychology__hero-subtitle {
        font-size: 1em;
    }

    .page-betting-strategies-psychology__section-title {
        font-size: 1.8em;
    }

    .page-betting-strategies-psychology__subsection-title {
        font-size: 1.4em;
    }

    .page-betting-strategies-psychology__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-betting-strategies-psychology__cta-button {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-betting-strategies-psychology__hero-section {
        padding: 60px 0;
    }

    .page-betting-strategies-psychology__hero-title {
        font-size: 1.8em;
    }

    .page-betting-strategies-psychology__hero-subtitle {
        font-size: 0.9em;
    }

    .page-betting-strategies-psychology__section-title {
        font-size: 1.5em;
    }

    .page-betting-strategies-psychology__subsection-title {
        font-size: 1.2em;
    }

    .page-betting-strategies-psychology__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}