/* ═══════════════════════════════════════════════════════
   About Page — Empower LO
   ═══════════════════════════════════════════════════════ */

/* ═══ HERO ═══ */
.about-hero {
  position: relative;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 40%, #2d1b4e 100%);
  padding: 170px 24px 100px;
  text-align: center; color: white; overflow: hidden;
}
.about-hero::before {
  content: ''; position: absolute; inset: 0;
  background: var(--gradient-mesh); opacity: 0.5; pointer-events: none;
}
.about-hero .container { position: relative; z-index: 1; }
.about-hero-content { max-width: 800px; margin: 0 auto; }
.about-hero h1 {
  color: white; margin-bottom: 24px;
  background: linear-gradient(135deg, #fff 0%, #e0d0f0 50%, #c084fc 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.about-hero-sub {
  font-size: 19px; line-height: 1.7; color: var(--text-light);
  max-width: 640px; margin: 0 auto;
}

/* ═══ ORIGIN STORY ═══ */
.about-story { padding: 100px 0; }
.story-wrapper {
  display: grid; grid-template-columns: 60px 1fr; gap: 40px;
  max-width: 800px; margin: 0 auto;
}
.story-sidebar {
  display: flex; flex-direction: column; align-items: center;
  padding-top: 48px; gap: 0;
}
.story-year {
  font-size: 13px; font-weight: 800; color: var(--purple);
  letter-spacing: 1px; white-space: nowrap;
}
.story-line {
  width: 2px; flex: 1; min-height: 120px;
  background: linear-gradient(to bottom, var(--purple), var(--orange));
  margin: 8px 0;
}
.story-content h2 { margin-bottom: 24px; }
.story-content h3 { margin-top: 40px; margin-bottom: 16px; font-size: 24px; }
.story-content p { font-size: 17px; line-height: 1.8; color: var(--text-secondary); margin-bottom: 20px; }
.story-content strong { color: var(--text); }

.story-highlight {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--purple-bg2); border-left: 3px solid var(--purple);
  border-radius: 0 12px 12px 0; padding: 24px 28px;
  margin: 32px 0;
}
.story-highlight svg { flex-shrink: 0; color: var(--purple); margin-top: 2px; }
.story-highlight p { margin: 0; font-size: 16px; }

/* ═══ STATS ═══ */
.about-stats {
  background: var(--dark); color: white; padding: 100px 0;
}
.about-stats .section-header { text-align: center; margin-bottom: 60px; }
.about-stats h2 { color: white; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  max-width: 1000px; margin: 0 auto;
}
.stat-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 36px 28px; text-align: center;
  transition: transform 0.2s, border-color 0.2s;
}
.stat-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.15); }
.stat-icon { margin-bottom: 16px; color: var(--orange); }
.stat-number {
  font-size: 36px; font-weight: 900; margin-bottom: 4px;
  background: linear-gradient(135deg, #fff 0%, var(--purple-glow) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 8px; }
.stat-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* ═══ TEAM ═══ */
.about-team { padding: 100px 0; background: var(--bg-subtle); }
.about-team .section-header { text-align: center; margin-bottom: 60px; }
.section-sub { font-size: 18px; color: var(--text-secondary); max-width: 640px; margin: 0 auto; line-height: 1.7; }

.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1100px; margin: 0 auto;
}
.team-card {
  background: white; border: 1px solid var(--border);
  border-radius: 16px; padding: 32px 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.team-card-featured {
  grid-column: 1 / -1; border: 2px solid var(--purple);
  background: var(--purple-bg2);
  display: grid; grid-template-columns: 1fr;
}
.team-role-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; color: var(--purple);
  margin-bottom: 8px;
}
.team-card h3 { font-size: 20px; margin-bottom: 12px; }
.team-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

/* ═══ ECOSYSTEM ═══ */
.about-ecosystem { padding: 100px 0; }
.about-ecosystem .section-header { text-align: center; margin-bottom: 60px; }

.ecosystem-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  max-width: 900px; margin: 0 auto;
}
.ecosystem-card {
  border-radius: 16px; padding: 40px 32px;
  border: 1px solid var(--border);
  display: flex; flex-direction: column;
}
.ecosystem-card .ecosystem-link {
  margin-top: auto;
}
.ecosystem-hl4mp { background: #f8f9fa; }
.ecosystem-empower { background: var(--purple-bg2); border-color: rgba(91,62,140,0.2); }
.ecosystem-icon { margin-bottom: 16px; color: var(--purple); }
.ecosystem-empower .ecosystem-icon { color: var(--orange); }
.ecosystem-card h3 { font-size: 22px; margin-bottom: 4px; }
.ecosystem-tagline { font-size: 14px; color: var(--text-muted); font-weight: 600; margin-bottom: 20px; }
.ecosystem-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.ecosystem-card li {
  padding: 8px 0; font-size: 15px; color: var(--text-secondary);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding-left: 20px; position: relative;
}
.ecosystem-card li::before {
  content: ''; position: absolute; left: 0; top: 14px;
  width: 8px; height: 8px; border-radius: 50%;
}
.ecosystem-hl4mp li::before { background: var(--purple); }
.ecosystem-empower li::before { background: var(--orange); }
.ecosystem-fit { font-size: 14px; color: var(--text-muted); font-style: italic; margin-bottom: 20px; }
.ecosystem-link {
  display: inline-block; font-size: 15px; font-weight: 700;
  color: var(--purple); text-decoration: none; transition: color 0.2s;
}
.ecosystem-link:hover { color: var(--orange); }

.ecosystem-bridge {
  display: flex; gap: 16px; align-items: flex-start;
  max-width: 700px; margin: 40px auto 0;
  background: var(--orange-light); border: 1px solid var(--orange-border);
  border-radius: 12px; padding: 20px 24px;
}
.ecosystem-bridge svg { flex-shrink: 0; color: var(--orange); margin-top: 2px; }
.ecosystem-bridge p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin: 0; }

/* ═══ VALUES ═══ */
.about-values { padding: 100px 0; background: var(--bg-subtle); }
.about-values .section-header { text-align: center; margin-bottom: 60px; }
.values-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
  max-width: 900px; margin: 0 auto;
}
.value-item {
  background: white; border: 1px solid var(--border);
  border-radius: 16px; padding: 32px 28px;
}
.value-icon { color: var(--purple); margin-bottom: 16px; }
.value-item h3 { font-size: 18px; margin-bottom: 8px; }
.value-item p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

/* ═══ EXPLORE ═══ */
.about-explore { padding: 40px 0; text-align: center; }
.about-explore p { font-size: 16px; color: var(--text-muted); }
.about-explore a { color: var(--purple); text-decoration: none; }
.about-explore a:hover { text-decoration: underline; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .about-hero { padding: 140px 16px 60px; }
  .story-wrapper { grid-template-columns: 1fr; }
  .story-sidebar { display: none; }
  .stats-grid { grid-template-columns: 1fr; max-width: 400px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card-featured { grid-column: auto; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
}
