/* style/resources-39bet-security-analysis.css */
.page-resources-39bet-security-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-resources-39bet-security-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-39bet-security-analysis__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-39bet-security-analysis__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,security,pattern,blue]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-39bet-security-analysis__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-39bet-security-analysis__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-resources-39bet-security-analysis__cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #212529;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.page-resources-39bet-security-analysis__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-resources-39bet-security-analysis__content-section {
    padding: 60px 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.page-resources-39bet-security-analysis__article {
    font-size: 1.1em;
    color: #333;
}

.page-resources-39bet-security-analysis__article p {
    margin-bottom: 1.5em;
}

.page-resources-39bet-security-analysis__section-title {
    font-size: 2.2em;
    color: #007bff;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-resources-39bet-security-analysis__sub-section-title {
    font-size: 1.6em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-39bet-security-analysis__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-39bet-security-analysis__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-39bet-security-analysis__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-39bet-security-analysis__list li {
    margin-bottom: 10px;
}

.page-resources-39bet-security-analysis__cta-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.page-resources-39bet-security-analysis__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-resources-39bet-security-analysis__faq-section {
    background-color: #f0f8ff;
    padding: 60px 0;
    margin-top: 40px;
    border-top: 1px solid #e9ecef;
}

.page-resources-39bet-security-analysis__faq-item {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-39bet-security-analysis__faq-question {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-resources-39bet-security-analysis__faq-answer {
    font-size: 1.1em;
    color: #555;
}

@media (max-width: 768px) {
    .page-resources-39bet-security-analysis__hero-title {
        font-size: 2.5em;
    }

    .page-resources-39bet-security-analysis__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-39bet-security-analysis__section-title {
        font-size: 1.8em;
    }

    .page-resources-39bet-security-analysis__sub-section-title {
        font-size: 1.4em;
    }

    .page-resources-39bet-security-analysis__article {
        font-size: 1em;
    }

    .page-resources-39bet-security-analysis__faq-question {
        font-size: 1.3em;
    }

    .page-resources-39bet-security-analysis__faq-answer {
        font-size: 1em;
    }
}

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

    .page-resources-39bet-security-analysis__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-39bet-security-analysis__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-39bet-security-analysis__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-resources-39bet-security-analysis__section-title {
        font-size: 1.6em;
    }
}