/* style/resources-clb88-responsible-gambling.css */

/* Biến CSS cho màu sắc */
:root {
    --clb88-primary-color: #1A237E; /* Deep Royal Blue */
    --clb88-secondary-color: #FFD700; /* Gold */
    --clb88-text-dark: #333333; /* Dark gray for general text on light background */
    --clb88-text-light: #FFFFFF; /* White for text on dark background */
    --clb88-background-light: #F8F9FA; /* Light background */
    --clb88-background-dark: #1A237E; /* Dark background */
    --clb88-accent-dark: #B39700; /* Darker gold for contrast */
    --clb88-accent-light: #e5dc81; /* Lighter complementary for highlights */
}

.page-resources-clb88-responsible-gambling {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    color: var(--clb88-text-dark);
    background-color: var(--clb88-background-light);
}

.page-resources-clb88-responsible-gambling__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-resources-clb88-responsible-gambling__hero-section {
    background: linear-gradient(135deg, var(--clb88-primary-color) 0%, #3a479a 100%); /* Slightly lighter gradient for visual depth */
    color: var(--clb88-text-light);
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-resources-clb88-responsible-gambling__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-resources-clb88-responsible-gambling__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--clb88-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-resources-clb88-responsible-gambling__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-clb88-responsible-gambling__cta-button {
    display: inline-block;
    background-color: var(--clb88-secondary-color);
    color: var(--clb88-primary-color);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--clb88-secondary-color);
}

.page-resources-clb88-responsible-gambling__cta-button:hover {
    background-color: var(--clb88-accent-dark);
    transform: translateY(-3px);
    color: var(--clb88-text-light);
    border-color: var(--clb88-accent-dark);
}

.page-resources-clb88-responsible-gambling__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-clb88-responsible-gambling__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Subtle background image */
    filter: grayscale(100%);
}

/* Content Section */
.page-resources-clb88-responsible-gambling__content-section {
    padding: 60px 0;
    background-color: var(--clb88-background-light);
}

.page-resources-clb88-responsible-gambling__section-title {
    font-size: 2.5em;
    color: var(--clb88-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-clb88-responsible-gambling__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--clb88-secondary-color);
    border-radius: 2px;
}

.page-resources-clb88-responsible-gambling__subsection-title {
    font-size: 1.8em;
    color: var(--clb88-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--clb88-secondary-color);
    padding-left: 15px;
}

.page-resources-clb88-responsible-gambling p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: var(--clb88-text-dark);
}

.page-resources-clb88-responsible-gambling__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-resources-clb88-responsible-gambling__list li {
    margin-bottom: 8px;
    font-size: 1.05em;
    color: var(--clb88-text-dark);
}

.page-resources-clb88-responsible-gambling__image-inline {
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Tool Grid */
.page-resources-clb88-responsible-gambling__tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-resources-clb88-responsible-gambling__tool-item {
    background-color: var(--clb88-text-light);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-clb88-responsible-gambling__tool-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-clb88-responsible-gambling__tool-title {
    font-size: 1.4em;
    color: var(--clb88-primary-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-clb88-responsible-gambling__tool-item p {
    font-size: 0.95em;
    color: var(--clb88-text-dark);
}

/* Call to Action at bottom */
.page-resources-clb88-responsible-gambling__call-to-action {
    text-align: center;
    margin-top: 60px;
    padding: 40px 20px;
    background-color: var(--clb88-primary-color);
    color: var(--clb88-text-light);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-clb88-responsible-gambling__call-to-action p {
    font-size: 1.5em;
    margin-bottom: 25px;
    font-weight: 500;
    color: var(--clb88-text-light);
}

.page-resources-clb88-responsible-gambling__cta-button--bottom {
    background-color: var(--clb88-secondary-color);
    color: var(--clb88-primary-color);
    padding: 18px 35px;
    font-size: 1.2em;
    border-radius: 50px;
    text-shadow: none;
    border: 2px solid var(--clb88-secondary-color);
}

.page-resources-clb88-responsible-gambling__cta-button--bottom:hover {
    background-color: var(--clb88-accent-dark);
    color: var(--clb88-text-light);
    border-color: var(--clb88-accent-dark);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-clb88-responsible-gambling__hero-title {
        font-size: 2.8em;
    }

    .page-resources-clb88-responsible-gambling__hero-description {
        font-size: 1.1em;
    }

    .page-resources-clb88-responsible-gambling__section-title {
        font-size: 2em;
    }

    .page-resources-clb88-responsible-gambling__subsection-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-resources-clb88-responsible-gambling__hero-section {
        padding: 60px 15px;
    }

    .page-resources-clb88-responsible-gambling__hero-title {
        font-size: 2.2em;
    }

    .page-resources-clb88-responsible-gambling__hero-description {
        font-size: 1em;
    }

    .page-resources-clb88-responsible-gambling__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-clb88-responsible-gambling__content-section {
        padding: 40px 0;
    }

    .page-resources-clb88-responsible-gambling__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-resources-clb88-responsible-gambling__subsection-title {
        font-size: 1.4em;
        margin-top: 30px;
    }

    .page-resources-clb88-responsible-gambling__tool-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-resources-clb88-responsible-gambling__call-to-action p {
        font-size: 1.2em;
    }

    .page-resources-clb88-responsible-gambling__cta-button--bottom {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-clb88-responsible-gambling__hero-section {
        padding: 40px 10px;
    }

    .page-resources-clb88-responsible-gambling__hero-title {
        font-size: 1.8em;
    }

    .page-resources-clb88-responsible-gambling__hero-description {
        font-size: 0.95em;
    }

    .page-resources-clb88-responsible-gambling__section-title {
        font-size: 1.5em;
    }

    .page-resources-clb88-responsible-gambling__subsection-title {
        font-size: 1.2em;
    }

    .page-resources-clb88-responsible-gambling__list {
        margin-left: 15px;
    }
}