:root {
    --primary-color: #0F1A2B;
    --secondary-color: #FFD700;
    --text-on-dark: #FFFFFF;
    --text-on-light: #0F1A2B;
    --accent-color: #E74C3C; /* A vibrant deep red for call to action */
    --light-grey: #f4f4f4;
    --dark-grey: #333;
}

.page-resources-23win-safe-betting {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-on-dark);
    background-color: var(--primary-color);
    scroll-behavior: smooth;
}

.page-resources-23win-safe-betting .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-23win-safe-betting .hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #2c3e50 100%);
    padding: 100px 0;
    text-align: center;
    color: var(--text-on-dark);
    position: relative;
    overflow: hidden;
}

.page-resources-23win-safe-betting .hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-23win-safe-betting .hero-section p {
    font-size: 1.25em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-23win-safe-betting .hero-ctas .btn {
    margin: 10px;
}

.page-resources-23win-safe-betting .section-title {
    font-size: 2.5em;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-23win-safe-betting .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--accent-color);
    border-radius: 2px;
}

.page-resources-23win-safe-betting section {
    padding: 80px 0;
}

.page-resources-23win-safe-betting section:nth-of-type(even) {
    background-color: #1a2b40; /* Slightly lighter dark for contrast */
}

.page-resources-23win-safe-betting h2 {
    font-size: 2em;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.page-resources-23win-safe-betting h3 {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-23win-safe-betting p {
    margin-bottom: 20px;
    color: var(--text-on-dark);
}

.page-resources-23win-safe-betting ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--text-on-dark);
}

.page-resources-23win-safe-betting ul li {
    margin-bottom: 10px;
}

.page-resources-23win-safe-betting .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-23win-safe-betting .btn-primary {
    background-color: var(--secondary-color);
    color: var(--text-on-light);
    border: 2px solid var(--secondary-color);
}

.page-resources-23win-safe-betting .btn-primary:hover {
    background-color: darken(var(--secondary-color), 10%);
    transform: translateY(-3px);
}

.page-resources-23win-safe-betting .btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-23win-safe-betting .btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--text-on-light);
    transform: translateY(-3px);
}

.page-resources-23win-safe-betting .btn-large {
    padding: 15px 35px;
    font-size: 1.3em;
}

.page-resources-23win-safe-betting .content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-23win-safe-betting .faq-section {
    background-color: var(--primary-color);
}

.page-resources-23win-safe-betting .faq-item {
    background-color: #1a2b40;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-23win-safe-betting .faq-item h3 {
    color: var(--secondary-color);
    margin-top: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3em;
}

.page-resources-23win-safe-betting .faq-item p {
    color: rgba(255, 255, 255, 0.85);
    margin-top: 15px;
    display: none; /* Hidden by default, JS will toggle */
}

.page-resources-23win-safe-betting .faq-item.active p {
    display: block;
}

.page-resources-23win-safe-betting .cta-section {
    background: linear-gradient(135deg, #FFD700 0%, #b39700 100%);
    padding: 80px 0;
    text-align: center;
    color: var(--text-on-light);
}

.page-resources-23win-safe-betting .cta-section h2 {
    color: var(--primary-color);
    font-size: 2.8em;
    margin-bottom: 25px;
}

.page-resources-23win-safe-betting .cta-section p {
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 1.15em;
    color: rgba(0, 0, 0, 0.8);
}

.page-resources-23win-safe-betting .cta-buttons .btn {
    margin: 10px;
}

.page-resources-23win-safe-betting .cta-buttons .btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
}

.page-resources-23win-safe-betting .cta-buttons .btn-primary:hover {
    background-color: darken(var(--primary-color), 10%);
    color: var(--secondary-color);
}

.page-resources-23win-safe-betting .cta-buttons .btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-resources-23win-safe-betting .cta-buttons .btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-23win-safe-betting .hero-section h1 {
        font-size: 2.5em;
    }

    .page-resources-23win-safe-betting .hero-section p {
        font-size: 1em;
    }

    .page-resources-23win-safe-betting .section-title {
        font-size: 2em;
    }

    .page-resources-23win-safe-betting h2 {
        font-size: 1.8em;
    }

    .page-resources-23win-safe-betting h3 {
        font-size: 1.3em;
    }

    .page-resources-23win-safe-betting .btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-23win-safe-betting .btn-large {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-resources-23win-safe-betting section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-23win-safe-betting .hero-section h1 {
        font-size: 2em;
    }

    .page-resources-23win-safe-betting .hero-section p {
        font-size: 0.9em;
    }

    .page-resources-23win-safe-betting .hero-ctas, .page-resources-23win-safe-betting .cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-resources-23win-safe-betting .hero-ctas .btn, .page-resources-23win-safe-betting .cta-buttons .btn {
        width: 80%;
        margin: 10px 0;
    }

    .page-resources-23win-safe-betting .section-title {
        font-size: 1.8em;
    }

    .page-resources-23win-safe-betting h2 {
        font-size: 1.5em;
    }

    .page-resources-23win-safe-betting h3 {
        font-size: 1.2em;
    }

    .page-resources-23win-safe-betting .faq-item h3 {
        font-size: 1.1em;
    }
}