/* ===== درباره ما - مطابق نمونه (داستان ما، ارزش‌ها، آمار و ارقام) ===== */

.about-page {
    direction: rtl;
    padding-top: 100px;
    padding-bottom: 60px;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* Breadcrumb */
.about-breadcrumb {
    padding: 14px 0;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #64748b;
   
}

.about-breadcrumb a {
    color: var(--primary-color, #2d6a4f);
    text-decoration: none;
}

.about-breadcrumb-sep {
    margin: 0 8px;
    color: #94a3b8;
}

/* Hero */
.about-hero {
    text-align: center;
    padding: 32px 0 48px;
}

.about-hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--secondary-color, #1e293b);
    margin: 0 0 16px 0;
}

.about-hero-tagline {
    font-size: 1.05rem;
    color: #475569;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Section common */
.about-section {
    margin-bottom: 56px;
}

.about-section-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--secondary-color, #1e293b);
    text-align: center;
    margin: 0 0 32px 0;
}

.about-subtitle {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--secondary-color, #1e293b);
    margin: 0 0 16px 0;
}

.about-body {
    line-height: 1.9;
    color: #475569;
    font-size: 1rem;
}

.about-body p {
    margin: 0 0 14px 0;
}

.about-body p:last-child {
    margin-bottom: 0;
}

/* Two-column layout: متن و تصویر */
.about-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

.about-two-col-text {
    min-width: 0;
}

.about-two-col-media {
    min-width: 0;
}

/* داستان ما: در RTL متن راست، تصویر چپ — ترتیب DOM: متن اول، تصویر دوم */
.about-two-col-story {
    direction: rtl;
}

.about-two-col-story .about-two-col-text {
    padding-left: 0;
}

/* ارزش‌های ما: در RTL تصویر راست، متن چپ — ترتیب DOM: تصویر اول، متن دوم */
.about-two-col-values {
    direction: rtl;
}

.about-figure {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    aspect-ratio: 4 / 3;
    background: #f8fafc;
}

.about-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-figure-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color, #ff6b35);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.06), rgba(45, 106, 79, 0.08));
}

.about-figure-placeholder i {
    font-size: 4rem;
    opacity: 0.85;
}

/* لیست ارزش‌ها داخل بخش ارزش‌های ما */
.about-values-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-values-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #334155;
}

.value-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color, #ff6b35), var(--primary-dark, #e55a2b));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* آمار و ارقام */
.about-stats-subtitle {
    text-align: center;
    font-size: 1rem;
    color: #64748b;
    margin: -16px 0 28px 0;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-stat-card {
    background: linear-gradient(135deg, var(--secondary-color, #1e293b), #334155);
    color: #fff;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.about-stat-number {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--primary-color, #ff6b35);
    margin-bottom: 8px;
    line-height: 1.2;
}

.about-stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .about-two-col {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-two-col-story .about-two-col-media,
    .about-two-col-values .about-two-col-media {
        order: -1;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero-title {
        font-size: 1.85rem;
    }

    .about-section-title {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-stat-card {
        padding: 24px 16px;
    }

    .about-stat-number {
        font-size: 1.85rem;
    }
}
