/* style/resources-bj38-security-features.css */
.page-resources-bj38-security-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-bj38-security-features__hero {
    background: linear-gradient(135deg, #0A2463 0%, #0A2463 50%, #FFD700 100%);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-bj38-security-features__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-resources-bj38-security-features__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-bj38-security-features__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #ffffff;
}

.page-resources-bj38-security-features__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
}

.page-resources-bj38-security-features__container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.page-resources-bj38-security-features__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-bj38-security-features__back-link:hover {
    color: #FFD700;
}

.page-resources-bj38-security-features__section {
    margin-bottom: 40px;
}

.page-resources-bj38-security-features__heading {
    font-size: 2em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

h3.page-resources-bj38-security-features__heading {
    font-size: 1.6em;
    color: #0A2463;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.page-resources-bj38-security-features__paragraph {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #444;
}

.page-resources-bj38-security-features__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-resources-bj38-security-features__list li {
    margin-bottom: 10px;
    color: #555;
    font-size: 1.05em;
}

.page-resources-bj38-security-features__list li strong {
    color: #0A2463;
}

.page-resources-bj38-security-features__image-inline {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-resources-bj38-security-features__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

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

.page-resources-bj38-security-features__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
    margin-right: 15px;
}

.page-resources-bj38-security-features__cta-button--large {
    padding: 18px 35px;
    font-size: 1.3em;
    margin-right: 20px;
}

.page-resources-bj38-security-features__cta-button--secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-bj38-security-features__cta-button--secondary:hover {
    background-color: #1a3a7c;
    color: #FFD700;
    border-color: #e6c200;
}

.page-resources-bj38-security-features__call-to-action {
    text-align: center;
    margin-top: 60px;
    padding: 40px 20px;
    background-color: #f0f4f7;
    border-radius: 8px;
    border-left: 5px solid #0A2463;
}

.page-resources-bj38-security-features__call-to-action .page-resources-bj38-security-features__heading {
    color: #0A2463;
    border-bottom: none;
}

.page-resources-bj38-security-features__call-to-action .page-resources-bj38-security-features__paragraph {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-bj38-security-features__back-to-home {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 1.1em;
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-bj38-security-features__back-to-home:hover {
    color: #FFD700;
}

/* Floating Ad */
.page-resources-bj38-security-features__floating-ad {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: #0A2463;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none; /* Hidden by default, shown by JS */
    animation: slideIn 0.5s forwards;
}

.page-resources-bj38-security-features__close-ad {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5em;
    cursor: pointer;
    color: #FFD700;
}

.page-resources-bj38-security-features__ad-content {
    padding: 20px;
    text-align: center;
}

.page-resources-bj38-security-features__ad-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-resources-bj38-security-features__ad-text {
    font-size: 1em;
    margin-bottom: 15px;
}

.page-resources-bj38-security-features__ad-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-bj38-security-features__ad-button:hover {
    background-color: #e6c200;
    color: #0A2463;
}

@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-bj38-security-features__title {
        font-size: 2.5em;
    }
    .page-resources-bj38-security-features__subtitle {
        font-size: 1.2em;
    }
    .page-resources-bj38-security-features__heading {
        font-size: 1.8em;
    }
    .page-resources-bj38-security-features__paragraph {
        font-size: 1em;
    }
    .page-resources-bj38-security-features__cta-button--large {
        padding: 15px 25px;
        font-size: 1.1em;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .page-resources-bj38-security-features__cta-button--secondary {
        margin-right: 0;
    }
    .page-resources-bj38-security-features__floating-ad {
        width: 90%;
        left: 5%;
        right: 5%;
        bottom: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-bj38-security-features__title {
        font-size: 2em;
    }
    .page-resources-bj38-security-features__subtitle {
        font-size: 1em;
    }
    .page-resources-bj38-security-features__hero {
        padding: 60px 15px;
    }
    .page-resources-bj38-security-features__container {
        margin: 20px auto;
        padding: 15px;
    }
    .page-resources-bj38-security-features__cta-button {
        font-size: 1em;
        padding: 12px 20px;
    }
    .page-resources-bj38-security-features__cta-button--large {
        display: block;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .page-resources-bj38-security-features__cta-button--secondary {
        margin-right: 0;
    }
    .page-resources-bj38-security-features__floating-ad {
        width: 95%;
        left: 2.5%;
        right: 2.5%;
        bottom: 10px;
    }
    .page-resources-bj38-security-features__ad-title {
        font-size: 1.3em;
    }
    .page-resources-bj38-security-features__ad-text {
        font-size: 0.9em;
    }
    .page-resources-bj38-security-features__ad-button {
        padding: 8px 15px;
        font-size: 0.9em;
    }
}