/* style/news-updates-latest-industry-news.css */

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

.page-news-updates-latest-industry-news__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-news-updates-latest-industry-news__hero-section {
    background: linear-gradient(135deg, #003366, #FFCC00);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-news-updates-latest-industry-news__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,pattern]');
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-news-updates-latest-industry-news__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.page-news-updates-latest-industry-news__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.page-news-updates-latest-industry-news__hero-button {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366;
    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;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-news-updates-latest-industry-news__hero-button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-news-updates-latest-industry-news__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-news-updates-latest-industry-news__article {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-news-updates-latest-industry-news__article-title {
    font-size: 2.5em;
    color: #003366;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    border-bottom: 3px solid #FFCC00;
    padding-bottom: 15px;
}

.page-news-updates-latest-industry-news__article-subtitle {
    font-size: 1.8em;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    border-left: 5px solid #FFCC00;
    padding-left: 15px;
}

.page-news-updates-latest-industry-news__article p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-news-updates-latest-industry-news__article-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-news-updates-latest-industry-news__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #444;
}

.page-news-updates-latest-industry-news__list li {
    margin-bottom: 10px;
}

.page-news-updates-latest-industry-news__list li strong {
    color: #003366;
}

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

.page-news-updates-latest-industry-news .keyword {
    color: #003366;
    font-weight: 600;
}

.page-news-updates-latest-industry-news__cta-block {
    background-color: #003366;
    color: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-news-updates-latest-industry-news__cta-text {
    font-size: 1.6em;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
}

.page-news-updates-latest-industry-news__cta-button {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366;
    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;
    margin: 0 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-news-updates-latest-industry-news__cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-news-updates-latest-industry-news__cta-button--secondary {
    background-color: #fff;
    color: #003366;
}

.page-news-updates-latest-industry-news__cta-button--secondary:hover {
    background-color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-news-updates-latest-industry-news__hero-title {
        font-size: 2.5em;
    }

    .page-news-updates-latest-industry-news__hero-subtitle {
        font-size: 1.2em;
    }

    .page-news-updates-latest-industry-news__article-title {
        font-size: 2em;
    }

    .page-news-updates-latest-industry-news__article-subtitle {
        font-size: 1.5em;
    }

    .page-news-updates-latest-industry-news__article p,
    .page-news-updates-latest-industry-news__list {
        font-size: 1em;
    }

    .page-news-updates-latest-industry-news__cta-text {
        font-size: 1.3em;
    }

    .page-news-updates-latest-industry-news__cta-button {
        padding: 12px 25px;
        font-size: 1em;
        margin-bottom: 15px;
    }
    .page-news-updates-latest-industry-news__cta-button + .page-news-updates-latest-industry-news__cta-button {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .page-news-updates-latest-industry-news__hero-title {
        font-size: 2em;
    }

    .page-news-updates-latest-industry-news__hero-subtitle {
        font-size: 1em;
    }

    .page-news-updates-latest-industry-news__article {
        padding: 20px;
    }

    .page-news-updates-latest-industry-news__article-title {
        font-size: 1.8em;
    }

    .page-news-updates-latest-industry-news__article-subtitle {
        font-size: 1.3em;
    }

    .page-news-updates-latest-industry-news__cta-block {
        padding: 30px 20px;
    }
    .page-news-updates-latest-industry-news__cta-button {
        display: block;
        width: 90%;
        margin: 10px auto;
    }
}