/* style/resources-789club-security-fairness.css */

/* Base styles for the page content */
.page-resources-789club-security-fairness {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-color, #333333); /* Default text color for light backgrounds */
    background-color: var(--dark-bg);
}

/* Ensure main content has proper padding-top if shared.css doesn't apply to body */
.page-resources-789club-security-fairness__hero-section {
    padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
}

/* Sections */
.page-resources-789club-security-fairness__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background-color: #26A9E0; /* Primary brand color */
    color: #FFFFFF;
    overflow: hidden;
}

.page-resources-789club-security-fairness__hero-content {
    max-width: 900px;
    margin-bottom: 40px;
    z-index: 1;
}

.page-resources-789club-security-fairness__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-789club-security-fairness__intro-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-789club-security-fairness__hero-image-container {
    width: 100%;
    max-width: 1200px;
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.page-resources-789club-security-fairness__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-resources-789club-security-fairness__content-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #FFFFFF; /* Light background for content sections */
    color: #333333;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    margin-bottom: 40px;
}

.page-resources-789club-security-fairness__dark-section {
    background-color: #26A9E0; /* Primary brand color for dark sections */
    color: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    padding: 80px 20px;
    margin-bottom: 0;
}

.page-resources-789club-security-fairness__dark-section .page-resources-789club-security-fairness__section-title,
.page-resources-789club-security-fairness__dark-section .page-resources-789club-security-fairness__sub-title {
    color: #FFFFFF;
}

.page-resources-789club-security-fairness__section-title {
    font-size: 2.5em;
    color: #26A9E0; /* Primary brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-789club-security-fairness__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #26A9E0;
    border-radius: 2px;
}

.page-resources-789club-security-fairness__dark-section .page-resources-789club-security-fairness__section-title::after {
    background-color: #FFFFFF;
}

.page-resources-789club-security-fairness__sub-title {
    font-size: 1.8em;
    color: #26A9E0;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(38, 169, 224, 0.3);
    padding-bottom: 10px;
}

.page-resources-789club-security-fairness__dark-section .page-resources-789club-security-fairness__sub-title {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.3);
}

.page-resources-789club-security-fairness__text-block p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-resources-789club-security-fairness__text-block a {
    color: #26A9E0;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-789club-security-fairness__dark-section .page-resources-789club-security-fairness__text-block a {
    color: #FFFFFF;
}

.page-resources-789club-security-fairness__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-resources-789club-security-fairness__list li {
    margin-bottom: 10px;
}

.page-resources-789club-security-fairness__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.page-resources-789club-security-fairness__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-789club-security-fairness__btn-primary,
.page-resources-789club-security-fairness__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    text-align: center;
}

.page-resources-789club-security-fairness__btn-primary {
    background-color: #EA7C07; /* Login color */
    color: #FFFFFF;
    border: 2px solid #EA7C07;
}

.page-resources-789club-security-fairness__btn-primary:hover {
    background-color: #d46f06;
    border-color: #d46f06;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-789club-security-fairness__btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.page-resources-789club-security-fairness__btn-secondary:hover {
    background-color: #FFFFFF;
    color: #26A9E0;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-789club-security-fairness__cta-section {
    text-align: center;
    padding: 80px 20px;
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-resources-789club-security-fairness__cta-title {
    font-size: 2.8em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.page-resources-789club-security-fairness__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-789club-security-fairness__btn-large {
    padding: 18px 40px;
    font-size: 1.3em;
}

/* FAQ Section */
.page-resources-789club-security-fairness__faq-section {
    background-color: #f8f8f8;
    color: #333333;
    box-shadow: none;
    border-radius: 0;
    padding: 60px 20px;
    margin-bottom: 0;
}

.page-resources-789club-security-fairness__faq-list {
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.page-resources-789club-security-fairness__faq-item {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-789club-security-fairness__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #26A9E0;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-789club-security-fairness__faq-question:hover {
    background-color: #f0f8ff;
    color: #1a7fb0;
}

.page-resources-789club-security-fairness__faq-title {
    margin: 0;
    font-size: 1.2em;
    flex-grow: 1;
}

.page-resources-789club-security-fairness__faq-toggle {
    font-size: 1.8em;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-resources-789club-security-fairness__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fdfdfd;
    color: #555555;
}

.page-resources-789club-security-fairness__faq-answer p {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 1em;
}

/* Active FAQ item */
.page-resources-789club-security-fairness__faq-item.active .page-resources-789club-security-fairness__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 20px;
}

.page-resources-789club-security-fairness__faq-item.active .page-resources-789club-security-fairness__faq-toggle {
    transform: rotate(45deg); /* Change to X or - */
}

/* General image responsiveness */
.page-resources-789club-security-fairness img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-789club-security-fairness__main-title {
        font-size: 2.8em;
    }
    .page-resources-789club-security-fairness__section-title {
        font-size: 2.2em;
    }
    .page-resources-789club-security-fairness__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-resources-789club-security-fairness__hero-section {
        padding: 40px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    }
    .page-resources-789club-security-fairness__main-title {
        font-size: 2.2em;
    }
    .page-resources-789club-security-fairness__intro-description {
        font-size: 1em;
    }
    .page-resources-789club-security-fairness__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-789club-security-fairness__btn-primary,
    .page-resources-789club-security-fairness__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-resources-789club-security-fairness__content-area,
    .page-resources-789club-security-fairness__dark-section,
    .page-resources-789club-security-fairness__faq-section,
    .page-resources-789club-security-fairness__cta-section {
        padding: 30px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important; /* Prevent horizontal scroll */
    }
    .page-resources-789club-security-fairness__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-resources-789club-security-fairness__sub-title {
        font-size: 1.4em;
    }
    .page-resources-789club-security-fairness__text-block p,
    .page-resources-789club-security-fairness__list li {
        font-size: 0.95em;
    }
    .page-resources-789club-security-fairness__cta-title {
        font-size: 2em;
    }
    .page-resources-789club-security-fairness__cta-description {
        font-size: 1.1em;
    }

    /* Images responsiveness for mobile */
    .page-resources-789club-security-fairness img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-789club-security-fairness__hero-image-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    /* No video section in this HTML, but keep the rule for consistency if it were added */
    .page-resources-789club-security-fairness__video-section {
        padding-top: var(--header-offset, 120px) !important; /* Ensure video section respects header offset */
    }
}

@media (max-width: 480px) {
    .page-resources-789club-security-fairness__main-title {
        font-size: 1.8em;
    }
    .page-resources-789club-security-fairness__section-title {
        font-size: 1.6em;
    }
    .page-resources-789club-security-fairness__faq-title {
        font-size: 1.1em;
    }
}