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

:root {
    --page-primary-color: #003366;
    --page-secondary-color: #FFCC00;
    --page-text-light: #f0f0f0;
    --page-text-dark: #333;
    --page-background-light: #ffffff;
    --page-background-dark: #002244;
}

.page-betting-strategies-psychology-emotion-control {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark);
    background-color: var(--page-background-light);
}

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

.page-betting-strategies-psychology-emotion-control__hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #004488 100%);
    color: var(--page-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-betting-strategies-psychology-emotion-control__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-betting-strategies-psychology-emotion-control__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-betting-strategies-psychology-emotion-control__cta-button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

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

.page-betting-strategies-psychology-emotion-control__cta-button--inline {
    margin-top: 20px;
    font-size: 1em;
    padding: 10px 20px;
}

.page-betting-strategies-psychology-emotion-control__cta-button--large {
    font-size: 1.5em;
    padding: 20px 40px;
}

.page-betting-strategies-psychology-emotion-control__section-title {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-betting-strategies-psychology-emotion-control__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-secondary-color);
    border-radius: 2px;
}

.page-betting-strategies-psychology-emotion-control__intro-section,
.page-betting-strategies-psychology-emotion-control__content-section,
.page-betting-strategies-psychology-emotion-control__pitfalls-section,
.page-betting-strategies-psychology-emotion-control__strategy-section,
.page-betting-strategies-psychology-emotion-control__why-vn68-section,
.page-betting-strategies-psychology-emotion-control__conclusion-section {
    padding: 60px 0;
}

.page-betting-strategies-psychology-emotion-control__intro-section p,
.page-betting-strategies-psychology-emotion-control__content-section p,
.page-betting-strategies-psychology-emotion-control__pitfalls-section p,
.page-betting-strategies-psychology-emotion-control__strategy-section p,
.page-betting-strategies-psychology-emotion-control__why-vn68-section p,
.page-betting-strategies-psychology-emotion-control__conclusion-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-betting-strategies-psychology-emotion-control__principle-card,
.page-betting-strategies-psychology-emotion-control__pitfall-card,
.page-betting-strategies-psychology-emotion-control__strategy-item {
    background-color: #f9f9f9;
    border-left: 5px solid var(--page-secondary-color);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-betting-strategies-psychology-emotion-control__principle-card:hover,
.page-betting-strategies-psychology-emotion-control__pitfall-card:hover,
.page-betting-strategies-psychology-emotion-control__strategy-item:hover {
    transform: translateY(-5px);
}

.page-betting-strategies-psychology-emotion-control__principle-card h3,
.page-betting-strategies-psychology-emotion-control__pitfall-card h3,
.page-betting-strategies-psychology-emotion-control__strategy-item h3 {
    color: var(--page-primary-color);
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-betting-strategies-psychology-emotion-control__principle-card ul,
.page-betting-strategies-psychology-emotion-control__why-vn68-section ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-betting-strategies-psychology-emotion-control__principle-card ul li,
.page-betting-strategies-psychology-emotion-control__why-vn68-section ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-betting-strategies-psychology-emotion-control__principle-card ul li::before,
.page-betting-strategies-psychology-emotion-control__why-vn68-section ul li::before {
    content: '✅'; /* Checkmark icon */
    position: absolute;
    left: 0;
    color: var(--page-secondary-color);
    font-weight: bold;
}

.page-betting-strategies-psychology-emotion-control__pitfall-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-betting-strategies-psychology-emotion-control__pitfall-card {
    border-left: 5px solid #cc0000; /* Red for warning */
}

.page-betting-strategies-psychology-emotion-control__pitfall-card h3 {
    color: #cc0000;
}

.page-betting-strategies-psychology-emotion-control__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-betting-strategies-psychology-emotion-control__image-small {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-betting-strategies-psychology-emotion-control__why-vn68-section {
    background-color: var(--page-background-dark);
    color: var(--page-text-light);
}

.page-betting-strategies-psychology-emotion-control__why-vn68-section .page-betting-strategies-psychology-emotion-control__section-title {
    color: var(--page-text-light);
}

.page-betting-strategies-psychology-emotion-control__why-vn68-section .page-betting-strategies-psychology-emotion-control__section-title::after {
    background-color: var(--page-secondary-color);
}

.page-betting-strategies-psychology-emotion-control__why-vn68-section p {
    color: var(--page-text-light);
}

.page-betting-strategies-psychology-emotion-control__why-vn68-section ul li::before {
    color: var(--page-secondary-color);
}

.page-betting-strategies-psychology-emotion-control__conclusion-section {
    text-align: center;
    background-color: #f0f4f8;
}

.page-betting-strategies-psychology-emotion-control .highlight {
    color: var(--page-secondary-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-betting-strategies-psychology-emotion-control__hero-title {
        font-size: 2.5em;
    }

    .page-betting-strategies-psychology-emotion-control__hero-subtitle {
        font-size: 1.2em;
    }

    .page-betting-strategies-psychology-emotion-control__section-title {
        font-size: 2em;
    }

    .page-betting-strategies-psychology-emotion-control__intro-section,
    .page-betting-strategies-psychology-emotion-control__content-section,
    .page-betting-strategies-psychology-emotion-control__pitfalls-section,
    .page-betting-strategies-psychology-emotion-control__strategy-section,
    .page-betting-strategies-psychology-emotion-control__why-vn68-section,
    .page-betting-strategies-psychology-emotion-control__conclusion-section {
        padding: 40px 0;
    }

    .page-betting-strategies-psychology-emotion-control__principle-card,
    .page-betting-strategies-psychology-emotion-control__pitfall-card,
    .page-betting-strategies-psychology-emotion-control__strategy-item {
        padding: 20px;
    }

    .page-betting-strategies-psychology-emotion-control__principle-card h3,
    .page-betting-strategies-psychology-emotion-control__pitfall-card h3,
    .page-betting-strategies-psychology-emotion-control__strategy-item h3 {
        font-size: 1.5em;
    }

    .page-betting-strategies-psychology-emotion-control__pitfall-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-betting-strategies-psychology-emotion-control__hero-title {
        font-size: 2em;
    }

    .page-betting-strategies-psychology-emotion-control__hero-subtitle {
        font-size: 1em;
    }

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

    .page-betting-strategies-psychology-emotion-control__cta-button--large {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .page-betting-strategies-psychology-emotion-control__section-title {
        font-size: 1.8em;
    }

    .page-betting-strategies-psychology-emotion-control__intro-section p,
    .page-betting-strategies-psychology-emotion-control__content-section p,
    .page-betting-strategies-psychology-emotion-control__pitfalls-section p,
    .page-betting-strategies-psychology-emotion-control__strategy-section p,
    .page-betting-strategies-psychology-emotion-control__why-vn68-section p,
    .page-betting-strategies-psychology-emotion-control__conclusion-section p {
        font-size: 1em;
    }
}