/* style/resources-choosing-betting-platform.css */

/* Base Styles */
.page-resources-choosing-betting-platform {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #000000; /* Assuming body background is black from shared.css */
}

.page-resources-choosing-betting-platform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-resources-choosing-betting-platform__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for main titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-choosing-betting-platform__paragraph {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #f0f0f0; /* Slightly off-white for paragraphs */
}

.page-resources-choosing-betting-platform__paragraph a {
    color: #FFD700; /* Gold for links in paragraphs */
    text-decoration: underline;
}

.page-resources-choosing-betting-platform__highlight {
    color: #FFD700; /* Highlight text with gold */
    font-weight: bold;
}

/* Hero Section */
.page-resources-choosing-betting-platform__hero-section {
    position: relative;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    min-height: 600px;
    background: linear-gradient(135deg, #0A1931 0%, #000000 100%);
    color: #ffffff;
    padding-top: var(--header-offset, 120px);
}

.page-resources-choosing-betting-platform__hero-content {
    z-index: 1;
    max-width: 800px;
}

.page-resources-choosing-betting-platform__hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.page-resources-choosing-betting-platform__hero-description {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #f8f8f8;
}

.page-resources-choosing-betting-platform__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.page-resources-choosing-betting-platform__btn-primary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-resources-choosing-betting-platform__btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-choosing-betting-platform__btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-resources-choosing-betting-platform__btn-secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
    transform: translateY(-2px);
}

.page-resources-choosing-betting-platform__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-resources-choosing-betting-platform__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

/* Intro Section */
.page-resources-choosing-betting-platform__intro-section {
    padding: 60px 0;
    background-color: #0A1931;
    color: #ffffff;
}

/* Factors Section */
.page-resources-choosing-betting-platform__factors-section {
    padding: 80px 0;
    background-color: #000000;
}

.page-resources-choosing-betting-platform__factor-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #f0f0f0;
}

.page-resources-choosing-betting-platform__factor-heading {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.page-resources-choosing-betting-platform__factor-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.page-resources-choosing-betting-platform__factor-content--reverse {
    flex-direction: row-reverse;
}

.page-resources-choosing-betting-platform__factor-image {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.page-resources-choosing-betting-platform__factor-text {
    flex: 2;
}

.page-resources-choosing-betting-platform__checklist {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-resources-choosing-betting-platform__checklist li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #f0f0f0;
}

.page-resources-choosing-betting-platform__checklist-title {
    color: #FFD700;
}

/* Why Choose Us Section */
.page-resources-choosing-betting-platform__why-choose-us {
    padding: 80px 0;
    background-color: #0A1931;
    text-align: center;
    color: #ffffff;
}

.page-resources-choosing-betting-platform__why-choose-us .page-resources-choosing-betting-platform__paragraph {
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-resources-choosing-betting-platform__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* FAQ Section */
.page-resources-choosing-betting-platform__faq-section {
    padding: 80px 0;
    background-color: #000000;
    color: #ffffff;
}

.page-resources-choosing-betting-platform__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-choosing-betting-platform__faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-choosing-betting-platform__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: #0A1931;
    color: #FFD700;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.page-resources-choosing-betting-platform__faq-question:hover {
    background-color: #1a2c4e;
}

.page-resources-choosing-betting-platform__faq-title {
    margin: 0;
    color: #FFD700;
    font-size: 1.2em;
}

.page-resources-choosing-betting-platform__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #FFD700;
}

.page-resources-choosing-betting-platform__faq-item.active .page-resources-choosing-betting-platform__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-choosing-betting-platform__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: rgba(255, 255, 255, 0.03);
    color: #f0f0f0;
}

.page-resources-choosing-betting-platform__faq-item.active .page-resources-choosing-betting-platform__faq-answer {
    max-height: 1000px !important;
    padding: 20px 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-choosing-betting-platform__hero-title {
        font-size: 3em;
    }

    .page-resources-choosing-betting-platform__hero-description {
        font-size: 1.2em;
    }

    .page-resources-choosing-betting-platform__section-title {
        font-size: 2em;
    }

    .page-resources-choosing-betting-platform__factor-heading {
        font-size: 1.8em;
    }

    .page-resources-choosing-betting-platform__factor-content {
        flex-direction: column;
        text-align: center;
    }

    .page-resources-choosing-betting-platform__factor-content--reverse {
        flex-direction: column;
    }

    .page-resources-choosing-betting-platform__factor-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-resources-choosing-betting-platform__hero-section {
        padding: 60px 15px;
        min-height: 500px;
        padding-top: var(--header-offset, 120px) !important;
    }

    .page-resources-choosing-betting-platform__hero-title {
        font-size: 2.2em;
    }

    .page-resources-choosing-betting-platform__hero-description {
        font-size: 1em;
    }

    .page-resources-choosing-betting-platform__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-resources-choosing-betting-platform__paragraph {
        font-size: 1em;
    }

    .page-resources-choosing-betting-platform__factor-heading {
        font-size: 1.5em;
    }

    .page-resources-choosing-betting-platform__cta-button {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 15px;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-resources-choosing-betting-platform__cta-group {
        flex-direction: column;
        gap: 0;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-resources-choosing-betting-platform img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .page-resources-choosing-betting-platform__hero-image-wrapper,
    .page-resources-choosing-betting-platform__factor-item,
    .page-resources-choosing-betting-platform__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-resources-choosing-betting-platform__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-choosing-betting-platform__faq-answer {
        padding: 0 20px;
    }

    .page-resources-choosing-betting-platform__faq-item.active .page-resources-choosing-betting-platform__faq-answer {
        padding: 15px 20px;
    }

    .page-resources-choosing-betting-platform__checklist li {
        background-size: 18px;
        padding-left: 25px;
    }
}