/* About Page - Function Health Style */

.about-page {
    background: #fff;
}

/* Hero Section */
.about-hero {
    padding: 160px 0 100px;
    background: #fff;
}

.about-hero .container {
    max-width: 900px;
}

.about-hero-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #191919;
    margin-bottom: 48px;
    text-align: center;
}

.about-hero-title em {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
}

.about-hero-text {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.about-hero-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 24px;
}

.about-hero-text .welcome-text {
    margin-top: 40px;
    font-size: 20px;
    color: #191919;
}

/* Platform Stats */
.platform-stats {
    padding: 100px 0;
    background: #f8f8f8;
}

.stats-header {
    text-align: center;
    margin-bottom: 60px;
}

.stats-header h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    color: #191919;
    margin-bottom: 16px;
}

.stats-header h2 em {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
}

.stats-header p {
    font-size: 18px;
    color: #666;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.stat-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.stat-big-number {
    font-size: 80px;
    font-weight: 600;
    color: #191919;
    line-height: 1;
    display: inline;
}

.stat-plus {
    font-size: 48px;
    font-weight: 500;
    color: #2563EB;
    vertical-align: top;
}

.stat-desc {
    font-size: 16px;
    color: #666;
    margin-top: 16px;
    line-height: 1.5;
}

.stat-desc strong {
    color: #191919;
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

/* Leadership Section */
.leadership-section {
    padding: 120px 0;
    background: #fff;
}

.leadership-header {
    text-align: center;
    margin-bottom: 80px;
}

.leadership-header h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    color: #191919;
    margin-bottom: 16px;
}

.leadership-header h2 em {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
}

.leadership-header p {
    font-size: 18px;
    color: #666;
}

.leader-full-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

.leader-full-card:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.leader-full-card.reverse {
    grid-template-columns: 1fr 300px;
}

.leader-full-card.reverse .leader-image-wrapper {
    order: 2;
}

.leader-full-card.reverse .leader-content {
    order: 1;
}

.leader-image-wrapper {
    position: sticky;
    top: 120px;
}

.leader-image-placeholder {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader-image-placeholder span {
    font-size: 72px;
    font-weight: 600;
    color: white;
}

.leader-content h3 {
    font-size: 32px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 8px;
}

.leader-role {
    font-size: 16px;
    color: #2563EB;
    font-weight: 500;
    margin-bottom: 24px;
}

.leader-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 32px;
}

.leader-quote {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    color: #191919;
    padding: 24px 0;
    border-top: 2px solid #191919;
    margin: 32px 0;
}

.linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #2563EB;
    text-decoration: none;
    transition: opacity 0.2s;
}

.linkedin-link:hover {
    opacity: 0.7;
}

.linkedin-link svg {
    width: 20px;
    height: 20px;
}

/* CTA Section */
.about-cta {
    padding: 120px 0;
    background: #191919;
    text-align: center;
}

.about-cta h2 {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
}

.about-cta h2 em {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
}

.about-cta .cta-sub {
    font-size: 24px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 48px;
}

.btn-cta-white {
    background: #fff;
    color: #191919;
    border: none;
    padding: 18px 40px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cta-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(255,255,255,0.2);
}

/* Footer */
.about-footer {
    padding: 80px 0 40px;
    background: #191919;
    border-top: 1px solid #333;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    margin-bottom: 60px;
}

.footer-brand h2 {
    font-family: 'Instrument Serif', Georgia, serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
}

.footer-links-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.about-footer .footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
}

.about-footer .footer-col a {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.about-footer .footer-col a:hover {
    color: #fff;
}

.about-footer .footer-bottom {
    padding-top: 40px;
    border-top: 1px solid #333;
    text-align: center;
}

.about-footer .footer-bottom p {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}

.about-footer .footer-bottom strong {
    color: rgba(255,255,255,0.8);
}

/* Nav active state */
.nav-item.active {
    color: #191919;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .leader-full-card,
    .leader-full-card.reverse {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .leader-full-card.reverse .leader-image-wrapper,
    .leader-full-card.reverse .leader-content {
        order: unset;
    }
    
    .leader-image-wrapper {
        position: relative;
        top: 0;
        max-width: 280px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 0 60px;
    }
    
    .about-hero-title {
        font-size: 32px;
    }
    
    .about-hero-text p {
        font-size: 16px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-big-number {
        font-size: 56px;
    }
    
    .leadership-section {
        padding: 80px 0;
    }
    
    .leader-content h3 {
        font-size: 26px;
    }
    
    .leader-quote {
        font-size: 18px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links-group {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-cta h2 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .footer-links-group {
        grid-template-columns: 1fr;
    }
}
