/* style/resources-f88bet-account-security-responsible-gambling.css */

:root {
    --page-primary-color: #0A192F;
    --page-secondary-color: #E0B92B;
    --page-text-light: #F8F8F8; /* Light text on dark background */
    --page-text-dark: #222222; /* Dark text on light background */
    --page-background-light: #FFFFFF;
    --page-background-dark: #0A192F;
    --page-accent-hover: #C5A020;
    --page-link-color: #E0B92B;
    --page-link-hover-color: #C5A020;
}

.page-resources-f88bet-account-security-responsible-gambling {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark); /* Default text color for light sections */
    background-color: var(--page-background-light);
}

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

/* Hero Section */
.page-resources-f88bet-account-security-responsible-gambling__hero {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-f88bet-account-security-responsible-gambling__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.page-resources-f88bet-account-security-responsible-gambling__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-secondary-color); /* Gold text on dark background */
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-f88bet-account-security-responsible-gambling__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: var(--page-text-light);
}

.page-resources-f88bet-account-security-responsible-gambling__hero-button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color); /* Dark text on gold button */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-f88bet-account-security-responsible-gambling__hero-button:hover {
    background-color: var(--page-accent-hover);
    color: var(--page-primary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
}

/* General Section Styling */
.page-resources-f88bet-account-security-responsible-gambling__section {
    padding: 60px 0;
}

.page-resources-f88bet-account-security-responsible-gambling__section--security {
    background-color: var(--page-background-light);
    color: var(--page-text-dark);
}

.page-resources-f88bet-account-security-responsible-gambling__section--responsible-gambling {
    background-color: #f2f2f2; /* Slightly off-white for visual separation */
    color: var(--page-text-dark);
}

.page-resources-f88bet-account-security-responsible-gambling__section--support {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
}

.page-resources-f88bet-account-security-responsible-gambling__section--cta {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color); /* Dark text on gold background */
    padding: 80px 0;
}

.page-resources-f88bet-account-security-responsible-gambling__section-title {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-f88bet-account-security-responsible-gambling__section--support .page-resources-f88bet-account-security-responsible-gambling__section-title {
    color: var(--page-secondary-color); /* Gold title on dark background */
}

.page-resources-f88bet-account-security-responsible-gambling__section--cta .page-resources-f88bet-account-security-responsible-gambling__section-title {
    color: var(--page-primary-color); /* Dark title on gold background */
}

.page-resources-f88bet-account-security-responsible-gambling__sub-title {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-f88bet-account-security-responsible-gambling__section--responsible-gambling .page-resources-f88bet-account-security-responsible-gambling__sub-title {
    color: var(--page-primary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-f88bet-account-security-responsible-gambling__keyword {
    font-weight: bold;
    color: var(--page-secondary-color); /* Highlight keywords */
}

.page-resources-f88bet-account-security-responsible-gambling__section--security .page-resources-f88bet-account-security-responsible-gambling__keyword {
    color: var(--page-primary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__section--responsible-gambling .page-resources-f88bet-account-security-responsible-gambling__keyword {
    color: var(--page-primary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__section--support .page-resources-f88bet-account-security-responsible-gambling__keyword {
    color: var(--page-secondary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__text--callout {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color); /* Dark text on gold background */
    padding: 20px;
    border-radius: 8px;
    font-style: italic;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}

.page-resources-f88bet-account-security-responsible-gambling__text--note {
    background-color: var(--page-primary-color);
    color: var(--page-text-light);
    padding: 20px;
    border-radius: 8px;
    font-style: italic;
    margin-top: 30px;
    text-align: center;
}

/* Features Grid */
.page-resources-f88bet-account-security-responsible-gambling__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

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

.page-resources-f88bet-account-security-responsible-gambling__feature-item:hover {
    transform: translateY(-5px);
}

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

.page-resources-f88bet-account-security-responsible-gambling__feature-description {
    font-size: 1em;
    color: var(--page-text-dark);
}

/* Lists */
.page-resources-f88bet-account-security-responsible-gambling__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.1em;
    color: var(--page-text-dark);
}

.page-resources-f88bet-account-security-responsible-gambling__list li {
    margin-bottom: 10px;
}

.page-resources-f88bet-account-security-responsible-gambling__list-strong {
    color: var(--page-primary-color);
}

/* Support Grid */
.page-resources-f88bet-account-security-responsible-gambling__support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-resources-f88bet-account-security-responsible-gambling__support-item {
    background-color: var(--page-primary-color);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: var(--page-text-light);
    border: 1px solid var(--page-secondary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__support-title {
    font-size: 1.6em;
    color: var(--page-secondary-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-f88bet-account-security-responsible-gambling__support-description {
    font-size: 1em;
    margin-bottom: 25px;
    color: var(--page-text-light);
}

/* Buttons */
.page-resources-f88bet-account-security-responsible-gambling__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-resources-f88bet-account-security-responsible-gambling__button--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color); /* Dark text on gold button */
    border: 2px solid var(--page-secondary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__button--primary:hover {
    background-color: var(--page-accent-hover);
    border-color: var(--page-accent-hover);
}

.page-resources-f88bet-account-security-responsible-gambling__button--secondary {
    background-color: transparent;
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-f88bet-account-security-responsible-gambling__button--secondary:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
}

/* CTA Section */
.page-resources-f88bet-account-security-responsible-gambling__container--center {
    text-align: center;
}

.page-resources-f88bet-account-security-responsible-gambling__cta-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Image Styling */
.page-resources-f88bet-account-security-responsible-gambling__image-fullwidth {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-f88bet-account-security-responsible-gambling__hero {
        padding: 60px 0;
    }

    .page-resources-f88bet-account-security-responsible-gambling__hero-title {
        font-size: 2.5em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__section-title {
        font-size: 2em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__sub-title {
        font-size: 1.5em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__features-grid,
    .page-resources-f88bet-account-security-responsible-gambling__support-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-f88bet-account-security-responsible-gambling__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-resources-f88bet-account-security-responsible-gambling__hero-title {
        font-size: 2em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__hero-button {
        padding: 12px 20px;
        font-size: 0.9em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__section {
        padding: 40px 0;
    }

    .page-resources-f88bet-account-security-responsible-gambling__section-title {
        font-size: 1.8em;
    }

    .page-resources-f88bet-account-security-responsible-gambling__text,
    .page-resources-f88bet-account-security-responsible-gambling__list,
    .page-resources-f88bet-account-security-responsible-gambling__feature-description,
    .page-resources-f88bet-account-security-responsible-gambling__support-description {
        font-size: 0.95em;
    }
}