/* style/industry-news-analysis-market-trends-deep-analysis.css */
.page-industry-news-analysis-market-trends-deep-analysis {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text on dark background */
    background-color: #0A192F; /* Main dark blue background */
    line-height: 1.6;
}

.page-industry-news-analysis-market-trends-deep-analysis .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-analysis-market-trends-deep-analysis .hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-industry-news-analysis-market-trends-deep-analysis .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Golden yellow for emphasis */
    font-weight: bold;
    line-height: 1.2;
}

.page-industry-news-analysis-market-trends-deep-analysis .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #B0C4DE; /* Light blue for secondary text */
}

.page-industry-news-analysis-market-trends-deep-analysis .highlight-text {
    color: #FFD700;
    font-weight: bold;
}

.page-industry-news-analysis-market-trends-deep-analysis .cta-button {
    display: inline-block;
    background-color: #FFD700; /* Golden yellow */
    color: #0A192F; /* Dark blue text on golden button */
    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;
}

.page-industry-news-analysis-market-trends-deep-analysis .cta-button:hover {
    background-color: #e6c200; /* Slightly darker yellow on hover */
    transform: translateY(-3px);
}

.page-industry-news-analysis-market-trends-deep-analysis .content-block {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-industry-news-analysis-market-trends-deep-analysis .content-block:last-of-type {
    border-bottom: none;
}

.page-industry-news-analysis-market-trends-deep-analysis .section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.page-industry-news-analysis-market-trends-deep-analysis .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-industry-analysis-market-trends-deep-analysis p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #B0C4DE;
}

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

.page-industry-news-analysis-market-trends-deep-analysis .content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news-analysis-market-trends-deep-analysis .trend-item {
    background-color: #1A2B42; /* Slightly lighter dark blue for content blocks */
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-analysis-market-trends-deep-analysis .trend-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-industry-news-analysis-market-trends-deep-analysis .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-news-analysis-market-trends-deep-analysis .feature-card {
    background-color: #1A2B42;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-industry-news-analysis-market-trends-deep-analysis .feature-card:hover {
    transform: translateY(-5px);
}

.page-industry-news-analysis-market-trends-deep-analysis .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-industry-news-analysis-market-trends-deep-analysis .feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-industry-news-analysis-market-trends-deep-analysis .feature-card p {
    font-size: 1em;
    color: #B0C4DE;
}

.page-industry-news-analysis-market-trends-deep-analysis .cta-buttons-group {
    text-align: center;
    margin-top: 50px;
}

.page-industry-news-analysis-market-trends-deep-analysis .primary-button {
    background-color: #FFD700;
    color: #0A192F;
    margin-right: 20px;
}

.page-industry-news-analysis-market-trends-deep-analysis .secondary-button {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-industry-news-analysis-market-trends-deep-analysis .secondary-button:hover {
    background-color: #FFD700;
    color: #0A192F;
}

.page-industry-news-analysis-market-trends-deep-analysis .faq-section {
    background-color: #0A192F;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion {
    max-width: 900px;
    margin: 0 auto;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-item {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-header {
    background-color: #1A2B42;
    color: #FFD700;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-header.active {
    background-color: #2a405c;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-content {
    padding: 0 25px;
    background-color: #0A192F;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-content.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-content p {
    color: #B0C4DE;
    margin-bottom: 15px;
}

.page-industry-news-analysis-market-trends-deep-analysis .accordion-content .small-button {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
}

.page-industry-news-analysis-market-trends-deep-analysis .call-to-action-section {
    text-align: center;
    background-color: #1A2B42;
    padding: 80px 0;
}

.page-industry-news-analysis-market-trends-deep-analysis .call-to-action-section .section-title {
    color: #FFD700;
}

.page-industry-news-analysis-market-trends-deep-analysis .call-to-action-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #B0C4DE;
}

.page-industry-news-analysis-market-trends-deep-analysis .call-to-action-section .large-button {
    padding: 18px 40px;
    font-size: 1.3em;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-industry-news-analysis-market-trends-deep-analysis .hero-title {
        font-size: 2.5em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .hero-subtitle {
        font-size: 1.1em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .section-title {
        font-size: 2em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .trend-title {
        font-size: 1.5em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .features-grid {
        grid-template-columns: 1fr;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .cta-buttons-group .cta-button {
        display: block;
        margin: 15px auto;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .primary-button {
        margin-right: 0;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .accordion-content.active {
        padding: 15px 20px;
    }
}

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

    .page-industry-news-analysis-market-trends-deep-analysis .hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .section-title {
        font-size: 1.8em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis p {
        font-size: 0.95em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .feature-title {
        font-size: 1.3em;
    }

    .page-industry-news-analysis-market-trends-deep-analysis .call-to-action-section .large-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}