/**
 * MPFoundation About Page Styles - Professional Version
 * Modern, accessible, and readable design
 */

/* ===================================================================
   BASE STYLES & TYPOGRAPHY
   =================================================================== */

.mpf-about-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    line-height: 1.7 !important;
    color: #1f2937 !important;
    background-color: #ffffff !important;
}

.mpf-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

@media (min-width: 640px) {
    .mpf-container {
        padding: 0 2rem;
    }
}

/* ===================================================================
   HERO SECTION - IMPROVED VISIBILITY
   =================================================================== */

.mpf-about-hero {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    padding: 1rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mpf-about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="80" cy="80" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.4;
    pointer-events: none;
}

.mpf-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.mpf-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    color: white !important;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

@media (min-width: 640px) {
    .mpf-hero-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .mpf-hero-title {
        font-size: 4rem;
    }
}

.mpf-hero-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    color: rgba(255, 255, 255, 0.95) !important;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

@media (min-width: 640px) {
    .mpf-hero-subtitle {
        font-size: 1.25rem;
    }
}

/* ===================================================================
   SECTION HEADERS - BETTER READABILITY
   =================================================================== */

.mpf-section-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mpf-section-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937 !important;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .mpf-section-header h2 {
        font-size: 2.5rem;
    }
}

.mpf-section-header .subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563eb !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.mpf-section-header p {
    font-size: 1.125rem;
    color: #6b7280 !important;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ===================================================================
   CONTENT SECTIONS WITH PROPER SPACING
   =================================================================== */

.mpf-section {
    padding: 4rem 0;
    position: relative;
}

@media (min-width: 768px) {
    .mpf-section {
        padding: 6rem 0;
    }
}

.mpf-section-alt {
    background-color: #f9fafb;
}

/* Mission Section */
.mpf-mission-section {
    padding: 4rem 0;
}

.mpf-mission-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .mpf-mission-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

.mpf-mission-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937 !important;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .mpf-mission-content h2 {
        font-size: 2.25rem;
    }
}

.mpf-mission-highlight {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2563eb !important;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.mpf-mission-content p {
    font-size: 1rem;
    color: #4b5563 !important;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.mpf-mission-content p:last-child {
    margin-bottom: 0;
}

.mpf-mission-cta {
    margin-top: 2rem;
}

/* ===================================================================
   STATS SECTION - IMPROVED VISIBILITY
   =================================================================== */

.mpf-stats-section {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
}

.mpf-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stats-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23stats-pattern)"/></svg>');
    opacity: 0.3;
}

.mpf-stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 640px) {
    .mpf-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media (min-width: 1024px) {
    .mpf-stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.mpf-stat-item {
    padding: 2rem 1rem;
}

.mpf-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: white !important;
    line-height: 1;
    margin-bottom: 0.75rem;
    display: block;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@media (min-width: 640px) {
    .mpf-stat-number {
        font-size: 3.5rem;
    }
}

.mpf-stat-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.4;
}

/* ===================================================================
   TEAM/VALUES SECTION
   =================================================================== */

.mpf-values-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.mpf-values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .mpf-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media (min-width: 1024px) {
    .mpf-values-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.mpf-value-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 200ms ease-in-out;
}

.mpf-value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #2563eb;
}

.mpf-value-icon {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.mpf-value-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937 !important;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.mpf-value-item p {
    font-size: 0.875rem;
    color: #6b7280 !important;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ===================================================================
   CALL-TO-ACTION SECTION
   =================================================================== */

.mpf-cta-section {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
    position: relative;
}

.mpf-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="white" opacity="0.1"/><circle cx="70" cy="70" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
    opacity: 0.3;
}

.mpf-cta-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.mpf-cta-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: white !important;
    margin-bottom: 1rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .mpf-cta-content h2 {
        font-size: 2.5rem;
    }
}

.mpf-cta-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95) !important;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* ===================================================================
   BUTTONS - PROFESSIONAL STYLING
   =================================================================== */

.mpf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.mpf-btn:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.mpf-btn-primary {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
}

.mpf-btn-primary:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: white;
}

.mpf-btn-secondary {
    background-color: #059669;
    color: white;
    border-color: #059669;
}

.mpf-btn-secondary:hover {
    background-color: #047857;
    border-color: #047857;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: white;
}

.mpf-btn-outline {
    background-color: transparent;
    color: white;
    border-color: white;
}

.mpf-btn-outline:hover {
    background-color: white;
    color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.mpf-btn i {
    margin-left: 0.5rem;
    font-size: 0.875rem;
}

/* ===================================================================
   RESPONSIVE MOBILE OPTIMIZATIONS
   =================================================================== */

@media (max-width: 767px) {
    .mpf-about-hero {
        padding: 4rem 0;
        min-height: 50vh;
    }
    
    .mpf-hero-title {
        font-size: 2rem;
    }
    
    .mpf-hero-subtitle {
        font-size: 1rem;
    }
    
    .mpf-section {
        padding: 3rem 0;
    }
    
    .mpf-section-header {
        margin-bottom: 2.5rem;
    }
    
    .mpf-section-header h2 {
        font-size: 1.75rem;
    }
    
    .mpf-container {
        padding: 0 1rem;
    }
    
    .mpf-mission-grid {
        gap: 2rem;
    }
    
    .mpf-stats-grid {
        gap: 2rem;
    }
    
    .mpf-values-grid {
        gap: 1.5rem;
    }
    
    .mpf-value-item {
        padding: 1.5rem 1rem;
    }
}

/* ===================================================================
   ACCESSIBILITY IMPROVEMENTS
   =================================================================== */

@media (prefers-contrast: high) {
    .mpf-hero-title,
    .mpf-hero-subtitle,
    .mpf-stat-number,
    .mpf-stat-label {
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    }
    
    .mpf-value-item {
        border: 2px solid #1f2937;
    }
    
    .mpf-btn {
        border-width: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mpf-value-item,
    .mpf-btn {
        transition: none;
    }
    
    .mpf-value-item:hover,
    .mpf-btn:hover {
        transform: none;
    }
}

/* Focus indicators for keyboard navigation */
.mpf-value-item:focus-within {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* Screen reader only content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mpf-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.mpf-stat {
    text-align: center;
}

.mpf-stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.mpf-stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Section Headers */
.mpf-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.mpf-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 14px;
}

.mpf-section-subtitle {
    font-size: 1.05rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Our Story Section */
.mpf-our-story {
    padding: 60px 0;
    background: white;
}

.mpf-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.mpf-story-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mpf-story-content h2 i {
    color: #207dad;
    font-size: 1.5rem;
}

.mpf-story-lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: #207dad;
    margin-bottom: 24px;
    line-height: 1.5;
}

.mpf-story-content p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.mpf-story-cta {
    margin-top: 32px;
}

.mpf-story-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.mpf-story-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.mpf-story-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 32px;
}

.mpf-overlay-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.mpf-overlay-content p {
    opacity: 0.9;
    margin: 0;
}

/* Mission, Vision & Values */
.mpf-mission-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mpf-mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.mpf-mvv-card {
    background: white;
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.mpf-mvv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

.mpf-mvv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #207dad, #1e6aa0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: white;
    font-size: 2rem;
}

.mpf-mvv-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.mpf-mvv-card p {
    color: #6c757d;
    line-height: 1.7;
}

.mpf-mvv-card ul {
    text-align: left;
    color: #6c757d;
    line-height: 1.7;
    padding-left: 0;
    list-style: none;
}

.mpf-mvv-card li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.mpf-mvv-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #207dad;
    font-weight: bold;
}

/* What We Do Section */
.mpf-what-we-do {
    padding: 60px 0;
    background: white;
}

.mpf-programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.mpf-program-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.mpf-program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

.mpf-program-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.mpf-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mpf-program-card:hover .mpf-program-image img {
    transform: scale(1.05);
}

.mpf-program-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(40, 167, 69, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
}

.mpf-program-content {
    padding: 28px;
}

.mpf-program-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.mpf-program-content p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.mpf-program-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #207dad;
    font-weight: 500;
    font-size: 0.9rem;
}

.mpf-program-stats i {
    font-size: 1rem;
}

/* Impact Statistics */
.mpf-impact-stats {
    padding: 60px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
}

.mpf-impact-stats .mpf-section-title,
.mpf-impact-stats .mpf-section-subtitle {
    color: white;
}

.mpf-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.mpf-impact-card {
    text-align: center;
    padding: 32px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.mpf-impact-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.15);
}

.mpf-impact-icon {
    font-size: 3rem;
    color: #1e6aa0;
    margin-bottom: 20px;
}

.mpf-impact-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.mpf-impact-label {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1e6aa0;
}

.mpf-impact-description {
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.5;
}

/* Team Section */
.mpf-team-section {
    padding: 60px 0;
    background: white;
}

.mpf-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.mpf-team-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.mpf-team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

.mpf-team-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.mpf-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mpf-team-card:hover .mpf-team-image img {
    transform: scale(1.05);
}

.mpf-team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(40, 167, 69, 0.9));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.mpf-team-card:hover .mpf-team-overlay {
    opacity: 1;
}

.mpf-social-links {
    display: flex;
    gap: 16px;
}

.mpf-social-links a {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #207dad;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mpf-social-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.mpf-team-content {
    padding: 28px;
    text-align: center;
}

.mpf-team-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.mpf-team-role {
    color: #207dad;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mpf-team-content p {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Partnerships Section */
.mpf-partnerships {
    padding: 60px 0;
    background: #f8f9fa;
}

.mpf-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.mpf-partner-card {
    background: white;
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.mpf-partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.mpf-partner-logo {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #207dad, #1e6aa0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.mpf-partner-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.mpf-partner-card p {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Awards Section */
.mpf-awards {
    padding: 60px 0;
    background: white;
}

.mpf-awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.mpf-award-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
}

.mpf-award-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

.mpf-award-icon {
    font-size: 3rem;
    color: #ffd700;
    margin-bottom: 20px;
}

.mpf-award-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.mpf-award-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mpf-award-year {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #207dad;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Get Involved CTA */
.mpf-get-involved {
    padding: 60px 0;
    background: linear-gradient(135deg, #207dad 0%, #1e6aa0 100%);
    color: white;
    text-align: center;
}

.mpf-cta-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.mpf-cta-content p {
    font-size: 1.15rem;
    margin-bottom: 32px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.mpf-cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.mpf-contact-info {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.mpf-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
    font-size: 0.95rem;
}

.mpf-contact-item i {
    color: #1e6aa0;
    font-size: 1.1rem;
}

/* Buttons */
.mpf-btn-primary,
.mpf-btn-secondary,
.mpf-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 0.95rem;
}

.mpf-btn-primary {
    background: rgba(255,255,255,0.2);
    color: white;
    border-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.mpf-btn-primary:hover {
    background: white;
    color: #207dad;
    text-decoration: none;
    transform: translateY(-2px);
}

.mpf-btn-secondary {
    background: rgba(44, 62, 80, 0.9);
    color: white;
    border-color: rgba(44, 62, 80, 0.9);
}

.mpf-btn-secondary:hover {
    background: #2c3e50;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.mpf-btn-outline {
    background: transparent;
    color: white;
    border-color: white;
}

.mpf-btn-outline:hover {
    background: white;
    color: #207dad;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mpf-container {
        padding: 0 16px;
    }
    
    .mpf-about-hero {
        padding: 45px 0;
    }
    
    .mpf-hero-title {
        font-size: 2.2rem;
    }
    
    .mpf-hero-stats {
        gap: 24px;
    }
    
    .mpf-section-title {
        font-size: 1.9rem;
    }
    
    .mpf-our-story,
    .mpf-mission-section,
    .mpf-what-we-do,
    .mpf-impact-stats,
    .mpf-team-section,
    .mpf-partnerships,
    .mpf-awards,
    .mpf-get-involved {
        padding: 45px 0;
    }
    
    .mpf-story-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .mpf-story-image {
        order: -1;
    }
    
    .mpf-mvv-grid,
    .mpf-programs-grid,
    .mpf-stats-grid,
    .mpf-team-grid,
    .mpf-partners-grid,
    .mpf-awards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .mpf-cta-actions {
        flex-direction: column;
        gap: 16px;
    }
    
    .mpf-contact-info {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .mpf-container {
        padding: 0 14px;
    }
    
    .mpf-about-hero {
        padding: 35px 0;
    }
    
    .mpf-hero-title {
        font-size: 1.9rem;
    }
    
    .mpf-section-title {
        font-size: 1.7rem;
    }
    
    .mpf-hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .mpf-mvv-card,
    .mpf-program-content,
    .mpf-team-content,
    .mpf-partner-card,
    .mpf-award-card {
        padding: 24px 20px;
    }
    
    .mpf-story-image img,
    .mpf-team-image {
        height: 250px;
    }
}

/* Animation utilities */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Styles */
.mpf-btn-primary:focus,
.mpf-btn-secondary:focus,
.mpf-btn-outline:focus {
    outline: 3px solid rgba(40, 167, 69, 0.5);
    outline-offset: 2px;
}
