/* style/caxeng-platform-reviews-platform-c.css */

.page-caxeng-platform-reviews-platform-c {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light text for dark background */
    background-color: #0A2239; /* Main dark blue background */
    line-height: 1.6;
}

.page-caxeng-platform-reviews-platform-c .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-caxeng-platform-reviews-platform-c .hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #1A3A54 100%);
    padding: 100px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-caxeng-platform-reviews-platform-c .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract_geometric,dark_blue,gold_accents]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-caxeng-platform-reviews-platform-c .hero-section > * {
    position: relative;
    z-index: 1;
}

.page-caxeng-platform-reviews-platform-c .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Auxiliary gold for titles */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-caxeng-platform-reviews-platform-c .hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-caxeng-platform-reviews-platform-c .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: 10px;
    font-size: 1.1em;
}

.page-caxeng-platform-reviews-platform-c .btn-primary {
    background-color: #FFD700; /* Gold for primary actions */
    color: #0A2239; /* Dark blue text on gold */
    border: none;
}

.page-caxeng-platform-reviews-platform-c .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-caxeng-platform-reviews-platform-c .btn-secondary {
    background-color: #DC143C; /* Deep red for secondary actions/emphasis */
    color: #fff;
    border: none;
}

.page-caxeng-platform-reviews-platform-c .btn-secondary:hover {
    background-color: #b01030;
    transform: translateY(-2px);
}

.page-caxeng-platform-reviews-platform-c .section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.page-caxeng-platform-reviews-platform-c .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #DC143C;
    margin: 20px auto 0;
    border-radius: 2px;
}

.page-caxeng-platform-reviews-platform-c .overview-section, 
.page-caxeng-platform-reviews-platform-c .game-types-section, 
.page-caxeng-platform-reviews-platform-c .features-section, 
.page-caxeng-platform-reviews-platform-c .cta-section, 
.page-caxeng-platform-reviews-platform-c .faq-section, 
.page-caxeng-platform-reviews-platform-c .conclusion-section {
    padding: 40px 0;
}

.page-caxeng-platform-reviews-platform-c .overview-section p, 
.page-caxeng-platform-reviews-platform-c .game-category p, 
.page-caxeng-platform-reviews-platform-c .feature-item p, 
.page-caxeng-platform-reviews-platform-c .faq-item p, 
.page-caxeng-platform-reviews-platform-c .conclusion-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-caxeng-platform-reviews-platform-c .image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-caxeng-platform-reviews-platform-c .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-caxeng-platform-reviews-platform-c .game-category {
    background-color: #1A3A54;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-caxeng-platform-reviews-platform-c .category-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
    border-bottom: 2px solid #DC143C;
    padding-bottom: 10px;
}

.page-caxeng-platform-reviews-platform-c .game-category ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-caxeng-platform-reviews-platform-c .game-category ul li {
    margin-bottom: 10px;
    color: #ccc;
}

.page-caxeng-platform-reviews-platform-c .features-section {
    background-color: #0A2239;
    padding-bottom: 80px;
}

.page-caxeng-platform-reviews-platform-c .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-caxeng-platform-reviews-platform-c .feature-item {
    background-color: #1A3A54;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-caxeng-platform-platform-c .feature-item:hover {
    transform: translateY(-5px);
}

.page-caxeng-platform-reviews-platform-c .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(30deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-caxeng-platform-reviews-platform-c .feature-item h3 {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-caxeng-platform-reviews-platform-c .cta-section {
    background: linear-gradient(45deg, #DC143C, #FFD700);
    padding: 80px 0;
    text-align: center;
    color: #0A2239;
}

.page-caxeng-platform-reviews-platform-c .cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #0A2239;
}

.page-caxeng-platform-reviews-platform-c .cta-description {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #0A2239;
}

.page-caxeng-platform-reviews-platform-c .cta-section .btn-primary {
    background-color: #0A2239;
    color: #FFD700;
    margin: 10px;
}

.page-caxeng-platform-reviews-platform-c .cta-section .btn-primary:hover {
    background-color: #1A3A54;
    color: #FFD700;
}

.page-caxeng-platform-reviews-platform-c .cta-section .btn-secondary {
    background-color: #FFD700;
    color: #0A2239;
    margin: 10px;
}

.page-caxeng-platform-reviews-platform-c .cta-section .btn-secondary:hover {
    background-color: #e6c200;
    color: #0A2239;
}

.page-caxeng-platform-reviews-platform-c .faq-section {
    background-color: #0A2239;
}

.page-caxeng-platform-reviews-platform-c .faq-item {
    background-color: #1A3A54;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-caxeng-platform-reviews-platform-c .faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-caxeng-platform-reviews-platform-c .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-caxeng-platform-reviews-platform-c .faq-question.active::after {
    transform: rotate(45deg);
}

.page-caxeng-platform-reviews-platform-c .faq-answer {
    font-size: 1.1em;
    color: #ccc;
    margin-top: 15px;
    display: none; /* Hidden by default, toggled by JS */
}

.page-caxeng-platform-reviews-platform-c .faq-answer.active {
    display: block;
}

.page-caxeng-platform-reviews-platform-c .conclusion-section {
    background-color: #1A3A54;
    padding-bottom: 80px;
    text-align: center;
}

.page-caxeng-platform-reviews-platform-c .conclusion-section .btn-primary {
    margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-caxeng-platform-reviews-platform-c .hero-title {
        font-size: 2.5em;
    }

    .page-caxeng-platform-reviews-platform-c .hero-description {
        font-size: 1em;
    }

    .page-caxeng-platform-reviews-platform-c .section-title {
        font-size: 2em;
        margin-bottom: 40px;
    }

    .page-caxeng-platform-reviews-platform-c .category-title {
        font-size: 1.8em;
    }

    .page-caxeng-platform-reviews-platform-c .feature-item h3 {
        font-size: 1.3em;
    }

    .page-caxeng-platform-reviews-platform-c .cta-title {
        font-size: 2em;
    }

    .page-caxeng-platform-reviews-platform-c .cta-description {
        font-size: 1em;
    }

    .page-caxeng-platform-reviews-platform-c .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-caxeng-platform-reviews-platform-c .feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-caxeng-platform-reviews-platform-c .hero-title {
        font-size: 2em;
    }

    .page-caxeng-platform-reviews-platform-c .btn {
        display: block;
        margin: 10px auto;
    }

    .page-caxeng-platform-reviews-platform-c .section-title {
        font-size: 1.8em;
    }

    .page-caxeng-platform-reviews-platform-c .category-title {
        font-size: 1.5em;
    }
}