/* style/resources-bk8-security-features.css */
.page-resources-bk8-security-features {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #e5e5d1; /* Light text for dark background */
    background-color: #1A1A2E; /* Primary dark background */
}

.page-resources-bk8-security-features .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-bk8-security-features .hero-section {
    background: linear-gradient(135deg, #1A1A2E, #3a3a5a);
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-resources-bk8-security-features .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:bk8,security,abstract_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-bk8-security-features .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E9B000; /* Secondary color for title */
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.page-resources-bk8-security-features .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #f0f0f0;
    position: relative;
    z-index: 1;
}

/* Buttons */
.page-resources-bk8-security-features .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    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 15px rgba(0, 0, 0, 0.2);
}

.page-resources-bk8-security-features .btn-primary {
    background-color: #E9B000; /* Secondary color */
    color: #1A1A2E;
}

.page-resources-bk8-security-features .btn-primary:hover {
    background-color: #f0c84d;
    transform: translateY(-3px);
}

.page-resources-bk8-security-features .btn-secondary {
    background-color: #3a3a5a;
    color: #E9B000;
    border: 2px solid #E9B000;
}

.page-resources-bk8-security-features .btn-secondary:hover {
    background-color: #5f5f6d;
    transform: translateY(-3px);
}

/* Content Section */
.page-resources-bk8-security-features .content-section {
    padding: 60px 0;
    background-color: #1A1A2E;
}

.page-resources-bk8-security-features .article-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #2a2a4a;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-bk8-security-features .section-title {
    font-size: 2.5em;
    color: #E9B000;
    margin-top: 40px;
    margin-bottom: 25px;
    border-left: 5px solid #E9B000;
    padding-left: 15px;
    font-weight: bold;
}

.page-resources-bk8-security-features .subsection-title {
    font-size: 1.8em;
    color: #f0f0f0;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.page-resources-bk8-security-features p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #e5e5d1;
}

.page-resources-bk8-security-features .highlight-text {
    color: #E9B000;
    font-weight: bold;
}

.page-resources-bk8-security-features .article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-bk8-security-features ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1.5em;
    color: #e5e5d1;
}

.page-resources-bk8-security-features ul li {
    font-size: 1.1em;
    margin-bottom: 0.8em;
}

/* Call to Action Block */
.page-resources-bk8-security-features .cta-block {
    background-color: #1A1A2E;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-bk8-security-features .cta-text {
    font-size: 1.4em;
    color: #f0f0f0;
    margin-bottom: 25px;
    font-weight: bold;
}

/* Back Link */
.page-resources-bk8-security-features .back-link-wrapper {
    text-align: center;
    margin-top: 50px;
}

.page-resources-bk8-security-features .back-link {
    color: #E9B000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-resources-bk8-security-features .back-link:hover {
    color: #f0c84d;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-bk8-security-features .hero-title {
        font-size: 2.5em;
    }

    .page-resources-bk8-security-features .hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-bk8-security-features .section-title {
        font-size: 2em;
    }

    .page-resources-bk8-security-features .subsection-title {
        font-size: 1.5em;
    }

    .page-resources-bk8-security-features .article-container {
        padding: 25px;
    }

    .page-resources-bk8-security-features p, .page-resources-bk8-security-features ul li {
        font-size: 1em;
    }

    .page-resources-bk8-security-features .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

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

    .page-resources-bk8-security-features .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-bk8-security-features .section-title {
        font-size: 1.8em;
    }

    .page-resources-bk8-security-features .subsection-title {
        font-size: 1.3em;
    }

    .page-resources-bk8-security-features .article-container {
        padding: 15px;
    }

    .page-resources-bk8-security-features .cta-text {
        font-size: 1.2em;
    }
}