/* style/responsible-gaming-underage-gambling-prevention.css */
.page-responsible-gaming-underage-gambling-prevention {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-responsible-gaming-underage-gambling-prevention__hero {
    background: linear-gradient(135deg, #1A2B4C, #3A506B);
    color: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-responsible-gaming-underage-gambling-prevention__hero-content {
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

.page-responsible-gaming-underage-gambling-prevention__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Victory Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-responsible-gaming-underage-gambling-prevention__hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #E0E0E0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-responsible-gaming-underage-gambling-prevention__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.page-responsible-gaming-underage-gambling-prevention__button {
    display: inline-block;
    background-color: #FFD700; /* Victory Gold */
    color: #1A2B4C; /* Rick Blue */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
}

.page-responsible-gaming-underage-gambling-prevention__button:hover {
    background-color: #e5c100;
    transform: translateY(-2px);
}

.page-responsible-gaming-underage-gambling-prevention__button--primary {
    background-color: #1A2B4C;
    color: #FFD700;
}

.page-responsible-gaming-underage-gambling-prevention__button--primary:hover {
    background-color: #0f1c33;
}

.page-responsible-gaming-underage-gambling-prevention__section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-responsible-gaming-underage-gambling-prevention__section h2 {
    font-size: 2.5em;
    color: #1A2B4C; /* Rick Blue */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-responsible-gaming-underage-gambling-prevention__section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Victory Gold */
    border-radius: 2px;
}

.page-responsible-gaming-underage-gambling-prevention__section h3 {
    font-size: 1.8em;
    color: #1A2B4C;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-responsible-gaming-underage-gambling-prevention__section p {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #444;
}

.page-responsible-gaming-underage-gambling-prevention__section ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 20px;
}

.page-responsible-gaming-underage-gambling-prevention__section li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #444;
}

.page-responsible-gaming-underage-gambling-prevention__link {
    color: #1A2B4C;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-responsible-gaming-underage-gambling-prevention__link:hover {
    color: #FFD700;
    text-decoration: underline;
}

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

.page-responsible-gaming-underage-gambling-prevention__measure-card,
.page-responsible-gaming-underage-gambling-prevention__guidance-card {
    background-color: #f0f2f5;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gaming-underage-gambling-prevention__measure-card:hover,
.page-responsible-gaming-underage-gambling-prevention__guidance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-responsible-gaming-underage-gambling-prevention__measure-card h3,
.page-responsible-gaming-underage-gambling-prevention__guidance-card h3 {
    color: #1A2B4C;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 15px;
    border-left: none;
    padding-left: 0;
}

.page-responsible-gaming-underage-gambling-prevention__card-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-underage-gambling-prevention__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-underage-gambling-prevention__cta {
    background-color: #1A2B4C; /* Rick Blue */
    color: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
    margin-top: 60px;
}

.page-responsible-gaming-underage-gambling-prevention__cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-responsible-gaming-underage-gambling-prevention__cta h2 {
    font-size: 2.8em;
    color: #FFD700; /* Victory Gold */
    margin-bottom: 25px;
    line-height: 1.2;
}

.page-responsible-gaming-underage-gambling-prevention__cta p {
    font-size: 1.15em;
    margin-bottom: 40px;
    color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-responsible-gaming-underage-gambling-prevention__hero h1 {
        font-size: 2.5em;
    }
    .page-responsible-gaming-underage-gambling-prevention__hero p {
        font-size: 1.1em;
    }
    .page-responsible-gaming-underage-gambling-prevention__section h2 {
        font-size: 2em;
    }
    .page-responsible-gaming-underage-gambling-prevention__section h3 {
        font-size: 1.5em;
    }
    .page-responsible-gaming-underage-gambling-prevention__cta h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-responsible-gaming-underage-gambling-prevention__hero {
        padding: 60px 15px;
    }
    .page-responsible-gaming-underage-gambling-prevention__hero h1 {
        font-size: 2em;
    }
    .page-responsible-gaming-underage-gambling-prevention__hero p {
        font-size: 1em;
    }
    .page-responsible-gaming-underage-gambling-prevention__section {
        margin: 40px auto;
        padding: 30px 15px;
    }
    .page-responsible-gaming-underage-gambling-prevention__section h2 {
        font-size: 1.8em;
    }
    .page-responsible-gaming-underage-gambling-prevention__section h3 {
        font-size: 1.3em;
    }
    .page-responsible-gaming-underage-gambling-prevention__measure-grid,
    .page-responsible-gaming-underage-gambling-prevention__guidance-grid {
        grid-template-columns: 1fr;
    }
    .page-responsible-gaming-underage-gambling-prevention__cta {
        padding: 60px 15px;
    }
    .page-responsible-gaming-underage-gambling-prevention__cta h2 {
        font-size: 1.8em;
    }
    .page-responsible-gaming-underage-gambling-prevention__cta p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-responsible-gaming-underage-gambling-prevention__hero h1 {
        font-size: 1.8em;
    }
    .page-responsible-gaming-underage-gambling-prevention__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-responsible-gaming-underage-gambling-prevention__section h2 {
        font-size: 1.6em;
    }
    .page-responsible-gaming-underage-gambling-prevention__section h3 {
        font-size: 1.2em;
    }
}