/* style/resources-kubet-responsible-gaming-policy.css */

:root {
    --page-primary-color: #1A237E;
    --page-secondary-color: #FFB300;
    --page-text-light: #FFFFFF;
    --page-text-dark: #333333;
    --page-background-light: #F8F8F8;
    --page-background-dark: #1A237E;
    --page-link-color: #FFB300;
    --page-link-hover-color: #e69a00;
    --page-border-color: #e0e0e0;
}

.page-resources-kubet-responsible-gaming-policy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-dark);
    background-color: var(--page-background-light);
}

.page-resources-kubet-responsible-gaming-policy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-kubet-responsible-gaming-policy__hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #3F51B5 100%); /* Slightly lighter blue for gradient */
    color: var(--page-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-kubet-responsible-gaming-policy__hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top left, rgba(255, 179, 0, 0.2) 0%, transparent 70%);
    z-index: 0;
}

.page-resources-kubet-responsible-gaming-policy__hero-section > * {
    position: relative;
    z-index: 1;
}

.page-resources-kubet-responsible-gaming-policy__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--page-text-light);
}

.page-resources-kubet-responsible-gaming-policy__main-title .highlight {
    color: var(--page-secondary-color);
}

.page-resources-kubet-responsible-gaming-policy__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-resources-kubet-responsible-gaming-policy__cta-button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-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;
    border: none;
    cursor: pointer;
}

.page-resources-kubet-responsible-gaming-policy__cta-button:hover {
    background-color: var(--page-link-hover-color);
    transform: translateY(-3px);
}

.page-resources-kubet-responsible-gaming-policy__content-section {
    padding: 60px 0;
    background-color: var(--page-background-light);
}

.page-resources-kubet-responsible-gaming-policy__article {
    background-color: var(--page-text-light);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-kubet-responsible-gaming-policy__section-title {
    font-size: 2.2em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid var(--page-secondary-color);
    padding-bottom: 10px;
    font-weight: bold;
}

.page-resources-kubet-responsible-gaming-policy__section-title .highlight {
    color: var(--page-secondary-color);
}

.page-resources-kubet-responsible-gaming-policy__sub-section-title {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-kubet-responsible-gaming-policy p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
    color: var(--page-text-dark);
}

.page-resources-kubet-responsible-gaming-policy__inline-link {
    color: var(--page-link-color);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-kubet-responsible-gaming-policy__inline-link:hover {
    color: var(--page-link-hover-color);
    text-decoration: underline;
}

.page-resources-kubet-responsible-gaming-policy__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 1.1em;
    color: var(--page-text-dark);
}

.page-resources-kubet-responsible-gaming-policy__list li {
    margin-bottom: 10px;
    color: var(--page-text-dark);
}

.page-resources-kubet-responsible-gaming-policy__list li strong {
    color: var(--page-primary-color);
}

.page-resources-kubet-responsible-gaming-policy__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-kubet-responsible-gaming-policy__external-link {
    color: var(--page-primary-color);
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-kubet-responsible-gaming-policy__external-link:hover {
    color: var(--page-secondary-color);
}

.page-resources-kubet-responsible-gaming-policy__cta-button--bottom {
    margin-top: 40px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-kubet-responsible-gaming-policy__hero-section {
        padding: 80px 0;
    }

    .page-resources-kubet-responsible-gaming-policy__main-title {
        font-size: 2.5em;
    }

    .page-resources-kubet-responsible-gaming-policy__subtitle {
        font-size: 1.2em;
    }

    .page-resources-kubet-responsible-gaming-policy__article {
        padding: 25px;
    }

    .page-resources-kubet-responsible-gaming-policy__section-title {
        font-size: 1.8em;
    }

    .page-resources-kubet-responsible-gaming-policy__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-kubet-responsible-gaming-policy p,
    .page-resources-kubet-responsible-gaming-policy__list {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-kubet-responsible-gaming-policy__hero-section {
        padding: 60px 0;
    }

    .page-resources-kubet-responsible-gaming-policy__main-title {
        font-size: 2em;
    }

    .page-resources-kubet-responsible-gaming-policy__subtitle {
        font-size: 1em;
    }

    .page-resources-kubet-responsible-gaming-policy__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-kubet-responsible-gaming-policy__article {
        padding: 15px;
    }

    .page-resources-kubet-responsible-gaming-policy__section-title {
        font-size: 1.5em;
    }

    .page-resources-kubet-responsible-gaming-policy__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-kubet-responsible-gaming-policy__list {
        margin-left: 15px;
    }
}