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

.page-caxeng-platform-reviews-platform-f {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-caxeng-platform-reviews-platform-f__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-caxeng-platform-reviews-platform-f__hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #1A3A53 100%); /* Dark blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.page-caxeng-platform-reviews-platform-f__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #FFD700; /* Gold for highlight */
}

.page-caxeng-platform-reviews-platform-f__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    font-weight: 300;
}

.page-caxeng-platform-reviews-platform-f__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #0A2239; /* Dark blue */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-caxeng-platform-reviews-platform-f__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-3px);
}

.page-caxeng-platform-reviews-platform-f__cta-button--primary {
    background-color: #FFD700;
    color: #0A2239;
}

.page-caxeng-platform-reviews-platform-f__cta-button--primary:hover {
    background-color: #e6c200;
}

.page-caxeng-platform-reviews-platform-f__cta-button--secondary {
    background-color: #0A2239;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-caxeng-platform-reviews-platform-f__cta-button--secondary:hover {
    background-color: #1A3A53;
    color: #FFD700;
    border-color: #e6c200;
}

.page-caxeng-platform-reviews-platform-f__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
    margin-top: 20px;
}

.page-caxeng-platform-reviews-platform-f__content-section {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-caxeng-platform-reviews-platform-f__section-padding {
    padding: 60px 0;
}

.page-caxeng-platform-reviews-platform-f__section-title {
    font-size: 2.5em;
    color: #0A2239;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-caxeng-platform-reviews-platform-f__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-caxeng-platform-reviews-platform-f__sub-section-title {
    font-size: 2em;
    color: #0A2239;
    margin-top: 40px;
    margin-bottom: 25px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-caxeng-platform-reviews-platform-f__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.page-caxeng-platform-reviews-platform-f__unordered-list,
.page-caxeng-platform-reviews-platform-f__ordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.page-caxeng-platform-reviews-platform-f__ordered-list {
    list-style-type: decimal;
}

.page-caxeng-platform-reviews-platform-f__unordered-list li,
.page-caxeng-platform-reviews-platform-f__ordered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

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

.page-caxeng-platform-reviews-platform-f__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-caxeng-platform-reviews-platform-f__comparison-table {
    overflow-x: auto;
    margin: 40px 0;
}

.page-caxeng-platform-reviews-platform-f__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: left;
}

.page-caxeng-platform-reviews-platform-f__table th,
.page-caxeng-platform-reviews-platform-f__table td {
    padding: 15px;
    border: 1px solid #eee;
}

.page-caxeng-platform-reviews-platform-f__table th {
    background-color: #0A2239;
    color: #FFD700;
    font-weight: bold;
    font-size: 1.1em;
}

.page-caxeng-platform-reviews-platform-f__table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.page-caxeng-platform-reviews-platform-f__table td {
    color: #444;
}

.page-caxeng-platform-reviews-platform-f__cta-group {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

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

    .page-caxeng-platform-reviews-platform-f__subtitle {
        font-size: 1.2em;
    }

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

    .page-caxeng-platform-reviews-platform-f__sub-section-title {
        font-size: 1.6em;
    }

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

    .page-caxeng-platform-reviews-platform-f__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-caxeng-platform-reviews-platform-f__cta-group {
        flex-direction: column;
        align-items: center;
    }

    .page-caxeng-platform-reviews-platform-f__hero-section {
        padding: 80px 0;
    }

    .page-caxeng-platform-reviews-platform-f__section-padding {
        padding: 40px 0;
    }
}

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

    .page-caxeng-platform-reviews-platform-f__subtitle {
        font-size: 1em;
    }

    .page-caxeng-platform-reviews-platform-f__cta-button {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-caxeng-platform-reviews-platform-f__cta-button--secondary {
        margin-top: 15px;
    }

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

    .page-caxeng-platform-reviews-platform-f__sub-section-title {
        font-size: 1.4em;
    }

    .page-caxeng-platform-reviews-platform-f__table th,
    .page-caxeng-platform-reviews-platform-f__table td {
        padding: 10px;
        font-size: 0.9em;
    }
}