/* style/gambling-safety-guide-data-protection.css */
.page-gambling-safety-guide-data-protection {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F8F8F8; /* Light gray for general text on dark background */
    background-color: #0A192F; /* Midnight Blue */
}

.page-gambling-safety-guide-data-protection .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-gambling-safety-guide-data-protection .hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #1A3A5F 100%); /* Darker blue gradient */
    padding: 100px 0 60px;
    text-align: center;
    color: #FFFFFF; /* White text for hero */
    border-bottom: 5px solid #FFD700; /* Gold accent */
}

.page-gambling-safety-guide-data-protection .hero-section h1 {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-safety-guide-data-protection .hero-section p {
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #E0E0E0;
}

.page-gambling-safety-guide-data-protection .cta-group .btn {
    margin: 10px;
}

.page-gambling-safety-guide-data-protection .content-section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-gambling-safety-guide-data-protection .content-section:last-of-type {
    border-bottom: none;
}

.page-gambling-safety-guide-data-protection h2 {
    font-size: 2.2em;
    color: #FFD700; /* Gold for section titles */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-gambling-safety-guide-data-protection h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #FFD700;
}

.page-gambling-safety-guide-data-protection h3 {
    font-size: 1.6em;
    color: #FFFFFF; /* White for sub-titles */
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 4px solid #FFD700;
    padding-left: 15px;
}

.page-gambling-safety-guide-data-protection p {
    margin-bottom: 15px;
    color: #F8F8F8;
}

.page-gambling-safety-guide-data-protection ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #F8F8F8;
}

.page-gambling-safety-guide-data-protection ul li {
    margin-bottom: 10px;
}

.page-gambling-safety-guide-data-protection strong {
    color: #FFD700;
}

.page-gambling-safety-guide-data-protection .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1.05em;
}

.page-gambling-safety-guide-data-protection .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #0A192F; /* Midnight Blue */
    border: 2px solid #FFD700;
}

.page-gambling-safety-guide-data-protection .btn-primary:hover {
    background-color: #e6c200; /* Darker Gold */
    color: #000000;
}

.page-gambling-safety-guide-data-protection .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-gambling-safety-guide-data-protection .btn-secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
}

.page-gambling-safety-guide-data-protection .btn-lg {
    padding: 15px 35px;
    font-size: 1.2em;
}

.page-gambling-safety-guide-data-protection .content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-gambling-safety-guide-data-protection a {
    color: #FFD700;
    text-decoration: none;
}

.page-gambling-safety-guide-data-protection a:hover {
    text-decoration: underline;
}

.page-gambling-safety-guide-data-protection .cta-bottom {
    background-color: #1A3A5F; /* Slightly lighter dark blue */
    padding: 80px 0;
    text-align: center;
    color: #FFFFFF;
    border-top: 5px solid #FFD700;
}

.page-gambling-safety-guide-data-protection .cta-bottom h2 {
    color: #FFD700;
    margin-bottom: 20px;
}

.page-gambling-safety-guide-data-protection .cta-bottom p {
    font-size: 1.1em;
    max-width: 700px;
    margin: 0 auto 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-gambling-safety-guide-data-protection .hero-section h1 {
        font-size: 2.2em;
    }

    .page-gambling-safety-guide-data-protection h2 {
        font-size: 1.8em;
    }

    .page-gambling-safety-guide-data-protection h3 {
        font-size: 1.4em;
    }

    .page-gambling-safety-guide-data-protection .btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-gambling-safety-guide-data-protection .btn-lg {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-gambling-safety-guide-data-protection .hero-section {
        padding: 80px 0 40px;
    }

    .page-gambling-safety-guide-data-protection .hero-section h1 {
        font-size: 1.8em;
    }

    .page-gambling-safety-guide-data-protection .hero-section p {
        font-size: 1em;
    }

    .page-gambling-safety-guide-data-protection h2 {
        font-size: 1.6em;
    }

    .page-gambling-safety-guide-data-protection h3 {
        font-size: 1.2em;
    }

    .page-gambling-safety-guide-data-protection .cta-group .btn {
        display: block;
        margin: 10px auto;
        width: 80%;
    }

    .page-gambling-safety-guide-data-protection .btn-lg {
        width: 90%;
    }
}