.page-resources-qh88-safe-efficient-gambling {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

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

.page-resources-qh88-safe-efficient-gambling__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #1A3F70 100%); /* Dark blue gradient */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-qh88-safe-efficient-gambling__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-qh88-safe-efficient-gambling__hero-section .page-resources-qh88-safe-efficient-gambling__container {
    position: relative;
    z-index: 1;
}

.page-resources-qh88-safe-efficient-gambling__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-qh88-safe-efficient-gambling__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-qh88-safe-efficient-gambling__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-qh88-safe-efficient-gambling__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Dark blue */
}

.page-resources-qh88-safe-efficient-gambling__btn--primary:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-3px);
}

.page-resources-qh88-safe-efficient-gambling__btn--secondary {
    background-color: #0A2342; /* Dark blue */
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-resources-qh88-safe-efficient-gambling__btn--secondary:hover {
    background-color: #1A3F70; /* Slightly lighter blue */
    transform: translateY(-3px);
}

.page-resources-qh88-safe-efficient-gambling__content-section {
    padding: 60px 0;
    background-color: #FFFFFF;
    color: #333;
}

.page-resources-qh88-safe-efficient-gambling__content-section--alt-bg {
    background-color: #F8F8F8; /* Light grey for contrast */
}

.page-resources-qh88-safe-efficient-gambling__heading {
    font-size: 2.5em;
    color: #0A2342; /* Dark blue */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-qh88-safe-efficient-gambling__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    border-radius: 2px;
}

.page-resources-qh88-safe-efficient-gambling__sub-heading {
    font-size: 1.8em;
    color: #0A2342; /* Dark blue */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700; /* Gold accent */
    padding-left: 15px;
}

.page-resources-qh88-safe-efficient-gambling__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-resources-qh88-safe-efficient-gambling__list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-qh88-safe-efficient-gambling__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-qh88-safe-efficient-gambling__conclusion-section {
    text-align: center;
    padding: 80px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-qh88-safe-efficient-gambling__title {
        font-size: 2.5em;
    }

    .page-resources-qh88-safe-efficient-gambling__subtitle {
        font-size: 1.1em;
    }

    .page-resources-qh88-safe-efficient-gambling__heading {
        font-size: 2em;
    }

    .page-resources-qh88-safe-efficient-gambling__sub-heading {
        font-size: 1.5em;
    }

    .page-resources-qh88-safe-efficient-gambling__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-qh88-safe-efficient-gambling__title {
        font-size: 2em;
    }

    .page-resources-qh88-safe-efficient-gambling__subtitle {
        font-size: 1em;
    }

    .page-resources-qh88-safe-efficient-gambling__heading {
        font-size: 1.8em;
    }

    .page-resources-qh88-safe-efficient-gambling__sub-heading {
        font-size: 1.3em;
    }

    .page-resources-qh88-safe-efficient-gambling__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-resources-qh88-safe-efficient-gambling__list li {
        font-size: 1em;
    }
}