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

.page-index-why-choose-us-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-index-why-choose-us-hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-why-choose-us-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 193, 7, 0.2) 0%, rgba(0, 123, 255, 0.05) 70%, transparent 100%);
    animation: page-index-why-choose-us-hero-pulse 15s infinite alternate;
}

@keyframes page-index-why-choose-us-hero-pulse {
    0% { transform: scale(0.8); opacity: 0.5; }
    100% { transform: scale(1.2); opacity: 0.8; }
}

.page-index-why-choose-us-hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.page-index-why-choose-us-hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.page-index-why-choose-us-hero-ctas {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

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

.page-index-why-choose-us-btn-primary {
    background-color: #ffc107;
    color: #333;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.page-index-why-choose-us-btn-primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.6);
}

.page-index-why-choose-us-btn-secondary {
    background-color: #007bff;
    color: #ffffff;
    border: 2px solid #007bff;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.page-index-why-choose-us-btn-secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.5);
}

.page-index-why-choose-us-btn-text {
    background: none;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
}

.page-index-why-choose-us-btn-text:hover {
    background-color: #007bff;
    color: #ffffff;
}

.page-index-why-choose-us-btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* Feature Sections */
.page-index-why-choose-us-feature-section {
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}

.page-index-why-choose-us-feature-section:last-of-type {
    border-bottom: none;
}

.page-index-why-choose-us-feature-section .page-index-why-choose-us-container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

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

.page-index-why-choose-us-feature-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-index-why-choose-us-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-index-why-choose-us-section-title {
    font-size: 2.5em;
    color: #007bff;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-index-why-choose-us-feature-content p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #555;
}

.page-index-why-choose-us-feature-content strong {
    color: #007bff;
}

.page-index-why-choose-us-reverse .page-index-why-choose-us-container {
    flex-direction: row-reverse;
}

/* Specific Section Styling */
.page-index-why-choose-us-safety .page-index-why-choose-us-section-title { color: #28a745; }
.page-index-why-choose-us-games .page-index-why-choose-us-section-title { color: #ffc107; }
.page-index-why-choose-us-promotions .page-index-why-choose-us-section-title { color: #fd7e14; }
.page-index-why-choose-us-ux .page-index-why-choose-us-section-title { color: #6f42c1; }
.page-index-why-choose-us-support .page-index-why-choose-us-section-title { color: #17a2b8; }
.page-index-why-choose-us-fairness .page-index-why-choose-us-section-title { color: #dc3545; }


/* Call to Action Section */
.page-index-why-choose-us-cta-section {
    background-color: #007bff;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-index-why-choose-us-cta-title {
    font-size: 2.8em;
    color: #ffffff;
    margin-bottom: 20px;
}

.page-index-why-choose-us-cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-index-why-choose-us-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-why-choose-us-hero-title {
        font-size: 2.5em;
    }
    .page-index-why-choose-us-hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-why-choose-us-feature-section .page-index-why-choose-us-container {
        flex-direction: column;
        text-align: center;
    }
    .page-index-why-choose-us-reverse .page-index-why-choose-us-container {
        flex-direction: column;
    }
    .page-index-why-choose-us-feature-image {
        order: -1;
        margin-bottom: 30px;
    }
    .page-index-why-choose-us-section-title {
        font-size: 2em;
    }
    .page-index-why-choose-us-cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-index-why-choose-us-hero-section {
        padding: 60px 0;
    }
    .page-index-why-choose-us-hero-title {
        font-size: 2em;
    }
    .page-index-why-choose-us-hero-ctas {
        flex-direction: column;
        gap: 15px;
    }
    .page-index-why-choose-us-btn {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-index-why-choose-us-feature-section {
        padding: 60px 0;
    }
    .page-index-why-choose-us-section-title {
        font-size: 1.8em;
    }
    .page-index-why-choose-us-feature-content p {
        font-size: 1em;
    }
    .page-index-why-choose-us-cta-title {
        font-size: 1.8em;
    }
    .page-index-why-choose-us-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-index-why-choose-us-hero-title {
        font-size: 1.8em;
    }
    .page-index-why-choose-us-hero-subtitle {
        font-size: 1em;
    }
    .page-index-why-choose-us-section-title {
        font-size: 1.5em;
    }
    .page-index-why-choose-us-cta-title {
        font-size: 1.6em;
    }
}