/* style/industry-news-asia-market-report.css */

:root {
    --jun88-primary: #1A237E;
    --jun88-secondary: #FFD700;
    --text-light: #f8f8f8;
    --text-dark: #333333;
    --background-dark: #121858;
    --background-light: #ffffff;
    --border-color: #3f479a;
}

.page-industry-news-asia-market-report {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--background-light);
}

.page-industry-news-asia-market-report .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-industry-news-asia-market-report .hero-section {
    background: linear-gradient(135deg, var(--jun88-primary), #3f479a);
    color: var(--text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-asia-market-report .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--jun88-secondary);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-industry-news-asia-market-report .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
}

.page-industry-news-asia-market-report .cta-button {
    display: inline-block;
    background-color: var(--jun88-secondary);
    color: var(--jun88-primary);
    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;
    margin: 10px;
}

.page-industry-news-asia-market-report .cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-3px);
}

.page-industry-news-asia-market-report .cta-button.secondary-button {
    background-color: var(--jun88-primary);
    color: var(--jun88-secondary);
    border: 2px solid var(--jun88-secondary);
}

.page-industry-news-asia-market-report .cta-button.secondary-button:hover {
    background-color: #3f479a; /* Slightly lighter primary */
    color: var(--jun88-secondary);
    transform: translateY(-3px);
}

.page-industry-news-asia-market-report .content-block {
    padding: 60px 0;
    border-bottom: 1px solid var(--border-color);
}

.page-industry-news-asia-market-report .content-block:last-of-type {
    border-bottom: none;
}

.page-industry-news-asia-market-report .section-title {
    font-size: 2.5em;
    color: var(--jun88-primary);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-industry-news-asia-market-report .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--jun88-secondary);
    border-radius: 2px;
}

.page-industry-news-asia-market-report h3 {
    font-size: 1.8em;
    color: var(--jun88-primary);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--jun88-secondary);
    padding-left: 15px;
}

.page-industry-news-asia-market-report p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.page-industry-news-asia-market-report ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.page-industry-news-asia-market-report ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-industry-news-asia-market-report .highlight {
    color: var(--jun88-primary);
    font-weight: bold;
}

.page-industry-news-asia-market-report .introduction-section, 
.page-industry-news-asia-market-report .market-overview-section, 
.page-industry-news-asia-market-report .jun88-role-section,
.page-industry-news-asia-market-report .challenges-opportunities-section,
.page-industry-news-asia-market-report .future-outlook-section,
.page-industry-news-asia-market-report .contact-cta-section {
    background-color: var(--background-light);
}

.page-industry-news-asia-market-report .trends-section {
    background-color: #f0f2f7; /* A very light grey/blue for subtle contrast */
}

.page-industry-news-asia-market-report .content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-industry-news-asia-market-report .hero-title {
        font-size: 2.5em;
    }
    .page-industry-news-asia-market-report .hero-subtitle {
        font-size: 1.2em;
    }
    .page-industry-news-asia-market-report .section-title {
        font-size: 2em;
    }
    .page-industry-news-asia-market-report h3 {
        font-size: 1.5em;
    }
    .page-industry-news-asia-market-report p, .page-industry-news-asia-market-report ul li {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-industry-news-asia-market-report .hero-section {
        padding: 60px 0;
    }
    .page-industry-news-asia-market-report .hero-title {
        font-size: 2em;
    }
    .page-industry-news-asia-market-report .hero-subtitle {
        font-size: 1em;
    }
    .page-industry-news-asia-market-report .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news-asia-market-report .section-title {
        font-size: 1.8em;
    }
    .page-industry-news-asia-market-report h3 {
        font-size: 1.3em;
    }
    .page-industry-news-asia-market-report .content-block {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-industry-news-asia-market-report .hero-section {
        padding: 40px 0;
    }
    .page-industry-news-asia-market-report .hero-title {
        font-size: 1.8em;
    }
    .page-industry-news-asia-market-report .hero-subtitle {
        font-size: 0.9em;
    }
    .page-industry-news-asia-market-report .cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
        display: block;
        width: fit-content;
        margin: 10px auto;
    }
    .page-industry-news-asia-market-report .section-title {
        font-size: 1.5em;
    }
    .page-industry-news-asia-market-report h3 {
        font-size: 1.2em;
    }
    .page-industry-news-asia-market-report ul {
        margin-left: 15px;
    }
    .page-industry-news-asia-market-report p, .page-industry-news-asia-market-report ul li {
        font-size: 0.95em;
    }
}