/* About pages — WhoAreWe & WorkWithUs (minimal) */

.about-page .about-card {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.75rem;
    background: #fff;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-page .about-card:hover {
    box-shadow: 0 0.5rem 1.25rem rgba(138, 53, 106, 0.12);
    border-color: rgba(138, 53, 106, 0.2);
}

.about-page .about-year {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--primary-color, #8a356a);
    background: rgba(138, 53, 106, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

.about-page .about-features ul {
    margin: 0;
    padding-left: 1.25rem;
}

.about-page .about-features li {
    margin-bottom: 0.5rem;
    color: #64748b;
}

.about-page .about-features li:last-child {
    margin-bottom: 0;
}

.about-page .about-vm-icon {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    margin: 0;
}

.about-page .team-role {
    color: var(--primary-color, #8a356a);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
