/* About Hero */
.about-hero {
    padding: 160px 0 80px;
    text-align: center;
}

.about-hero h1 {
    font-size: clamp(2.75rem, 7vw, 5.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #0f172a 0%, #6b21a8 50%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hero .hero-subtitle {
    font-size: 1.25rem;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

/* Mission */
.mission {
    padding: 6rem 0;
}

.mission-card {
    max-width: 960px;
    margin: 0 auto;
    padding: 3.5rem;
}

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

.mission-text h2 {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
    color: #0f172a;
    line-height: 1.1;
}

.mission-text p {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.mission-stats {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

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

.stat-item .stat-value {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.stat-item .stat-label {
    font-size: 0.875rem;
    color: #6b21a8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Team */
.team {
    padding: 6rem 0;
}

.team-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 4rem;
}

.team-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1080px;
    margin: 0 auto;
}

.team-card {
    padding: 2.5rem 2rem;
    text-align: center;
}

.team-avatar {
    width: 96px;
    height: 96px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 2px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.team-avatar img {
    width: 75%;
    height: auto;
}

.team-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.25rem;
    letter-spacing: -0.01em;
}

.team-role {
    font-size: 0.8125rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 1rem;
}

.team-card p {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Values */
.values {
    padding: 6rem 0;
}

.values-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 4rem;
}

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

.value-card-g {
    padding: 2.25rem;
}

.value-icon-wrap {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.value-icon-wrap img {
    width: 28px;
    height: auto;
}

.value-card-g h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.value-card-g p {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Contact */
.contact {
    padding: 6rem 0;
}

.contact-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 3.5rem;
    text-align: center;
}

.contact-card h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    color: #0f172a;
}

.contact-card > p {
    color: #475569;
    font-size: 1rem;
    margin-bottom: 2.5rem;
}

.contact-method {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.75rem;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.65);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15);
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.contact-icon img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.contact-info {
    text-align: left;
}

.contact-info h4 {
    font-size: 0.75rem;
    color: #6b21a8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.contact-info p {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #0f172a;
}

.contact-method .copied-tip {
    color: #8b5cf6;
}

/* Responsive */
@media (max-width: 768px) {
    .about-hero,
    .mission,
    .team,
    .values,
    .contact {
        padding: 5rem 0;
    }

    .mission-card {
        padding: 2rem 1.5rem;
    }

    .mission-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

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

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

    .contact-card {
        padding: 2rem 1.5rem;
    }
}
