/* ── About Page ───────────────────────────────────────────────────────── */

/* Hero */
.hero { background: var(--navy-deeper); padding: 96px 36px 0; position: relative; overflow: hidden; }
.hero-glow {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 500px;
  background: radial-gradient(ellipse, rgba(75,82,212,0.42) 0%, transparent 65%);
  pointer-events: none;
}
.hero-accent {
  position: absolute; bottom: -2px; left: 0; right: 0; height: 80px;
  background: var(--off-white);
  clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 100%);
  pointer-events: none;
}
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: end; position: relative; }
.hero-left  { padding-bottom: 80px; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px; padding: 6px 16px; font-size: 12px;
  color: rgba(255,255,255,0.8); letter-spacing: 0.5px; margin-bottom: 24px;
}
.hero-kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: #4DF0A0; }
.hero h1    { font-size: clamp(36px, 5vw, 58px); font-weight: 800; color: var(--white); letter-spacing: -2px; margin-bottom: 22px; }
.hero h1 em { color: #00bcd4; font-style: normal; }
.hero-desc  { font-size: 17px; color: rgba(255,255,255,0.68); line-height: 1.75; margin-bottom: 36px; max-width: 480px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.hero-stat strong { display: block; font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: var(--white); line-height: 1; }
.hero-stat span   { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; display: block; }
.hero-right { display: flex; flex-direction: column; gap: 14px; padding-bottom: 80px; }
.story-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px; padding: 22px 24px; animation: fadeUp 0.6s ease both;
}
.story-card:nth-child(1) { animation-delay: 0.1s; }
.story-card:nth-child(2) { animation-delay: 0.25s; }
.story-card:nth-child(3) { animation-delay: 0.4s; }
.story-card-year { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: #00bcd4; text-transform: uppercase; margin-bottom: 6px; }
.story-card-text { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.6; }

/* Mission */
.mission { background: var(--off-white); padding: 96px 36px; }
.mission-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.mission-left h2    { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -1px; margin-bottom: 20px; }
.mission-left h2 em { color: var(--navy); font-style: normal; }
.mission-left p     { font-size: 16px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.mission-right { display: flex; flex-direction: column; gap: 20px; }
.value-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 16px;
  padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.value-card:hover { border-color: rgba(26,31,143,0.25); box-shadow: 0 6px 24px rgba(10,22,40,0.07); }
.value-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.value-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.value-card p  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* Problem section */
.problem-section { background: var(--white); padding: 88px 36px; border-top: 1px solid var(--border); }
.problem-inner   { max-width: 1100px; margin: 0 auto; }
.problem-header  { text-align: center; margin-bottom: 60px; }
.problem-header h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -0.5px; max-width: 640px; margin: 0 auto; }
.ba-grid    { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; }
.ba-col     { display: flex; flex-direction: column; gap: 12px; }
.ba-header  { border-radius: 12px; padding: 14px 20px; font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; text-align: center; margin-bottom: 4px; }
.ba-header.before { background: #FEF2F2; color: #991B1B; }
.ba-header.after  { background: var(--navy-light); color: var(--navy); }
.ba-item    { border-radius: 12px; padding: 16px 18px; font-size: 14px; line-height: 1.6; }
.ba-item.before { background: #FEF2F2; color: #7F1D1D; border-left: 3px solid #FCA5A5; }
.ba-item.after  { background: var(--green-light); color: #064E3B; border-left: 3px solid #6EE7B7; }
.ba-divider   { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.ba-arrow-box { background: var(--navy); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; flex-shrink: 0; }

/* Timeline */
.timeline-section { background: var(--navy-deeper); padding: 88px 36px; }
.timeline-inner   { max-width: 900px; margin: 0 auto; }
.timeline-header  { text-align: center; margin-bottom: 64px; }
.timeline-header h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; color: var(--white); letter-spacing: -0.5px; }
.timeline-header p  { color: rgba(255,255,255,0.6); margin-top: 12px; }
.tl { display: flex; flex-direction: column; position: relative; }
.tl::before { content: ''; position: absolute; left: 56px; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,0.1); }
.tl-item { display: flex; gap: 28px; align-items: flex-start; padding-bottom: 52px; position: relative; }
.tl-item:last-child { padding-bottom: 0; }
.tl-year { width: 112px; flex-shrink: 0; font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800; color: #00bcd4; text-align: right; padding-top: 14px; letter-spacing: -0.5px; }
.tl-dot  { width: 16px; height: 16px; border-radius: 50%; background: var(--navy-mid); border: 3px solid var(--navy-deeper); flex-shrink: 0; margin-top: 14px; position: relative; z-index: 2; }
.tl-dot.active { background: #4DF0A0; width: 20px; height: 20px; margin-top: 12px; }
.tl-content   { flex: 1; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 22px 24px; }
.tl-content h4 { font-size: 17px; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.tl-content p  { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.65; }
.tl-badge { display: inline-block; font-size: 11px; padding: 3px 10px; border-radius: 100px; margin-top: 10px; }

/* Team */
.team-section { background: var(--off-white); padding: 88px 36px; }
.team-inner   { max-width: 1100px; margin: 0 auto; }
.team-header  { text-align: center; margin-bottom: 56px; }
.team-header h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -0.5px; }
.team-header p  { font-size: 16px; color: var(--muted); margin-top: 12px; max-width: 480px; margin-left: auto; margin-right: auto; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.team-card { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; text-align: center; transition: box-shadow 0.2s, transform 0.15s; }
.team-card:hover { box-shadow: 0 8px 32px rgba(26,31,143,0.1); transform: translateY(-2px); }
.team-avatar { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-size: 24px; font-weight: 800; color: white; }
.team-name   { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
.team-role   { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.team-bio    { font-size: 13px; color: var(--muted); line-height: 1.65; }
.team-links  { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.team-link   { width: 32px; height: 32px; border-radius: 8px; background: var(--navy-light); display: flex; align-items: center; justify-content: center; font-size: 14px; text-decoration: none; color: var(--navy); transition: background 0.2s; }
.team-link:hover { background: var(--navy); color: white; }

/* Numbers */
.numbers-section { background: var(--navy); padding: 80px 36px; }
.numbers-inner   { max-width: 900px; margin: 0 auto; text-align: center; }
.numbers-inner h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: white; margin-bottom: 52px; letter-spacing: -0.5px; }
.numbers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0; }
.num-item { padding: 32px 20px; border-right: 1px solid rgba(255,255,255,0.08); }
.num-item:last-child { border-right: none; }
.num-val     { font-family: 'Syne', sans-serif; font-size: 44px; font-weight: 800; color: white; line-height: 1; letter-spacing: -2px; }
.num-val sup { font-size: 22px; }
.num-label   { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 8px; }

/* Africa section */
.africa-section { background: var(--white); padding: 88px 36px; border-top: 1px solid var(--border); }
.africa-inner   { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.africa-text h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -1px; margin-bottom: 20px; }
.africa-text p  { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.africa-facts { display: flex; flex-direction: column; gap: 14px; }
.africa-fact  { background: var(--off-white); border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; }
.africa-fact-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.africa-fact h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.africa-fact p  { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* Trust / Partners */
.trust-section { background: var(--off-white); padding: 72px 36px; border-top: 1px solid var(--border); }
.trust-inner   { max-width: 900px; margin: 0 auto; text-align: center; }
.trust-inner h3 { font-size: 20px; font-weight: 700; margin-bottom: 36px; color: var(--muted); }
.trust-logos { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.trust-badge { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 14px 24px; font-size: 14px; font-weight: 500; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.trust-badge span { font-size: 18px; }

/* Culture */
.culture-section { background: var(--navy-deeper); padding: 88px 36px; }
.culture-inner   { max-width: 1100px; margin: 0 auto; }
.culture-header  { text-align: center; margin-bottom: 56px; }
.culture-header h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: white; letter-spacing: -0.5px; }
.culture-header p  { color: rgba(255,255,255,0.6); margin-top: 12px; max-width: 480px; margin-left: auto; margin-right: auto; }
.culture-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.culture-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 28px; transition: background 0.2s, border-color 0.2s; }
.culture-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.22); }
.culture-icon   { font-size: 32px; margin-bottom: 14px; }
.culture-card h4 { font-size: 16px; font-weight: 700; color: white; margin-bottom: 8px; }
.culture-card p  { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; }

/* Testimonials */
.testi-section { background: var(--off-white); padding: 88px 36px; }
.testi-inner   { max-width: 960px; margin: 0 auto; text-align: center; }
.testi-inner h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 52px; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px; text-align: left; }
.testi-stars { color: var(--gold); font-size: 14px; margin-bottom: 14px; }
.testi-card blockquote { font-size: 15px; color: var(--text); font-style: italic; line-height: 1.7; margin-bottom: 22px; }
.testi-card blockquote::before { content: '\201C'; }
.testi-card blockquote::after  { content: '\201D'; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.tav       { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: white; flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 500; }
.testi-biz  { font-size: 12px; color: var(--muted); }

/* Join CTA */
.join-section { background: var(--navy); padding: 96px 36px; text-align: center; position: relative; overflow: hidden; }
.join-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 40px 40px; pointer-events: none;
}
.join-section h2 { font-size: clamp(28px, 4.5vw, 50px); font-weight: 800; color: white; letter-spacing: -1.5px; max-width: 680px; margin: 0 auto 18px; position: relative; }
.join-section p  { font-size: 17px; color: rgba(255,255,255,0.65); max-width: 460px; margin: 0 auto 44px; position: relative; }
.join-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* Responsive */
@media (max-width: 760px) {
  .hero-inner    { grid-template-columns: 1fr; gap: 40px; }
  .hero          { padding: 64px 20px 0; }
  .hero-left     { padding-bottom: 40px; }
  .hero-right    { padding-bottom: 60px; }
  .mission-inner, .africa-inner { grid-template-columns: 1fr; gap: 40px; }
  .mission, .problem-section, .team-section, .africa-section,
  .trust-section, .culture-section, .testi-section, .join-section { padding: 56px 20px; }
  .ba-grid    { grid-template-columns: 1fr; }
  .ba-divider { flex-direction: row; padding: 8px 0; }
  .ba-divider::before, .ba-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
  .num-item   { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 20px; }
  .num-item:last-child { border-bottom: none; }
  .timeline-section { padding: 56px 20px; }
  .tl::before { left: 48px; }
  .tl-year    { width: 96px; font-size: 11px; }
}
