/* About Header */
.about-header-pro {
    padding: 100px 0 60px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid #e2e8f0;
}

.about-header-pro h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.about-header-pro p {
    font-size: 1rem;
    color: #64748b;
}

/* Mission */
.mission-pro {
    padding: 60px 0;
    background: #fff;
}

.mission-content-pro {
    max-width: 700px;
}

.mission-pro h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.mission-pro p {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.metrics-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.metric-pro {
    text-align: center;
    padding: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.metric-pro h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 0.25rem;
}

.metric-pro p {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Team */
.team-pro {
    padding: 60px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.team-pro h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1e293b;
}

.team-table-pro {
    width: 100%;
    border-collapse: collapse;
}

.team-table-pro th {
    text-align: left;
    padding: 0.75rem 1rem;
    background: #1e40af;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.team-table-pro td {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    font-size: 0.9rem;
}

.team-table-pro tr:hover td {
    background: #fff;
}

.team-table-pro td:first-child {
    font-weight: 600;
    color: #1e293b;
}

.team-table-pro td:nth-child(2) {
    color: #1e40af;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.team-table-pro td:last-child {
    color: #64748b;
}

.team-avatar-pro {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.team-avatar-pro img {
    width: 24px;
    height: 24px;
    border-radius: 2px;
}

/* Values */
.values-pro {
    padding: 60px 0;
    background: #fff;
}

.values-pro h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1e293b;
}

.values-list-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.value-item-pro {
    padding: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #1e40af;
}

.value-icon-pro {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.value-icon-pro img {
    width: 24px;
}

.value-icon-pro span {
    font-size: 0.85rem;
    color: #1e40af;
    font-weight: 600;
}

.value-item-pro h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.value-item-pro p {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* Contact */
.contact-pro {
    padding: 60px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.contact-pro h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.contact-pro > p {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.contact-box-pro {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.contact-icon-pro img {
    width: 24px;
}

.contact-box-pro h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.1rem;
}

.contact-box-pro p {
    color: #1e40af;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .about-header-pro h1 {
        font-size: 1.6rem;
    }

    .metrics-pro {
        grid-template-columns: 1fr;
    }

    .values-list-pro {
        grid-template-columns: 1fr;
    }

    .team-table-pro {
        font-size: 0.85rem;
    }

    .team-table-pro th,
    .team-table-pro td {
        padding: 0.75rem 0.5rem;
    }
}
