/* style/resources-generous-rewards-2026-analysis.css */
:root {
    --primary-color: #007bff;
    --secondary-color: #ffc107;
    --text-light: #ffffff;
    --text-dark: #333333;
    --bg-dark: #0a0a0a;
    --bg-light: #f8f9fa;
    --card-bg-dark: rgba(255, 255, 255, 0.1);
    --card-bg-light: #ffffff;
    --border-color: #e0e0e0;
}

.page-resources-generous-rewards-2026-analysis {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-light); /* Body background is dark, so text should be light */
    background-color: var(--bg-dark);
}

.page-resources-generous-rewards-2026-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-generous-rewards-2026-analysis__hero-section {
    padding: 120px 0 80px; /* Desktop: Adjust padding-top for fixed header */
    text-align: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    color: var(--text-light);
    position: relative;
    overflow: hidden;
}

.page-resources-generous-rewards-2026-analysis__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract pattern,game 68gb,geometric]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-generous-rewards-2026-analysis__hero-section .page-resources-generous-rewards-2026-analysis__container {
    position: relative;
    z-index: 1;
}

.page-resources-generous-rewards-2026-analysis__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-light);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.page-resources-generous-rewards-2026-analysis__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.page-resources-generous-rewards-2026-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-generous-rewards-2026-analysis__cta-button {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    max-width: 100%; /* Ensure responsiveness */
    box-sizing: border-box; /* Ensure responsiveness */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
}

.page-resources-generous-rewards-2026-analysis__btn-primary {
    background: var(--secondary-color);
    color: var(--text-dark);
}

.page-resources-generous-rewards-2026-analysis__btn-primary:hover {
    background: #e6b100;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-generous-rewards-2026-analysis__btn-secondary {
    background: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

.page-resources-generous-rewards-2026-analysis__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-generous-rewards-2026-analysis__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    color: var(--text-light);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page-resources-generous-rewards-2026-analysis__faq-section {
    padding: 80px 0;
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-resources-generous-rewards-2026-analysis__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-generous-rewards-2026-analysis__faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--card-bg-dark);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-generous-rewards-2026-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.page-resources-generous-rewards-2026-analysis__faq-question:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.page-resources-generous-rewards-2026-analysis__faq-question h3 {
    margin: 0;
    padding: 0;
    flex: 1;
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-light);
    pointer-events: none;
}

.page-resources-generous-rewards-2026-analysis__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: var(--secondary-color);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.page-resources-generous-rewards-2026-analysis__faq-item.active .page-resources-generous-rewards-2026-analysis__faq-toggle {
    color: var(--primary-color);
    transform: rotate(45deg);
}

.page-resources-generous-rewards-2026-analysis__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    padding: 0 25px;
    opacity: 0;
    color: var(--text-light);
}

.page-resources-generous-rewards-2026-analysis__faq-item.active .page-resources-generous-rewards-2026-analysis__faq-answer {
    max-height: 2000px !important; /* Sufficiently large */
    padding: 20px 25px !important;
    opacity: 1;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 8px 8px;
}

.page-resources-generous-rewards-2026-analysis__faq-answer p {
    margin-bottom: 10px;
}

.page-resources-generous-rewards-2026-analysis__brand-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
    color: var(--text-light);
}

.page-resources-generous-rewards-2026-analysis__brand-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-generous-rewards-2026-analysis__brand-item {
    background: var(--card-bg-dark);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-generous-rewards-2026-analysis__brand-item-title {
    font-size: 1.8em;
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.page-resources-generous-rewards-2026-analysis__brand-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-generous-rewards-2026-analysis__brand-features-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-resources-generous-rewards-2026-analysis__brand-features-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
}

.page-resources-generous-rewards-2026-analysis__blog-section {
    padding: 80px 0;
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-resources-generous-rewards-2026-analysis__blog-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-generous-rewards-2026-analysis__blog-item {
    background: var(--card-bg-dark);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-generous-rewards-2026-analysis__blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-generous-rewards-2026-analysis__blog-item-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-generous-rewards-2026-analysis__blog-link {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: var(--text-light);
}

.page-resources-generous-rewards-2026-analysis__blog-item-title {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--secondary-color);
}

.page-resources-generous-rewards-2026-analysis__blog-item-excerpt {
    font-size: 0.95em;
    margin-bottom: 15px;
    opacity: 0.8;
}

.page-resources-generous-rewards-2026-analysis__blog-item-date {
    font-size: 0.85em;
    color: var(--primary-color);
    opacity: 0.7;
}

.page-resources-generous-rewards-2026-analysis__join-cta-section {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(45deg, #0056b3 0%, var(--primary-color) 100%);
    color: var(--text-light);
}

.page-resources-generous-rewards-2026-analysis__join-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .page-resources-generous-rewards-2026-analysis {
        font-size: 15px;
        line-height: 1.5;
    }

    .page-resources-generous-rewards-2026-analysis__container {
        padding: 0 15px;
    }

    .page-resources-generous-rewards-2026-analysis__hero-section {
        padding: 100px 0 60px; /* Mobile: Adjust padding-top for fixed header */
    }

    .page-resources-generous-rewards-2026-analysis__main-title {
        font-size: 2.2em;
    }

    .page-resources-generous-rewards-2026-analysis__hero-description {
        font-size: 1em;
    }

    .page-resources-generous-rewards-2026-analysis__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-generous-rewards-2026-analysis__cta-button {
        width: 100% !important;
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-generous-rewards-2026-analysis__section-title {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .page-resources-generous-rewards-2026-analysis__faq-question {
        padding: 15px 20px;
    }

    .page-resources-generous-rewards-2026-analysis__faq-question h3 {
        font-size: 1em;
    }

    .page-resources-generous-rewards-2026-analysis__faq-answer {
        padding: 0 20px;
    }

    .page-resources-generous-rewards-2026-analysis__faq-item.active .page-resources-generous-rewards-2026-analysis__faq-answer {
        padding: 15px 20px !important;
    }

    .page-resources-generous-rewards-2026-analysis__brand-content {
        grid-template-columns: 1fr;
    }

    .page-resources-generous-rewards-2026-analysis__brand-item-title {
        font-size: 1.5em;
    }

    .page-resources-generous-rewards-2026-analysis__blog-list {
        grid-template-columns: 1fr;
    }

    .page-resources-generous-rewards-2026-analysis__blog-item-image {
        height: 180px;
    }

    .page-resources-generous-rewards-2026-analysis__blog-item-title {
        font-size: 1.2em;
    }

    .page-resources-generous-rewards-2026-analysis__join-description {
        font-size: 1em;
    }

    /* Image responsiveness */
    .page-resources-generous-rewards-2026-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-resources-generous-rewards-2026-analysis__section,
    .page-resources-generous-rewards-2026-analysis__card,
    .page-resources-generous-rewards-2026-analysis__container,
    .page-resources-generous-rewards-2026-analysis__blog-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0px !important; /* Remove container padding if already handled by section */
        padding-right: 0px !important; /* Remove container padding if already handled by section */
        overflow: hidden !important;
    }

    .page-resources-generous-rewards-2026-analysis__hero-section,
    .page-resources-generous-rewards-2026-analysis__faq-section,
    .page-resources-generous-rewards-2026-analysis__brand-section,
    .page-resources-generous-rewards-2026-analysis__blog-section,
    .page-resources-generous-rewards-2026-analysis__join-cta-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
}

/* Contrast Fixes if needed */
.page-resources-generous-rewards-2026-analysis__contrast-fix {
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #e0e0e0 !important;
}

.page-resources-generous-rewards-2026-analysis__text-contrast-fix {
    color: #333333 !important;
    text-shadow: none !important;
}