/* style/blog-why-009bet-is-your-top-choice.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --background-color: #08160F;
    --text-main-color: #F2FFF6;
    --text-secondary-color: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-why-009bet-is-your-top-choice {
    color: var(--text-main-color);
    background-color: var(--background-color); /* Body background handled by shared.css */
    font-family: 'Arial', sans-serif;
}

.page-blog-why-009bet-is-your-top-choice__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0;
    background-color: var(--deep-green-color);
    overflow: hidden;
}

.page-blog-why-009bet-is-your-top-choice__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}

.page-blog-why-009bet-is-your-top-choice__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 200px; /* Ensure min size */
}

.page-blog-why-009bet-is-your-top-choice__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
    margin-top: -80px; /* Pull content up slightly, but not over image */
    background: var(--card-bg);
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid var(--border-color);
}

.page-blog-why-009bet-is-your-top-choice__main-title {
    color: var(--gold-color);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    padding: 0 10px;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-why-009bet-is-your-top-choice__description {
    color: var(--text-secondary-color);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-blog-why-009bet-is-your-top-choice__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-why-009bet-is-your-top-choice__btn-primary,
.page-blog-why-009bet-is-your-top-choice__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-why-009bet-is-your-top-choice__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: 2px solid var(--glow-color);
    box-shadow: 0 0 15px rgba(87, 227, 141, 0.5);
}

.page-blog-why-009bet-is-your-top-choice__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 20px var(--glow-color);
}

.page-blog-why-009bet-is-your-top-choice__btn-secondary {
    background: var(--card-bg);
    color: var(--glow-color);
    border: 2px solid var(--glow-color);
}

.page-blog-why-009bet-is-your-top-choice__btn-secondary:hover {
    background: var(--glow-color);
    color: var(--card-bg);
    transform: translateY(-3px);
}

.page-blog-why-009bet-is-your-top-choice__content-area,
.page-blog-why-009bet-is-your-top-choice__promotions-section,
.page-blog-why-009bet-is-your-top-choice__transactions-section,
.page-blog-why-009bet-is-your-top-choice__support-section,
.page-blog-why-009bet-is-your-top-choice__access-guide-section,
.page-blog-why-009bet-is-your-top-choice__faq-section,
.page-blog-why-009bet-is-your-top-choice__conclusion-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--background-color);
    color: var(--text-main-color);
}

.page-blog-why-009bet-is-your-top-choice__section-title {
    color: var(--gold-color);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.5);
}

.page-blog-why-009bet-is-your-top-choice p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--text-secondary-color);
}

.page-blog-why-009bet-is-your-top-choice .highlight {
    color: var(--glow-color);
    font-weight: 600;
}

.page-blog-why-009bet-is-your-top-choice__feature-grid,
.page-blog-why-009bet-is-your-top-choice__promo-grid,
.page-blog-why-009bet-is-your-top-choice__transaction-grid,
.page-blog-why-009bet-is-your-top-choice__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-why-009bet-is-your-top-choice__card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-why-009bet-is-your-top-choice__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-why-009bet-is-your-top-choice__card-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-why-009bet-is-your-top-choice__card-title {
    color: var(--text-main-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-why-009bet-is-your-top-choice__support-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-why-009bet-is-your-top-choice__contact-methods ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

.page-blog-why-009bet-is-your-top-choice__contact-methods li {
    color: var(--text-secondary-color);
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.page-blog-why-009bet-is-your-top-choice__faq-list {
    margin-top: 40px;
}

.page-blog-why-009bet-is-your-top-choice__faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-main-color);
}

.page-blog-why-009bet-is-your-top-choice__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    background: var(--deep-green-color);
    color: var(--text-main-color);
    border-bottom: 1px solid var(--border-color);
}

.page-blog-why-009bet-is-your-top-choice__faq-item[open] .page-blog-why-009bet-is-your-top-choice__faq-question {
    border-bottom: 1px solid var(--border-color);
}

.page-blog-why-009bet-is-your-top-choice__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-why-009bet-is-your-top-choice__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--glow-color);
    transition: transform 0.3s ease;
}

.page-blog-why-009bet-is-your-top-choice__faq-item[open] .page-blog-why-009bet-is-your-top-choice__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-why-009bet-is-your-top-choice__faq-answer {
    padding: 20px 25px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary-color);
    background: var(--card-bg);
}

.page-blog-why-009bet-is-your-top-choice__faq-answer p {
    margin-bottom: 0;
}

.page-blog-why-009bet-is-your-top-choice__conclusion-section .page-blog-why-009bet-is-your-top-choice__cta-buttons {
    margin-top: 40px;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-blog-why-009bet-is-your-top-choice__main-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    .page-blog-why-009bet-is-your-top-choice__hero-content {
        margin-top: -60px;
    }
    .page-blog-why-009bet-is-your-top-choice__section-title {
        font-size: 2rem;
    }
    .page-blog-why-009bet-is-your-top-choice__card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .page-blog-why-009bet-is-your-top-choice {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-why-009bet-is-your-top-choice__hero-section {
        padding: 10px 0 40px 0;
    }

    .page-blog-why-009bet-is-your-top-choice__hero-content {
        margin-top: -40px;
        padding: 30px 15px;
    }

    .page-blog-why-009bet-is-your-top-choice__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-why-009bet-is-your-top-choice__description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-blog-why-009bet-is-your-top-choice__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        width: 100%;
    }

    .page-blog-why-009bet-is-your-top-choice__btn-primary,
    .page-blog-why-009bet-is-your-top-choice__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 0.95rem;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-why-009bet-is-your-top-choice__content-area,
    .page-blog-why-009bet-is-your-top-choice__promotions-section,
    .page-blog-why-009bet-is-your-top-choice__transactions-section,
    .page-blog-why-009bet-is-your-top-choice__support-section,
    .page-blog-why-009bet-is-your-top-choice__access-guide-section,
    .page-blog-why-009bet-is-your-top-choice__faq-section,
    .page-blog-why-009bet-is-your-top-choice__conclusion-section {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-why-009bet-is-your-top-choice__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-why-009bet-is-your-top-choice__feature-grid,
    .page-blog-why-009bet-is-your-top-choice__promo-grid,
    .page-blog-why-009bet-is-your-top-choice__transaction-grid,
    .page-blog-why-009bet-is-your-top-choice__guide-steps {
        gap: 20px;
    }

    .page-blog-why-009bet-is-your-top-choice__card {
        padding: 25px;
    }

    .page-blog-why-009bet-is-your-top-choice__card-image,
    .page-blog-why-009bet-is-your-top-choice__support-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
        display: block !important;
    }

    .page-blog-why-009bet-is-your-top-choice__faq-question {
        font-size: 1.1rem;
        padding: 15px 20px;
    }

    .page-blog-why-009bet-is-your-top-choice__faq-answer {
        padding: 15px 20px;
        font-size: 0.95rem;
    }
}