.about-page {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* =========================
   HERO
========================= */

.about-hero {
  padding: 5.5rem 0 4.5rem; /* même hauteur que home */
  background:
    linear-gradient(90deg, rgba(10, 22, 40, 0.82) 0%, rgba(10, 22, 40, 0.70) 38%, rgba(10, 22, 40, 0.28) 100%),
    url("/static/img/photo-accueil.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.02));
  pointer-events: none;
}


.about-hero::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 1;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
  align-items: center;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.20);
  color: #fff;
  font-weight: 700;
  font-size: .92rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.about-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: clamp(2.3rem, 4.1vw, 3.6rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.035em;
  max-width: 780px;
  color: #ffffff;
}

.about-subtitle {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255,255,255,.92);
  margin-bottom: 0;
}

.about-hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.about-hero-actions .btn {
  border-radius: 999px;
  padding: .82rem 1.4rem;
  font-weight: 700;
}

.about-hero-panel {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 1.5rem;
  padding: 1.6rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 50px rgba(0,0,0,.16);
}

.about-hero-panel-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.about-hero-avatar {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.92);
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

.about-panel-kicker {
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .2rem;
}

.about-hero-panel h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
}

.about-hero-panel p {
  margin: .22rem 0 0;
  color: rgba(255,255,255,.9);
  font-size: .96rem;
}

.about-hero-points {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.about-hero-points li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  margin-bottom: .85rem;
  color: rgba(255,255,255,.96);
  line-height: 1.65;
  font-size: .96rem;
}

.about-hero-points i {
  color: #d7f8e3;
  margin-top: .18rem;
  font-size: 1rem;
}

.about-panel-footer {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  color: rgba(255,255,255,.92);
  font-size: .94rem;
  line-height: 1.6;
}

.about-panel-footer i {
  color: #d7f8e3;
  margin-top: .15rem;
}

/* =========================
   SECTIONS
========================= */

.about-section {
  padding: 4.2rem 0;
}

.section-heading {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 2.6rem;
}

.section-kicker,
.cta-kicker {
  display: inline-block;
  margin-bottom: .8rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: #edf8f1;
  color: #198754;
  font-weight: 700;
  font-size: .9rem;
}

.section-heading h2 {
  font-size: clamp(1.95rem, 3vw, 2.7rem);
  font-weight: 800;
  margin-bottom: .8rem;
  color: #172435;
  letter-spacing: -.02em;
}

.section-heading p {
  color: #66727d;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 0;
}

/* =========================
   VALUE CARDS
========================= */

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.about-card {
  background: #fff;
  border: 1px solid #e7ebef;
  border-radius: 1.25rem;
  padding: 1.8rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
  border-color: #dce7df;
}

.about-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.icon-green {
  background: rgba(25,135,84,.10);
  color: #198754;
}

.icon-blue {
  background: rgba(13,110,253,.10);
  color: #0d6efd;
}

.icon-cyan {
  background: rgba(13,202,240,.12);
  color: #0dcaf0;
}

.about-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: .85rem;
  color: #111827;
}

.about-card p {
  color: #374151;
  line-height: 1.8;
  margin-bottom: 0;
}

/* =========================
   TRAINER
========================= */

.trainer-section {
  padding: 1.2rem 0 4rem;
}

.trainer-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.7rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.trainer-row {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: stretch;
}

.trainer-left {
  background: linear-gradient(180deg, #f7faf8 0%, #eef7f1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.7rem 2rem;
  position: relative;
  min-height: 430px;
}

.trainer-left::before {
  content: "";
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 42px rgba(0,0,0,.06);
  position: absolute;
}

.trainer-photo {
  width: 195px;
  height: 195px;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 1;
  display: block;
}

.trainer-right {
  padding: 3rem 2.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trainer-right h2 {
  font-size: clamp(2.15rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  margin: .2rem 0 1.2rem;
  color: #10213a;
  letter-spacing: -0.02em;
}

.trainer-right p {
  color: #31425f;
  line-height: 1.85;
  font-size: 1.03rem;
  margin-bottom: 1.1rem;
  max-width: 820px;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 0;
}

.highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin-bottom: 1rem;
  color: #31425f;
  font-size: 1.02rem;
  line-height: 1.65;
}

.highlight-list i {
  color: #198754;
  margin-top: .18rem;
  font-size: 1.05rem;
}

/* =========================
   STATS
========================= */

.stats-section {
  padding: 0 0 4rem;
}

.stat-box {
  background: #fff;
  border: 1px solid #e7ebef;
  border-radius: 1.2rem;
  padding: 1.6rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .05);
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #198754;
  margin-bottom: .35rem;
  line-height: 1.2;
}

.stat-label {
  color: #6b7280;
  font-weight: 600;
  margin: 0;
}

/* =========================
   CTA
========================= */

.about-cta {
  padding: 4rem 0 5rem;
}

.cta-box {
  background: linear-gradient(135deg, #198754, #146c43);
  color: #fff;
  border-radius: 1.7rem;
  padding: 2.8rem 2rem;
  text-align: center;
  box-shadow: 0 20px 40px rgba(25,135,84,.20);
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -40px;
  width: 240px;
  height: 240px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
}

.cta-box > * {
  position: relative;
  z-index: 1;
}

.cta-kicker {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.cta-box h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
  margin-bottom: .85rem;
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  color: rgba(255,255,255,.94);
  line-height: 1.85;
}

.cta-box .btn {
  border-radius: 999px;
  padding: .88rem 1.55rem;
  font-weight: 700;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .trainer-row {
    grid-template-columns: 1fr;
  }

  .trainer-left {
    min-height: 300px;
    padding: 2rem 1.5rem;
  }

  .trainer-left::before {
    width: 240px;
    height: 240px;
  }

  .trainer-photo {
    width: 145px;
    height: 145px;
  }

  .trainer-right {
    padding: 2rem 1.5rem;
  }

  .trainer-right h2 {
    font-size: 2.1rem;
  }
}

@media (max-width: 767.98px) {
  .about-hero {
    padding: 3.3rem 0 2.6rem;
    background-position: center;
  }
}

  .about-title {
    font-size: 2rem;
  }

  .about-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cta-box {
    padding: 2.2rem 1.2rem;
  }
}
