/* style/resources-responsible-gambling-hiphop.css */
.page-resources-responsible-gambling-hiphop {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light gray for general text on dark backgrounds */
    background-color: #1a1a1a; /* Very dark gray for main background */
    line-height: 1.6;
}

.page-resources-responsible-gambling-hiphop__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #FF0055 0%, #00FFEE 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-resources-responsible-gambling-hiphop__hero-content {
    z-index: 2;
    max-width: 900px;
}

.page-resources-responsible-gambling-hiphop__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 255, 238, 0.7), 0 0 20px rgba(255, 0, 85, 0.7);
    line-height: 1.2;
}

.page-resources-responsible-gambling-hiphop__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    opacity: 0.9;
}

.page-resources-responsible-gambling-hiphop__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-responsible-gambling-hiphop__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: 2px solid transparent; /* Default transparent border */
}

.page-resources-responsible-gambling-hiphop__btn--primary {
    background-color: #FF0055;
    color: #FFFFFF;
    border-color: #FF0055;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.6);
}

.page-resources-responsible-gambling-hiphop__btn--primary:hover {
    background-color: #b3003b;
    border-color: #b3003b;
    box-shadow: 0 0 20px rgba(255, 0, 85, 0.8);
    transform: translateY(-2px);
}

.page-resources-responsible-gambling-hiphop__btn--secondary {
    background-color: #00FFEE;
    color: #1a1a1a; /* Dark text on bright background for contrast */
    border-color: #00FFEE;
    box-shadow: 0 0 15px rgba(0, 255, 238, 0.6);
}

.page-resources-responsible-gambling-hiphop__btn--secondary:hover {
    background-color: #00b3a7;
    border-color: #00b3a7;
    box-shadow: 0 0 20px rgba(0, 255, 238, 0.8);
    transform: translateY(-2px);
}

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

.page-resources-responsible-gambling-hiphop__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    filter: blur(5px);
    transform: scale(1.1);
}

.page-resources-responsible-gambling-hiphop__section {
    padding: 60px 20px;
    background-color: #222222; /* Slightly lighter dark gray for sections */
    color: #E0E0E0;
}

.page-resources-responsible-gambling-hiphop__section--dark {
    background-color: #1a1a1a;
}

.page-resources-responsible-gambling-hiphop__section--cta {
    background: linear-gradient(135deg, #00FFEE 0%, #FF0055 100%);
    color: #1a1a1a;
}

.page-resources-responsible-gambling-hiphop__section--cta .page-resources-responsible-gambling-hiphop__section-title,
.page-resources-responsible-gambling-hiphop__section--cta .page-resources-responsible-gambling-hiphop__text {
    color: #1a1a1a; /* Dark text on bright background */
}

.page-resources-responsible-gambling-hiphop__container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-resources-responsible-gambling-hiphop__container--flex {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-resources-responsible-gambling-hiphop__container--reverse {
    flex-direction: row-reverse;
}

.page-resources-responsible-gambling-hiphop__container--center {
    text-align: center;
}

.page-resources-responsible-gambling-hiphop__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #FF0055; /* Main brand color for titles */
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.4);
}

.page-resources-responsible-gambling-hiphop__block-title {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #00FFEE; /* Auxiliary brand color for sub-titles */
    text-shadow: 0 0 5px rgba(0, 255, 238, 0.4);
}

.page-resources-responsible-gambling-hiphop__sub-block-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #FF0055;
}

.page-resources-responsible-gambling-hiphop__text {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.page-resources-responsible-gambling-hiphop__text-link {
    color: #00FFEE;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-responsible-gambling-hiphop__text-link:hover {
    color: #FF0055;
    text-decoration: underline;
}

.page-resources-responsible-gambling-hiphop__list,
.page-resources-responsible-gambling-hiphop__numbered-list,
.page-resources-responsible-gambling-hiphop__icon-list,
.page-resources-responsible-gambling-hiphop__checklist {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-resources-responsible-gambling-hiphop__list li,
.page-resources-responsible-gambling-hiphop__numbered-list li,
.page-resources-responsible-gambling-hiphop__icon-list li,
.page-resources-responsible-gambling-hiphop__checklist li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 1.1em;
}

.page-resources-responsible-gambling-hiphop__numbered-list li::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    color: #00FFEE;
    font-weight: bold;
    font-size: 1.2em;
}

.page-resources-responsible-gambling-hiphop__icon-list li::before {
    content: ''; /* For custom icon */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #FF0055; /* Icon background */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8.59,16.59L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.59Z" /></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8.59,16.59L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.59Z" /></svg>') no-repeat center;
}

.page-resources-responsible-gambling-hiphop__checklist li::before {
    content: ''; /* For custom icon */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #00FFEE; /* Icon background */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" /></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" /></svg>') no-repeat center;
}

.page-resources-responsible-gambling-hiphop__content-block {
    flex: 1;
}

.page-resources-responsible-gambling-hiphop__image-block {
    flex: 1;
    text-align: center;
}

.page-resources-responsible-gambling-hiphop__block-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 255, 238, 0.3);
}

.page-resources-responsible-gambling-hiphop__btn--outline {
    background: transparent;
    color: #FF0055;
    border-color: #FF0055;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.4);
    margin-top: 20px;
}

.page-resources-responsible-gambling-hiphop__btn--outline:hover {
    background-color: #FF0055;
    color: #FFFFFF;
    box-shadow: 0 0 20px rgba(255, 0, 85, 0.6);
}

.page-resources-responsible-gambling-hiphop__community-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 255, 238, 0.3);
}

.page-resources-responsible-gambling-hiphop .highlight {
    color: #00FFEE;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-responsible-gambling-hiphop__main-title {
        font-size: 2.8em;
    }
    .page-resources-responsible-gambling-hiphop__subtitle {
        font-size: 1.2em;
    }
    .page-resources-responsible-gambling-hiphop__section-title {
        font-size: 2em;
    }
    .page-resources-responsible-gambling-hiphop__block-title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling-hiphop__container--flex {
        flex-direction: column;
    }
    .page-resources-responsible-gambling-hiphop__image-block {
        margin-top: 30px;
    }
    .page-resources-responsible-gambling-hiphop__container--reverse {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-resources-responsible-gambling-hiphop__hero-section {
        padding: 60px 15px;
    }
    .page-resources-responsible-gambling-hiphop__main-title {
        font-size: 2.2em;
    }
    .page-resources-responsible-gambling-hiphop__subtitle {
        font-size: 1em;
    }
    .page-resources-responsible-gambling-hiphop__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-responsible-gambling-hiphop__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-responsible-gambling-hiphop__section {
        padding: 40px 15px;
    }
    .page-resources-responsible-gambling-hiphop__section-title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling-hiphop__block-title {
        font-size: 1.6em;
    }
    .page-resources-responsible-gambling-hiphop__text,
    .page-resources-responsible-gambling-hiphop__list li,
    .page-resources-responsible-gambling-hiphop__numbered-list li,
    .page-resources-responsible-gambling-hiphop__icon-list li,
    .page-resources-responsible-gambling-hiphop__checklist li {
        font-size: 1em;
    }
}