/* style/resources-8x-bet-credibility-deep-review.css */
.page-resources-8x-bet-credibility-deep-review {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.page-resources-8x-bet-credibility-deep-review__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-8x-bet-credibility-deep-review__hero {
    background: linear-gradient(135deg, #007BFF, #0056b3);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.page-resources-8x-bet-credibility-deep-review__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-resources-8x-bet-credibility-deep-review__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.page-resources-8x-bet-credibility-deep-review__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-8x-bet-credibility-deep-review__cta-button {
    display: inline-block;
    background-color: #FFC107;
    color: #333;
    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;
    border: none;
    cursor: pointer;
}

.page-resources-8x-bet-credibility-deep-review__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-resources-8x-bet-credibility-deep-review__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
}

.page-resources-8x-bet-credibility-deep-review__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-8x-bet-credibility-deep-review__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-resources-8x-bet-credibility-deep-review__section:last-of-type {
    border-bottom: none;
}

.page-resources-8x-bet-credibility-deep-review__section-title {
    font-size: 2.5em;
    color: #007BFF;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-resources-8x-bet-credibility-deep-review__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFC107;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-8x-bet-credibility-deep-review__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
    text-align: justify;
}

.page-resources-8x-bet-credibility-deep-review__section h3 {
    font-size: 1.8em;
    color: #0056b3;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-8x-bet-credibility-deep-review__section h3::before {
    content: '•';
    color: #FFC107;
    margin-right: 10px;
}

.page-resources-8x-bet-credibility-deep-review__image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.page-resources-8x-bet-credibility-deep-review__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.page-resources-8x-bet-credibility-deep-review__image--right {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.page-resources-8x-bet-credibility-deep-review__section::after {
    content: '';
    display: table;
    clear: both;
}

.page-resources-8x-bet-credibility-deep-review__link {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-8x-bet-credibility-deep-review__link:hover {
    color: #FFC107;
    text-decoration: underline;
}

.page-resources-8x-bet-credibility-deep-review__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-8x-bet-credibility-deep-review__faq-question {
    font-size: 1.3em;
    color: #007BFF;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-resources-8x-bet-credibility-deep-review__faq-question::after {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    color: #FFC107;
    transition: transform 0.3s ease;
}

.page-resources-8x-bet-credibility-deep-review__faq-item.active .page-resources-8x-bet-credibility-deep-review__faq-question::after {
    transform: rotate(45deg);
}

.page-resources-8x-bet-credibility-deep-review__faq-answer {
    font-size: 1em;
    color: #555;
    padding-top: 10px;
    border-top: 1px solid #eee;
    display: none;
    text-align: justify;
}

.page-resources-8x-bet-credibility-deep-review__faq-item.active .page-resources-8x-bet-credibility-deep-review__faq-answer {
    display: block;
}

.page-resources-8x-bet-credibility-deep-review__cta-bottom {
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    margin-top: 40px;
}

.page-resources-8x-bet-credibility-deep-review__cta-content {
    max-width: 900px;
}

.page-resources-8x-bet-credibility-deep-review__cta-bottom .page-resources-8x-bet-credibility-deep-review__section-title {
    color: #fff;
}

.page-resources-8x-bet-credibility-deep-review__cta-bottom .page-resources-8x-bet-credibility-deep-review__section-title::after {
    background-color: #FFC107;
}

.page-resources-8x-bet-credibility-deep-review__cta-bottom p {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-resources-8x-bet-credibility-deep-review__cta-button--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-resources-8x-bet-credibility-deep-review__highlight {
    color: #FFC107;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-8x-bet-credibility-deep-review__hero-title {
        font-size: 2.8em;
    }

    .page-resources-8x-bet-credibility-deep-review__hero-subtitle {
        font-size: 1.3em;
    }

    .page-resources-8x-bet-credibility-deep-review__section-title {
        font-size: 2em;
    }

    .page-resources-8x-bet-credibility-deep-review__section h3 {
        font-size: 1.5em;
    }

    .page-resources-8x-bet-credibility-deep-review__image--left,
    .page-resources-8x-bet-credibility-deep-review__image--right {
        float: none;
        margin: 0 auto 30px auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .page-resources-8x-bet-credibility-deep-review__hero {
        padding: 60px 0;
        min-height: 350px;
    }

    .page-resources-8x-bet-credibility-deep-review__hero-title {
        font-size: 2.2em;
    }

    .page-resources-8x-bet-credibility-deep-review__hero-subtitle {
        font-size: 1.1em;
    }

    .page-resources-8x-bet-credibility-deep-review__section {
        padding: 40px 0;
    }

    .page-resources-8x-bet-credibility-deep-review__section-title {
        font-size: 1.8em;
    }

    .page-resources-8x-bet-credibility-deep-review__section p {
        font-size: 1em;
    }

    .page-resources-8x-bet-credibility-deep-review__cta-bottom p {
        font-size: 1.1em;
    }

    .page-resources-8x-bet-credibility-deep-review__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-8x-bet-credibility-deep-review__hero {
        padding: 40px 0;
        min-height: 300px;
    }
    .page-resources-8x-bet-credibility-deep-review__hero-title {
        font-size: 1.8em;
    }
    .page-resources-8x-bet-credibility-deep-review__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-8x-bet-credibility-deep-review__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-8x-bet-credibility-deep-review__section-title {
        font-size: 1.5em;
    }
    .page-resources-8x-bet-credibility-deep-review__section h3 {
        font-size: 1.3em;
    }
    .page-resources-8x-bet-credibility-deep-review__faq-question {
        font-size: 1.1em;
    }
    .page-resources-8x-bet-credibility-deep-review__cta-bottom {
        padding: 50px 0;
    }
}