/* صفحة من نحن — متناسقة مع الصفحة الرئيسية */
.page-about {
    --hp-cream-1: #faf7f2;
    --hp-cream-2: #f0e8da;
    --hp-cream-5: #f7f2ea;
    --hp-cream-6: #f2eadc;
    --hp-cream-7: #ede4d4;
    --hp-gold: #c4a574;
    --hp-brown: #4a3a32;
    --hp-brown-mid: #5e4a3f;
}

html:has(.page-about) {
    background: linear-gradient(
        180deg,
        var(--hp-cream-1) 0%,
        var(--hp-cream-2) 28%,
        var(--hp-cream-5) 62%,
        var(--hp-cream-6) 82%,
        var(--hp-cream-7) 100%
    );
    background-attachment: fixed;
    min-height: 100%;
}

body.page-about {
    background: transparent !important;
    min-height: 100vh;
    direction: rtl;
    text-align: right;
}

.about-page {
    padding: clamp(1rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 3rem);
}

.about-page .content-card {
    max-width: 920px;
    margin: 0 auto clamp(1rem, 2.5vw, 1.25rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    background: linear-gradient(145deg, rgba(255, 253, 251, 0.95) 0%, rgba(250, 247, 242, 0.92) 100%);
    border: 1px solid rgba(196, 165, 116, 0.45);
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(92, 70, 45, 0.08);
}

.about-page .content-card-hero {
    text-align: center;
}

.about-page .page-title {
    color: var(--hp-brown);
    font-size: clamp(1.2rem, 3.5vw, 1.75rem);
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.45;
}

.about-page .page-title .title-emoji {
    display: inline-block;
    margin-left: 0.35rem;
}

.about-page .section-title {
    color: var(--hp-brown);
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(196, 165, 116, 0.4);
}

.about-page .highlight-text {
    color: var(--hp-brown);
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
    margin: 0.75rem 0;
}

.about-page .content-card p {
    color: var(--hp-brown-mid);
    font-size: clamp(0.95rem, 2.2vw, 1.1rem);
    line-height: 1.85;
    font-weight: 500;
    margin-bottom: 0;
}

.about-page .partners-list {
    text-align: right;
}

.about-page .vision-block .subsection-title {
    margin-top: 1.25rem;
}

.about-page .vision-block .subsection-title:first-child {
    margin-top: 0;
}

.about-page .subsection-title {
    color: var(--hp-brown-mid);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 700;
    text-align: center;
    margin: 1.25rem 0 0.5rem;
}

@media (max-width: 575.98px) {
    .about-page .content-card {
        padding: 1rem;
    }
}
