/* style/responsible-gambling-smart-betting.css */
.page-responsible-gambling-smart-betting {
    font-family: 'Arial', sans-serif;
    color: #F8F8F8; /* Light gray for general text on dark background */
    line-height: 1.6;
}

.page-responsible-gambling-smart-betting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-responsible-gambling-smart-betting__hero-section {
    background-color: #0A192F; /* Main dark blue */
    color: #FFD700; /* Gold for title */
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-responsible-gambling-smart-betting__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-responsible-gambling-smart-betting__hero-section .page-responsible-gambling-smart-betting__container {
    position: relative;
    z-index: 1;
}

.page-responsible-gambling-smart-betting__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
    line-height: 1.2;
}

.page-responsible-gambling-smart-betting__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #E0E0E0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-responsible-gambling-smart-betting__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-responsible-gambling-smart-betting__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A192F; /* Dark blue */
    border: 2px solid #FFD700;
}

.page-responsible-gambling-smart-betting__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-responsible-gambling-smart-betting__section {
    padding: 60px 0;
    background-color: #1a2a44; /* Slightly lighter dark blue for sections */
    color: #F8F8F8;
}

.page-responsible-gambling-smart-betting__section--dark-bg {
    background-color: #0A192F;
}

.page-responsible-gambling-smart-betting__section--faq {
    background-color: #1a2a44;
}

.page-responsible-gambling-smart-betting__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-responsible-gambling-smart-betting__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #E0E0E0;
    text-align: justify;
}

.page-responsible-gambling-smart-betting__text-content a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-responsible-gambling-smart-betting__text-content a:hover {
    text-decoration: underline;
}

.page-responsible-gambling-smart-betting__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-responsible-gambling-smart-betting__grid-item {
    background-color: #0A192F;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gambling-smart-betting__grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-smart-betting__item-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-responsible-gambling-smart-betting__item-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-responsible-gambling-smart-betting__item-description {
    font-size: 1em;
    color: #E0E0E0;
    text-align: left;
}

.page-responsible-gambling-smart-betting__benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-responsible-gambling-smart-betting__benefits-list li {
    background-color: #0A192F;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
    color: #F8F8F8;
    border-left: 5px solid #FFD700;
}

.page-responsible-gambling-smart-betting__benefits-list li strong {
    color: #FFD700;
}

.page-responsible-gambling-smart-betting__cta-section {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-responsible-gambling-smart-betting__cta-section .page-responsible-gambling-smart-betting__section-title {
    margin-bottom: 20px;
}

.page-responsible-gambling-smart-betting__cta-section .page-responsible-gambling-smart-betting__text-content {
    max-width: 800px;
    margin: 0 auto 30px;
    color: #E0E0E0;
}

.page-responsible-gambling-smart-betting__cta-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-smart-betting__small-text {
    font-size: 0.9em;
    color: #B0B0B0;
    margin-top: 20px;
}

.page-responsible-gambling-smart-betting__faq-item {
    background-color: #0A192F;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-smart-betting__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-responsible-gambling-smart-betting__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-responsible-gambling-smart-betting__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-responsible-gambling-smart-betting__faq-answer {
    font-size: 1.05em;
    color: #E0E0E0;
    padding-top: 10px;
    border-top: 1px solid #333;
    margin-top: 15px;
    display: none;
}

.page-responsible-gambling-smart-betting__faq-answer.active {
    display: block;
}

.page-responsible-gambling-smart-betting .highlight {
    color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-responsible-gambling-smart-betting__hero-title {
        font-size: 2.5em;
    }

    .page-responsible-gambling-smart-betting__hero-subtitle {
        font-size: 1.1em;
    }

    .page-responsible-gambling-smart-betting__section-title {
        font-size: 2em;
    }

    .page-responsible-gambling-smart-betting__grid {
        grid-template-columns: 1fr;
    }

    .page-responsible-gambling-smart-betting__grid-item {
        padding: 20px;
    }

    .page-responsible-gambling-smart-betting__item-title {
        font-size: 1.4em;
    }

    .page-responsible-gambling-smart-betting__benefits-list li {
        font-size: 1em;
        padding: 15px;
    }

    .page-responsible-gambling-smart-betting__faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-responsible-gambling-smart-betting__hero-title {
        font-size: 1.8em;
    }

    .page-responsible-gambling-smart-betting__hero-subtitle {
        font-size: 0.9em;
    }

    .page-responsible-gambling-smart-betting__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-responsible-gambling-smart-betting__section-title {
        font-size: 1.8em;
    }

    .page-responsible-gambling-smart-betting__text-content {
        font-size: 0.95em;
    }

    .page-responsible-gambling-smart-betting__item-title {
        font-size: 1.2em;
    }

    .page-responsible-gambling-smart-betting__faq-question {
        font-size: 1.1em;
    }

    .page-responsible-gambling-smart-betting__faq-answer {
        font-size: 0.95em;
    }
}