/* style/resources-68gb-security-measures.css */
.page-resources-68gb-security-measures {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F;
    line-height: 1.6;
}

.page-resources-68gb-security-measures__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-68gb-security-measures__hero-section {
    background: linear-gradient(135deg, #0A192F, #2A3F5F);
    padding: 100px 0 60px;
    text-align: center;
    color: #FFD700;
    position: relative;
    overflow: hidden;
}

.page-resources-68gb-security-measures__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,security,pattern,subtle]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-68gb-security-measures__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-resources-68gb-security-measures__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #f5e6d0; /* Light text for subtitle */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-resources-68gb-security-measures__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F; /* Dark text on gold button */
    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;
    border: 2px solid transparent;
}

.page-resources-68gb-security-measures__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    border-color: #FFD700;
}

.page-resources-68gb-security-measures__content-section {
    padding: 60px 0;
}

.page-resources-68gb-security-measures__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-68gb-security-measures__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-68gb-security-measures__text-block {
    background-color: #1a2a40; /* Slightly lighter dark blue for content blocks */
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 5px solid #FFD700;
}

.page-resources-68gb-security-measures__text-block p {
    margin-bottom: 15px;
    color: #f5e6d0; /* Light text for paragraphs */
}

.page-resources-68gb-security-measures__sub-section-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for sub-section titles */
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 215, 0, 0.3);
    padding-bottom: 10px;
}

.page-resources-68gb-security-measures__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-68gb-security-measures__call-to-action {
    text-align: center;
    padding: 50px 20px;
    background-color: #0A192F;
    border-radius: 10px;
    margin-top: 50px;
    border: 2px solid #FFD700;
}

.page-resources-68gb-security-measures__call-to-action p {
    font-size: 1.5em;
    color: #f5e6d0;
    margin-bottom: 30px;
}

.page-resources-68gb-security-measures__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

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

    .page-resources-68gb-security-measures__hero-subtitle {
        font-size: 1.1em;
    }

    .page-resources-68gb-security-measures__section-title {
        font-size: 2em;
    }

    .page-resources-68gb-security-measures__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-68gb-security-measures__text-block {
        padding: 20px;
    }

    .page-resources-68gb-security-measures__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-68gb-security-measures__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

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

    .page-resources-68gb-security-measures__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-68gb-security-measures__section-title {
        font-size: 1.8em;
    }

    .page-resources-68gb-security-measures__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-68gb-security-measures__text-block {
        padding: 15px;
    }
}