/* style/resources-pg88-slot-security-fairness.css */
:root {
    --primary-color: #1A202C;
    --secondary-color: #FFD700;
    --text-on-dark: #ffffff;
    --text-on-light: #333333;
    --light-grey: #f0f0f0;
    --dark-grey-bg: #2d3748;
}

.page-resources-pg88-slot-security-fairness {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-on-dark); /* Default text color for the main page content, as body is dark */
    background-color: var(--primary-color); /* Ensure main content area has a background */
}

.page-resources-pg88-slot-security-fairness__hero-section {
    position: relative;
    width: 100%;
    height: 600px; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Ensure content is not covered by fixed header */
    background-color: var(--primary-color);
}

.page-resources-pg88-slot-security-fairness__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6);
}

.page-resources-pg88-slot-security-fairness__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 32, 44, 0.7), rgba(26, 32, 44, 0.9));
    z-index: 2;
}

.page-resources-pg88-slot-security-fairness__hero-content {
    position: relative;
    z-index: 3;
    color: var(--text-on-dark);
    max-width: 900px;
    padding: 0 20px;
}

.page-resources-pg88-slot-security-fairness__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-pg88-slot-security-fairness__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
}

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

.page-resources-pg88-slot-security-fairness__btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-pg88-slot-security-fairness__btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-pg88-slot-security-fairness__btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    margin-left: 15px;
}

.page-resources-pg88-slot-security-fairness__btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.page-resources-pg88-slot-security-fairness__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-pg88-slot-security-fairness__section-title {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 40px;
    color: var(--secondary-color);
    font-weight: bold;
}

.page-resources-pg88-slot-security-fairness__section-title--light {
    color: var(--secondary-color);
}

.page-resources-pg88-slot-security-fairness__intro-section,
.page-resources-pg88-slot-security-fairness__transparency-section,
.page-resources-pg88-slot-security-fairness__cta-section {
    padding: 80px 0;
    background-color: var(--text-on-dark);
    color: var(--text-on-light);
}

.page-resources-pg88-slot-security-fairness__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-on-dark);
}

.page-resources-pg88-slot-security-fairness__text-block {
    font-size: 1.1em;
    margin-bottom: 25px;
    text-align: justify;
}

.page-resources-pg88-slot-security-fairness__features-section {
    padding: 80px 0;
}

.page-resources-pg88-slot-security-fairness__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-resources-pg88-slot-security-fairness__feature-card {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    color: var(--text-on-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.page-resources-pg88-slot-security-fairness__feature-card:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-pg88-slot-security-fairness__feature-icon {
    width: 250px; /* Minimum 200px */
    height: 150px; /* Minimum 200px, adjusted for aspect ratio */
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-resources-pg88-slot-security-fairness__feature-title {
    font-size: 1.8em;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.page-resources-pg88-slot-security-fairness__feature-description {
    font-size: 1em;
    line-height: 1.7;
    text-align: center;
    flex-grow: 1;
}

.page-resources-pg88-slot-security-fairness__support-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-pg88-slot-security-fairness__support-card {
    background-color: var(--light-grey);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: var(--text-on-light);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-pg88-slot-security-fairness__card-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-resources-pg88-slot-security-fairness__card-description {
    font-size: 1em;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-resources-pg88-slot-security-fairness__faq-section {
    padding: 80px 0;
}

.page-resources-pg88-slot-security-fairness__faq-list {
    margin-top: 40px;
}

.page-resources-pg88-slot-security-fairness__faq-item {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.page-resources-pg88-slot-security-fairness__faq-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-pg88-slot-security-fairness__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2em;
    color: var(--text-on-dark);
    font-weight: bold;
    position: relative;
}

.page-resources-pg88-slot-security-fairness__faq-question h3 {
    margin: 0;
    color: var(--secondary-color);
    font-size: 1.2em;
}

.page-resources-pg88-slot-security-fairness__faq-toggle {
    font-size: 1.8em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: var(--secondary-color);
}

.page-resources-pg88-slot-security-fairness__faq-item.active .page-resources-pg88-slot-security-fairness__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-pg88-slot-security-fairness__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--text-on-dark);
}

.page-resources-pg88-slot-security-fairness__faq-item.active .page-resources-pg88-slot-security-fairness__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to contain content */
    padding: 15px 25px 20px;
}

.page-resources-pg88-slot-security-fairness__faq-answer p {
    margin: 0;
    font-size: 1em;
}

.page-resources-pg88-slot-security-fairness__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-pg88-slot-security-fairness__hero-title {
        font-size: 2.8em;
    }
    .page-resources-pg88-slot-security-fairness__section-title {
        font-size: 2.2em;
    }
    .page-resources-pg88-slot-security-fairness__feature-icon {
        width: 200px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .page-resources-pg88-slot-security-fairness__hero-section {
        height: 500px;
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-resources-pg88-slot-security-fairness__hero-title {
        font-size: 2em;
    }
    .page-resources-pg88-slot-security-fairness__hero-description {
        font-size: 1em;
    }
    .page-resources-pg88-slot-security-fairness__btn-primary,
    .page-resources-pg88-slot-security-fairness__btn-secondary {
        padding: 12px 20px;
        font-size: 0.9em;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-resources-pg88-slot-security-fairness__btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-resources-pg88-slot-security-fairness__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-resources-pg88-slot-security-fairness__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-resources-pg88-slot-security-fairness__intro-section,
    .page-resources-pg88-slot-security-fairness__features-section,
    .page-resources-pg88-slot-security-fairness__transparency-section,
    .page-resources-pg88-slot-security-fairness__faq-section,
    .page-resources-pg88-slot-security-fairness__cta-section {
        padding: 40px 0;
    }
    .page-resources-pg88-slot-security-fairness__container {
        padding: 0 15px;
    }
    .page-resources-pg88-slot-security-fairness__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-pg88-slot-security-fairness__feature-icon {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: cover;
    }
    .page-resources-pg88-slot-security-fairness__support-cards {
        grid-template-columns: 1fr;
    }
    .page-resources-pg88-slot-security-fairness__faq-question h3 {
        font-size: 1.1em;
    }
    .page-resources-pg88-slot-security-fairness img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-pg88-slot-security-fairness__section,
    .page-resources-pg88-slot-security-fairness__card,
    .page-resources-pg88-slot-security-fairness__container,
    .page-resources-pg88-slot-security-fairness__feature-card,
    .page-resources-pg88-slot-security-fairness__support-card,
    .page-resources-pg88-slot-security-fairness__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-pg88-slot-security-fairness__hero-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0;
        padding-right: 0;
    }
    .page-resources-pg88-slot-security-fairness__hero-content {
        padding: 0 15px;
    }
    .page-resources-pg88-slot-security-fairness__faq-question,
    .page-resources-pg88-slot-security-fairness__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-pg88-slot-security-fairness__faq-item.active .page-resources-pg88-slot-security-fairness__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-pg88-slot-security-fairness__hero-title {
        font-size: 1.8em;
    }
    .page-resources-pg88-slot-security-fairness__section-title {
        font-size: 1.6em;
    }
    .page-resources-pg88-slot-security-fairness__feature-title,
    .page-resources-pg88-slot-security-fairness__card-title {
        font-size: 1.5em;
    }
    .page-resources-pg88-slot-security-fairness__hero-section {
        height: 400px;
    }
}

/* Contrast Fixes */
.page-resources-pg88-slot-security-fairness p,
.page-resources-pg88-slot-security-fairness li {
    color: var(--text-on-dark);
}

.page-resources-pg88-slot-security-fairness__intro-section p,
.page-resources-pg88-slot-security-fairness__transparency-section p,
.page-resources-pg88-slot-security-fairness__cta-section p {
    color: var(--text-on-light);
}

.page-resources-pg88-slot-security-fairness__support-card .page-resources-pg88-slot-security-fairness__btn-secondary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-resources-pg88-slot-security-fairness__support-card .page-resources-pg88-slot-security-fairness__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-on-dark);
}