/* style/index-why-choose-8kbet.css */
.page-index-why-choose-8kbet {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-index-why-choose-8kbet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-index-why-choose-8kbet__hero {
    background: linear-gradient(135deg, #003366 0%, #004080 100%); /* Dark blue gradient */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-why-choose-8kbet__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-why-choose-8kbet__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    position: relative;
    z-index: 1;
}

.page-index-why-choose-8kbet__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-index-why-choose-8kbet__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-index-why-choose-8kbet__section {
    padding: 60px 0;
}

.page-index-why-choose-8kbet__section--alt-background {
    background-color: #f8f9fa; /* Light gray for alternating sections */
}

.page-index-why-choose-8kbet__section-title {
    font-size: 2.5em;
    color: #003366; /* Deep blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-index-why-choose-8kbet__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-index-why-choose-8kbet__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-index-why-choose-8kbet__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-index-why-choose-8kbet__text-content {
    flex: 1;
    min-width: 300px;
}

.page-index-why-choose-8kbet__text-content h3 {
    font-size: 1.5em;
    color: #003366; /* Deep blue */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-index-why-choose-8kbet__text-content p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-index-why-choose-8kbet__image-box {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-index-why-choose-8kbet__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-8kbet__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent; /* Default transparent border */
}

.page-index-why-choose-8kbet__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #003366; /* Deep blue */
    border-color: #FFD700;
}

.page-index-why-choose-8kbet__btn--primary:hover {
    background-color: #e6c200; /* Darker gold */
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-8kbet__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border-color: #FFD700;
}

.page-index-why-choose-8kbet__btn--secondary:hover {
    background-color: #FFD700; /* Gold background */
    color: #003366; /* Deep blue text */
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-8kbet__btn--tertiary {
    background-color: #003366; /* Deep blue */
    color: #FFD700; /* Gold text */
    border-color: #003366;
}

.page-index-why-choose-8kbet__btn--tertiary:hover {
    background-color: #004080; /* Slightly lighter blue */
    border-color: #004080;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-8kbet__final-cta {
    background: linear-gradient(135deg, #003366, #004080);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-why-choose-8kbet__final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern_subtle]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-why-choose-8kbet__final-cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold */
    position: relative;
    z-index: 1;
}

.page-index-why-choose-8kbet__final-cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-why-choose-8kbet__hero-title {
        font-size: 2.5em;
    }
    .page-index-why-choose-8kbet__section-title {
        font-size: 2em;
    }
    .page-index-why-choose-8kbet__content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-index-why-choose-8kbet__content-wrapper--reverse {
        flex-direction: column;
    }
    .page-index-why-choose-8kbet__text-content {
        order: 2;
    }
    .page-index-why-choose-8kbet__image-box {
        order: 1;
        margin-bottom: 30px;
    }
    .page-index-why-choose-8kbet__final-cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-index-why-choose-8kbet__hero {
        padding: 60px 0;
    }
    .page-index-why-choose-8kbet__hero-title {
        font-size: 2em;
    }
    .page-index-why-choose-8kbet__hero-description {
        font-size: 1em;
    }
    .page-index-why-choose-8kbet__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-why-choose-8kbet__btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-index-why-choose-8kbet__section {
        padding: 40px 0;
    }
    .page-index-why-choose-8kbet__section-title {
        font-size: 1.8em;
    }
    .page-index-why-choose-8kbet__text-content h3 {
        font-size: 1.3em;
    }
    .page-index-why-choose-8kbet__text-content p {
        font-size: 0.95em;
    }
    .page-index-why-choose-8kbet__final-cta {
        padding: 60px 0;
    }
    .page-index-why-choose-8kbet__final-cta-title {
        font-size: 1.8em;
    }
    .page-index-why-choose-8kbet__final-cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-index-why-choose-8kbet__hero-title {
        font-size: 1.8em;
    }
    .page-index-why-choose-8kbet__section-title {
        font-size: 1.5em;
    }
    .page-index-why-choose-8kbet__text-content h3 {
        font-size: 1.2em;
    }
    .page-index-why-choose-8kbet__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-index-why-choose-8kbet__final-cta-title {
        font-size: 1.6em;
    }
}