/* style/blog-why-choose-thbbet-platform-advantages.css */

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

.page-blog-why-choose-thbbet-platform-advantages {
    background-color: var(--thbbet-background);
    color: var(--thbbet-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-why-choose-thbbet-platform-advantages__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-why-choose-thbbet-platform-advantages__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: var(--thbbet-deep-green);
    overflow: hidden;
}

.page-blog-why-choose-thbbet-platform-advantages__hero-image-wrapper {
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-why-choose-thbbet-platform-advantages__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-why-choose-thbbet-platform-advantages__hero-content {
    text-align: center;
    padding: 30px 20px;
    max-width: 900px;
    margin-top: 20px;
    z-index: 1;
}

.page-blog-why-choose-thbbet-platform-advantages__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: var(--thbbet-gold);
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-why-choose-thbbet-platform-advantages__lead-text {
    font-size: 1.2rem;
    color: var(--thbbet-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-why-choose-thbbet-platform-advantages__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-why-choose-thbbet-platform-advantages__btn-primary,
.page-blog-why-choose-thbbet-platform-advantages__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%; /* Ensure responsiveness */
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-why-choose-thbbet-platform-advantages__btn-primary {
    background: var(--thbbet-button-gradient);
    color: #ffffff;
    border: 2px solid var(--thbbet-primary);
}

.page-blog-why-choose-thbbet-platform-advantages__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-why-choose-thbbet-platform-advantages__btn-secondary {
    background-color: transparent;
    color: var(--thbbet-secondary);
    border: 2px solid var(--thbbet-secondary);
}

.page-blog-why-choose-thbbet-platform-advantages__btn-secondary:hover {
    background-color: var(--thbbet-secondary);
    color: var(--thbbet-text-main);
    transform: translateY(-2px);
}

.page-blog-why-choose-thbbet-platform-advantages__content-section {
    padding: 60px 0;
    background-color: var(--thbbet-background);
}

.page-blog-why-choose-thbbet-platform-advantages__section-title {
    font-size: 2.5rem;
    color: var(--thbbet-gold);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-blog-why-choose-thbbet-platform-advantages__section-title--light {
    color: var(--thbbet-text-main);
}

.page-blog-why-choose-thbbet-platform-advantages__sub-title {
    font-size: 2rem;
    color: var(--thbbet-secondary);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-blog-why-choose-thbbet-platform-advantages__paragraph {
    font-size: 1.1rem;
    color: var(--thbbet-text-main);
    margin-bottom: 20px;
}

.page-blog-why-choose-thbbet-platform-advantages__paragraph--faq {
    color: var(--thbbet-text-secondary);
}

.page-blog-why-choose-thbbet-platform-advantages__highlight {
    color: var(--thbbet-gold);
    font-weight: bold;
}

.page-blog-why-choose-thbbet-platform-advantages__image-inline {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-why-choose-thbbet-platform-advantages__feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-blog-why-choose-thbbet-platform-advantages__list-item {
    background-color: var(--thbbet-card-bg);
    border-left: 5px solid var(--thbbet-primary);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: var(--thbbet-text-main);
    font-size: 1.05rem;
}

.page-blog-why-choose-thbbet-platform-advantages__list-item strong {
    color: var(--thbbet-gold);
}

.page-blog-why-choose-thbbet-platform-advantages__promo-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-blog-why-choose-thbbet-platform-advantages__game-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-blog-why-choose-thbbet-platform-advantages__game-card {
    background-color: var(--thbbet-card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    border: 1px solid var(--thbbet-border);
    display: flex;
    flex-direction: column;
}

.page-blog-why-choose-thbbet-platform-advantages__game-card:hover {
    transform: translateY(-5px);
}

.page-blog-why-choose-thbbet-platform-advantages__game-card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-why-choose-thbbet-platform-advantages__game-card-title {
    font-size: 1.5rem;
    color: var(--thbbet-gold);
    padding: 15px 20px 5px;
    margin: 0;
}

.page-blog-why-choose-thbbet-platform-advantages__game-card-title a {
    color: inherit;
    text-decoration: none;
}

.page-blog-why-choose-thbbet-platform-advantages__game-card-title a:hover {
    text-decoration: underline;
}

.page-blog-why-choose-thbbet-platform-advantages__game-card-description {
    color: var(--thbbet-text-secondary);
    font-size: 0.95rem;
    padding: 0 20px 20px;
    flex-grow: 1;
}

.page-blog-why-choose-thbbet-platform-advantages__faq-section {
    background-color: var(--thbbet-deep-green);
    padding: 60px 0;
}

.page-blog-why-choose-thbbet-platform-advantages__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-why-choose-thbbet-platform-advantages__faq-item {
    background-color: var(--thbbet-card-bg);
    border: 1px solid var(--thbbet-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-why-choose-thbbet-platform-advantages__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--thbbet-text-main);
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.page-blog-why-choose-thbbet-platform-advantages__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-why-choose-thbbet-platform-advantages__faq-item summary:hover {
    background-color: rgba(var(--thbbet-primary), 0.1);
}

.page-blog-why-choose-thbbet-platform-advantages__faq-qtext {
    flex-grow: 1;
    color: var(--thbbet-gold);
}

.page-blog-why-choose-thbbet-platform-advantages__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--thbbet-secondary);
}

.page-blog-why-choose-thbbet-platform-advantages__faq-item[open] .page-blog-why-choose-thbbet-platform-advantages__faq-toggle {
    content: '−'; /* Changed by JS */
}

.page-blog-why-choose-thbbet-platform-advantages__faq-answer {
    padding: 0 20px 20px;
    color: var(--thbbet-text-secondary);
    font-size: 1rem;
}

.page-blog-why-choose-thbbet-platform-advantages__conclusion-section {
    padding: 60px 0;
    text-align: center;
    background-color: var(--thbbet-background);
}

.page-blog-why-choose-thbbet-platform-advantages__conclusion-section .page-blog-why-choose-thbbet-platform-advantages__cta-buttons {
    margin-top: 40px;
}

.page-blog-why-choose-thbbet-platform-advantages a {
    color: var(--thbbet-secondary);
    text-decoration: none;
}

.page-blog-why-choose-thbbet-platform-advantages a:hover {
    text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-blog-why-choose-thbbet-platform-advantages {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-why-choose-thbbet-platform-advantages__container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-why-choose-thbbet-platform-advantages__hero-section {
        padding-top: 10px !important; /* body handles header offset */
        padding-bottom: 40px;
    }

    .page-blog-why-choose-thbbet-platform-advantages__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-why-choose-thbbet-platform-advantages__lead-text {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-why-choose-thbbet-platform-advantages__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .page-blog-why-choose-thbbet-platform-advantages__btn-primary,
    .page-blog-why-choose-thbbet-platform-advantages__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-blog-why-choose-thbbet-platform-advantages__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .page-blog-why-choose-thbbet-platform-advantages__sub-title {
        font-size: 1.6rem;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-blog-why-choose-thbbet-platform-advantages__paragraph {
        font-size: 1rem;
    }

    .page-blog-why-choose-thbbet-platform-advantages__image-inline,
    .page-blog-why-choose-thbbet-platform-advantages__hero-image,
    .page-blog-why-choose-thbbet-platform-advantages__game-card-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }

    .page-blog-why-choose-thbbet-platform-advantages__game-categories {
        gap: 20px;
    }

    .page-blog-why-choose-thbbet-platform-advantages__game-card-title {
        font-size: 1.3rem;
    }

    .page-blog-why-choose-thbbet-platform-advantages__faq-item summary {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-why-choose-thbbet-platform-advantages__faq-answer {
        padding: 0 15px 15px;
        font-size: 0.95rem;
    }

    .page-blog-why-choose-thbbet-platform-advantages__content-section,
    .page-blog-why-choose-thbbet-platform-advantages__faq-section,
    .page-blog-why-choose-thbbet-platform-advantages__conclusion-section {
        padding: 40px 0;
    }
}