.page-betting-platforms {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light gray for general text on dark background */
    background-color: #1A2E44; /* Main dark blue background */
}

.page-betting-platforms__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-platforms__hero-section {
    background: linear-gradient(135deg, #1A2E44 0%, #0c1a29 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-betting-platforms__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:hero:online_betting_abstract,gaming_elements,subtle_pattern]'); /* Abstract gaming elements */
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-betting-platforms__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.page-betting-platforms__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #E0E0E0;
    position: relative;
    z-index: 1;
}

.page-betting-platforms__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-betting-platforms__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-betting-platforms__btn--primary {
    background-color: #FFD700; /* Gold for primary action */
    color: #1A2E44;
}

.page-betting-platforms__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-betting-platforms__btn--secondary {
    background-color: #3A4E64; /* Darker blue for secondary action */
    color: #FFFFFF;
    border: 2px solid #FFD700;
}

.page-betting-platforms__btn--secondary:hover {
    background-color: #4c627c;
    transform: translateY(-3px);
}

.page-betting-platforms__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    position: relative;
}

.page-betting-platforms__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-betting-platforms__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #B0B0B0;
    line-height: 1.6;
}

.page-betting-platforms__introduction, .page-betting-platforms__criteria, .page-betting-platforms__guide, .page-betting-platforms__games, .page-betting-platforms__faq, .page-betting-platforms__related-pages, .page-betting-platforms__conclusion {
    padding: 60px 0;
}

.page-betting-platforms__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.page-betting-platforms__text-content {
    flex: 1;
    line-height: 1.8;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-betting-platforms__text-content strong {
    color: #FFD700;
}

.page-betting-platforms__image-container {
    flex: 1;
    text-align: center;
}

.page-betting-platforms__image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-betting-platforms__cta-banner {
    background-color: #FFD700; /* Gold banner */
    color: #1A2E44;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-platforms__cta-title {
    font-size: 2em;
    margin-bottom: 15px;
    color: #1A2E44;
}

.page-betting-platforms__cta-text {
    font-size: 1.1em;
    margin-bottom: 25px;
    color: #333;
}

.page-betting-platforms__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-betting-platforms__grid-item {
    background-color: #2A3E54; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-betting-platforms__grid-item:hover {
    transform: translateY(-8px);
    background-color: #3A4E64;
}

.page-betting-platforms__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-betting-platforms__item-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-betting-platforms__item-description {
    font-size: 1em;
    line-height: 1.7;
    color: #B0B0B0;
}

.page-betting-platforms__guide-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.page-betting-platforms__step-item {
    background-color: #2A3E54;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    color: #E0E0E0;
}

.page-betting-platforms__step-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-betting-platforms__step-item p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 15px;
}

.page-betting-platforms__step-item ol, .page-betting-platforms__step-item ul {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1.6;
    color: #C0C0C0;
}

.page-betting-platforms__step-item ol strong, .page-betting-platforms__step-item ul strong {
    color: #FFD700;
}

.page-betting-platforms__step-item a {
    color: #FFD700;
    text-decoration: none;
}

.page-betting-platforms__step-item a:hover {
    text-decoration: underline;
}

.page-betting-platforms__btn--app {
    margin-right: 15px;
    margin-top: 20px;
}

.page-betting-platforms__app-qr-code {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 200px;
    border: 5px solid #FFD700;
    border-radius: 8px;
}

.page-betting-platforms__game-category {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    background-color: #2A3E54;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.page-betting-platforms__game-category--reverse {
    flex-direction: row-reverse;
}

.page-betting-platforms__game-image {
    flex: 1;
    min-width: 300px;
}

.page-betting-platforms__game-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.page-betting-platforms__game-details {
    flex: 2;
    color: #E0E0E0;
    line-height: 1.8;
}

.page-betting-platforms__game-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-betting-platforms__game-details p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-betting-platforms__game-details h4 {
    font-size: 1.3em;
    color: #FFD700;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-betting-platforms__game-details ul {
    margin-left: 25px;
    list-style-type: disc;
    color: #C0C0C0;
    font-size: 1em;
    line-height: 1.6;
}

.page-betting-platforms__btn--tertiary {
    background-color: #FFD700;
    color: #1A2E44;
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 6px;
}

.page-betting-platforms__btn--tertiary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-betting-platforms__faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.page-betting-platforms__faq-item {
    background-color: #2A3E54;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-betting-platforms__faq-item:hover {
    background-color: #3A4E64;
}

.page-betting-platforms__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.page-betting-platforms__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-betting-platforms__faq-item.active .page-betting-platforms__faq-question::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-betting-platforms__faq-answer {
    font-size: 1em;
    color: #C0C0C0;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    padding-top: 0;
}

.page-betting-platforms__faq-item.active .page-betting-platforms__faq-answer {
    max-height: 200px; /* Adjust based on expected content length */
    opacity: 1;
    padding-top: 15px;
}

.page-betting-platforms__detail-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-betting-platforms__detail-item {
    background-color: #2A3E54;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-betting-platforms__detail-item:hover {
    transform: translateY(-5px);
}

.page-betting-platforms__detail-title {
    font-size: 1.4em;
    margin-bottom: 15px;
}

.page-betting-platforms__detail-title a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-betting-platforms__detail-title a:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-betting-platforms__detail-description {
    font-size: 0.95em;
    color: #C0C0C0;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-betting-platforms__btn--link {
    background-color: transparent;
    border: 2px solid #FFD700;
    color: #FFD700;
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 6px;
}

.page-betting-platforms__btn--link:hover {
    background-color: #FFD700;
    color: #1A2E44;
    transform: translateY(-2px);
}

.page-betting-platforms__conclusion-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-betting-platforms__hero-title {
        font-size: 3em;
    }
    .page-betting-platforms__section-title {
        font-size: 2em;
    }
    .page-betting-platforms__content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-betting-platforms__image-container, .page-betting-platforms__text-content {
        flex: none;
    }
    .page-betting-platforms__game-category {
        flex-direction: column;
        text-align: center;
    }
    .page-betting-platforms__game-category--reverse {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-betting-platforms__hero-title {
        font-size: 2.5em;
    }
    .page-betting-platforms__hero-subtitle {
        font-size: 1.1em;
    }
    .page-betting-platforms__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-betting-platforms__btn {
        width: 80%;
        max-width: 300px;
    }
    .page-betting-platforms__section-title {
        font-size: 1.8em;
    }
    .page-betting-platforms__grid {
        grid-template-columns: 1fr;
    }
    .page-betting-platforms__guide-steps {
        gap: 40px;
    }
    .page-betting-platforms__step-title {
        font-size: 1.7em;
    }
    .page-betting-platforms__game-title {
        font-size: 1.7em;
    }
    .page-betting-platforms__game-image {
        min-width: unset;
    }
    .page-betting-platforms__faq-question {
        font-size: 1.1em;
    }
    .page-betting-platforms__detail-title {
        font-size: 1.2em;
    }
    .page-betting-platforms__conclusion-actions {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-betting-platforms__hero-title {
        font-size: 2em;
    }
    .page-betting-platforms__hero-subtitle {
        font-size: 1em;
    }
    .page-betting-platforms__section-title {
        font-size: 1.6em;
    }
    .page-betting-platforms__cta-title {
        font-size: 1.5em;
    }
    .page-betting-platforms__step-title {
        font-size: 1.5em;
    }
    .page-betting-platforms__game-title {
        font-size: 1.5em;
    }
    .page-betting-platforms__faq-question {
        font-size: 1em;
    }
    .page-betting-platforms__detail-title {
        font-size: 1.1em;
    }
    .page-betting-platforms__container {
        padding: 0 15px;
    }
}