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

:root {
    --primary-color: #007bff;
    --secondary-color: #ffc107;
    --dark-text: #212529;
    --light-text: #ffffff;
    --bg-light: #f8f9fa;
    --bg-dark: #343a40;
    --border-color: #dee2e6;
}

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

.page-platform-reviews-hi88vip6-customer-service .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-platform-reviews-hi88vip6-customer-service .hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%); /* Adjusted for better contrast */
    color: var(--light-text);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-platform-reviews-hi88vip6-customer-service .hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(45deg);
    opacity: 0.3;
}

.page-platform-reviews-hi88vip6-customer-service .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--light-text);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-hi88vip6-customer-service .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.page-platform-reviews-hi88vip6-customer-service .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.page-platform-reviews-hi88vip6-customer-service .btn-primary {
    background-color: var(--secondary-color);
    color: var(--dark-text);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-hi88vip6-customer-service .btn-primary:hover {
    background-color: #e0a800; /* Darker secondary for hover */
    transform: translateY(-2px);
}

.page-platform-reviews-hi88vip6-customer-service .btn-secondary {
    background-color: var(--primary-color);
    color: var(--light-text);
    border: 2px solid var(--primary-color);
}

.page-platform-reviews-hi88vip6-customer-service .btn-secondary:hover {
    background-color: #0056b3; /* Darker primary for hover */
    transform: translateY(-2px);
}

.page-platform-reviews-hi88vip6-customer-service .btn-outline-primary {
    background-color: transparent;
    color: var(--light-text);
    border: 2px solid var(--light-text);
}

.page-platform-reviews-hi88vip6-customer-service .btn-outline-primary:hover {
    background-color: var(--light-text);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.page-platform-reviews-hi88vip6-customer-service .section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-platform-reviews-hi88vip6-customer-service .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-platform-reviews-hi88vip6-customer-service section {
    padding: 60px 0;
}

.page-platform-reviews-hi88vip6-customer-service .introduction-section,
.page-platform-reviews-hi88vip6-customer-service .platform-overview-section,
.page-platform-reviews-hi88vip6-customer-service .conclusion-section {
    background-color: var(--light-text);
    text-align: center;
}

.page-platform-reviews-hi88vip6-customer-service .introduction-section p,
.page-platform-reviews-hi88vip6-customer-service .platform-overview-section p,
.page-platform-reviews-hi88vip6-customer-service .conclusion-section p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px;
}

.page-platform-reviews-hi88vip6-customer-service .channels-section,
.page-platform-reviews-hi88vip6-customer-service .overall-review-section,
.page-platform-reviews-hi88vip6-customer-service .tips-section,
.page-platform-reviews-hi88vip6-customer-service .faq-section {
    background-color: #e9ecef;
}

.page-platform-reviews-hi88vip6-customer-service .channel-item,
.page-platform-reviews-hi88vip6-customer-service .review-point {
    background-color: var(--light-text);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-platform-reviews-hi88vip6-customer-service .channel-item:hover,
.page-platform-reviews-hi88vip6-customer-service .review-point:hover {
    transform: translateY(-5px);
}

.page-platform-reviews-hi88vip6-customer-service .channel-title,
.page-platform-reviews-hi88vip6-customer-service .review-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.page-platform-reviews-hi88vip6-customer-service .channel-title i,
.page-platform-reviews-hi88vip6-customer-service .review-title i {
    font-size: 1.2em;
    margin-right: 10px;
    color: var(--secondary-color);
}

/* Icon styles (placeholder - replace with actual icon fonts or SVGs) */
.page-platform-reviews-hi88vip6-customer-service .icon-livechat::before { content: '💬'; }
.page-platform-reviews-hi88vip6-customer-service .icon-phone::before { content: '📞'; }
.page-platform-reviews-hi88vip6-customer-service .icon-email::before { content: '📧'; }
.page-platform-reviews-hi88vip6-customer-service .icon-social::before { content: '🌐'; }
.page-platform-reviews-hi88vip6-customer-service .icon-speed::before { content: '⚡'; }
.page-platform-reviews-hi88vip6-customer-service .icon-expert::before { content: '👨‍💻'; }
.page-platform-reviews-hi88vip6-customer-service .icon-friendly::before { content: '😊'; }
.page-platform-reviews-hi88vip6-customer-service .icon-solution::before { content: '✅'; }

.page-platform-reviews-hi88vip6-customer-service .channel-item p,
.page-platform-reviews-hi88vip6-customer-service .review-point p {
    font-size: 1.05em;
    color: #495057;
}

.page-platform-reviews-hi88vip6-customer-service .channel-item a,
.page-platform-reviews-hi88vip6-customer-service .review-point a,
.page-platform-reviews-hi88vip6-customer-service .conclusion-section a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-platform-reviews-hi88vip6-customer-service .channel-item a:hover,
.page-platform-reviews-hi88vip6-customer-service .review-point a:hover,
.page-platform-reviews-hi88vip6-customer-service .conclusion-section a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.page-platform-reviews-hi88vip6-customer-service .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews-hi88vip6-customer-service .tips-section ul {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-platform-reviews-hi88vip6-customer-service .tips-section li {
    background-color: var(--light-text);
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid var(--secondary-color);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    color: var(--dark-text);
}

.page-platform-reviews-hi88vip6-customer-service .tips-section li strong {
    color: var(--primary-color);
}

.page-platform-reviews-hi88vip6-customer-service .cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-platform-reviews-hi88vip6-customer-service .faq-item {
    background-color: var(--light-text);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-platform-reviews-hi88vip6-customer-service .faq-question {
    font-size: 1.3em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-platform-reviews-hi88vip6-customer-service .faq-answer {
    font-size: 1.05em;
    color: #495057;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-platform-reviews-hi88vip6-customer-service .hero-title {
        font-size: 2.5em;
    }
    .page-platform-reviews-hi88vip6-customer-service .hero-subtitle {
        font-size: 1.2em;
    }
    .page-platform-reviews-hi88vip6-customer-service .section-title {
        font-size: 2em;
    }
    .page-platform-reviews-hi88vip6-customer-service .channel-title,
    .page-platform-reviews-hi88vip6-customer-service .review-title {
        font-size: 1.5em;
    }
    .page-platform-reviews-hi88vip6-customer-service .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-platform-reviews-hi88vip6-customer-service .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-platform-reviews-hi88vip6-customer-service .hero-title {
        font-size: 2em;
    }
    .page-platform-reviews-hi88vip6-customer-service .hero-subtitle {
        font-size: 1em;
    }
    .page-platform-reviews-hi88vip6-customer-service .section-title {
        font-size: 1.8em;
    }
}