/* Modern About Section - Google Inspired */

.about-modern {
    background: #ffffff;
    padding: var(--section-padding) 0;
    position: relative;
    overflow: hidden;
}

/* Cloud network illustration - full section background */
.about-modern::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cdefs%3E%3Cstyle%3Ecircle%7Bfill:%232563eb%7Dline%7Bstroke:%232563eb;stroke-width:1.5%7D%3C/style%3E%3C/defs%3E%3C!-- Cloud shape --%3E%3Cpath d='M150 220c0-44 36-80 80-80 35 0 65 23 76 54 8-5 18-8 28-8 33 0 60 27 60 60s-27 60-60 60H170c-33 0-60-27-60-60 0-10 3-20 7-28z' fill='%232563eb' opacity='0.15'/%3E%3Cpath d='M150 220c0-44 36-80 80-80 35 0 65 23 76 54 8-5 18-8 28-8 33 0 60 27 60 60s-27 60-60 60H170c-33 0-60-27-60-60 0-10 3-20 7-28z' fill='none' stroke='%232563eb' stroke-width='2'/%3E%3C!-- Connection lines --%3E%3Cline x1='250' y1='310' x2='250' y2='380'/%3E%3Cline x1='250' y1='310' x2='150' y2='380'/%3E%3Cline x1='250' y1='310' x2='350' y2='380'/%3E%3Cline x1='150' y1='380' x2='80' y2='430'/%3E%3Cline x1='150' y1='380' x2='200' y2='440'/%3E%3Cline x1='350' y1='380' x2='300' y2='440'/%3E%3Cline x1='350' y1='380' x2='420' y2='430'/%3E%3Cline x1='250' y1='380' x2='250' y2='440'/%3E%3C!-- Top connections --%3E%3Cline x1='200' y1='140' x2='120' y2='90'/%3E%3Cline x1='300' y1='140' x2='380' y2='90'/%3E%3Cline x1='250' y1='140' x2='250' y2='70'/%3E%3Cline x1='120' y1='90' x2='60' y2='120'/%3E%3Cline x1='380' y1='90' x2='440' y2='120'/%3E%3C!-- Side connections --%3E%3Cline x1='140' y1='250' x2='60' y2='250'/%3E%3Cline x1='370' y1='250' x2='440' y2='250'/%3E%3Cline x1='60' y1='250' x2='30' y2='310'/%3E%3Cline x1='440' y1='250' x2='470' y2='310'/%3E%3C!-- Nodes (circles) --%3E%3Ccircle cx='250' cy='380' r='10'/%3E%3Ccircle cx='150' cy='380' r='10'/%3E%3Ccircle cx='350' cy='380' r='10'/%3E%3Ccircle cx='80' cy='430' r='8'/%3E%3Ccircle cx='200' cy='440' r='8'/%3E%3Ccircle cx='250' cy='440' r='8'/%3E%3Ccircle cx='300' cy='440' r='8'/%3E%3Ccircle cx='420' cy='430' r='8'/%3E%3Ccircle cx='120' cy='90' r='10'/%3E%3Ccircle cx='380' cy='90' r='10'/%3E%3Ccircle cx='250' cy='70' r='10'/%3E%3Ccircle cx='60' cy='120' r='8'/%3E%3Ccircle cx='440' cy='120' r='8'/%3E%3Ccircle cx='60' cy='250' r='10'/%3E%3Ccircle cx='440' cy='250' r='10'/%3E%3Ccircle cx='30' cy='310' r='8'/%3E%3Ccircle cx='470' cy='310' r='8'/%3E%3C/svg%3E");
}

/* Mission Statement */
.about-mission {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.about-mission-title {
    font-size: var(--h2-size);
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.3;
    margin-bottom: 24px;
}

.about-mission-desc {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Impact Statement */
.about-impact {
    margin-bottom: 80px;
}

.about-impact-text {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.5;
    margin-bottom: 0;
}

.about-stats {
    display: flex;
    justify-content: space-around;
    gap: 24px;
}

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

.stat-number {
    font-size: var(--h1-size);
    font-weight: 500;
    color: var(--sn-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: var(--small-size);
    font-weight: 400;
    color: var(--text-secondary);
}

/* Commitment Section */
.about-commitment {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 60px 0;
    border-top: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
}

.commitment-title {
    font-size: 32px;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.commitment-desc {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* Values Grid */
.about-values {
    margin-bottom: 80px;
}

.value-card {
    text-align: center;
    padding: 32px 20px;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-4px);
}

.value-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f0fe 0%, #d2e3fc 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
}

.value-icon i {
    font-size: 32px;
    color: #1967d2;
}

.value-title {
    font-size: 18px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 12px;
}

.value-desc {
    font-size: 14px;
    font-weight: 400;
    color: #5f6368;
    line-height: 1.5;
    margin: 0;
}

/* Quote Section */
.about-quote {
    background: #f8f9fa;
    border-left: 4px solid #1a73e8;
    padding: 40px;
    margin-bottom: 80px;
    border-radius: 8px;
}

.quote-content {
    max-width: 800px;
    margin: 0 auto;
}

.quote-text {
    font-size: 20px;
    font-style: italic;
    color: #202124;
    line-height: 1.6;
    margin-bottom: 20px;
}

.quote-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quote-author strong {
    font-size: 16px;
    font-weight: 500;
    color: #202124;
}

.quote-author span {
    font-size: 14px;
    color: #5f6368;
}

/* CTA Section */
.about-cta {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e8eaed 100%);
    border-radius: 12px;
}

.about-cta .cta-title {
    font-size: 32px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 12px;
}

.about-cta .cta-desc {
    font-size: 18px;
    color: #5f6368;
    margin-bottom: 32px;
}

.btn-about-cta {
    display: inline-block;
    padding: 16px 40px;
    background: #1a73e8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-about-cta:hover {
    background: #1557b0;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
    color: #ffffff;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-modern {
        padding: var(--section-padding-sm) 0;
    }
    
    .about-mission-title {
        font-size: 40px;
    }
    
    .about-mission-desc {
        font-size: 18px;
    }
    
    .about-impact-text {
        font-size: 20px;
        margin-bottom: 32px;
    }
    
    .about-stats {
        justify-content: space-between;
    }
    
    .stat-number {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .about-modern {
        padding: var(--section-padding-xs) 0;
    }
    
    .about-mission {
        margin-bottom: 60px;
    }
    
    .about-mission-title {
        font-size: 32px;
    }
    
    .about-mission-desc {
        font-size: 16px;
    }
    
    .about-impact {
        margin-bottom: 60px;
    }
    
    .about-impact-text {
        font-size: 18px;
    }
    
    .about-stats {
        flex-direction: column;
        gap: 32px;
    }
    
    .commitment-title {
        font-size: 28px;
    }
    
    .commitment-desc {
        font-size: 16px;
    }
    
    .about-quote {
        padding: 24px;
    }
    
    .quote-text {
        font-size: 18px;
    }
    
    .about-cta {
        padding: 40px 24px;
    }
    
    .about-cta .cta-title {
        font-size: 28px;
    }
    
    .about-cta .cta-desc {
        font-size: 16px;
    }
}


/* ============================================
   About Section (extracted inline styles)
   ============================================ */

.about-modern .about-story-label {
    letter-spacing: 1px;
    color: #1a73e8;
}

.about-modern .about-section-heading {
    color: #202124;
}

.about-modern .about-section-text {
    font-size: 18px;
    color: #5f6368;
}
