/* style/resources-responsible-gambling.css */
.page-resources-responsible-gambling {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

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

.page-resources-responsible-gambling__hero {
    background: linear-gradient(135deg, #1A237E 0%, #3947b1 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-responsible-gambling__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-responsible-gambling__hero .page-resources-responsible-gambling__container {
    position: relative;
    z-index: 1;
}

.page-resources-responsible-gambling__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-responsible-gambling__subtitle {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-resources-responsible-gambling__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-resources-responsible-gambling__section--dark {
    background-color: #1A237E;
    color: #fff;
}

.page-resources-responsible-gambling__section-title {
    font-size: 2.5em;
    color: #1A237E;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.page-resources-responsible-gambling__section-title--light {
    color: #FFD700;
}

.page-resources-responsible-gambling__text-center {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-responsible-gambling__text-center--light {
    color: #e0e0e0;
}

.page-resources-responsible-gambling__content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.page-resources-responsible-gambling__content-grid:nth-child(even) {
    flex-direction: row-reverse;
}

.page-resources-responsible-gambling__text-content {
    flex: 1;
}

.page-resources-responsible-gambling__text-content p {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #555;
}

.page-resources-responsible-gambling__section--dark .page-resources-responsible-gambling__text-content p {
    color: #e0e0e0;
}

.page-resources-responsible-gambling__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resources-responsible-gambling__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-responsible-gambling__principles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-responsible-gambling__principle-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-responsible-gambling__principle-card:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-responsible-gambling__card-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-resources-responsible-gambling__principle-card p {
    color: #e0e0e0;
    font-size: 1em;
}

.page-resources-responsible-gambling__card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-resources-responsible-gambling__feature-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-resources-responsible-gambling__feature-list li {
    background-color: #f0f4f8;
    border-left: 5px solid #1A237E;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.page-resources-responsible-gambling__feature-list li:hover {
    transform: translateY(-5px);
}

.page-resources-responsible-gambling__feature-title {
    font-size: 1.3em;
    color: #1A237E;
    margin-bottom: 10px;
}

.page-resources-responsible-gambling__feature-list p {
    color: #555;
}

.page-resources-responsible-gambling__image-full-width {
    text-align: center;
    margin-top: 40px;
}

.page-resources-responsible-gambling__image-full-width .page-resources-responsible-gambling__image {
    width: 100%;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

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

.page-resources-responsible-gambling__sign-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-responsible-gambling__sign-card .page-resources-responsible-gambling__card-title--light {
    color: #FFD700;
    text-align: left;
    margin-bottom: 20px;
}

.page-resources-responsible-gambling__list-light {
    list-style: disc inside;
    color: #e0e0e0;
    padding-left: 0;
}

.page-resources-responsible-gambling__list-light li {
    margin-bottom: 10px;
    font-size: 1em;
}

.page-resources-responsible-gambling__help-options {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.page-resources-responsible-gambling__help-card {
    background-color: #f0f4f8;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-resources-responsible-gambling__help-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: #1A237E;
}

.page-resources-responsible-gambling__help-card .page-resources-responsible-gambling__card-title {
    color: #1A237E;
    margin-bottom: 15px;
}

.page-resources-responsible-gambling__help-card p {
    color: #555;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-resources-responsible-gambling__section--cta {
    background: linear-gradient(90deg, #1A237E 0%, #000000 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-resources-responsible-gambling__cta-content {
    max-width: 900px;
}

.page-resources-responsible-gambling__advice-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
}

.page-resources-responsible-gambling__advice-list li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 1.1em;
    color: #e0e0e0;
    position: relative;
    padding-left: 45px;
}

.page-resources-responsible-gambling__advice-list li::before {
    content: '✓';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFD700;
    font-weight: bold;
    font-size: 1.2em;
}

.page-resources-responsible-gambling__cta-note {
    font-size: 1.1em;
    color: #e0e0e0;
    margin-top: 30px;
}

/* Buttons */
.page-resources-responsible-gambling__btn-primary {
    display: inline-block;
    background-color: #FFD700;
    color: #1A237E;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-responsible-gambling__btn-primary:hover {
    background-color: #e5c100;
    transform: translateY(-3px);
}

.page-resources-responsible-gambling__btn-primary--large {
    padding: 18px 40px;
    font-size: 1.4em;
    margin-top: 30px;
}

.page-resources-responsible-gambling__btn-secondary {
    display: inline-block;
    background-color: #1A237E;
    color: #FFD700;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #FFD700;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-resources-responsible-gambling__btn-secondary:hover {
    background-color: #FFD700;
    color: #1A237E;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-responsible-gambling__title {
        font-size: 2.8em;
    }
    .page-resources-responsible-gambling__section-title {
        font-size: 2em;
    }
    .page-resources-responsible-gambling__content-grid {
        flex-direction: column;
    }
    .page-resources-responsible-gambling__content-grid:nth-child(even) {
        flex-direction: column;
    }
    .page-resources-responsible-gambling__feature-list,
    .page-resources-responsible-gambling__principles-grid,
    .page-resources-responsible-gambling__signs-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-responsible-gambling__help-options {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-responsible-gambling__help-card {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-resources-responsible-gambling__hero {
        padding: 60px 0;
    }
    .page-resources-responsible-gambling__title {
        font-size: 2.2em;
    }
    .page-resources-responsible-gambling__subtitle {
        font-size: 1.1em;
    }
    .page-resources-responsible-gambling__section {
        padding: 40px 0;
    }
    .page-resources-responsible-gambling__section-title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling__btn-primary {
        font-size: 1.1em;
        padding: 12px 25px;
    }
    .page-resources-responsible-gambling__btn-primary--large {
        font-size: 1.2em;
        padding: 15px 30px;
    }
    .page-resources-responsible-gambling__help-card {
        padding: 20px;
    }
    .page-resources-responsible-gambling__advice-list li {
        font-size: 1em;
        padding-left: 40px;
    }
}

@media (max-width: 480px) {
    .page-resources-responsible-gambling__title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling__subtitle {
        font-size: 1em;
    }
    .page-resources-responsible-gambling__section-title {
        font-size: 1.5em;
    }
    .page-resources-responsible-gambling__principles-grid {
        gap: 20px;
    }
    .page-resources-responsible-gambling__principle-card, .page-resources-responsible-gambling__sign-card, .page-resources-responsible-gambling__feature-list li {
        padding: 20px;
    }
    .page-resources-responsible-gambling__card-title {
        font-size: 1.3em;
    }
}