/* ============================================================
   ABOUT PAGE — Premium styles
   ============================================================ */

/* ── Hero ── */
.about-hero { position:relative; min-height:70vh; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.about-hero__bg { position:absolute; inset:0; }
.about-hero__bg img { width:100%; height:100%; object-fit:cover; }
.about-hero__overlay { position:absolute; inset:0; background:linear-gradient(180deg,rgba(11,37,69,.75) 0%,rgba(11,37,69,.55) 100%); }
.about-hero__inner { position:relative; z-index:2; text-align:center; color:#fff; max-width:820px; margin:0 auto; padding:100px 20px 80px; }
.about-hero__inner h1 { font-size:clamp(2rem,4.5vw,3.2rem); font-weight:800; line-height:1.2; margin:.6rem 0 1.2rem; }
.about-hero__lead { font-size:clamp(1rem,1.6vw,1.25rem); opacity:.88; line-height:1.65; }

/* ── Identity ── */
.about-identity { padding:100px 0; background:#fff; }
.about-identity__grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.about-identity__text h2 { font-size:clamp(1.6rem,3vw,2.2rem); color:var(--dark,#0b2545); line-height:1.25; margin:.5rem 0 1.2rem; }
.about-identity__text p { font-size:1.05rem; color:#4a5568; line-height:1.8; margin-bottom:1rem; }
.about-identity__image { position:relative; border-radius:20px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.12); }
.about-identity__image img { width:100%; display:block; aspect-ratio:4/3; object-fit:cover; }
.about-identity__badge { position:absolute; bottom:20px; left:20px; background:rgba(11,37,69,.88); backdrop-filter:blur(12px); border-radius:14px; padding:14px 22px; display:flex; flex-direction:column; gap:2px; }
.about-identity__badge-number { font-size:2rem; font-weight:800; color:var(--orange,#f7941d); line-height:1; }
.about-identity__badge-label { font-size:.82rem; color:rgba(255,255,255,.8); text-transform:uppercase; letter-spacing:.05em; }

/* RTL badge position */
html[lang="ar"] .about-identity__badge { left:auto; right:20px; }

/* ── Key Figures ── */
.about-figures { padding:80px 0; background:var(--dark,#0b2545); color:#fff; }
.about-figures__head { text-align:center; margin-bottom:50px; }
.about-figures__head h2 { font-size:clamp(1.6rem,3vw,2.2rem); margin:.5rem 0 0; }
.about-figures__head .iucn-overline { color:var(--orange,#f7941d); }
.about-figures__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
.about-figure-card { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:36px 24px; text-align:center; transition:transform .3s, background .3s; }
.about-figure-card:hover { transform:translateY(-6px); background:rgba(255,255,255,.1); }
.about-figure-card__icon { width:48px; height:48px; margin:0 auto 16px; color:var(--accent); }
.about-figure-card__icon svg { width:100%; height:100%; }
.about-figure-card__number { display:block; font-size:2.8rem; font-weight:800; color:var(--accent); line-height:1.1; }
.about-figure-card__label { display:block; font-size:.92rem; margin-top:6px; opacity:.75; }

/* ── Missions ── */
.about-missions { padding:100px 0; background:#f8fafb; }
.about-missions__head { text-align:center; margin-bottom:50px; }
.about-missions__head h2 { font-size:clamp(1.6rem,3vw,2.2rem); color:var(--dark,#0b2545); margin:.5rem 0 0; }
.about-missions__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.about-mission-card { background:#fff; border-radius:18px; padding:36px 28px; box-shadow:0 4px 30px rgba(0,0,0,.06); border:1px solid rgba(0,0,0,.05); transition:transform .3s, box-shadow .3s; }
.about-mission-card:hover { transform:translateY(-5px); box-shadow:0 12px 40px rgba(0,0,0,.1); }
.about-mission-card__icon { width:44px; height:44px; color:var(--orange,#f7941d); margin-bottom:18px; }
.about-mission-card__icon svg { width:100%; height:100%; }
.about-mission-card h3 { font-size:1.15rem; color:var(--dark,#0b2545); margin-bottom:10px; font-weight:700; }
.about-mission-card p { font-size:.95rem; color:#4a5568; line-height:1.7; }

/* ── Community / Territorial ── */
.about-community { padding:100px 0; background:#fff; }
.about-community__grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.about-community__image { border-radius:20px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.12); }
.about-community__image img { width:100%; display:block; aspect-ratio:4/3; object-fit:cover; }
.about-community__text h2 { font-size:clamp(1.5rem,2.8vw,2rem); color:var(--dark,#0b2545); line-height:1.3; margin:.5rem 0 1rem; }
.about-community__text p { font-size:1.02rem; color:#4a5568; line-height:1.8; }
.about-community__stats { display:flex; gap:32px; margin-top:28px; }
.about-community__stat { display:flex; flex-direction:column; }
.about-community__stat strong { font-size:2.4rem; font-weight:800; color:var(--orange,#f7941d); line-height:1; }
.about-community__stat span { font-size:.88rem; color:#64748b; margin-top:4px; }

/* ── Timeline ── */
.about-timeline { padding:80px 0; background:#f8fafb; }
.about-timeline__head { text-align:center; margin-bottom:50px; }
.about-timeline__head h2 { font-size:clamp(1.6rem,3vw,2.2rem); color:var(--dark,#0b2545); margin:.5rem 0 0; }
.about-timeline__track { position:relative; max-width:700px; margin:0 auto; padding-left:40px; }
.about-timeline__track::before { content:''; position:absolute; left:14px; top:0; bottom:0; width:3px; background:linear-gradient(180deg,var(--orange,#f7941d),var(--green,#2ba84a)); border-radius:3px; }
.about-timeline__item { position:relative; margin-bottom:40px; }
.about-timeline__dot { position:absolute; left:-33px; top:6px; width:18px; height:18px; border-radius:50%; background:var(--orange,#f7941d); border:4px solid #f8fafb; z-index:2; }
.about-timeline__content { background:#fff; border-radius:16px; padding:26px 28px; box-shadow:0 4px 20px rgba(0,0,0,.06); }
.about-timeline__year { display:inline-block; background:var(--dark,#0b2545); color:#fff; font-weight:700; font-size:.82rem; padding:4px 14px; border-radius:30px; margin-bottom:10px; }
.about-timeline__content h3 { font-size:1.1rem; color:var(--dark,#0b2545); margin-bottom:6px; }
.about-timeline__content p { font-size:.95rem; color:#64748b; line-height:1.6; }

/* RTL timeline */
html[lang="ar"] .about-timeline__track { padding-left:0; padding-right:40px; }
html[lang="ar"] .about-timeline__track::before { left:auto; right:14px; }
html[lang="ar"] .about-timeline__dot { left:auto; right:-33px; }

/* ── CTA ── */
.about-cta { position:relative; min-height:380px; display:flex; align-items:center; overflow:hidden; }
.about-cta__bg { position:absolute; inset:0; }
.about-cta__bg img { width:100%; height:100%; object-fit:cover; }
.about-cta__overlay { position:absolute; inset:0; background:linear-gradient(135deg,rgba(11,37,69,.82),rgba(27,127,166,.72)); }
.about-cta__inner { position:relative; z-index:2; text-align:center; color:#fff; max-width:700px; margin:0 auto; padding:60px 20px; }
.about-cta__inner h2 { font-size:clamp(1.6rem,3.5vw,2.4rem); font-weight:800; margin-bottom:16px; }
.about-cta__inner p { font-size:1.1rem; opacity:.88; margin-bottom:30px; line-height:1.6; }
.about-cta__actions { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ── Responsive ── */
@media (max-width:900px) {
    .about-identity__grid,
    .about-community__grid { grid-template-columns:1fr; }
    .about-figures__grid { grid-template-columns:1fr 1fr; }
    .about-missions__grid { grid-template-columns:1fr; }
    .about-hero__inner { padding:80px 16px 60px; }
}
@media (max-width:600px) {
    .about-figures__grid { grid-template-columns:1fr; }
    .about-community__stats { flex-direction:column; gap:16px; }
}
