/* style/resources-f88bet-faq.css */
.page-resources-f88bet-faq {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFFFFF; /* Light text on dark background */
    background-color: #0A192F; /* Main dark background */
}

.page-resources-f88bet-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-f88bet-faq__hero-section {
    background: linear-gradient(135deg, #0A192F, #1F3F6F); /* Dark blue gradient */
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-f88bet-faq__hero-title {
    font-size: 3.2em;
    color: #E0B92B; /* Accent gold for main title */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-f88bet-faq__hero-description {
    font-size: 1.1em;
    color: #C0C0C0; /* Slightly lighter gray for body text */
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-resources-f88bet-faq__hero-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.page-resources-f88bet-faq__content-section {
    padding: 60px 0;
}

.page-resources-f88bet-faq__faq-list {
    display: grid;
    gap: 40px;
}

.page-resources-f88bet-faq__faq-category {
    background-color: #1A2E47; /* Slightly lighter dark blue for category cards */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-f88bet-faq__faq-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-f88bet-faq__category-title {
    font-size: 2.2em;
    color: #E0B92B; /* Gold for category titles */
    margin-bottom: 30px;
    border-bottom: 3px solid #E0B92B;
    padding-bottom: 15px;
    text-align: center;
}

.page-resources-f88bet-faq__question-answer {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.page-resources-f88bet-faq__question-answer:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-resources-f88bet-faq__question {
    font-size: 1.5em;
    color: #FFFFFF; /* White for questions */
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.page-resources-f88bet-faq__question::after {
    content: '+';
    font-size: 1.2em;
    font-weight: bold;
    color: #E0B92B;
    transition: transform 0.3s ease;
}

.page-resources-f88bet-faq__question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-f88bet-faq__answer {
    font-size: 1.05em;
    color: #C0C0C0; /* Lighter gray for answers */
    margin-top: 10px;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
}

.page-resources-f88bet-faq__answer.active {
    max-height: 500px; /* Adjust as needed for content length */
    opacity: 1;
}

.page-resources-f88bet-faq__list {
    list-style-type: disc;
    margin: 15px 0 15px 20px;
    color: #C0C0C0;
}

.page-resources-f88bet-faq__list li {
    margin-bottom: 8px;
}

.page-resources-f88bet-faq__image-inline {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-f88bet-faq__button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #E0B92B; /* Gold button */
    color: #0A192F; /* Dark text on gold button */
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.page-resources-f88bet-faq__button:hover {
    background-color: #F0D04A; /* Lighter gold on hover */
    transform: translateY(-2px);
}

.page-resources-f88bet-faq__button--primary {
    background-color: #E0B92B;
    color: #0A192F;
}

.page-resources-f88bet-faq__button--primary:hover {
    background-color: #F0D04A;
}

.page-resources-f88bet-faq__button--secondary {
    background-color: transparent;
    border: 2px solid #E0B92B;
    color: #E0B92B;
    margin-left: 15px;
}

.page-resources-f88bet-faq__button--secondary:hover {
    background-color: #E0B92B;
    color: #0A192F;
}

.page-resources-f88bet-faq__cta-section {
    background-color: #0A192F; /* Dark background for CTA */
    padding: 60px 40px;
    text-align: center;
    border-radius: 15px;
    margin-top: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(224, 185, 43, 0.2);
}

.page-resources-f88bet-faq__cta-title {
    font-size: 2.8em;
    color: #E0B92B;
    margin-bottom: 20px;
}

.page-resources-f88bet-faq__cta-text {
    font-size: 1.1em;
    color: #C0C0C0;
    max-width: 900px;
    margin: 0 auto 30px;
}

.page-resources-f88bet-faq__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-f88bet-faq__hero-title {
        font-size: 2.5em;
    }
    .page-resources-f88bet-faq__category-title {
        font-size: 1.8em;
    }
    .page-resources-f88bet-faq__question {
        font-size: 1.3em;
    }
    .page-resources-f88bet-faq__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-f88bet-faq__hero-section {
        padding: 60px 0 30px;
    }
    .page-resources-f88bet-faq__hero-title {
        font-size: 2em;
    }
    .page-resources-f88bet-faq__hero-description {
        font-size: 1em;
    }
    .page-resources-f88bet-faq__content-section {
        padding: 40px 0;
    }
    .page-resources-f88bet-faq__faq-list {
        gap: 30px;
    }
    .page-resources-f88bet-faq__faq-category {
        padding: 25px;
    }
    .page-resources-f88bet-faq__category-title {
        font-size: 1.6em;
        margin-bottom: 25px;
    }
    .page-resources-f88bet-faq__question {
        font-size: 1.2em;
    }
    .page-resources-f88bet-faq__answer {
        font-size: 0.95em;
    }
    .page-resources-f88bet-faq__cta-section {
        padding: 40px 20px;
    }
    .page-resources-f88bet-faq__cta-title {
        font-size: 1.8em;
    }
    .page-resources-f88bet-faq__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-f88bet-faq__button--secondary {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .page-resources-f88bet-faq__hero-title {
        font-size: 1.8em;
    }
    .page-resources-f88bet-faq__hero-description {
        font-size: 0.9em;
    }
    .page-resources-f88bet-faq__category-title {
        font-size: 1.4em;
    }
    .page-resources-f88bet-faq__question {
        font-size: 1.1em;
    }
    .page-resources-f88bet-faq__button {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
    .page-resources-f88bet-faq__cta-title {
        font-size: 1.6em;
    }
    .page-resources-f88bet-faq__cta-text {
        font-size: 0.9em;
    }
}