.page-resources-safe-gaming-qh88 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Main content background is transparent to show body background */
}

/* Hero Section */
.page-resources-safe-gaming-qh88__hero-section {
    position: relative;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #017439; /* Brand primary color for hero background */
    color: #ffffff;
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-safe-gaming-qh88__hero-content {
    max-width: 900px;
    margin-bottom: 40px;
    z-index: 1;
}

.page-resources-safe-gaming-qh88__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-safe-gaming-qh88__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-safe-gaming-qh88__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-safe-gaming-qh88__btn-primary,
.page-resources-safe-gaming-qh88__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    max-width: 100%; /* Important for mobile responsiveness */
    box-sizing: border-box; /* Important for mobile responsiveness */
    white-space: normal; /* Important for mobile responsiveness */
    word-wrap: break-word; /* Important for mobile responsiveness */
    text-align: center;
}

.page-resources-safe-gaming-qh88__btn-primary {
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-resources-safe-gaming-qh88__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-resources-safe-gaming-qh88__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-resources-safe-gaming-qh88__btn-secondary:hover {
    background-color: #ffffff;
    color: #017439;
}

.page-resources-safe-gaming-qh88__hero-image-wrapper {
    margin-top: 40px;
    width: 100%;
    max-width: 1200px; /* Max width for the image */
    overflow: hidden;
    border-radius: 10px;
}

.page-resources-safe-gaming-qh88__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

/* Video Section */
.page-resources-safe-gaming-qh88__video-section {
    padding: 60px 20px;
    background-color: #1a1a1a; /* Darker background for video section */
    color: #ffffff;
    text-align: center;
}

.page-resources-safe-gaming-qh88__video-container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-resources-safe-gaming-qh88__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #000;
    width: 100%; /* Important for mobile responsiveness */
    max-width: 100%; /* Important for mobile responsiveness */
    box-sizing: border-box; /* Important for mobile responsiveness */
}

.page-resources-safe-gaming-qh88__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block; /* Important for mobile responsiveness */
}

.page-resources-safe-gaming-qh88__video-description {
    font-size: 1.1em;
    color: #f0f0f0;
}

/* General Section Styling */
.page-resources-safe-gaming-qh88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-safe-gaming-qh88__section-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff; /* Default for dark sections */
}

.page-resources-safe-gaming-qh88__subsection-title {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #ffffff; /* Default for dark sections */
}

.page-resources-safe-gaming-qh88__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #f0f0f0; /* Default for dark sections */
}

.page-resources-safe-gaming-qh88__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #f0f0f0; /* Default for dark sections */
}

.page-resources-safe-gaming-qh88__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* Light Background Section */
.page-resources-safe-gaming-qh88__light-bg {
    background-color: #ffffff; /* White background for readability */
    color: #333333; /* Dark text for light background */
    padding: 60px 0;
}

.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__section-title,
.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__subsection-title {
    color: #017439; /* Brand primary color for titles on light background */
}

.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__text-block,
.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__list,
.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__list-item {
    color: #333333; /* Dark text for light background */
}

/* Dark Background Section */
.page-resources-safe-gaming-qh88__dark-bg {
    background-color: #017439; /* Brand primary color for dark sections */
    color: #ffffff; /* White text for dark background */
    padding: 60px 0;
}

.page-resources-safe-gaming-qh88__dark-bg .page-resources-safe-gaming-qh88__section-title,
.page-resources-safe-gaming-qh88__dark-bg .page-resources-safe-gaming-qh88__subsection-title {
    color: #ffffff; /* White text for titles on dark background */
}

.page-resources-safe-gaming-qh88__dark-bg .page-resources-safe-gaming-qh88__text-block,
.page-resources-safe-gaming-qh88__dark-bg .page-resources-safe-gaming-qh88__list,
.page-resources-safe-gaming-qh88__dark-bg .page-resources-safe-gaming-qh88__list-item {
    color: #f0f0f0; /* Slightly off-white for body text on dark background */
}

/* Feature Grid Section */
.page-resources-safe-gaming-qh88__feature-grid,
.page-resources-safe-gaming-qh88__responsible-grid,
.page-resources-safe-gaming-qh88__support-channels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-safe-gaming-qh88__feature-card,
.page-resources-safe-gaming-qh88__responsible-item,
.page-resources-safe-gaming-qh88__support-card {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark bg */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__feature-card,
.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__responsible-item,
.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__support-card {
    background-color: #f8f8f8; /* Light background for cards on light section */
    color: #333333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-safe-gaming-qh88__feature-image,
.page-resources-safe-gaming-qh88__responsible-image,
.page-resources-safe-gaming-qh88__support-icon {
    width: 100%; /* Ensure images fill card width */
    height: auto;
    max-height: 200px; /* Limit height for consistency */
    object-fit: contain; /* Contain to show full image */
    margin-bottom: 20px;
    border-radius: 8px;
    display: block; /* Important for mobile responsiveness */
}

.page-resources-safe-gaming-qh88__feature-title,
.page-resources-safe-gaming-qh88__responsible-title,
.page-resources-safe-gaming-qh88__support-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    color: inherit; /* Inherit color from card */
}

.page-resources-safe-gaming-qh88__feature-description,
.page-resources-safe-gaming-qh88__responsible-description,
.page-resources-safe-gaming-qh88__support-description {
    font-size: 1em;
    color: inherit; /* Inherit color from card */
}

.page-resources-safe-gaming-qh88__support-link {
    display: inline-block;
    margin-top: 15px;
    color: #017439;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-safe-gaming-qh88__support-link:hover {
    text-decoration: underline;
}

/* CTA Block within sections */
.page-resources-safe-gaming-qh88__cta-block {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1); /* For dark sections */
    border-radius: 10px;
}

.page-resources-safe-gaming-qh88__light-bg .page-resources-safe-gaming-qh88__cta-block {
    background-color: #f0f0f0; /* For light sections */
}

/* Tips Section */
.page-resources-safe-gaming-qh88__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-safe-gaming-qh88__tips-item {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    margin-bottom: 15px;
    border-left: 5px solid #C30808; /* Accent color */
    border-radius: 8px;
    font-size: 1.1em;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-safe-gaming-qh88__tips-item strong {
    color: #FFFF00; /* Yellow for emphasis */
}

/* FAQ Section */
.page-resources-safe-gaming-qh88__faq-list {
    margin-top: 40px;
}

.page-resources-safe-gaming-qh88__faq-item {
    background-color: #f8f8f8; /* Light background for FAQ items */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-safe-gaming-qh88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    color: #017439; /* Brand primary color for questions */
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
    list-style: none; /* For details/summary */
}

.page-resources-safe-gaming-qh88__faq-question::-webkit-details-marker {
    display: none;
}

.page-resources-safe-gaming-qh88__faq-question::marker {
    display: none;
}

.page-resources-safe-gaming-qh88__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #C30808; /* Accent color for toggle */
}

.page-resources-safe-gaming-qh88__faq-answer {
    padding: 15px 20px 20px;
    background-color: #ffffff;
    color: #333333;
    font-size: 1em;
}

/* Final CTA Section */
.page-resources-safe-gaming-qh88__cta-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #017439; /* Brand primary color */
    color: #ffffff;
}

.page-resources-safe-gaming-qh88__cta-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-resources-safe-gaming-qh88__cta-content {
    max-width: 800px;
}

.page-resources-safe-gaming-qh88__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-safe-gaming-qh88__btn-register {
    background-color: #C30808;
    color: #FFFF00;
    border: 2px solid #C30808;
}

.page-resources-safe-gaming-qh88__btn-login {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

/* Contact Support Section */
.page-resources-safe-gaming-qh88__contact-support {
    padding: 60px 0;
    background-color: #f0f0f0; /* Light background */
    color: #333333;
}

.page-resources-safe-gaming-qh88__support-channels {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.page-resources-safe-gaming-qh88__support-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    color: #333333;
    text-align: center;
}

.page-resources-safe-gaming-qh88__support-icon {
    width: 100%;
    max-width: 150px; /* Smaller max-width for icons */
    height: auto;
    margin: 0 auto 20px;
    display: block;
    object-fit: contain;
}