/* style/news-market-analysis-reports.css */
.page-news-market-analysis-reports {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light text for dark backgrounds */
    line-height: 1.6;
    background-color: #0A2239; /* Main dark background */
}

.page-news-market-analysis-reports__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-news-market-analysis-reports__hero {
    background: linear-gradient(135deg, #0A2239 0%, #1A3A54 100%); /* Dark gradient */
    padding: 100px 0 80px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #E0B400; /* Auxiliary color border */
}

.page-news-market-analysis-reports__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue]');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.page-news-market-analysis-reports__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E0B400; /* Auxiliary color for emphasis */
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-news-market-analysis-reports__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-news-market-analysis-reports__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-news-market-analysis-reports__btn--primary {
    background-color: #E0B400; /* Auxiliary color */
    color: #0A2239; /* Dark text for auxiliary background */
    border: 2px solid #E0B400;
}

.page-news-market-analysis-reports__btn--primary:hover {
    background-color: #ffc800;
    border-color: #ffc800;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(224, 180, 0, 0.3);
}

.page-news-market-analysis-reports__btn--secondary {
    background-color: transparent;
    color: #E0B400; /* Auxiliary color */
    border: 2px solid #E0B400;
}

.page-news-market-analysis-reports__btn--secondary:hover {
    background-color: #E0B400;
    color: #0A2239; /* Dark text for auxiliary background */
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(224, 180, 0, 0.3);
}

.page-news-market-analysis-reports__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(224, 180, 0, 0.1);
}

.page-news-market-analysis-reports__section--alt-bg {
    background-color: #1A3A54; /* Slightly lighter dark blue */
}

.page-news-market-analysis-reports__section-title {
    font-size: 2.5em;
    color: #E0B400; /* Auxiliary color */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-news-market-analysis-reports__sub-title {
    font-size: 1.8em;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 4px solid #E0B400;
    padding-left: 15px;
}

.page-news-market-analysis-reports__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-news-market-analysis-reports__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-news-market-analysis-reports__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-news-market-analysis-reports__list li strong {
    color: #E0B400;
}

.page-news-market-analysis-reports__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-news-market-analysis-reports__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border: 2px solid #E0B400;
}

.page-news-market-analysis-reports__image-caption {
    margin-top: 15px;
    font-style: italic;
    color: #b0b0b0;
    font-size: 0.95em;
}

.page-news-market-analysis-reports__cta-section {
    background-color: #0A2239;
    padding: 80px 0;
    text-align: center;
    border-top: 3px solid #E0B400;
}

.page-news-market-analysis-reports__cta-content {
    max-width: 900px;
}

.page-news-market-analysis-reports__cta-title {
    font-size: 2.8em;
    color: #E0B400; /* Auxiliary color */
    margin-bottom: 25px;
    font-weight: bold;
}

.page-news-market-analysis-reports__cta-description {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.page-news-market-analysis-reports__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-news-market-analysis-reports .highlight {
    color: #E0B400;
    font-weight: bold;
}

/* Floating Promotion */
.page-news-market-analysis-reports__floating-promo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #E0B400; /* Auxiliary color */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
}

.page-news-market-analysis-reports__floating-promo-link {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: #0A2239; /* Dark text for auxiliary background */
    font-weight: bold;
    font-size: 1.1em;
    gap: 10px;
}

.page-news-market-analysis-reports__floating-promo-link:hover {
    background-color: #ffc800;
    border-radius: 10px;
}

.page-news-market-analysis-reports__floating-promo-cta {
    background-color: #0A2239; /* Main dark color */
    color: #E0B400; /* Auxiliary color */
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 0.9em;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

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

    .page-news-market-analysis-reports__hero-subtitle,
    .page-news-market-analysis-reports__cta-description {
        font-size: 1.2em;
    }

    .page-news-market-analysis-reports__section-title {
        font-size: 2em;
    }

    .page-news-market-analysis-reports__sub-title {
        font-size: 1.5em;
    }

    .page-news-market-analysis-reports__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-news-market-analysis-reports__cta-title {
        font-size: 2.2em;
    }

    .page-news-market-analysis-reports__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-news-market-analysis-reports__floating-promo {
        bottom: 15px;
        right: 15px;
        left: 15px; /* Make it full width on mobile */
        width: auto;
    }

    .page-news-market-analysis-reports__floating-promo-link {
        font-size: 0.9em;
        justify-content: space-between;
        padding: 10px 15px;
    }
    .page-news-market-analysis-reports__floating-promo-text {
        flex-grow: 1;
    }
}

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

    .page-news-market-analysis-reports__hero-subtitle {
        font-size: 1em;
    }

    .page-news-market-analysis-reports__section-title {
        font-size: 1.8em;
    }

    .page-news-market-analysis-reports__sub-title {
        font-size: 1.3em;
    }

    .page-news-market-analysis-reports__cta-title {
        font-size: 1.8em;
    }

    .page-news-market-analysis-reports__paragraph,
    .page-news-market-analysis-reports__list li {
        font-size: 1em;
    }
}