/* style/news-industry-insights.css */
.page-news-industry-insights {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f8f9fa;
}

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

.page-news-industry-insights__hero {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for depth */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-news-industry-insights__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.page-news-industry-insights__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-news-industry-insights__section {
    padding: 60px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.page-news-industry-insights__section:nth-of-type(even) {
    background-color: #f1f5f9;
}

.page-news-industry-insights__content-area {
    padding: 40px 20px;
}

.page-news-industry-insights__section-title {
    font-size: 2.2em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.page-news-industry-insights__sub-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-news-industry-insights__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #495057;
}

.page-news-industry-insights__keyword {
    color: #007bff;
    font-weight: 700;
}

.page-news-industry-insights__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #495057;
}

.page-news-industry-insights__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-news-industry-insights__list li strong {
    color: #007bff;
}

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

.page-news-industry-insights__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-news-industry-insights__btn--primary {
    background-color: #ffc107;
    color: #1a1a1a; /* Dark text for contrast on bright yellow */
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
}

.page-news-industry-insights__btn--primary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.6);
}

.page-news-industry-insights__btn--secondary {
    background-color: #007bff;
    color: #ffffff;
    border: 2px solid #007bff;
    margin-left: 15px;
}

.page-news-industry-insights__btn--secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.page-news-industry-insights__cta-block {
    background-color: #007bff;
    color: #ffffff;
    padding: 60px 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-news-industry-insights__cta-block .page-news-industry-insights__section-title {
    color: #ffffff;
    margin-bottom: 25px;
}

.page-news-industry-insights__cta-block .page-news-industry-insights__text {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-news-industry-insights__button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-news-industry-insights__hero-title {
        font-size: 2.2em;
    }
    .page-news-industry-insights__hero-subtitle {
        font-size: 1.1em;
    }
    .page-news-industry-insights__section-title {
        font-size: 1.8em;
    }
    .page-news-industry-insights__sub-title {
        font-size: 1.5em;
    }
    .page-news-industry-insights__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-news-industry-insights__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-news-industry-insights__button-group {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .page-news-industry-insights__hero {
        padding: 80px 0;
    }
    .page-news-industry-insights__hero-title {
        font-size: 1.8em;
    }
    .page-news-industry-insights__hero-subtitle {
        font-size: 1em;
    }
    .page-news-industry-insights__section {
        padding: 40px 0;
    }
    .page-news-industry-insights__section-title {
        font-size: 1.6em;
        margin-bottom: 30px;
    }
    .page-news-industry-insights__sub-title {
        font-size: 1.3em;
    }
    .page-news-industry-insights__text,
    .page-news-industry-insights__list li {
        font-size: 0.95em;
    }
    .page-news-industry-insights__cta-block {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .page-news-industry-insights__hero-title {
        font-size: 1.5em;
    }
    .page-news-industry-insights__hero-subtitle {
        font-size: 0.9em;
    }
    .page-news-industry-insights__btn {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .page-news-industry-insights__button-group {
        flex-direction: column;
    }
}