/* ========================================
   INVESTMENT OUTLOOK - INSTITUTIONAL REFINEMENT
   Executive-Level | Data-Driven | Investment-Grade
   Brand Colors Only | Proportional Design
   ======================================== */

/* Refined Stat Highlight Cards - More Institutional */
.stat-highlight-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2rem 1.75rem;
    border-radius: 8px;
    text-align: center;
    border-left: 3px solid #4d6db8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(77, 109, 184, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.stat-highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(77, 109, 184, 0.15);
    border-left-color: #728bc7;
}

.stat-number {
    font-size: 3.2rem;
    font-weight: 700;
    color: #272147;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 10;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4d6db8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 10;
}

.stat-description {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    margin: 0;
}

/* Institutional Data Blocks - Bold Statistics */
.data-highlight-section {
    background: linear-gradient(135deg, #272147 0%, #3a316a 100%);
    padding: 3.5rem 2.5rem;
    border-radius: 10px;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
}

.data-highlight-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(114, 139, 199, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.data-highlight-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
}

.data-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    position: relative;
    z-index: 10;
}

.data-metric {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.data-metric:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}

.data-metric-value {
    font-size: 2.6rem;
    font-weight: 700;
    color: #96a9d5;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.data-metric-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.data-metric-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.4;
}

/* Refined Insight Blocks - Better Structure */
.insight-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    margin: 2.5rem 0;
}

.insight-block {
    background: #ffffff;
    padding: 1.75rem;
    border-radius: 6px;
    border-left: 3px solid #4d6db8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.insight-block:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.insight-block h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #272147;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-bottom: 0.5rem;
}

.insight-block h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #4d6db8, transparent);
}

.insight-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.insight-block li {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 0.65rem;
    padding-left: 1.5rem;
    position: relative;
}

.insight-block li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4d6db8;
    font-weight: 700;
    font-size: 0.95rem;
}

/* Section Background Alternation - Institutional Feel */
.section-light {
    background: #ffffff;
    position: relative;
}

.section-off-white {
    background: linear-gradient(180deg, #fafbfc 0%, #f5f6f8 100%);
    position: relative;
}

.section-dark {
    background: linear-gradient(135deg, #272147 0%, #3a316a 100%);
    color: #ffffff;
    position: relative;
}

.section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 20% 30%, rgba(114, 139, 199, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 70%, rgba(77, 109, 184, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.section-dark .container {
    position: relative;
    z-index: 10;
}

/* Section Dividers - Subtle Professional */
.section-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #4d6db8, transparent);
    margin: 0 auto 2.5rem;
    opacity: 0.4;
}

/* Chart Section Enhancement */
.chart-section {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    border: 1px solid rgba(77, 109, 184, 0.08);
    border-radius: 10px;
    padding: 2.5rem;
    margin: 3rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.chart-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #272147;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.chart-wrapper-large {
    position: relative;
    height: 320px;
    max-width: 100%;
}

.chart-wrapper-large canvas {
    max-height: 320px;
}

/* Section Title & Intro Refinement */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #272147;
    margin-bottom: 1.25rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.section-dark .section-title {
    color: #ffffff;
}

.section-subtitle {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4d6db8;
    margin-bottom: 0.75rem;
    text-align: center;
}

.section-dark .section-subtitle {
    color: #96a9d5;
}

.section-intro {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 3rem;
    color: #2c2c2c;
}

.section-dark .section-intro {
    color: rgba(255, 255, 255, 0.9);
}

/* Infographic Style Blocks */
.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    margin: 3rem 0;
}

.info-card {
    text-align: center;
    padding: 1.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.info-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.info-icon-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4d6db8 0%, #728bc7 100%);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
}

.info-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.info-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
}

/* Framework Grid Refinement */
.framework-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}

.framework-step {
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.framework-step:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.step-number-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #4d6db8, #728bc7);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 1.25rem;
    font-family: 'Montserrat', sans-serif;
}

.framework-step h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #272147;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.framework-step ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.framework-step li {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 0.65rem;
    padding-left: 1.5rem;
    position: relative;
}

.framework-step li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4d6db8;
    font-weight: 700;
    font-size: 1.2rem;
}

/* CTA Section Refinement */
.outlook-cta {
    background: linear-gradient(135deg, #272147 0%, #3a316a 100%);
    padding: 3.5rem 2.5rem;
    border-radius: 10px;
    text-align: center;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
}

.outlook-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(114, 139, 199, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.outlook-cta h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 10;
}

.outlook-cta p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 10;
}

.cta-buttons {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .stat-highlight-grid,
    .data-metric-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .insight-blocks {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .framework-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.6rem;
    }
    
    .data-metric-value {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .info-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .data-highlight-section,
    .outlook-cta {
        padding: 2.5rem 1.75rem;
    }
    
    .stat-number {
        font-size: 2.4rem;
    }
    
    .section-title {
        font-size: 1.9rem;
    }
    
    .chart-wrapper-large {
        height: 280px;
    }
}

/* Ensure Proper Section Spacing */
.section {
    padding: 5rem 0;
}

@media (max-width: 767px) {
    .section {
        padding: 3.5rem 0;
    }
}
