/* style/industry-news-market-report.css */
.page-industry-news-market-report {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

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

.page-industry-news-market-report__hero-section {
    background: linear-gradient(135deg, #007bff, #4da3ff);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-market-report__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="100%25" height="100%25" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%230056b3" d="M0 100h100V0H0z"/%3E%3Cpath fill="%23007bff" d="M0 0h100v20H0zM0 40h100v20H0zM0 80h100v20H0z" opacity="0.1"/%3E%3C/svg%3E') repeat;
    background-size: 20px 20px;
    opacity: 0.1;
}

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

.page-industry-news-market-report__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #e0f2ff;
}

.page-industry-news-market-report__hero-image-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-industry-news-market-report__hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-industry-news-market-report__cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #333;
    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;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-market-report__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    color: #000;
}

.page-industry-news-market-report__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

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

.page-industry-news-market-report__sub-title {
    font-size: 1.8em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.page-industry-news-market-report__text-content {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #495057;
    text-align: justify;
}

.page-industry-news-market-report__introduction-section,
.page-industry-news-market-report__key-findings-section,
.page-industry-news-market-report__future-outlook-section,
.page-industry-news-market-report__conclusion-section,
.page-industry-news-market-report__related-content {
    padding: 40px 0;
}

.page-industry-news-market-report__key-findings-section {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.page-industry-news-market-report__grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-news-market-report__grid-item {
    background-color: #fefefe;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-industry-news-market-report__grid-item:hover {
    transform: translateY(-5px);
}

.page-industry-news-market-report__content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-industry-news-market-report__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 15px;
    color: #495057;
}

.page-industry-news-market-report__list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-industry-news-market-report__image-full-width {
    margin-top: 40px;
    text-align: center;
}

.page-industry-news-market-report__image-full-width .page-industry-news-market-report__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-industry-news-market-report__cta-button--bottom {
    margin-top: 50px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.page-industry-news-market-report__related-content {
    background-color: #e9f5ff;
}

.page-industry-news-market-report__related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.page-industry-news-market-report__related-item {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-industry-news-market-report__related-item:hover {
    transform: translateY(-5px);
}

.page-industry-news-market-report__related-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.page-industry-news-market-report__related-title {
    font-size: 1.4em;
    margin: 15px 15px 10px;
    color: #007bff;
}

.page-industry-news-market-report__related-title a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease;
}

.page-industry-news-market-report__related-title a:hover {
    color: #0056b3;
}

.page-industry-news-market-report__related-description {
    font-size: 0.95em;
    color: #666;
    padding: 0 15px 20px;
}

.page-industry-news-market-report__copyright {
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9em;
    color: #777;
    background-color: #f0f0f0;
    border-top: 1px solid #e0e0e0;
}

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

    .page-industry-news-market-report__hero-subtitle {
        font-size: 1.2em;
    }

    .page-industry-news-market-report__section-title {
        font-size: 2em;
    }

    .page-industry-news-market-report__sub-title {
        font-size: 1.5em;
    }

    .page-industry-news-market-report__grid-container {
        grid-template-columns: 1fr;
    }

    .page-industry-news-market-report__related-grid {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

    .page-industry-news-market-report__sub-title {
        font-size: 1.3em;
    }

    .page-industry-news-market-report__text-content,
    .page-industry-news-market-report__list li {
        font-size: 0.95em;
    }
}