.about-hero {
    border-radius: 18px;
    background: linear-gradient(135deg, #f4f8ff 0%, #eef6f0 100%);
    border: 1px solid #dbe6dc;
    box-shadow: 0 12px 28px rgba(31, 55, 42, 0.08);
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid #cbd9ce;
    color: #20553c;
    background: #f8fffb;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 0.9rem;
}

.about-title {
    color: #103f2b;
    letter-spacing: 0.2px;
}

.about-subtitle {
    color: #2f4f41;
    line-height: 1.85;
    font-size: 1.03rem;
    text-align: left;
}

[dir="rtl"] .about-subtitle {
    text-align: right;
}

.about-feature-card {
    height: 100%;
    border-radius: 14px;
    border: 1px solid #e1e9e3;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(20, 52, 36, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(18, 51, 35, 0.12);
}

.about-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e8f4ec;
    color: #1f6a49;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.about-section-heading {
    color: #12432e;
    font-weight: 700;
}

.about-footer-note {
    border-left: 4px solid #2d7d57;
    background: #f7fcf9;
    color: #244a38;
    border-radius: 10px;
    line-height: 1.8;
}

[dir="rtl"] .about-footer-note {
    border-left: none;
    border-right: 4px solid #2d7d57;
}

/* ── RTL / Farsi alignment ────────────────────────────── */
[dir="rtl"] .about-hero,
[dir="rtl"] .about-badge,
[dir="rtl"] .about-subtitle,
[dir="rtl"] .about-section-heading,
[dir="rtl"] .about-feature-card h5,
[dir="rtl"] .about-feature-card p,
[dir="rtl"] .about-footer-note {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .about-feature-card {
    text-align: right;
}

[dir="rtl"] .about-feature-icon {
    margin-right: 0;
    margin-left: auto;
}
