/* style/resources-ku68-security-features.css */
.page-resources-ku68-security-features {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFFFFF; /* Default text color for dark background */
    background-color: #0A2239; /* Main background color */
}

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

.page-resources-ku68-security-features__hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #1A3A5A 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-resources-ku68-security-features__hero-title {
    font-size: 3.5em;
    color: #E0B400;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ku68-security-features__hero-subtitle {
    font-size: 1.3em;
    color: #CCCCCC;
    max-width: 800px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
}

.page-resources-ku68-security-features__hero-button {
    display: inline-block;
    background-color: #E0B400;
    color: #0A2239;
    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;
}

.page-resources-ku68-security-features__hero-button:hover {
    background-color: #FFD700;
    transform: translateY(-3px);
}

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

.page-resources-ku68-security-features__section-title {
    font-size: 2.5em;
    color: #E0B400;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(224, 180, 0, 0.3);
}

.page-resources-ku68-security-features__content-block {
    background-color: #1A3A5A;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-ku68-security-features__content-block p {
    color: #E0E0E0;
    margin-bottom: 15px;
    font-size: 1.05em;
}

.page-resources-ku68-security-features__subsection-title {
    font-size: 1.8em;
    color: #E0B400;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #E0B400;
    padding-left: 15px;
}

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

.page-resources-ku68-security-features__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-ku68-security-features__cta-block {
    background-color: #E0B400;
    color: #0A2239;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-ku68-security-features__cta-title {
    font-size: 2.8em;
    color: #0A2239;
    margin-bottom: 20px;
}

.page-resources-ku68-security-features__cta-text {
    font-size: 1.2em;
    color: #333333;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.page-resources-ku68-security-features__cta-button {
    display: inline-block;
    background-color: #0A2239;
    color: #E0B400;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #0A2239;
}

.page-resources-ku68-security-features__cta-button:hover {
    background-color: #2A4A6A;
    transform: scale(1.05);
}

.page-resources-ku68-security-features__cta-note {
    margin-top: 20px;
    font-size: 0.9em;
    color: #555555;
}

.page-resources-ku68-security-features__faq-block {
    margin-top: 60px;
}

.page-resources-ku68-security-features__faq-item {
    background-color: #1A3A5A;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-ku68-security-features__faq-question {
    font-size: 1.5em;
    color: #E0B400;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resources-ku68-security-features__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-ku68-security-features__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-ku68-security-features__faq-answer {
    color: #E0E0E0;
    font-size: 1.05em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-resources-ku68-security-features__faq-answer.open {
    max-height: 300px; /* Adjust as needed */
    padding-top: 15px;
}

/* Floating Promo */
.page-resources-ku68-security-features__floating-promo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #E0B400;
    color: #0A2239;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    transform: translateX(120%);
    transition: transform 0.5s ease-out;
}

.page-resources-ku68-security-features__floating-promo.show {
    transform: translateX(0);
}

.page-resources-ku68-security-features__floating-promo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #0A2239;
}

.page-resources-ku68-security-features__floating-promo-text {
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 10px;
}

.page-resources-ku68-security-features__floating-promo-button {
    background-color: #0A2239;
    color: #E0B400;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-ku68-security-features__floating-promo-button:hover {
    background-color: #2A4A6A;
}

.page-resources-ku68-security-features__floating-promo-close {
    background: none;
    border: none;
    color: #0A2239;
    font-size: 1.5em;
    cursor: pointer;
    line-height: 1;
    padding: 0 5px;
    transition: color 0.3s ease;
}

.page-resources-ku68-security-features__floating-promo-close:hover {
    color: #555555;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-ku68-security-features__hero-title {
        font-size: 2.8em;
    }

    .page-resources-ku68-security-features__hero-subtitle {
        font-size: 1.1em;
    }

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

    .page-resources-ku68-security-features__subsection-title {
        font-size: 1.5em;
    }

    .page-resources-ku68-security-features__cta-title {
        font-size: 2.2em;
    }

    .page-resources-ku68-security-features__cta-text {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-resources-ku68-security-features__hero-section {
        padding: 80px 0;
    }

    .page-resources-ku68-security-features__hero-title {
        font-size: 2.2em;
    }

    .page-resources-ku68-security-features__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-ku68-security-features__content-section {
        padding: 40px 0;
    }

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

    .page-resources-ku68-security-features__subsection-title {
        font-size: 1.3em;
    }

    .page-resources-ku68-security-features__content-block {
        padding: 20px;
    }

    .page-resources-ku68-security-features__cta-block {
        padding: 30px;
    }

    .page-resources-ku68-security-features__cta-title {
        font-size: 1.8em;
    }

    .page-resources-ku68-security-features__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-ku68-security-features__floating-promo {
        bottom: 15px;
        right: 15px;
        padding: 8px 12px;
        flex-direction: column;
        align-items: flex-end;
    }

    .page-resources-ku68-security-features__floating-promo-link {
        flex-direction: column;
        text-align: right;
    }

    .page-resources-ku68-security-features__floating-promo-text {
        font-size: 0.9em;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .page-resources-ku68-security-features__floating-promo-button {
        padding: 6px 10px;
        font-size: 0.9em;
    }

    .page-resources-ku68-security-features__floating-promo-close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-ku68-security-features__hero-title {
        font-size: 1.8em;
    }

    .page-resources-ku68-security-features__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-ku68-security-features__hero-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-ku68-security-features__section-title {
        font-size: 1.5em;
    }

    .page-resources-ku68-security-features__subsection-title {
        font-size: 1.2em;
    }

    .page-resources-ku68-security-features__content-block {
        padding: 15px;
    }

    .page-resources-ku68-security-features__cta-block {
        padding: 20px;
    }

    .page-resources-ku68-security-features__cta-title {
        font-size: 1.5em;
    }

    .page-resources-ku68-security-features__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-ku68-security-features__faq-question {
        font-size: 1.2em;
    }

    .page-resources-ku68-security-features__faq-answer {
        font-size: 0.95em;
    }

    .page-resources-ku68-security-features__floating-promo {
        bottom: 10px;
        right: 10px;
        padding: 5px 8px;
        gap: 5px;
    }

    .page-resources-ku68-security-features__floating-promo-text {
        font-size: 0.8em;
    }

    .page-resources-ku68-security-features__floating-promo-button {
        padding: 5px 8px;
        font-size: 0.8em;
    }

    .page-resources-ku68-security-features__floating-promo-close {
        font-size: 1em;
    }
}