/* style/industry-news-market-trends.css */

.page-industry-news-market-trends {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-industry-news-market-trends__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-market-trends__hero-section {
    background: linear-gradient(135deg, #CC0000 0%, #FFCC00 100%); /* Main to Auxiliary */
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.page-industry-news-market-trends__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-industry-news-market-trends__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-industry-news-market-trends__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.page-industry-news-market-trends__section:nth-of-type(even) {
    background-color: #fdfdfd;
}

.page-industry-news-market-trends__section-title {
    font-size: 2.2em;
    color: #CC0000; /* Main color */
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.page-industry-news-market-trends__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFCC00; /* Auxiliary color */
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-industry-news-market-trends__sub-title {
    font-size: 1.6em;
    color: #CC0000; /* Main color */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-industry-news-market-trends__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
    line-height: 1.8;
}

.page-industry-news-market-trends__list,
.page-industry-news-market-trends__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-industry-news-market-trends__ordered-list {
    list-style-type: decimal;
}

.page-industry-news-market-trends__list li,
.page-industry-news-market-trends__ordered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-industry-news-market-trends__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-market-trends__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Auxiliary color */
    color: #CC0000; /* Text color for auxiliary background */
    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, color 0.3s ease;
    border: 2px solid #FFCC00;
}

.page-industry-news-market-trends__cta-button:hover {
    background-color: #CC0000; /* Main color on hover */
    color: #FFCC00; /* Auxiliary color for text on hover */
    transform: translateY(-3px);
    border-color: #CC0000;
}

.page-industry-news-market-trends__cta-group {
    text-align: center;
    margin-top: 40px;
}

.page-industry-news-market-trends__cta-group .page-industry-news-market-trends__cta-button {
    margin: 0 10px;
}

.page-industry-news-market-trends__cta-button--primary {
    background-color: #CC0000;
    color: #FFCC00;
    border-color: #CC0000;
}

.page-industry-news-market-trends__cta-button--primary:hover {
    background-color: #a30000;
    border-color: #a30000;
}

.page-industry-news-market-trends__cta-button--secondary {
    background-color: #FFCC00;
    color: #CC0000;
    border-color: #FFCC00;
}

.page-industry-news-market-trends__cta-button--secondary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
}

.page-industry-news-market-trends__cta-button--final {
    margin-top: 40px;
    background-color: #CC0000;
    color: #FFCC00;
    border-color: #CC0000;
}

.page-industry-news-market-trends__cta-button--final:hover {
    background-color: #a30000;
    border-color: #a30000;
}

.page-industry-news-market-trends__call-to-action {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 80px 20px;
}

.page-industry-news-market-trends__call-to-action .page-industry-news-market-trends__section-title {
    color: #FFCC00;
}

.page-industry-news-market-trends__call-to-action .page-industry-news-market-trends__section-title::after {
    background-color: #CC0000;
}

.page-industry-news-market-trends__call-to-action .page-industry-news-market-trends__paragraph {
    color: #f0f0f0;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-industry-news-market-trends .highlight {
    color: #FFCC00;
    font-weight: bold;
}

.page-industry-news-market-trends .keyword {
    font-weight: bold;
    color: #CC0000;
}

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

    .page-industry-news-market-trends__hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-market-trends__section-title {
        font-size: 1.8em;
    }

    .page-industry-news-market-trends__sub-title {
        font-size: 1.4em;
    }

    .page-industry-news-market-trends__paragraph,
    .page-industry-news-market-trends__list li,
    .page-industry-news-market-trends__ordered-list li {
        font-size: 0.95em;
    }

    .page-industry-news-market-trends__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-industry-news-market-trends__cta-group .page-industry-news-market-trends__cta-button {
        margin: 10px 0;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .page-industry-news-market-trends__hero-title {
        font-size: 1.8em;
    }

    .page-industry-news-market-trends__hero-subtitle {
        font-size: 0.9em;
    }

    .page-industry-news-market-trends__section {
        padding: 40px 0;
    }

    .page-industry-news-market-trends__section-title {
        font-size: 1.6em;
    }

    .page-industry-news-market-trends__sub-title {
        font-size: 1.2em;
    }

    .page-industry-news-market-trends__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}