/* ============================
   Hero Section
   ============================ */
.about-hero { position: relative; background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 60%, #1a3a6e 100%); padding: 80px 20px; overflow: hidden; text-align: center; }
.about-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(232,80,10,0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255,145,102,0.1) 0%, transparent 40%); }
.about-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: var(--off); clip-path: ellipse(55% 100% at 50% 100%); }
.hero-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,80,10,0.2); border: 1px solid rgba(232,80,10,0.4); color: var(--orange2); padding: 7px 18px; border-radius: 30px; font-size: 13px; font-weight: 700; margin-bottom: 20px; backdrop-filter: blur(4px); }
.hero-title { font-size: clamp(24px, 4vw, 42px); font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.5px; }
.hero-title span { color: var(--orange2); }
.hero-subtitle { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 40px; }

/* ============================
   إحصائيات Hero
   ============================ */
.hero-stats { display: flex; justify-content: center; gap: 0; background: rgba(255,255,255,0.06); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); overflow: hidden; max-width: 600px; margin: 0 auto; }
.hero-stat { flex: 1; padding: 20px 10px; text-align: center; border-left: 1px solid rgba(255,255,255,0.08); transition: background .2s; }
.hero-stat:last-child { border-left: none; }
.hero-stat:hover { background: rgba(255,255,255,0.05); }
.stat-num { font-size: 28px; font-weight: 900; color: var(--orange2); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.6); font-weight: 600; }

/* ============================
   القصة — Story Section
   ============================ */
.about-page { max-width: 1200px; margin: 0 auto; padding: 0 20px 80px; }
.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 70px 0; }
.story-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--orange-light); color: var(--orange); padding: 6px 14px; border-radius: 20px; font-size: 12.5px; font-weight: 800; margin-bottom: 16px; letter-spacing: 0.3px; }
.story-title { font-size: 34px; font-weight: 900; color: var(--navy); line-height: 1.3; margin-bottom: 20px; }
.story-title span { color: var(--orange); }
.story-text { font-size: 15px; color: var(--text2); line-height: 2; margin-bottom: 28px; }
.story-highlights { display: flex; flex-direction: column; gap: 12px; }
.highlight-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; background: #fff; border-radius: var(--radius); border-right: 3px solid var(--orange); box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.highlight-item:hover { transform: translateX(-4px); box-shadow: var(--shadow-md); }
.highlight-icon { width: 36px; height: 36px; border-radius: var(--r); background: var(--orange-light); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.highlight-text strong { display: block; font-size: 13.5px; font-weight: 800; color: var(--navy); margin-bottom: 2px; }
.highlight-text span { font-size: 12.5px; color: var(--text3); }

/* ============================
   صورة القصة
   ============================ */
.story-img-wrap { position: relative; }
.story-img-wrap::before { content: ''; position: absolute; top: -16px; right: -16px; width: 100%; height: 100%; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--orange-light), transparent); border: 2px dashed rgba(232,80,10,0.2); z-index: 0; }
.story-img-wrap img, .story-img-placeholder { position: relative; z-index: 1; width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: block; }
.story-img-placeholder { background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,0.5); font-size: 14px; }
.story-img-placeholder span { font-size: 64px; }
.founded-badge { position: absolute; bottom: 24px; left: 24px; z-index: 2; background: var(--orange); color: #fff; padding: 12px 20px; border-radius: var(--radius); font-weight: 900; box-shadow: 0 4px 20px rgba(232,80,10,0.4); text-align: center; line-height: 1.2; }
.founded-badge .year { font-size: 26px; display: block; }
.founded-badge .since { font-size: 11px; opacity: .85; }

/* ============================
   رؤيتنا + أهدافنا
   ============================ */
.values-section { padding: 60px 0; border-top: 1px solid var(--gray); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header .tag { display: inline-block; background: var(--orange-light); color: var(--orange); padding: 6px 16px; border-radius: 20px; font-size: 12.5px; font-weight: 800; margin-bottom: 12px; }
.section-header h2 { font-size: 30px; font-weight: 900; color: var(--navy); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 24px; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden; }
.value-card::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--orange2)); transform: scaleX(0); transition: transform .3s; transform-origin: right; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.value-card:hover::before { transform: scaleX(1); }
.value-icon { width: 52px; height: 52px; border-radius: var(--radius); background: var(--orange-light); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; }
.value-card h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.value-card p { font-size: 13.5px; color: var(--text2); line-height: 1.8; }

/* ============================
   فيديو
   ============================ */
.video-section { padding: 60px 0; border-top: 1px solid var(--gray); }
.video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); max-width: 860px; margin: 0 auto; }
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* ============================
   CTA
   ============================ */
.cta-section { margin-top: 60px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); padding: 56px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(232,80,10,0.2) 0%, transparent 60%); }
.cta-section h2 { font-size: 28px; font-weight: 900; color: #fff; margin-bottom: 12px; position: relative; }
.cta-section p { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 28px; position: relative; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.btn-cta-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: #fff; padding: 13px 28px; border-radius: var(--r); font-size: 14px; font-weight: 800; transition: all .2s; border: none; cursor: pointer; font-family: 'Tajawal', sans-serif; }
.btn-cta-primary:hover { background: var(--orange2); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,80,10,0.4); }
.btn-cta-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; padding: 13px 28px; border-radius: var(--r); font-size: 14px; font-weight: 700; border: 1.5px solid rgba(255,255,255,0.3); transition: all .2s; font-family: 'Tajawal', sans-serif; }
.btn-cta-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }

/* ============================
   Responsive
   ============================ */
@media (max-width: 900px) {
    .story-section { grid-template-columns: 1fr; gap: 40px; }
    .story-img-wrap::before { display: none; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .hero-stats { flex-wrap: wrap; }
}
@media (max-width: 600px) {
    .values-grid { grid-template-columns: 1fr; }
    .hero-stats .hero-stat { flex: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .cta-section { padding: 40px 20px; }
}