/* Infrastructure Gap Section Styling */
.infrastructure-gap {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
}

.infrastructure-gap .alert {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 0;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.15);
}

.infrastructure-gap .alert h3 {
    color: #856404;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.infrastructure-gap .alert h3 i {
    margin-right: 10px;
    color: #dc3545;
}

.infrastructure-gap .alert h4 {
    color: #495057;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 8px;
}

.infrastructure-solution {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    border-radius: 10px;
    padding: 20px;
}

.infrastructure-solution h4 {
    color: #155724;
    font-weight: 700;
    margin-bottom: 15px;
}

.infrastructure-solution h4 i {
    margin-right: 10px;
    color: #28a745;
}

.infrastructure-solution p {
    color: #155724;
    margin-bottom: 0;
    font-weight: 500;
}

/* Implementation Investment Section */
.implementation-investment {
    padding: 60px 0;
}

.investment-intro {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 15px;
    border: 2px solid var(--primary-color);
}

.investment-intro h3 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.investment-intro p {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 0;
}

.phase-section {
    background: #f8f9fa;
    border: 2px solid var(--primary-color);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.phase-section h3 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.phase-description {
    font-style: italic;
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.phase-section h4 {
    color: var(--text-color);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.phase-section .table {
    margin-top: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.phase-section .table th {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    border: none;
    padding: 15px;
}

.phase-section .table td {
    padding: 15px;
    border-color: #dee2e6;
    vertical-align: middle;
}

.phase-section .table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.why-this-works {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border: 2px solid #17a2b8;
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
}

.why-this-works h3 {
    color: #0c5460;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.why-this-works .check-list li {
    color: #0c5460;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Enhanced styling for phase sections */
.phase-i-section {
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    border-color: #28a745;
}

.phase-i-section h3 {
    color: #155724;
}

.phase-ii-section {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-color: #ffc107;
}

.phase-ii-section h3 {
    color: #856404;
}

