/* ════════════════════════════════════════════════════════════
   Teatch.io — À propos page styles
   ════════════════════════════════════════════════════════════ */

/* ── Section tag (standalone) ── */
.section-tag {
  display: inline-block;
  background: rgba(122, 93, 182, 0.12);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

/* ── Hero ── */
.ap-hero {
  background: linear-gradient(135deg, #1A1033 0%, #2d1f5e 60%, #3b2472 100%);
  padding: 140px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ap-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(122, 93, 182, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.ap-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(122, 93, 182, 0.25);
  border: 1px solid rgba(122, 93, 182, 0.45);
  color: #c4b0e8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.ap-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.ap-hero h1 span { color: #9B72D4; }
.ap-hero p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── Body ── */
.ap-body { max-width: 900px; margin: 0 auto; padding: 80px 24px 96px; }

/* ── Histoire ── */
.ap-histoire {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) { .ap-histoire { grid-template-columns: 1fr; gap: 32px; } }
.ap-histoire-text .section-tag {
  display: inline-block;
  background: rgba(122, 93, 182, 0.12);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.ap-histoire-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
}
.ap-histoire-text p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--navy-light);
  margin-bottom: 14px;
}
.ap-histoire-card {
  background: linear-gradient(135deg, #1A1033 0%, #2d1f5e 100%);
  border-radius: 20px;
  padding: 40px 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ap-histoire-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: rgba(122, 93, 182, 0.25);
}
.ap-histoire-card-year {
  font-size: 48px;
  font-weight: 800;
  color: #9B72D4;
  line-height: 1;
  margin-bottom: 8px;
}
.ap-histoire-card-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
.ap-histoire-card-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ap-histoire-card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.ap-histoire-card-item::before {
  content: '→';
  color: #9B72D4;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Expertise ── */
.ap-expertise { margin-bottom: 80px; }
.ap-expertise-header { text-align: center; margin-bottom: 40px; }
.ap-expertise-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.ap-expertise-header p {
  font-size: 15px;
  color: var(--navy-light);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
}
.ap-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) { .ap-expertise-grid { grid-template-columns: 1fr; } }
.ap-expertise-card {
  background: var(--muted);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform 250ms, box-shadow 250ms;
}
.ap-expertise-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08); }
.ap-expertise-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), #7c3aed);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.ap-expertise-icon svg { width: 20px; height: 20px; color: #fff; }
.ap-expertise-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.ap-expertise-card p {
  font-size: 14px;
  color: var(--navy-light);
  line-height: 1.65;
}

/* ── Valeurs ── */
.ap-valeurs { margin-bottom: 80px; }
.ap-valeurs-header { text-align: center; margin-bottom: 40px; }
.ap-valeurs-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.ap-valeurs-header p {
  font-size: 15px;
  color: var(--navy-light);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.75;
}
.ap-valeurs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) { .ap-valeurs-grid { grid-template-columns: 1fr; } }
.ap-valeur-card {
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ap-valeur-card--1 { background: linear-gradient(135deg, #6432B4 0%, #4E24A0 100%); }
.ap-valeur-card--2 { background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); }
.ap-valeur-card--3 { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); }
.ap-valeur-num {
  font-size: 56px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 12px; right: 20px;
  line-height: 1;
}
.ap-valeur-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}
.ap-valeur-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  position: relative;
}

/* ── Ambition ── */
.ap-ambition {
  background: var(--muted);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
}
@media (max-width: 600px) { .ap-ambition { padding: 40px 24px; } }
.ap-ambition-tag {
  display: inline-block;
  background: rgba(122, 93, 182, 0.12);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.ap-ambition h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.25;
}
.ap-ambition p {
  font-size: 15px;
  color: var(--navy-light);
  max-width: 640px;
  margin: 0 auto 24px;
  line-height: 1.8;
}
.ap-ambition-rule {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary), #7c3aed);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 100px;
}
