/* Landing #about — “Who we are” pillar cards */

#about .about-pillars-block {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#about .about-pillars-intro {
    max-width: 40rem;
}

#about .about-pillars-rule {
    display: none;
}

#about .about-pillars-heading {
    font-size: clamp(1.35rem, 2.4vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f172a !important;
}

#about .about-pillars-sub {
    font-size: 1rem;
    line-height: 1.65;
    color: #64748b !important;
    max-width: 34rem;
}

#about .aw-grid {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#about .aw-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 1.45rem 1.45rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px -8px rgba(15, 23, 42, 0.06);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

#about .aw-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
    transform: translateY(-2px);
}

#about .aw-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

#about .aw-icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #15803d;
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid rgba(34, 197, 94, 0.18);
}

#about .aw-icon i {
    color: inherit;
}

#about .aw-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.3;
}

#about .aw-title {
    margin: 0 0 0.65rem;
    font-size: clamp(1rem, 1.25vw, 1.0625rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.45;
    color: #0f172a;
    text-wrap: balance;
}

#about .aw-body {
    margin: 0;
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.62;
    color: #64748b;
    text-wrap: balance;
}

@media (min-width: 992px) {
    #about .about-pillars-intro {
        text-align: left !important;
    }

    #about .about-pillars-sub {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

@media (max-width: 575.98px) {
    #about .aw-card {
        padding: 1.25rem 1.2rem 1.2rem;
    }

    #about .aw-body {
        font-size: 0.875rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #about .aw-card {
        transition: none;
    }

    #about .aw-card:hover {
        transform: none;
    }
}
