/* style/platform-reviews-platform-f-customer-service.css */

.page-platform-reviews-platform-f-customer-service {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-platform-reviews-platform-f-customer-service__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-platform-reviews-platform-f-customer-service__hero-section {
    background: linear-gradient(135deg, #007BFF, #4da3ff);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-platform-reviews-platform-f-customer-service__hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    animation: page-platform-reviews-platform-f-customer-service__ripple 15s infinite linear;
}

@keyframes page-platform-reviews-platform-f-customer-service__ripple {
    0% { transform: scale(0.5) rotate(0deg); opacity: 0.5; }
    50% { transform: scale(1.2) rotate(180deg); opacity: 0.2; }
    100% { transform: scale(0.5) rotate(360deg); opacity: 0.5; }
}

.page-platform-reviews-platform-f-customer-service__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-platform-f-customer-service__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-platform-reviews-platform-f-customer-service__cta-button {
    display: inline-block;
    background-color: #FFC107;
    color: #333;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-platform-f-customer-service__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-platform-f-customer-service__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-platform-reviews-platform-f-customer-service__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-platform-reviews-platform-f-customer-service__cta-button--secondary {
    background-color: #0056b3;
    color: #fff;
    margin-left: 15px;
}

.page-platform-reviews-platform-f-customer-service__cta-button--secondary:hover {
    background-color: #003f8f;
}

.page-platform-reviews-platform-f-customer-service__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-platform-reviews-platform-f-customer-service__article-intro {
    margin-bottom: 40px;
    text-align: center;
}

.page-platform-reviews-platform-f-customer-service__section-title {
    font-size: 2.2em;
    color: #007BFF;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

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

.page-platform-reviews-platform-f-customer-service__sub-section-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFC107;
    padding-left: 15px;
}

.page-platform-reviews-platform-f-customer-service__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-platform-reviews-platform-f-customer-service__list li {
    background: #e9f5ff;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    position: relative;
    padding-left: 45px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-platform-reviews-platform-f-customer-service__list li::before {
    content: '✅';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}

.page-platform-reviews-platform-f-customer-service__image-full-width {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews-platform-f-customer-service__image-small {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.page-platform-reviews-platform-f-customer-service__comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    background-color: #fefefe;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.page-platform-reviews-platform-f-customer-service__comparison-table th,
.page-platform-reviews-platform-f-customer-service__comparison-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
}

.page-platform-reviews-platform-f-customer-service__comparison-table th {
    background-color: #007BFF;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.page-platform-reviews-platform-f-customer-service__comparison-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.page-platform-reviews-platform-f-customer-service__comparison-table tr:hover {
    background-color: #e9e9e9;
}

.page-platform-reviews-platform-f-customer-service__testimonial {
    background-color: #fff3e0;
    border-left: 5px solid #FFC107;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    font-style: italic;
    color: #555;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-platform-reviews-platform-f-customer-service__testimonial p {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-platform-reviews-platform-f-customer-service__testimonial footer {
    text-align: right;
    font-weight: bold;
    color: #007BFF;
    font-style: normal;
    margin-top: 15px;
}

.page-platform-reviews-platform-f-customer-service__final-cta {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #e9f5ff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews-platform-f-customer-service__final-cta p {
    font-size: 1.5em;
    color: #0056b3;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-platform-reviews-platform-f-customer-service .highlight {
    color: #FFC107;
}

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

    .page-platform-reviews-platform-f-customer-service__hero-subtitle {
        font-size: 1.2em;
    }

    .page-platform-reviews-platform-f-customer-service__section-title {
        font-size: 1.8em;
    }

    .page-platform-reviews-platform-f-customer-service__sub-section-title {
        font-size: 1.5em;
    }

    .page-platform-reviews-platform-f-customer-service__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    
    .page-platform-reviews-platform-f-customer-service__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-platform-reviews-platform-f-customer-service__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-platform-reviews-platform-f-customer-service__comparison-table {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }
    
    .page-platform-reviews-platform-f-customer-service__comparison-table thead, 
    .page-platform-reviews-platform-f-customer-service__comparison-table tbody, 
    .page-platform-reviews-platform-f-customer-service__comparison-table th, 
    .page-platform-reviews-platform-f-customer-service__comparison-table td, 
    .page-platform-reviews-platform-f-customer-service__comparison-table tr {
        display: block;
    }
    
    .page-platform-reviews-platform-f-customer-service__comparison-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .page-platform-reviews-platform-f-customer-service__comparison-table tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    
    .page-platform-reviews-platform-f-customer-service__comparison-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
    }
    
    .page-platform-reviews-platform-f-customer-service__comparison-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-label);
        color: #007BFF;
    }
    
    /* Add data-label for each td in HTML */
    .page-platform-reviews-platform-f-customer-service__comparison-table td:nth-of-type(1):before { content: "Tiêu chí"; }
    .page-platform-reviews-platform-f-customer-service__comparison-table td:nth-of-type(2):before { content: "Nền tảng F"; }
    .page-platform-reviews-platform-f-customer-service__comparison-table td:nth-of-type(3):before { content: "Đối thủ A"; }
    .page-platform-reviews-platform-f-customer-service__comparison-table td:nth-of-type(4):before { content: "Đối thủ B"; }

    .page-platform-reviews-platform-f-customer-service__final-cta p {
        font-size: 1.2em;
    }
}

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

    .page-platform-reviews-platform-f-customer-service__hero-subtitle {
        font-size: 1em;
    }

    .page-platform-reviews-platform-f-customer-service__cta-button {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .page-platform-reviews-platform-f-customer-service__cta-button--secondary {
        margin-top: 0;
    }
}