/* ═══════════════════════════════════════════
   À propos — page-specific styles
   Prefix: ap-
═══════════════════════════════════════════ */

/* Color aliases for this page (supplement global tokens) */
:root {
  --ap-navy:     #06172f;
  --ap-blue:     #0f62ff;
  --ap-blue-lt:  #eaf2ff;
  --ap-mint:     #2fac66;
  --ap-mint-lt:  #eaf8f0;
  --ap-coral:    #ff5f4f;
  --ap-coral-lt: #fff0ed;
  --ap-yellow:   #f6b832;
  --ap-muted:    #68758a;
  --ap-border:   rgba(8, 23, 53, 0.10);
  --ap-shadow:   0 18px 45px rgba(8, 23, 53, 0.08);
  --ap-shadow-sm:0 12px 32px rgba(8, 23, 53, 0.06);
  --ap-shadow-bl:0 18px 42px rgba(15, 98, 255, 0.22);
}

/* ── Hero ─────────────────────────────── */

.ap-hero {
  padding: 40px 0 64px;
  background: var(--color-white);
  overflow: visible;
}

.ap-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}

/* Left column */
.ap-hero__content {
  max-width: 540px;
}

.ap-eyebrow {
  display: block;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-bottom: 12px;
}

.ap-hero__h1 {
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 800;
  color: var(--color-navy);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

.ap-hero__h1 span { color: var(--ap-mint); }

.ap-hero__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ap-muted);
  font-weight: 400;
  margin: 0;
}

.ap-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.ap-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: 11px;
  background: var(--ap-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--ap-shadow-bl);
}

.ap-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(15, 98, 255, 0.3);
}

.ap-btn-primary svg {
  width: 16px;
  height: 16px;
  stroke: white;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
}

.ap-text-link svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-trust-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.ap-trust-rating {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ap-google-dot {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--ap-shadow-sm);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--ap-blue);
  flex-shrink: 0;
}

.ap-stars { color: var(--ap-yellow); letter-spacing: 0.04em; font-size: 13px; }

.ap-trust-rating small {
  font-size: 11px;
  font-weight: 700;
  color: var(--ap-muted);
  line-height: 1.3;
}

.ap-stamp {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--ap-border);
  background: #fff;
  box-shadow: var(--ap-shadow-sm);
  display: grid;
  place-items: center;
  font-size: 8.5px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--ap-navy);
  line-height: 1.3;
  flex-shrink: 0;
}

.ap-trust-mini {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ap-trust-mini svg {
  width: 22px;
  height: 22px;
  stroke: var(--ap-blue);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.ap-trust-mini small {
  font-size: 11px;
  font-weight: 700;
  color: var(--ap-muted);
  line-height: 1.3;
}

/* Right column — media */
.ap-hero__media {
  position: relative;
  min-height: 400px;
}

.ap-shape {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.ap-shape--blue {
  right: -28px;
  top: 36px;
  width: 132px;
  height: 188px;
  background: var(--ap-blue);
  border-radius: 74px 74px 18px 74px;
  opacity: 0.92;
}

.ap-shape--mint {
  right: 96px;
  top: -10px;
  width: 60px;
  height: 60px;
  background: var(--ap-mint);
  border-radius: 50%;
  opacity: 0.95;
}

.ap-dots {
  position: absolute;
  left: 10px;
  top: 140px;
  width: 120px;
  height: 100px;
  background-image: radial-gradient(circle, rgba(15, 98, 255, 0.3) 1.2px, transparent 1.2px);
  background-size: 13px 13px;
  z-index: 1;
  pointer-events: none;
}

.ap-hero__photo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  height: 350px;
  object-fit: cover;
  border-radius: 26px;
  margin-left: auto;
  display: block;
  box-shadow: 0 24px 64px rgba(8, 23, 53, 0.14);
  background: linear-gradient(135deg, #d0dff9 0%, #c8e6d4 100%);
}

/* Floating UI cards */
.ap-float {
  position: absolute;
  z-index: 4;
  padding: 15px 18px;
  border-radius: 14px;
  border: 1px solid var(--ap-border);
  background: #fff;
  box-shadow: var(--ap-shadow);
}

.ap-float__label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--color-navy);
}

.ap-float__value {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-navy);
  margin-top: 3px;
}

.ap-float__sub {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--ap-muted);
  margin-top: 2px;
}

.ap-float--leads {
  top: 36px;
  left: 60px;
  width: 148px;
}

.ap-float--leads .ap-float__value { color: var(--ap-mint); }

.ap-float--mini-chart {
  height: 30px;
  margin-top: 8px;
  border-radius: 6px;
  background:
    linear-gradient(160deg, transparent 45%, rgba(47, 172, 102, 0.18) 46%),
    linear-gradient(120deg, transparent 0 30%, rgba(47, 172, 102, 0.4) 31% 35%, transparent 36%);
}

.ap-float--qualified {
  left: 110px;
  bottom: 36px;
  width: 162px;
}

.ap-float__avatars {
  display: flex;
  margin-top: 8px;
  gap: 0;
}

.ap-float__avatars span {
  width: 22px;
  height: 22px;
  margin-right: -6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe5d8, #d7ecff);
  display: block;
}

.ap-float__badge {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
  color: var(--ap-mint);
  background: var(--ap-mint-lt);
  padding: 2px 7px;
  border-radius: 6px;
}

.ap-float--response {
  right: 0;
  bottom: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 12px;
  min-width: 140px;
  padding: 14px 16px;
}

.ap-float--response .ap-float__label { grid-column: 1; }
.ap-float--response .ap-float__value { grid-column: 1; font-size: 26px; color: var(--color-navy); }

.ap-float--response svg {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  padding: 8px;
  background: var(--ap-coral);
  color: #fff;
  border-radius: 50%;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Sticker */
.ap-sticker {
  position: absolute;
  z-index: 5;
  padding: 10px 13px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid var(--ap-border);
  box-shadow: var(--ap-shadow-sm);
  color: var(--ap-navy);
  font-size: 15px;
  line-height: 0.95;
  font-weight: 800;
  text-align: center;
  transform: rotate(-6deg);
}

.ap-sticker span { color: var(--ap-mint); }

.ap-sticker--hero {
  right: -8px;
  top: 14px;
}

/* ── Notre histoire (nouveau design) ───── */

.history-section {
  padding: 80px 0;
  background: #fbfcfb;
}

.history-layout {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 36px;
  align-items: start;
}

.history-copy {
  padding-top: 2px;
}

.history-title {
  margin: 12px 0 0;
  max-width: 285px;
  font-size: clamp(22px, 2.2vw, 27px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #071536;
}

.history-title .blue { color: #1266ff; }
.history-title .green { color: #13965f; }

.history-text {
  margin: 15px 0 0;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #526079;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.timeline-item {
  position: relative;
  min-width: 0;
}

.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 78px;
  left: calc(100% + 4px);
  width: 28px;
  border-top: 1px dashed #d8e1ef;
  z-index: 0;
}

.timeline-dot {
  position: absolute;
  top: 74px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1266ff;
  z-index: 2;
  box-shadow: 0 0 0 4px #fbfcfb;
}

.history-card {
  position: relative;
  z-index: 1;
  min-height: 168px;
  padding: 22px 19px 18px;
  border-radius: 18px;
  border: 1px dashed #dfe6f0;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9));
  box-shadow: 0 16px 40px rgba(16,38,71,.045), inset 0 1px 0 rgba(255,255,255,.8);
}

.history-card.is-current {
  border-color: #cfe9dd;
  background:
    radial-gradient(circle at 88% 14%, rgba(19,150,95,.08), transparent 35%),
    linear-gradient(180deg, rgba(249,255,252,.98), rgba(244,253,249,.94));
}

.icon-wrap {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  color: #1266ff;
}

.icon-wrap svg {
  width: 36px;
  height: 36px;
  display: block;
  overflow: visible;
}

.history-card .year {
  margin: 0 0 13px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #13965f;
}

.history-card .card-title {
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #071536;
}

.history-card .card-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  color: #526079;
}

@media (max-width: 1080px) {
  .history-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .history-title,
  .history-text {
    max-width: 640px;
  }

  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .timeline-item:not(:last-child)::after,
  .timeline-dot {
    display: none;
  }
}

@media (max-width: 720px) {
  .timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .history-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 16px;
    padding: 20px;
  }

  .icon-wrap {
    grid-row: 1 / span 3;
    margin-bottom: 0;
    align-self: start;
  }

  .history-card .year { margin-bottom: 8px; }
  .history-card .card-title { margin-bottom: 8px; }
}

/* ── Notre histoire (ancien design — inutilisé) ─ */

.ap-story {
  padding: 80px 0;
  background: var(--color-white);
  overflow: hidden;
}

.ap-story__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.6fr;
  gap: 48px;
  align-items: stretch;
}

.ap-story__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ap-story__h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: var(--color-navy);
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 16px 0 14px;
}

.ap-story__h2 .c-blue  { color: oklch(38% 0.12 260); }
.ap-story__h2 .c-mint  { color: oklch(44% 0.09 150); }

.ap-story__desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ap-muted);
  font-weight: 500;
  margin: 0;
}

/* Timeline horizontal */
.ap-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  position: relative;
}

.ap-tcard {
  position: relative;
  z-index: 1;
  padding: 22px 18px;
  min-height: 200px;
  border-radius: 20px;
  border: 1.5px solid rgba(8, 23, 53, 0.12);
  background: #fff;
  box-shadow: var(--ap-shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ap-tcard--active {
  background: var(--ap-mint-lt);
  border-color: rgba(47, 172, 102, 0.36);
}

.ap-tcard__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ap-blue-lt);
  color: var(--ap-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.ap-tcard--active .ap-tcard__icon {
  background: rgba(47, 172, 102, 0.15);
  color: var(--ap-mint);
}

.ap-tcard__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-tcard__year {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: oklch(50% 0.09 150);
  margin-bottom: 10px;
}

.ap-tcard--active .ap-tcard__year { color: oklch(50% 0.09 150); }

.ap-tcard h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 6px;
  line-height: 1.25;
}

.ap-tcard p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ap-muted);
  margin: 0;
}

/* ── Valeurs ───────────────────────────── */

.ap-values {
  padding: 80px 0;
  background: var(--color-off-white, #fafbff);
  position: relative;
  overflow: hidden;
}

.ap-values::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 500px 280px at 90% 20%, rgba(47, 172, 102, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 400px 220px at 10% 80%, rgba(15, 98, 255, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.ap-section-head {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
}

.ap-section-head .ap-eyebrow { margin-bottom: 14px; }

.ap-h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  color: var(--color-navy);
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 0;
}

.ap-h2 span { color: var(--ap-mint); }
.ap-h2 em   { color: var(--ap-mint); font-style: normal; }

.ap-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
}

.ap-vcard {
  padding: 28px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ap-border);
  box-shadow: var(--ap-shadow-sm);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.ap-vcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(8, 23, 53, 0.09);
}

.ap-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ap-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-icon--blue  { background: var(--ap-blue-lt);  color: var(--ap-blue); }
.ap-icon--mint  { background: var(--ap-mint-lt);   color: var(--ap-mint); }
.ap-icon--coral { background: var(--ap-coral-lt);  color: var(--ap-coral); }
.ap-icon--sticker {
  width: 80px;
  height: 80px;
  background: none;
  border-radius: 0;
  padding: 0;
}
.ap-icon--sticker img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.ap-vcard h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.ap-vcard p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ap-muted);
  margin: 0;
}

/* Lateral stickers (values section) */
.ap-val-sticker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.ap-val-sticker--left  { left: -16px; }
.ap-val-sticker--right { right: -16px; }

.ap-badge-sticker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ap-border);
  box-shadow: var(--ap-shadow-sm);
  font-size: 12px;
  font-weight: 700;
  color: var(--ap-coral);
  white-space: nowrap;
  transform: rotate(6deg);
}

.ap-badge-sticker--left { transform: rotate(-8deg); color: var(--ap-navy); }

/* ── Méthode ───────────────────────────── */

.ap-method {
  padding: 80px 0;
  background: transparent;
}

.ap-method__panel {
  position: relative;
  padding: 52px 56px 52px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(15, 98, 255, 0.22) 0%, transparent 40%),
    #06172f;
}

.ap-method__panel .ap-eyebrow {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
}

.ap-method__panel .ap-h2 {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 36px;
}

.ap-method__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ap-method__steps::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 46px;
  border-top: 2px dotted rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.ap-step {
  position: relative;
  z-index: 2;
  min-height: 172px;
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-step__num {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ap-step:nth-child(1) .ap-step__num { color: var(--ap-blue); }
.ap-step:nth-child(2) .ap-step__num { color: var(--ap-mint); }
.ap-step:nth-child(3) .ap-step__num { color: var(--ap-coral); }
.ap-step:nth-child(4) .ap-step__num { color: var(--ap-blue); }

.ap-step h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
  margin: 4px 0 6px;
}

.ap-step p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ap-muted);
  margin: 0;
  flex: 1;
}

.ap-method__sticker {
  position: absolute;
  right: 28px;
  top: 22px;
  z-index: 5;
}

/* ── Équipe ────────────────────────────── */

.ap-team {
  padding: 80px 0;
  background: var(--color-white);
}

.ap-team__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.4fr;
  gap: 52px;
  align-items: center;
}

.ap-team__intro .ap-h2 { text-align: left; margin: 14px 0 14px; }
.ap-team__intro .ap-h2 span { color: var(--ap-coral); }

.ap-team__intro p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ap-muted);
  margin: 0 0 24px;
  font-weight: 500;
}

.ap-team__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Per-card accent palette */
.ap-tcard-team {
  --tcard-accent: var(--ap-blue);
  --tcard-accent-tint: oklch(96% 0.025 240);
  position: relative;
  min-height: 294px;
  padding: 32px 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 22px;
  background: oklch(99.5% 0.003 240);
  border: 1px solid var(--ap-border);
  box-shadow: var(--ap-shadow-sm);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ap-tcard-team[data-accent="blue"]  {
  --tcard-accent: var(--ap-blue);
  --tcard-accent-tint: oklch(96.5% 0.028 250);
}
.ap-tcard-team[data-accent="mint"]  {
  --tcard-accent: oklch(64% 0.16 155);
  --tcard-accent-tint: oklch(96% 0.04 155);
}
.ap-tcard-team[data-accent="coral"] {
  --tcard-accent: oklch(68% 0.18 25);
  --tcard-accent-tint: oklch(96% 0.05 25);
}
.ap-tcard-team[data-accent="purple"] {
  --tcard-accent: oklch(58% 0.20 295);
  --tcard-accent-tint: oklch(96.5% 0.035 295);
}
.ap-tcard-team[data-accent="teal"] {
  --tcard-accent: oklch(64% 0.13 210);
  --tcard-accent-tint: oklch(96% 0.035 210);
}
.ap-tcard-team[data-accent="gold"] {
  --tcard-accent: oklch(72% 0.16 75);
  --tcard-accent-tint: oklch(96.5% 0.04 75);
}

.ap-tcard-team__articles {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ap-tcard-team__articles a {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--tcard-accent, var(--color-blue));
  text-decoration: none;
}

.ap-tcard-team__articles a:hover {
  text-decoration: underline;
}

.ap-tcard-team:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(8, 23, 53, 0.10);
}

.ap-tcard-team__media {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--tcard-accent-tint), oklch(98% 0.005 240));
  box-shadow:
    0 0 0 2px var(--tcard-accent),
    0 0 0 6px oklch(100% 0 0),
    0 0 0 7px var(--tcard-accent-tint);
}

.ap-tcard-team__photo {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ap-tcard-team picture {
  display: contents;
}

.ap-tcard-team__avatar {
  display: none;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--tcard-accent);
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  background:
    radial-gradient(circle at 28% 24%, color-mix(in srgb, var(--tcard-accent) 22%, transparent), transparent 34%),
    linear-gradient(135deg, var(--tcard-accent-tint), oklch(99% 0.006 240));
}

.ap-tcard-team__media.is-fallback .ap-tcard-team__avatar {
  display: grid;
}

.ap-tcard-team__linkedin {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tcard-accent);
  color: oklch(100% 0 0);
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ap-tcard-team__linkedin svg {
  width: 15px;
  height: 15px;
  display: block;
}

.ap-tcard-team__linkedin:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--tcard-accent) 35%, transparent);
}
.ap-tcard-team__linkedin:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--tcard-accent) 45%, transparent);
  outline-offset: 3px;
}

.ap-tcard-team h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-navy);
  margin: 0 0 6px;
}

.ap-tcard-team__role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  max-width: 100%;
  font-size: 11.5px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tcard-accent);
  background: var(--tcard-accent-tint);
  padding: 4px 10px;
  border-radius: 999px;
  margin: 0 0 14px;
  font-weight: 600;
}

.ap-tcard-team__bio {
  display: block;
  min-height: 84px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ap-muted);
  margin: 0;
  text-wrap: balance;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
}

/* ── Chiffres clés ─────────────────────── */

.ap-stats {
  padding: 0 0 80px;
}

.ap-stats__panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.3fr;
  gap: 32px;
  align-items: center;
  padding: 44px 52px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0%, rgba(15, 98, 255, 0.2) 0%, transparent 40%),
    #06172f;
  position: relative;
  overflow: hidden;
}

.ap-stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ap-stat svg {
  width: 30px;
  height: 30px;
  stroke: rgba(255, 255, 255, 0.6);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-stat__val {
  font-size: 34px;
  font-weight: 800;
  color: var(--ap-mint);
  line-height: 1;
  letter-spacing: -0.04em;
}

.ap-stat__label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

.ap-chart-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px;
}

.ap-chart-card__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-navy);
  display: block;
}

.ap-chart-card__val {
  font-size: 24px;
  font-weight: 800;
  color: var(--ap-mint);
  display: block;
  margin-top: 6px;
  letter-spacing: -0.03em;
}

.ap-chart-card__line {
  height: 36px;
  margin-top: 12px;
  border-radius: 8px;
  background:
    linear-gradient(155deg, transparent 42%, rgba(47, 172, 102, 0.18) 43%),
    linear-gradient(120deg, transparent 0 25%, rgba(47, 172, 102, 0.5) 26% 30%, transparent 31%);
}

/* ── Preuve sociale ────────────────────── */

.ap-proof {
  padding: 80px 0;
  background: var(--color-navy, #06172f);
}

.ap-proof__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.ap-proof__header .ap-eyebrow {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.ap-proof__header .ap-h2 {
  color: #fff;
  margin: 14px 0 14px;
}

.ap-proof__header .ap-h2 span {
  color: oklch(67% 0.10 152);
}

.ap-proof__lead {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin: 0;
}

/* Stats strip */
.ap-proof__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.ap-proof__stat {
  text-align: center;
  padding: 22px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ap-proof__stat strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: oklch(67% 0.10 152);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.ap-proof__stat span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}

/* Logos grid */
.ap-logos__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.ap-logos__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 180ms ease, border-color 180ms ease;
  cursor: default;
}

.ap-logos__item:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.2);
}

.ap-logos__initial {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ap-logos__item div {
  min-width: 0;
}

.ap-logos__item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}

.ap-logos__item small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
  line-height: 1;
}

.ap-logos__item--more {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  text-align: center;
}

.ap-logos__more-num {
  font-size: 20px;
  font-weight: 800;
  color: oklch(67% 0.10 152);
  letter-spacing: -0.04em;
  line-height: 1;
}

.ap-logos__item--more small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
}

/* ── Éléments ajoutés ────────────────── */
.ap-hero__reassurance {
  font-size: 13px;
  color: var(--color-muted, #647089);
  font-style: italic;
  margin: 0 0 16px;
}

.ap-section-lead {
  font-size: 16px;
  color: var(--color-muted, #647089);
  margin: 8px auto 0;
  max-width: 560px;
  text-align: center;
}

.ap-method__note {
  grid-column: 1 / -1;
  font-size: 14px;
  color: var(--color-muted, #647089);
  padding: 12px 16px;
  margin: 0;
  background: rgba(37,99,255,.07);
  border-radius: 8px;
}

/* ── Ce qui nous distingue ──────────────── */
.difference-section {
  padding: clamp(54px, 7vw, 86px) 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(35,98,255,.16), transparent 26%),
    radial-gradient(circle at 10% 100%, rgba(26,91,255,.13), transparent 30%),
    linear-gradient(135deg, #03142f 0%, #020817 55%, #030b20 100%);
}

.difference-panel {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 0;
}

.difference-panel::before {
  content: "";
  position: absolute;
  inset: -28px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.35;
}

.difference-panel::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -104px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(23,107,255,.95), rgba(23,107,255,.18) 68%, transparent 70%);
  opacity: 0.75;
  pointer-events: none;
}

.difference-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.35fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}

.difference-intro {
  position: sticky;
  top: 96px;
  min-width: 0;
  padding-top: 8px;
}

.difference-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 172, 102, 0.14);
  color: oklch(78% 0.14 152);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.difference-section .section-title {
  position: relative;
  max-width: 470px;
  margin: 0;
  text-align: left;
  color: oklch(99% 0.004 240);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.difference-lead {
  max-width: 36ch;
  margin: 18px 0 0;
  color: oklch(84% 0.025 252);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.features-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.feature-card {
  min-width: 0;
  min-height: 164px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: clamp(20px, 2.4vw, 26px);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(10,45,105,.98), rgba(5,31,76,.96));
  border: 1px solid rgba(78,141,255,.26);
  box-shadow: 0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05);
}

.feature-card--language {
  background:
    radial-gradient(circle at 18% 18%, rgba(23, 107, 255, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(12, 52, 119, .98), rgba(5, 31, 76, .96));
}

.feature-card--promise {
  grid-column: 1 / -1;
  min-height: auto;
  background:
    linear-gradient(135deg, rgba(255, 95, 79, 0.16), rgba(10, 45, 105, 0.92)),
    linear-gradient(180deg, rgba(10, 45, 105, .98), rgba(5, 31, 76, .96));
  border-color: rgba(255, 143, 132, 0.32);
}

.feature-card > div:last-child {
  min-width: 0;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}

.feature-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.feature-title {
  margin: 0 0 8px;
  padding-bottom: 2px;
  color: oklch(99% 0.004 240);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.feature-text {
  margin: 0;
  color: oklch(87% 0.035 252);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 400;
  max-width: 34ch;
}

.difference-section .sticker {
  position: absolute;
  z-index: 5;
  left: -37px;
  top: 43px;
  width: 145px;
  pointer-events: none;
  filter: drop-shadow(0 12px 16px rgba(0,0,0,.28));
}

.sticker-part {
  position: relative;
  display: block;
  width: fit-content;
  padding: 9px 13px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
}

.sticker-red {
  margin-left: 9px;
  background: #ff5846;
  color: #ffffff;
  font-size: 12px;
  transform: rotate(-5deg);
}

.sticker-white {
  margin-top: -5px;
  background: #ffffff;
  color: #061436;
  font-size: 13px;
  transform: rotate(-5deg);
}

.sticker-white strong {
  color: #176bff;
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}

.difference-section .dot-grid {
  position: absolute;
  z-index: 1;
  right: 18px;
  top: 74px;
  width: 98px;
  height: 92px;
  background-image: radial-gradient(circle, rgba(255,255,255,.78) 1.35px, transparent 1.5px);
  background-size: 16px 16px;
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .difference-panel {
    padding: 0;
  }

  .difference-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .difference-intro {
    position: relative;
    top: auto;
    padding-top: 0;
  }

  .difference-section .sticker {
    left: 18px;
    top: 18px;
    transform: scale(0.82);
    transform-origin: top left;
  }

  .difference-section .section-title {
    padding-left: 0;
    text-align: left;
    max-width: 720px;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card--language {
    grid-row: auto;
    min-height: 164px;
  }
}

@media (max-width: 640px) {
  .difference-section {
    padding: 46px 0;
  }

  .difference-panel {
    padding: 0;
  }

  .difference-layout {
    gap: 24px;
  }

  .difference-intro {
    text-align: left;
  }

  .difference-section .section-title {
    padding-left: 0;
    text-align: left;
  }

  .difference-section .sticker {
    left: 16px;
    top: 18px;
    transform: scale(0.9);
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-card {
    min-height: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .feature-card--promise {
    grid-column: auto;
  }

  .feature-icon {
    width: 44px;
    height: 44px;
  }

  .feature-text {
    max-width: none;
  }

  .difference-section .dot-grid {
    right: -16px;
    top: auto;
    bottom: 22px;
    opacity: 0.35;
  }
}

/* ── CTA final ─────────────────────────── */

.ap-cta {
  padding: 0 0 80px;
}

.ap-cta__panel {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
  padding: 32px 44px;
  border-radius: 20px;
  background: var(--ap-blue);
  position: relative;
  overflow: hidden;
}

.ap-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.08), transparent 50%);
  pointer-events: none;
}

.ap-cta__text h2 {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.ap-cta__text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  font-weight: 500;
}

.ap-cta__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.ap-cta__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.ap-cta__list li svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.ap-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 11px;
  background: #fff;
  color: var(--ap-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.ap-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.ap-cta__btn svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Responsive ────────────────────────── */

@media (max-width: 1180px) {
  .ap-hero__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ap-hero__content { max-width: 100%; }

  .ap-hero__media { min-height: auto; }

  .ap-hero__photo { max-width: 100%; height: 300px; }

  .ap-story__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ap-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .ap-timeline::before {
    display: none;
  }

  .ap-values__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ap-method__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-method__steps::before { display: none; }

  .ap-method__sticker { display: none; }

  .ap-team__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ap-team__intro { max-width: 540px; }

  .ap-stats__panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-proof__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-logos__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ap-cta__panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ap-cta__list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .ap-cta__btn { justify-content: center; }
}

@media (max-width: 860px) {
  .ap-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ap-val-sticker { display: none; }

  .ap-team__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ap-hero { padding: 32px 0 48px; }

  .ap-hero__actions { flex-direction: column; align-items: stretch; }

  .ap-hero__photo { height: 220px; }

  .ap-float { position: static; margin-top: 12px; transform: none !important; }
  .ap-float--leads, .ap-float--qualified, .ap-float--response { position: static; }

  .ap-sticker--hero { display: none; }

  .ap-timeline { grid-template-columns: 1fr; }

  .ap-values__grid { grid-template-columns: 1fr; }

  .ap-method__panel { padding: 32px 22px; }

  .ap-method__steps { grid-template-columns: 1fr; }

  .ap-team__cards { grid-template-columns: 1fr; }

  .ap-stats__panel {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 22px;
    gap: 24px;
  }

  .ap-logos__grid { grid-template-columns: repeat(2, 1fr); }

  .ap-cta { padding: 0 0 48px; }

  .ap-cta__panel { padding: 28px 22px; }

  .ap-cta__list { flex-direction: column; align-items: center; }
}

/* ── Visual refinement pass — aligned with the supplied desktop mockup ── */
@media (min-width: 1181px) {
  .ap-hero,
  .ap-story,
  .ap-values,
  .ap-method,
  .ap-team,
  .ap-stats,
  .ap-proof {
    padding-block: 30px;
  }

  .ap-hero {
    position: relative;
    padding-top: 18px;
    background:
      radial-gradient(circle at 100% 0%, rgba(2, 66, 237, .18) 0 82px, transparent 83px),
      linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  }

  .ap-hero__grid,
  .ap-story__grid,
  .ap-team__grid,
  .ap-proof__grid,
  .ap-method__panel,
  .ap-stats__panel,
  .ap-cta__panel {
    max-width: 1348px;
  }

  .ap-hero__grid {
    grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
    gap: 54px;
  }

  .ap-hero__h1 {
    max-width: 690px;
    font-size: 54px;
    letter-spacing: -.055em;
  }

  .ap-hero__h1 span {
    color: var(--ap-mint);
  }

  .ap-hero__lead {
    max-width: 560px;
    color: #1c2943;
  }

  .ap-hero__media {
    min-height: 382px;
  }

  .ap-hero__photo {
    width: 430px;
    height: 300px;
    margin-right: 86px;
    border-radius: 18px;
  }

  .ap-shape--blue {
    right: -18px;
    top: -72px;
    width: 180px;
    height: 180px;
    border-radius: 0 0 0 100%;
  }

  .ap-shape--mint {
    display: none;
  }

  .ap-dots {
    left: 18px;
    top: 38px;
    width: 360px;
    height: 245px;
    opacity: .78;
  }

  .ap-float--leads {
    top: 28px;
    right: 0;
    left: auto;
    width: 176px;
  }

  .ap-float--qualified {
    right: 92px;
    left: auto;
    bottom: 66px;
    width: 158px;
  }

  .ap-float--response {
    right: -4px;
    bottom: 4px;
    width: 88px;
    height: 88px;
    min-width: 0;
    padding: 0;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ap-coral);
    transform: rotate(-13deg);
  }

  .ap-float--response .ap-float__label,
  .ap-float--response .ap-float__value {
    color: #fff;
  }

  .ap-float--response svg {
    display: none;
  }

  .ap-sticker--hero {
    left: 44px;
    right: auto;
    top: 78px;
  }

  .ap-story {
    padding-top: 20px;
  }

  .ap-story__grid {
    grid-template-columns: 260px 1fr;
    gap: 38px;
  }

  .ap-story__intro {
    padding-top: 0;
  }

  .ap-story__h2 {
    font-size: 34px;
  }

  .ap-timeline {
    min-height: 150px;
    padding: 30px 32px 24px;
    border-radius: 13px;
    background:
      radial-gradient(circle at 8% 18%, rgba(2,66,237,.09), transparent 35%),
      var(--color-navy-deep);
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    box-shadow: var(--ap-shadow);
  }

  .ap-timeline::before {
    top: 51px;
    border-color: rgba(255,255,255,.35);
  }

  .ap-tcard,
  .ap-tcard--active {
    min-height: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .ap-tcard h3 {
    color: #fff;
  }

  .ap-tcard p {
    color: rgba(255,255,255,.78);
    font-size: 10.5px;
  }

  .ap-tcard__icon {
    margin-inline: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.72);
  }

  .ap-tcard__year {
    color: rgba(255, 255, 255, 0.50);
  }

  .ap-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1020px;
    margin-inline: auto;
  }

  .ap-vcard {
    min-height: 162px;
    text-align: center;
    border-radius: 13px;
  }

  .ap-vcard .ap-icon {
    margin-inline: auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
  }

  .ap-team__grid {
    grid-template-columns: 260px repeat(3, 1fr);
    gap: 20px;
  }

  .ap-team__intro {
    max-width: 250px;
  }

  .ap-team__cards {
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .ap-tcard-team {
    min-height: 272px;
    padding: 22px 18px 20px;
    border-radius: 10px;
  }

  .ap-tcard-team__photo {
    border-radius: inherit;
  }

  .ap-tcard-team__media {
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
  }

  .ap-tcard-team__avatar {
    font-size: 23px;
  }

  .ap-method__panel {
    grid-template-columns: 300px 1fr;
    gap: 34px;
    padding: 28px 36px 30px;
    border-radius: 16px;
  }

  .ap-method__steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .ap-stats__panel {
    grid-template-columns: repeat(4, 1fr) 180px;
    border-radius: 13px;
    background: #fff;
  }

  .ap-logos__grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .ap-proof__stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .ap-cta {
    padding-bottom: 32px;
  }

  .ap-cta__panel {
    grid-template-columns: 1fr auto auto;
    min-height: 126px;
    border-radius: 13px;
    background:
      radial-gradient(circle at 0% 0%, rgba(2,66,237,.28), transparent 34%),
      var(--color-navy-deep);
  }
}


/* ──── Moved from inline <style> in a-propos.html ──── */
    :root {
      --ld-navy: #07112f;
      --ld-blue: #0b63ff;
      --ld-green: #2aaf75;
      --ld-red: #ff5148;
      --ld-border: #e6ebf3;
      --ld-muted: #3d4864;
      --ld-bg: #ffffff;
      --ld-card: #ffffff;
      --ld-shadow: 0 18px 45px rgba(7, 17, 47, 0.10);
      --ld-shadow-hover: 0 24px 60px rgba(7, 17, 47, 0.16);
    }
    .services-section {
      width: 100%;
      padding: clamp(54px, 6vw, 86px) 0;
      content-visibility: auto;
      contain-intrinsic-size: auto 860px;
      background:
        radial-gradient(circle at 20% 0%, rgba(42, 175, 117, 0.06), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(11, 99, 255, 0.07), transparent 30%),
        #ffffff;
      color: var(--ld-navy);
    }
    .services-container {
      width: min(100%, 1180px);
      margin: 0 auto;
      padding-inline: 32px;
    }
    .services-header {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 28px;
      margin-bottom: 56px;
      text-align: left;
    }
    .services-header h2 {
      position: relative;
      max-width: 760px;
      margin: 0;
      color: var(--ld-navy);
      font-size: clamp(32px, 3.4vw, 48px);
      line-height: 1.05;
      font-weight: 800;
      letter-spacing: -0.035em;
      text-transform: none;
    }
    .services-header h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -18px;
      width: min(250px, 44%);
      height: 4px;
      border-radius: 999px;
      background: var(--ld-green);
      transform: rotate(-1deg);
    }
    .title-deco {
      position: relative;
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
    }
    .title-deco::before,
    .title-deco::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 28px;
      height: 3px;
      border-radius: 999px;
      background: var(--ld-blue);
      transform-origin: center;
    }
    .title-deco::before {
      top: 8px;
      transform: translateX(-50%) rotate(28deg);
    }
    .title-deco::after {
      bottom: 8px;
      transform: translateX(-50%) rotate(-28deg);
    }
    .services-grid {
      display: grid;
      grid-template-columns: 42fr 29fr 29fr;
      gap: 18px;
      align-items: stretch;
    }
    .service-card {
      --accent: var(--ld-blue);
      position: relative;
      grid-column: auto;
      min-width: 0;
      min-height: 0;
      padding: 22px 22px 26px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      contain: layout paint;
      background:
        radial-gradient(circle at calc(100% - 28px) 28px, color-mix(in srgb, var(--accent) 10%, transparent), transparent 88px),
        var(--ld-card);
      border: 1px solid var(--ld-border);
      border-radius: 14px;
      box-shadow: 0 14px 34px rgba(7, 17, 47, 0.08);
      transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .service-featured {
      grid-column: 1;
      grid-row: 1 / 3;
      padding: 44px 36px 48px;
    }

    .service-card:not(.service-featured) {
      min-height: 314px;
      padding: 22px 22px 26px;
    }
    .service-card:hover {
      transform: translateY(-6px);
      border-color: color-mix(in srgb, var(--accent) 32%, var(--ld-border));
    }
    .service-blue   { --accent: var(--ld-blue); }
    .service-mint   { --accent: #22C55E; }
    .service-coral  { --accent: #FF6B5F; }
    .service-purple { --accent: #7C3AED; }
    .service-teal   { --accent: #0EA5E9; }
    /* legacy alias, à garder le temps de la transition */
    .service-green  { --accent: #22C55E; }
    .service-red    { --accent: var(--ld-red); }
    .service-mark {
      width: 68px;
      height: 58px;
      margin: 0 0 18px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: color-mix(in srgb, var(--accent) 11%, oklch(99% 0.006 245));
      color: var(--accent);
      box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent);
      font-size: 18px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.04em;
    }

    .service-featured .service-mark {
      width: 104px;
      height: 84px;
      margin-bottom: 22px;
      border-radius: 18px;
      font-size: 26px;
    }

    .service-kicker {
      margin: 0 0 10px;
      color: var(--accent);
      font-size: 11px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .service-card h3 {
      margin: 0;
      color: var(--ld-navy);
      font-size: clamp(21px, 1.6vw, 25px);
      line-height: 1.24;
      font-weight: 800;
      letter-spacing: -0.03em;
      text-wrap: balance;
      padding-bottom: 4px;
    }

    .service-featured h3 {
      font-size: clamp(30px, 2.9vw, 40px);
      line-height: 1.08;
    }

    .service-description {
      margin: 14px 0 18px;
      color: var(--ld-navy);
      font-size: 14px;
      line-height: 1.55;
      font-weight: 500;
      max-width: 34ch;
    }

    .service-featured .service-description {
      margin-top: 18px;
      font-size: 16px;
      line-height: 1.58;
      max-width: 36ch;
    }

    .service-list {
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 9px;
    }

    .service-list li {
      position: relative;
      padding-left: 18px;
      color: var(--ld-navy);
      font-size: 13px;
      line-height: 1.35;
      font-weight: 500;
    }

    .service-featured .service-list li {
      padding-left: 22px;
      font-size: 15px;
      line-height: 1.35;
    }

    .service-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.55em;
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--accent);
      transform: translateY(-50%);
    }
    .service-link {
      position: static;
      align-self: flex-end;
      margin-top: auto;
      width: 46px;
      height: 46px;
      flex-shrink: 0;
      display: grid;
      place-items: center;
      color: var(--accent);
      text-decoration: none;
      border: 1.5px solid color-mix(in srgb, var(--accent) 34%, #dbe5f4);
      border-radius: 999px;
      background: #ffffff;
      box-shadow: 0 10px 20px rgba(7, 17, 47, 0.06);
      transition: background 200ms ease, color 200ms ease, transform 200ms ease, border-color 200ms ease;
    }

    .service-link svg {
      width: 22px;
      height: 22px;
    }
    .service-link:hover,
    .service-link:focus-visible {
      color: #ffffff;
      background: var(--accent);
      border-color: var(--accent);
      transform: translateX(4px);
      outline: none;
    }

    .service-link:focus-visible {
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 24%, transparent), 0 10px 20px rgba(7, 17, 47, 0.08);
    }
    @media (max-width: 1280px) {
      .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
      }

      .service-featured {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: auto;
        padding: 32px 30px 34px;
      }

      .service-card:not(.service-featured) {
        grid-column: auto;
        min-height: 280px;
        padding: 22px 22px 26px;
      }

      .service-card:not(.service-featured) .service-list {
        display: grid;
        gap: 9px;
      }
    }
    @media (max-width: 860px) {
      .services-container { padding-inline: 20px; }
      .services-header { gap: 16px; margin-bottom: 44px; }
      .title-deco { width: 24px; flex-basis: 24px; }
      .services-grid { gap: 14px; }
      .service-card:not(.service-featured) { min-height: 264px; padding: 20px 20px 24px; }
      .service-featured { padding: 28px 26px 30px; }
    }
    @media (max-width: 620px) {
      .services-header h2 { letter-spacing: -0.03em; }
      .title-deco { display: none; }
      .services-grid { grid-template-columns: 1fr; }
      .service-card,
      .service-featured { min-height: auto; padding: 24px 22px 26px; }
      .service-featured { grid-row: auto; }
      .service-card h3,
      .service-featured h3 { font-size: 26px; }
      .service-list { margin-top: 4px; margin-bottom: 0; }
    }
