/* style/responsible-gambling-support-resources.css */

.page-responsible-gambling-support-resources {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text on dark background */
    background-color: #0A192F; /* Main background color */
    line-height: 1.6;
}

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

/* Hero Section */
.page-responsible-gambling-support-resources .hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #30425C 100%); /* Dark gradient for depth */
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-responsible-gambling-support-resources .hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: #FFD700;
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.page-responsible-gambling-support-resources .hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background-color: #FFD700;
    opacity: 0.08;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.page-responsible-gambling-support-resources .hero-section .container {
    position: relative;
    z-index: 1;
}

.page-responsible-gambling-support-resources .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Auxiliary color for emphasis */
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-responsible-gambling-support-resources .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #E0E0E0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-responsible-gambling-support-resources .hero-actions .btn {
    display: inline-block;
    padding: 15px 30px;
    margin: 0 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-support-resources .hero-actions .btn-primary {
    background-color: #FFD700;
    color: #0A192F;
    border: 2px solid #FFD700;
}

.page-responsible-gambling-support-resources .hero-actions .btn-primary:hover {
    background-color: #E6C200;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-support-resources .hero-actions .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-responsible-gambling-support-resources .hero-actions .btn-secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-responsible-gambling-support-resources section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-responsible-gambling-support-resources section:last-of-type {
    border-bottom: none;
}

.page-responsible-gambling-support-resources .section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-responsible-gambling-support-resources .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-responsible-gambling-support-resources h2,
.page-responsible-gambling-support-resources h3 {
    color: #FFD700;
}

.page-responsible-gambling-support-resources p {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-responsible-gambling-support-resources a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-responsible-gambling-support-resources a:hover {
    color: #E6C200;
    text-decoration: underline;
}

/* Image Wrapper */
.page-responsible-gambling-support-resources .image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-responsible-gambling-support-resources .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease-in-out;
}

.page-responsible-gambling-support-resources .content-image:hover {
    transform: scale(1.02);
}

/* Self-Help Tools Section */
.page-responsible-gambling-support-resources .tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-responsible-gambling-support-resources .tool-item {
    background-color: #1A2B47; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-left: 5px solid #FFD700;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-responsible-gambling-support-resources .tool-item:hover {
    transform: translateY(-5px);
    background-color: #253A5C;
}

.page-responsible-gambling-support-resources .tool-title {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #FFD700;
}

.page-responsible-gambling-support-resources .tool-item p {
    font-size: 1em;
    color: #C0C0C0;
}

.page-responsible-gambling-support-resources .call-to-action-text {
    text-align: center;
    margin-top: 40px;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFD700;
}

/* Responsible Gambling Tips Section */
.page-responsible-gambling-support-resources .tips-list {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 800px;
}

.page-responsible-gambling-support-resources .tips-list li {
    background-color: #1A2B47;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
    color: #E0E0E0;
    border-left: 4px solid #FFD700;
}

.page-responsible-gambling-support-resources .tips-list li strong {
    color: #FFD700;
    margin-right: 10px;
}

/* External Support Section */
.page-responsible-gambling-support-resources .support-orgs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-responsible-gambling-support-resources .org-item {
    background-color: #1A2B47;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    border-right: 5px solid #FFD700;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-responsible-gambling-support-resources .org-item:hover {
    transform: translateY(-5px);
    background-color: #253A5C;
}

.page-responsible-gambling-support-resources .org-title {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #FFD700;
}

.page-responsible-gambling-support-resources .org-item p {
    font-size: 1em;
    color: #C0C0C0;
}

.page-responsible-gambling-support-resources .link-external {
    color: #FFD700;
    text-decoration: underline;
}

.page-responsible-gambling-support-resources .link-external:hover {
    color: #E6C200;
}

.page-responsible-gambling-support-resources .note-text {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
    color: #A0A0A0;
    font-size: 0.95em;
}

/* Contact Support Section */
.page-responsible-gambling-support-resources .contact-methods {
    margin-top: 30px;
    text-align: center;
}

.page-responsible-gambling-support-resources .contact-methods p {
    font-size: 1.1em;
    color: #E0E0E0;
    margin-bottom: 10px;
}

.page-responsible-gambling-support-resources .btn-contact-us {
    display: block;
    width: fit-content;
    margin: 40px auto 0 auto;
    padding: 18px 40px;
    font-size: 1.2em;
    background-color: #FFD700;
    color: #0A192F;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-support-resources .btn-contact-us:hover {
    background-color: #E6C200;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Commitment Section */
.page-responsible-gambling-support-resources .commitment-section p {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-responsible-gambling-support-resources .hero-title {
        font-size: 2.5em;
    }

    .page-responsible-gambling-support-resources .hero-subtitle {
        font-size: 1.1em;
    }

    .page-responsible-gambling-support-resources .hero-actions .btn {
        display: block;
        margin: 15px auto;
        width: 80%;
    }

    .page-responsible-gambling-support-resources .section-title {
        font-size: 2em;
    }

    .page-responsible-gambling-support-resources .tool-grid,
    .page-responsible-gambling-support-resources .support-orgs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-responsible-gambling-support-resources .hero-title {
        font-size: 2em;
    }

    .page-responsible-gambling-support-resources .hero-subtitle {
        font-size: 1em;
    }

    .page-responsible-gambling-support-resources .hero-actions .btn {
        width: 90%;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-responsible-gambling-support-resources .section-title {
        font-size: 1.8em;
    }

    .page-responsible-gambling-support-resources .tips-list li {
        padding: 15px 20px;
        font-size: 1em;
    }
}

/* Styling for the shared header logo within the placeholder, assuming a structure like .shared-header .logo a */
.shared-header .logo a {
    font-family: 'Georgia', serif; /* Example font */
    font-size: 2.2em;
    font-weight: bold;
    color: #FFD700; /* Auxiliary color for the logo */
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease;
}

.shared-header .logo a:hover {
    color: #E6C200;
}