/* style/responsible-gambling-self-exclusion.css */
.page-responsible-gambling-self-exclusion {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #12184e; /* Slightly lighter than primary for content background */
}

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

.page-responsible-gambling-self-exclusion .hero-section {
    background: linear-gradient(135deg, #1A237E, #3f478a); /* Darker blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-responsible-gambling-self-exclusion .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFB300;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-responsible-gambling-self-exclusion .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-responsible-gambling-self-exclusion .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1.1em;
}

.page-responsible-gambling-self-exclusion .btn-primary {
    background-color: #FFB300;
    color: #1A237E;
    border: 2px solid #FFB300;
}

.page-responsible-gambling-self-exclusion .btn-primary:hover {
    background-color: #e5a000;
    border-color: #e5a000;
    transform: translateY(-2px);
}

.page-responsible-gambling-self-exclusion .btn-secondary {
    background-color: #1A237E;
    color: #FFB300;
    border: 2px solid #FFB300;
}

.page-responsible-gambling-self-exclusion .btn-secondary:hover {
    background-color: #0f165a;
    border-color: #e5a000;
    transform: translateY(-2px);
}

.page-responsible-gambling-self-exclusion .btn-outline {
    background-color: transparent;
    color: #FFB300;
    border: 2px solid #FFB300;
}

.page-responsible-gambling-self-exclusion .btn-outline:hover {
    background-color: #FFB300;
    color: #1A237E;
    transform: translateY(-2px);
}

.page-responsible-gambling-self-exclusion .btn-large {
    padding: 15px 35px;
    font-size: 1.2em;
}

.page-responsible-gambling-self-exclusion section {
    padding: 60px 0;
    background-color: #1A237E; /* Primary color for sections */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-responsible-gambling-self-exclusion section:nth-child(even) {
    background-color: #12184e; /* Alternate background for better readability */
}

.page-responsible-gambling-self-exclusion .section-title {
    font-size: 2.8em;
    color: #FFB300;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-responsible-gambling-self-exclusion h3 {
    font-size: 1.8em;
    color: #FFB300;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-responsible-gambling-self-exclusion h4 {
    font-size: 1.4em;
    color: #FFB300;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-responsible-gambling-self-exclusion p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-responsible-gambling-self-exclusion ol, .page-responsible-gambling-self-exclusion ul {
    font-size: 1.1em;
    margin-bottom: 20px;
    padding-left: 25px;
    color: #e0e0e0;
}

.page-responsible-gambling-self-exclusion ol li, .page-responsible-gambling-self-exclusion ul li {
    margin-bottom: 10px;
}

.page-responsible-gambling-self-exclusion .content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-responsible-gambling-self-exclusion .content-wrapper.reverse {
    flex-direction: row-reverse;
}

.page-responsible-gambling-self-exclusion .text-content {
    flex: 1;
}

.page-responsible-gambling-self-exclusion .image-content {
    flex: 1;
    text-align: center;
}

.page-responsible-gambling-self-exclusion .feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.page-responsible-gambling-self-exclusion .option-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-responsible-gambling-self-exclusion .card {
    background-color: #2b358b; /* A darker shade of primary for cards */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-responsible-gambling-self-exclusion .card:hover {
    transform: translateY(-5px);
    background-color: #3f478a;
}

.page-responsible-gambling-self-exclusion .card h3 {
    color: #FFB300;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-responsible-gambling-self-exclusion .card p {
    color: #e0e0e0;
    font-size: 1em;
}

.page-responsible-gambling-self-exclusion .steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-responsible-gambling-self-exclusion .steps-list li {
    background-color: #2b358b;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: relative;
    padding-left: 70px;
}

.page-responsible-gambling-self-exclusion .steps-list li h4 {
    color: #FFB300;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.page-responsible-gambling-self-exclusion .steps-list li::before {
    content: attr(data-step);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFB300;
    color: #1A237E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

.page-responsible-gambling-self-exclusion .steps-list li:nth-child(1)::before { content: '1'; }
.page-responsible-gambling-self-exclusion .steps-list li:nth-child(2)::before { content: '2'; }
.page-responsible-gambling-self-exclusion .steps-list li:nth-child(3)::before { content: '3'; }
.page-responsible-gambling-self-exclusion .steps-list li:nth-child(4)::before { content: '4'; }

.page-responsible-gambling-self-exclusion .call-to-action-group {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-responsible-gambling-self-exclusion .faq-items {
    margin-top: 40px;
}

.page-responsible-gambling-self-exclusion .faq-item {
    background-color: #2b358b;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.page-responsible-gambling-self-exclusion .faq-item h3 {
    color: #FFB300;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.page-responsible-gambling-self-exclusion .faq-item p {
    color: #e0e0e0;
    font-size: 1em;
    margin-bottom: 0;
}

.page-responsible-gambling-self-exclusion .cta-final-section {
    text-align: center;
    padding: 80px 0;
    background-color: #1A237E;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-responsible-gambling-self-exclusion .hero-title {
        font-size: 2.8em;
    }
    .page-responsible-gambling-self-exclusion .section-title {
        font-size: 2.2em;
    }
    .page-responsible-gambling-self-exclusion .content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-responsible-gambling-self-exclusion .content-wrapper.reverse {
        flex-direction: column;
    }
    .page-responsible-gambling-self-exclusion .image-content {
        order: -1; /* Image above text on mobile for reverse layouts */
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-responsible-gambling-self-exclusion .hero-section {
        padding: 80px 0;
    }
    .page-responsible-gambling-self-exclusion .hero-title {
        font-size: 2.2em;
    }
    .page-responsible-gambling-self-exclusion .hero-subtitle {
        font-size: 1.1em;
    }
    .page-responsible-gambling-self-exclusion .section-title {
        font-size: 1.8em;
    }
    .page-responsible-gambling-self-exclusion h3 {
        font-size: 1.5em;
    }
    .page-responsible-gambling-self-exclusion h4 {
        font-size: 1.2em;
    }
    .page-responsible-gambling-self-exclusion p, .page-responsible-gambling-self-exclusion ol, .page-responsible-gambling-self-exclusion ul {
        font-size: 1em;
    }
    .page-responsible-gambling-self-exclusion .option-cards {
        grid-template-columns: 1fr;
    }
    .page-responsible-gambling-self-exclusion .steps-list li {
        padding-left: 60px;
    }
    .page-responsible-gambling-self-exclusion .steps-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
        left: 15px;
    }
    .page-responsible-gambling-self-exclusion .call-to-action-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-responsible-gambling-self-exclusion .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-responsible-gambling-self-exclusion .hero-title {
        font-size: 1.8em;
    }
    .page-responsible-gambling-self-exclusion .section-title {
        font-size: 1.5em;
    }
    .page-responsible-gambling-self-exclusion .btn-large {
        padding: 12px 25px;
        font-size: 1.1em;
    }
}