.about-card {
    margin-bottom: 1.25rem;
}

.about-card h2,
.about-card h3 {
    margin: 0 0 0.75rem;
    color: #2c3e50;
}

.about-card h3 {
    margin-bottom: 1.25rem;
}

.about-card p {
    color: #555;
    line-height: 1.75;
    margin: 0;
}

.about-icon-blue   { color: #1D857D; }
.about-icon-green  { color: #2ecc71; }
.about-icon-amber  { color: #f39c12; }
.about-icon-red    { color: #A8351B; }
.about-icon-orange { color: #e67e22; }
.about-icon-purple { color: #9b59b6; }
.about-icon-teal   { color: #1abc9c; }

.about-steps {
    margin: 0 0 0 1.5rem;
    color: #555;
    line-height: 2;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.about-feature {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.about-feature-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.3rem;
}

.about-feature-desc {
    font-size: 0.88rem;
    color: #7f8c8d;
}

.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.about-tag {
    display: inline-block;
    background: #eaf4fd;
    color: #166159;
    border-radius: 50px;
    padding: 0.3rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 500;
}
