/* style/industry-news-ai-customer-service.css */
.page-industry-news-ai-customer-service {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-industry-news-ai-customer-service .hero-section {
    background-color: #1A237E;
    color: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
    background-image: url('[GALLERY:bg:ai_tech_pattern,abstract,dark_blue_gold]');
    background-size: cover;
    background-position: center;
}

.page-industry-news-ai-customer-service .hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-industry-news-ai-customer-service .hero-subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #E0E0E0;
}

.page-industry-news-ai-customer-service .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-industry-news-ai-customer-service .btn-primary {
    background-color: #FFD700;
    color: #1A237E;
    border: 2px solid #FFD700;
}

.page-industry-news-ai-customer-service .btn-primary:hover {
    background-color: #e5c100;
    color: #111a6b;
    transform: translateY(-2px);
}

.page-industry-news-ai-customer-service .btn-secondary {
    background-color: #1A237E;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-industry-news-ai-customer-service .btn-secondary:hover {
    background-color: #2c358e;
    color: #FFD700;
    transform: translateY(-2px);
}

.page-industry-news-ai-customer-service .content-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.page-industry-news-ai-customer-service .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-ai-customer-service h2 {
    font-size: 2em;
    color: #1A237E;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-industry-news-ai-customer-service h3 {
    font-size: 1.5em;
    color: #1A237E;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-industry-news-ai-customer-service p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #444;
}

.page-industry-news-ai-customer-service ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
    color: #444;
}

.page-industry-news-ai-customer-service ul li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-industry-news-ai-customer-service a {
    color: #1A237E;
    text-decoration: none;
    font-weight: bold;
}

.page-industry-news-ai-customer-service a:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-industry-news-ai-customer-service .article-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-ai-customer-service .call-to-action-text {
    font-size: 1.2em;
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    background-color: #e6f0ff;
    border-left: 5px solid #1A237E;
    border-radius: 5px;
    color: #1A237E;
}

.page-industry-news-ai-customer-service .call-to-action-text .btn {
    margin-top: 15px;
}

.page-industry-news-ai-customer-service .cta-section {
    background-color: #1A237E;
    color: #FFFFFF;
    padding: 70px 20px;
    text-align: center;
    margin-top: 50px;
}

.page-industry-news-ai-customer-service .cta-section h2 {
    color: #FFD700;
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

.page-industry-news-ai-customer-service .cta-section p {
    font-size: 1.1em;
    max-width: 700px;
    margin: 0 auto 40px auto;
    color: #E0E0E0;
}

.page-industry-news-ai-customer-service .cta-buttons .btn {
    margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-industry-news-ai-customer-service .hero-title {
        font-size: 2em;
    }

    .page-industry-news-ai-customer-service h2 {
        font-size: 1.7em;
    }

    .page-industry-news-ai-customer-service h3 {
        font-size: 1.3em;
    }

    .page-industry-news-ai-customer-service .cta-section h2 {
        font-size: 2em;
    }

    .page-industry-news-ai-customer-service .cta-buttons .btn {
        display: block;
        margin: 15px auto;
    }
}

@media (max-width: 480px) {
    .page-industry-news-ai-customer-service .hero-section,
    .page-industry-news-ai-customer-service .content-section,
    .page-industry-news-ai-customer-service .cta-section {
        padding: 40px 15px;
    }

    .page-industry-news-ai-customer-service .hero-title {
        font-size: 1.8em;
    }

    .page-industry-news-ai-customer-service .hero-subtitle,
    .page-industry-news-ai-customer-service p,
    .page-industry-news-ai-customer-service ul li {
        font-size: 0.95em;
    }

    .page-industry-news-ai-customer-service .btn {
        padding: 10px 20px;
        font-size: 1em;
    }
}