/* style/platform-reviews-uu88-customer-service.css */
:root {
    --uu88-primary-blue: #0A2463;
    --uu88-accent-gold: #E3A81D;
    --text-light: #f8f8f8;
    --text-dark: #333333;
    --bg-light: #ffffff;
    --bg-dark: #f0f2f5;
}

.page-platform-reviews-uu88-customer-service {
    font-family: 'Arial', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--bg-light);
}

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

.page-platform-reviews-uu88-customer-service__hero {
    background: linear-gradient(135deg, var(--uu88-primary-blue) 0%, #1c57e2 100%); /* Adjusted for better gradient with primary blue */
    color: var(--text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-platform-reviews-uu88-customer-service__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,pattern,subtle]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-platform-reviews-uu88-customer-service__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--text-light);
    position: relative;
    z-index: 1;
    font-weight: bold;
    line-height: 1.2;
}

.page-platform-reviews-uu88-customer-service__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
    position: relative;
    z-index: 1;
}

.page-platform-reviews-uu88-customer-service__cta-button {
    display: inline-block;
    background-color: var(--uu88-accent-gold);
    color: var(--uu88-primary-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;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-platform-reviews-uu88-customer-service__cta-button:hover {
    background-color: #f5db9c; /* Lighter shade of gold */
    transform: translateY(-3px);
}

.page-platform-reviews-uu88-customer-service__section {
    padding: 60px 0;
    background-color: var(--bg-light);
}

.page-platform-reviews-uu88-customer-service__section--alt-bg {
    background-color: var(--bg-dark);
}

.page-platform-reviews-uu88-customer-service__heading {
    font-size: 2.5em;
    color: var(--uu88-primary-blue);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-platform-reviews-uu88-customer-service__sub-heading {
    font-size: 1.8em;
    color: var(--uu88-accent-gold);
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

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

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

.page-platform-reviews-uu88-customer-service__card {
    background-color: var(--bg-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid var(--uu88-accent-gold);
}

.page-platform-reviews-uu88-customer-service__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-platform-reviews-uu88-customer-service__card-title {
    font-size: 1.5em;
    color: var(--uu88-primary-blue);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-platform-reviews-uu88-customer-service__card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

.page-platform-reviews-uu88-customer-service__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-platform-reviews-uu88-customer-service__list li {
    margin-bottom: 10px;
    color: var(--text-dark);
}

.page-platform-reviews-uu88-customer-service__section--final {
    text-align: center;
    background-color: var(--uu88-primary-blue);
    color: var(--text-light);
    padding: 80px 0;
}

.page-platform-reviews-uu88-customer-service__section--final .page-platform-reviews-uu88-customer-service__heading {
    color: var(--uu88-accent-gold);
}

.page-platform-reviews-uu88-customer-service__section--final p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: var(--text-light);
}

.page-platform-reviews-uu88-customer-service__cta-button--large {
    font-size: 1.3em;
    padding: 18px 35px;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-platform-reviews-uu88-customer-service__title {
        font-size: 2.8em;
    }
    .page-platform-reviews-uu88-customer-service__heading {
        font-size: 2em;
    }
    .page-platform-reviews-uu88-customer-service__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-platform-reviews-uu88-customer-service__hero {
        padding: 80px 0;
    }
    .page-platform-reviews-uu88-customer-service__title {
        font-size: 2.2em;
    }
    .page-platform-reviews-uu88-customer-service__subtitle {
        font-size: 1em;
    }
    .page-platform-reviews-uu88-customer-service__heading {
        font-size: 1.8em;
    }
    .page-platform-reviews-uu88-customer-service__sub-heading {
        font-size: 1.5em;
    }
    .page-platform-reviews-uu88-customer-service__section {
        padding: 40px 0;
    }
    .page-platform-reviews-uu88-customer-service__grid {
        grid-template-columns: 1fr;
    }
    .page-platform-reviews-uu88-customer-service__card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .page-platform-reviews-uu88-customer-service__hero {
        padding: 60px 0;
    }
    .page-platform-reviews-uu88-customer-service__title {
        font-size: 1.8em;
    }
    .page-platform-reviews-uu88-customer-service__subtitle {
        font-size: 0.9em;
    }
    .page-platform-reviews-uu88-customer-service__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-platform-reviews-uu88-customer-service__heading {
        font-size: 1.5em;
    }
    .page-platform-reviews-uu88-customer-service__sub-heading {
        font-size: 1.3em;
    }
    .page-platform-reviews-uu88-customer-service__section--final {
        padding: 60px 0;
    }
    .page-platform-reviews-uu88-customer-service__cta-button--large {
        font-size: 1.1em;
        padding: 15px 30px;
    }
}