/* style/resources-j9bet-security-features.css */

.page-resources-j9bet-security-features {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-resources-j9bet-security-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-j9bet-security-features__hero-section {
    background: linear-gradient(135deg, #0D47A1, #2a6cb8);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-j9bet-security-features__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:hero:security,shield,protection,digital]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-j9bet-security-features__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD600;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-resources-j9bet-security-features__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-resources-j9bet-security-features__cta-button {
    display: inline-block;
    background-color: #FFD600;
    color: #0D47A1;
    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;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-j9bet-security-features__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-j9bet-security-features__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-resources-j9bet-security-features__section-title {
    font-size: 2.5em;
    color: #0D47A1;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-j9bet-security-features__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD600;
    border-radius: 2px;
}

.page-resources-j9bet-security-features__sub-section-title {
    font-size: 1.8em;
    color: #0D47A1;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD600;
    padding-left: 15px;
}

.page-resources-j9bet-security-features p {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-j9bet-security-features__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-resources-j9bet-security-features__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-resources-j9bet-security-features__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-resources-j9bet-security-features__list li {
    background-color: #f0f8ff;
    border-left: 4px solid #0D47A1;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 1.05em;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-j9bet-security-features__list li strong {
    color: #0D47A1;
}

.page-resources-j9bet-security-features__cta-group {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-resources-j9bet-security-features__cta-button--primary {
    background-color: #0D47A1;
    color: #FFD600;
}

.page-resources-j9bet-security-features__cta-button--primary:hover {
    background-color: #0a3a8a;
    transform: translateY(-2px);
}

.page-resources-j9bet-security-features__cta-button--secondary {
    background-color: #f0f0f0;
    color: #0D47A1;
    border: 1px solid #0D47A1;
}

.page-resources-j9bet-security-features__cta-button--secondary:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-j9bet-security-features__main-title {
        font-size: 2.5em;
    }

    .page-resources-j9bet-security-features__hero-description {
        font-size: 1em;
    }

    .page-resources-j9bet-security-features__section-title {
        font-size: 2em;
    }

    .page-resources-j9bet-security-features__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-j9bet-security-features p {
        font-size: 0.95em;
    }

    .page-resources-j9bet-security-features__cta-group {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-resources-j9bet-security-features__main-title {
        font-size: 2em;
    }

    .page-resources-j9bet-security-features__hero-section {
        padding: 80px 0;
    }

    .page-resources-j9bet-security-features__section-title {
        font-size: 1.8em;
    }

    .page-resources-j9bet-security-features__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-j9bet-security-features__cta-button {
        padding: 12px 25px;
        font-size: 1em;
        width: 100%;
        max-width: 280px;
    }
}