/* ========================================
   UGANDA INVESTMENT OUTLOOK PAGE
   Institutional-Grade Design | Brand Colors Only
   Montserrat Font | International Aesthetic
   ======================================== */

/* Section Subtitle */
.section-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4d6db8;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

/* Outlook Grid */
.outlook-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin: 3rem 0;
}

/* Outlook Cards */
.outlook-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 4px solid #4d6db8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.outlook-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(77, 109, 184, 0.15);
}

.outlook-icon {
    margin-bottom: 1.5rem;
}

.outlook-icon svg {
    width: 48px;
    height: 48px;
}

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

.outlook-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #2c2c2c;
    font-family: 'Montserrat', sans-serif;
}

/* Chart Section */
.chart-section {
    margin: 4rem 0;
    padding: 3rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

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

.chart-wrapper-large {
    max-width: 100%;
    height: 350px;
}

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

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

.framework-step {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-align: center;
}

.framework-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(77, 109, 184, 0.15);
}

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

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

.framework-step p {
    font-size: 1rem;
    line-height: 1.7;
    color: #2c2c2c;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

/* Outlook CTA */
.outlook-cta {
    background: linear-gradient(135deg, #272147 0%, #3a316a 100%);
    padding: 4rem 3rem;
    border-radius: 12px;
    text-align: center;
    margin-top: 4rem;
}

.outlook-cta h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

.outlook-cta p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    max-width: 900px;
    margin: 0 auto 2.5rem;
    font-family: 'Montserrat', sans-serif;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Content Grid Enhancements */
.content-grid {
    max-width: 900px;
    margin: 3rem auto;
}

.content-grid p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
    font-family: 'Montserrat', sans-serif;
}

.content-grid strong {
    color: #272147;
    font-weight: 700;
}

/* Feature Image Section */
.feature-image-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin: 4rem 0;
}

.feature-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #272147;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

.feature-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
    font-family: 'Montserrat', sans-serif;
}

.feature-content strong {
    color: #272147;
    font-weight: 700;
}

.feature-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.feature-image:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 991px) {
    .outlook-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .framework-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .feature-image-section {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .chart-section {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .outlook-card,
    .framework-step {
        padding: 2rem 1.5rem;
    }
    
    .chart-section {
        padding: 2rem 1.5rem;
    }
    
    .chart-wrapper-large {
        height: 300px;
    }
    
    .outlook-cta {
        padding: 3rem 2rem;
    }
    
    .outlook-cta h3 {
        font-size: 1.6rem;
    }
    
    .outlook-cta p {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-buttons .btn {
        width: 100%;
    }
}
