/* ==============
   PAGE A PROPOS
================= */

.about-page {
  --about-primary: #0F4C81;
  --about-secondary: #334155;
  --about-accent: #2563eb;
  --about-accent-2: #1DA1F2;
  --about-accent-hover: #1d4ed8;
  --about-text: #5F6B78;
  --about-muted: #6B7A90;
  --about-bg: #ffffff;
  --about-soft: #f8fbff;
  --about-soft-2: #eef5ff;
  --about-border: rgba(15, 76, 129, 0.08);
  --about-border-strong: rgba(37, 99, 235, 0.16);
  --about-shadow-xs: 0 8px 20px rgba(15, 76, 129, 0.04);
  --about-shadow-sm: 0 14px 32px rgba(15, 76, 129, 0.07);
  --about-shadow-md: 0 24px 60px rgba(15, 76, 129, 0.10);
  --about-shadow-lg: 0 36px 90px rgba(15, 76, 129, 0.14);
  --about-radius-xl: 36px;
  --about-radius-lg: 28px;
  --about-radius-md: 22px;
  --about-radius-sm: 14px;
  --about-container: 1320px;
  --about-transition: all 0.35s ease;
  color: var(--about-text);
}

/* largeur générale */
.about-page .wp-block-group__inner-container,
.about-page .alignwide,
.about-page .alignfull > .wp-block-group__inner-container {
  max-width: var(--about-container);
}

/* typo globale */
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4 {
  color: var(--about-primary);
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin-top: 0;
}

.about-page h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  margin-bottom: 22px;
}

.about-page h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.about-page h3,
.about-page h4 {
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 750;
  margin-bottom: 14px;
}

.about-page p {
  color: var(--about-text);
  font-size: 1.06rem;
  line-height: 1.85;
}

.about-page .is-style-label,
.about-page .section-label,
.about-page .about-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--about-accent);
  margin-bottom: 18px;
}

.about-page .is-style-label::before,
.about-page .section-label::before,
.about-page .about-label::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--about-accent), rgba(37, 99, 235, 0.18));
}

/* sections globales */
.about-page .about-intro,
.about-page .about-mission,
.about-page .about-values,
.about-page .about-stats,
.about-page .about-why {
  position: relative;
  padding: 128px 28px;
}

.about-page .about-values,
.about-page .about-stats {
  background: #ffffff;
}

.about-page .about-intro,
.about-page .about-mission,
.about-page .about-why {
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0.72) 0%,
    rgba(238, 245, 255, 0.96) 100%
  );
}

/* ==============
   HERO A PROPOS
================= */
.about-page .about-hero {
  position: relative;
  padding: 78px 28px 58px;
  background: transparent;
  overflow: hidden;
}

.about-page .about-hero::before,
.about-page .about-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.about-page .about-hero::before {
  top: -40px;
  left: 5%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(29, 161, 242, 0.10), rgba(29, 161, 242, 0));
  filter: blur(6px);
}

.about-page .about-hero::after {
  right: 6%;
  bottom: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(15, 76, 129, 0.10), rgba(15, 76, 129, 0));
  filter: blur(8px);
}

.about-page .about-hero > .wp-block-group__inner-container {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding: 62px 28px 56px;
  text-align: center;
  border-radius: 34px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  box-shadow:
    0 18px 50px rgba(15, 76, 129, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.65);
  overflow: hidden;
}

.about-page .about-hero > .wp-block-group__inner-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(29, 161, 242, 0.10), transparent 18%),
    radial-gradient(circle at 86% 82%, rgba(6, 182, 212, 0.10), transparent 20%);
  pointer-events: none;
}

.about-page .about-hero .about-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 14px 26px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.about-page .about-hero .about-label::before {
  display: none;
}

.about-page .about-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0 auto 20px;
  color: #0F4C81;
  font-size: clamp(2.5rem, 4.5vw, 4.3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
  text-align: center;
}

.about-page .about-hero p {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #6B7A90;
  font-size: 1.06rem;
  line-height: 1.9;
  text-align: center;
}

.about-page .about-hero .about-hero-trust {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 0;
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.about-page .about-hero .wp-block-buttons {
  position: relative;
  z-index: 2;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

/* bouton principal */
.about-page .about-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  position: relative;
  padding: 16px 30px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #0F4C81, #1DA1F2);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    0 16px 28px rgba(15, 76, 129, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.18);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.about-page .about-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0c3f6c, #1593e6);
  box-shadow:
    0 22px 36px rgba(15, 76, 129, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

/* bouton secondaire */
.about-page .about-hero .wp-block-button.is-style-outline .wp-block-button__link {
  padding: 16px 30px;
  border-radius: 16px;
  border: 1.5px solid rgba(15, 76, 129, 0.18);
  background: rgba(255,255,255,0.78);
  color: #0F4C81 !important;
  font-size: 1rem;
  font-weight: 700;
  box-shadow:
    0 10px 24px rgba(15, 76, 129, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.about-page .about-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(15, 76, 129, 0.28);
  box-shadow: 0 16px 28px rgba(15, 76, 129, 0.10);
}

.about-page .about-hero .wp-block-button__link {
  background: linear-gradient(135deg, #0F4C81, #1DA1F2);
  color: #ffffff !important;
  border-radius: 14px;
  padding: 16px 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  box-shadow: 0 16px 26px rgba(15, 76, 129, 0.25);
  transition: 
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

/* hover */
.about-page .about-hero .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0c3f6c, #1593e6);
  box-shadow: 0 22px 36px rgba(15, 76, 129, 0.35);
}

/* bouton secondaire (outline) */
.about-page .about-hero .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #0F4C81;
  color: #0F4C81 !important;
  box-shadow: none;
}

.about-page .about-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #0F4C81;
  color: #ffffff !important;
}

/* =========================================
   INTRO / QUI SOMMES-NOUS
========================================= */
.about-page .about-intro .wp-block-columns {
  gap: 78px;
  align-items: center;
}

.about-page .about-intro h2 {
  max-width: 720px;
}

.about-page .about-intro p {
  max-width: 660px;
}

.about-page .about-intro .wp-block-image {
  position: relative;
  margin: 0;
}

.about-page .about-intro .wp-block-image::before {
  content: "";
  position: absolute;
  inset: -18px -18px auto auto;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(37,99,235,0.10);
  border-radius: 30px;
  z-index: 0;
}

.about-page .about-intro img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 30px;
  box-shadow: var(--about-shadow-md);
  display: block;
  transition: var(--about-transition);
}

.about-page .about-intro img:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--about-shadow-lg);
}

/* badge flottant optionnel sur l’image */
.about-page .about-intro .image-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--about-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: var(--about-shadow-sm);
  backdrop-filter: blur(10px);
}

/* =========================================
   MISSION
========================================= */
.about-page .about-mission .wp-block-columns {
  gap: 30px;
  margin-top: 46px;
}

.about-page .about-mission .wp-block-column {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid rgba(37, 99, 235, 0.07);
  border-radius: var(--about-radius-lg);
  padding: 42px 34px;
  box-shadow: var(--about-shadow-sm);
  transition: var(--about-transition);
  overflow: hidden;
  height: 100%;
  min-height: 255px;
}

.about-page .about-mission .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--about-accent), rgba(59,130,246,0.35));
}

.about-page .about-mission .wp-block-column::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.08), rgba(37,99,235,0));
  pointer-events: none;
}

.about-page .about-mission .wp-block-column:hover {
  transform: translateY(-8px);
  box-shadow: var(--about-shadow-md);
  border-color: var(--about-border-strong);
}

.about-page .about-mission .wp-block-column p:last-child {
  color: var(--about-muted);
  margin-bottom: 0;
}

/* =========================================
   VALEURS
========================================= */

.about-page .about-values .wp-block-columns {
  gap: 28px;
  margin-top: 44px;
}

/* Carte valeur */
.about-page .about-values .about-value-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 26px;
  padding: 34px 30px 32px;
  box-shadow: var(--about-shadow-xs);
  transition: var(--about-transition);
  height: 100%;
  min-height: 260px;
  overflow: hidden;
  text-align: center;
}

/* ligne décorative en haut */
.about-page .about-values .about-value-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(37,99,235,0),
    rgba(37,99,235,0.20),
    rgba(37,99,235,0)
  );
}

/* hover carte */
.about-page .about-values .about-value-card:hover {
  transform: translateY(-6px);
  transition: all 0.35s ease;
  box-shadow: var(--about-shadow-sm);
  border-color: rgba(37,99,235,0.12);
}

/* icône */
.about-page .about-values .value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  margin-bottom: 20px;
  background: linear-gradient(
    135deg,
    rgba(37,99,235,0.12),
    rgba(59,130,246,0.04)
  );
  border: 1px solid rgba(37,99,235,0.10);
  color: var(--about-accent);
  font-size: 1.32rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

/* titres */
.about-page .about-values .about-value-card h3,
.about-page .about-values .about-value-card h4 {
  margin-bottom: 14px;
}

/* texte */
.about-page .about-values .about-value-card p:last-child {
  color: var(--about-muted);
  margin-bottom: 0;
}

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

.about-page .about-stats {
  text-align: center;
}

.about-page .about-stats .wp-block-columns {
  gap: 28px;
  margin-top: 46px;
  align-items: stretch !important;
}

/* vraie carte */
.about-page .about-stats .about-stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  height: 100%;
  padding: 38px 24px 32px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,251,255,1) 100%);
  border: 1px solid rgba(15, 76, 129, 0.08);
  box-shadow:
    0 18px 40px rgba(15, 76, 129, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.7);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ligne premium en haut */
.about-page .about-stats .about-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0F4C81, #1DA1F2);
  box-shadow: 0 0 14px rgba(29, 161, 242, 0.16);
}

/* halo décoratif */
.about-page .about-stats .about-stat-card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(29, 161, 242, 0.12) 0%,
    rgba(29, 161, 242, 0) 72%
  );
  pointer-events: none;
}

/* hover premium */
.about-page .about-stats .about-stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, 0.14);
  box-shadow:
    0 28px 60px rgba(15, 76, 129, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.75);
}

/* chiffre */
.about-page .about-stats .about-stat-card h2,
.about-page .about-stats .about-stat-card h3,
.about-page .about-stats .about-stat-card h4,
.about-page .about-stats .about-stat-card strong {
  display: block;
  margin: 0 0 14px;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #0F4C81;
  text-shadow: 0 8px 18px rgba(15, 76, 129, 0.08);
}

/* petit effet de lumière sur le chiffre */
.about-page .about-stats .about-stat-card h2,
.about-page .about-stats .about-stat-card h3,
.about-page .about-stats .about-stat-card h4 {
  background: linear-gradient(180deg, #0F4C81 0%, #1b65a3 100%);
  /*-webkit-background-clip: text;*/
  -webkit-text-fill-color: transparent;
}

/* libellé */
.about-page .about-stats .about-stat-card p:last-child {
  margin: 0;
  color: #6B7A90;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

/* animation d'apparition */
@media (prefers-reduced-motion: no-preference) {
  .about-page .about-stats .about-stat-card {
    opacity: 0;
    transform: translateY(24px);
    animation: aboutStatFadeUp 0.75s cubic-bezier(.22,1,.36,1) forwards;
  }

  .about-page .about-stats .wp-block-column:nth-child(1) .about-stat-card {
    animation-delay: 0.06s;
  }

  .about-page .about-stats .wp-block-column:nth-child(2) .about-stat-card {
    animation-delay: 0.14s;
  }

  .about-page .about-stats .wp-block-column:nth-child(3) .about-stat-card {
    animation-delay: 0.22s;
  }

  .about-page .about-stats .wp-block-column:nth-child(4) .about-stat-card {
    animation-delay: 0.30s;
  }

  @keyframes aboutStatFadeUp {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}


/* =========================================
   POURQUOI CHOISIR
========================================= */
.about-page .about-why .wp-block-columns {
  gap: 58px;
  align-items: center;
}

.about-page .about-why .wp-block-columns > .wp-block-column:last-child {
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 28px;
  padding: 26px 30px;
  box-shadow: var(--about-shadow-xs);
  backdrop-filter: blur(10px);
}

.about-page .about-why ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.about-page .about-why li {
  position: relative;
  padding: 18px 0 18px 42px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  color: var(--about-secondary);
  font-weight: 600;
  line-height: 1.55;
}

.about-page .about-why li:last-child {
  border-bottom: 0;
}

.about-page .about-why li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 17px;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37,99,235,0.14), rgba(59,130,246,0.06));
  color: var(--about-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  border: 1px solid rgba(37,99,235,0.12);
}

/* =========================================
   MICRO-ANIMATIONS
========================================= */
@media (hover: hover) {
  .about-page .about-mission .wp-block-column,
  .about-page .about-values .wp-block-column,
  .about-page .about-stats .wp-block-column,
  .about-page .about-intro img,
  .about-page .about-why .wp-block-columns > .wp-block-column:last-child,
  .about-page .wp-block-button__link {
    will-change: transform;
  }

  .about-page .about-why .wp-block-columns > .wp-block-column:last-child:hover {
    transform: translateY(-4px);
    box-shadow: var(--about-shadow-sm);
  }
}

/* =========================================
   TABLETTE
========================================= */
@media (max-width: 991px) {
  /*.about-page .about-hero,*/
  .about-page .about-intro,
  .about-page .about-mission,
  .about-page .about-values,
  .about-page .about-stats,
  .about-page .about-why {
    padding: 90px 20px;
  }

  .about-page .about-hero {
    padding: 64px 20px 48px;
  }

  .about-page .about-hero > .wp-block-group__inner-container {
    padding: 50px 22px 44px;
    border-radius: 28px;
  }

  .about-page .about-hero .about-label {
    min-width: auto;
    width: 100%;
    max-width: 560px;
    margin-bottom: 24px;
  }

  .about-page .about-hero h1 {
    font-size: clamp(2.2rem, 6vw, 3.5rem);
  }

  .about-page .about-hero p {
    font-size: 1rem;
  }
  .about-page .about-intro .wp-block-columns,
  .about-page .about-why .wp-block-columns {
    gap: 36px;
  }

  .about-page .about-intro .wp-block-image::before {
    display: none;
  }

    .about-page .about-stats .wp-block-columns {
    gap: 22px;
    margin-top: 38px;
  }

  .about-page .about-stats .about-stat-card {
    min-height: 185px;
    padding: 32px 20px 26px;
    border-radius: 20px;
  }

  .about-page .about-stats .about-stat-card h2,
  .about-page .about-stats .about-stat-card h3,
  .about-page .about-stats .about-stat-card h4,
  .about-page .about-stat-card strong {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
  }
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {
  .about-page h1 {
  font-size: 2rem;
}

.about-page h2 {
  font-size: 1.7rem;
}

  .about-page p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .about-page .about-intro,
  .about-page .about-mission,
  .about-page .about-values,
  .about-page .about-stats,
  .about-page .about-why {
    padding: 72px 16px;
  }
  
  .about-page .about-hero {
    padding: 46px 16px 38px;
  }

  .about-page .about-hero > .wp-block-group__inner-container {
    padding: 34px 18px 32px;
    border-radius: 22px;
  }

  .about-page .about-hero .about-label {
    min-width: auto;
    width: 100%;
    padding: 12px 16px;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
  }

  .about-page .about-hero h1 {
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .about-page .about-hero p {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .about-page .about-hero .about-hero-trust {
    font-size: 0.95rem;
  }

  .about-page .about-hero .wp-block-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .about-page .about-hero .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .about-page .about-mission .wp-block-column,
  .about-page .about-values .wp-block-column,
  .about-page .about-stats .wp-block-column {
    padding: 28px 22px;
    min-height: auto;
  }

  .about-page .about-why .wp-block-columns > .wp-block-column:last-child {
    padding: 18px 18px;
  }

  .about-page .wp-block-button__link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .about-page .wp-block-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .about-page .about-stats .wp-block-columns {
    gap: 18px;
    margin-top: 30px;
  }

  .about-page .about-stats .about-stat-card {
    min-height: auto;
    padding: 28px 18px 24px;
    border-radius: 18px;
  }

  .about-page .about-stats .about-stat-card::before {
    left: 18px;
    width: 54px;
  }

  .about-page .about-stats .about-stat-card h2,
  .about-page .about-stats .about-stat-card h3,
  .about-page .about-stats .about-stat-card h4,
  .about-page .about-stat-card strong {
    font-size: clamp(2.1rem, 9vw, 2.8rem);
    margin-bottom: 10px;
  }

  .about-page .about-stats .about-stat-card p:last-child {
    font-size: 0.96rem;
  }
}