.ext-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* Colonne 1 */
.ext-col1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.ext-title {
  width: 428px;
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.ext-desc {
  width: 371px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

/* Cartes colonnes 2 & 3 */
.ext-card {
  width: 411px;
  height: 495px;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ext-card--white {
  background: #FFF;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
}

.ext-card--blue {
  background: #EDF7F9;
  padding: 36px 32px;
  gap: 20px;
  justify-content: flex-start;
  overflow: visible;
}

/* Colonne 2 */
.ext-card-content {
  padding: 56px 32px 4px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ext-card-title {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.ext-card-text {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.ext-card-img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  object-position: top;
  display: block;
  margin-top: auto;
}

/* Colonne 3 */
.ext-round-photo {
  width: 187px;
  height: 187px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  align-self: flex-end;
}

.ext-quote {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

.mkt-section {
  width: 1440px;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.mkt-title {
  width: 792px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.mkt-grid {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Cartes */
.mkt-card {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 60px 32px;
}

.mkt-card--white {
  width: 409px;
  height: 377px;
  background: #FFF;
}

.mkt-card--dark {
  width: 409px;
  height: 493px;
  background: #001E48;
}

.mkt-card--photo {
  width: 409px;
  height: 377px;
  padding: 0;
  overflow: hidden;
}

.mkt-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Titres */
.mkt-card-title--red {
  color: #DB3232;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.mkt-card-title--white {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

/* Listes */
.mkt-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.mkt-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mkt-list li svg { flex-shrink: 0; margin-top: 2px; }

.mkt-list li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mkt-list--white li span {
  color: #FFF;
}

.defi-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.defi-title {
  width: 809px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.defi-desc {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.defi-desc-accent {
  color: #DB3232;
  font-weight: 700;
}

.defi-cards {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.defi-card {
  width: 305px;
  height: 170px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.defi-card-text {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.defi-conclusion {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  max-width: 760px;
}

.defi-conclusion strong {
  font-weight: 600;
}

.modele-section {
  position: relative;
  width: 1440px;
  height: 985px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modele-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, #2a0a4e 0%, #4a0a6e 50%, #8b0000 100%);
}

.modele-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modele-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 0 80px;
}

/* Titre */
.modele-title {
  width: 809px;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

/* Flow 3 boîtes */
.modele-flow {
  display: flex;
  align-items: center;
  gap: 20px;
}

.modele-flow-box {
  width: 215px;
  height: 94px;
  border-radius: 16px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.modele-flow-text {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

.modele-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.modele-arrow {
  flex-shrink: 0;
}

/* Grande boîte */
.modele-bigbox {
  width: 1219px;
  height: 407px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 40px 48px;
  gap: 48px;
}

.modele-biglist {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  flex: 1;
}

.modele-biglist li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.modele-biglist li svg { flex-shrink: 0; }

.modele-biglist li span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.modele-photos {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.modele-photo {
  width: 329px;
  height: 354px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.strat-section {
  width: 1440px;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.strat-title {
  width: 898px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.strat-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: center;
}

.strat-row {
  display: flex;
  gap: 24px;
}

/* Petites cartes */
.strat-card {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.strat-card--small {
  width: 406px;
  height: 320px;
}

/* Grande carte */
.strat-card--big {
  width: 852px;
  height: 440px;
  padding: 40px 0 0 40px;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  gap: 0;
}

.strat-big-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  padding-bottom: 40px;
}

.strat-big-img {
  width: 323.467px;
  height: 349.118px;
  object-fit: cover;
  object-position: bottom right;
  flex-shrink: 0;
  align-self: flex-end;
}

/* Numéros */
.strat-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.strat-num--01 { color: #C89300; }
.strat-num--02 { color: #F03E6B; }
.strat-num--03 { color: #00AC25; }

/* Titre des cartes */
.strat-card-title {
  color: #002964;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
}

/* Texte */
.strat-card-text {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Liste */
.strat-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.strat-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.strat-list li svg { flex-shrink: 0; }

.strat-list li span {
  color: #3F4955;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.focused-section {
  width: 1440px;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.focused-title {
  width: 795px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.focused-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* Photo */
.focused-photo {
  width: 493px;
  height: 678px;
  border-radius: 20px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Liste */
.focused-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  padding-top: 8px;
}

.focused-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Boîte lettre */
.focused-letter-box {
  width: 86px;
  height: 86px;
  border-radius: 10px;
  border: 1px solid #00BFE5;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.focused-letter {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
}

/* Textes */
.focused-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.focused-label {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
}

.focused-desc {
  color: #767676;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.hubs-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.hubs-title {
  width: 794px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.hubs-subtitle {
  width: 689px;
  color: #3F4955;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Cartes */
.hubs-cards {
  display: flex;
  gap: 20px;
}

.hubs-card {
  width: 305px;
  height: 190px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Drapeaux */
.hubs-flag {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hubs-flag--mg {
  background-image: url('https://flagcdn.com/w80/mg.png');
  background-position: -5.549px 0;
  background-size: 149.883%;
}
.hubs-flag--cd {
  background-image: url('https://flagcdn.com/w80/cd.png');
  background-position: -0.471px 0;
  background-size: 133.333%;
}
.hubs-flag--tg {
  background-image: url('https://flagcdn.com/w80/tg.png');
  background-position: -0.407px 0;
  background-size: 161.8%;
}
.hubs-flag--bj {
  background-image: url('https://flagcdn.com/w80/bj.png');
  background-position: -6.016px 0;
  background-size: 149.883%;
}

.hubs-country {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.hubs-status {
  color: #00AC25;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* Expansion */
.hubs-expansion {
  color: #3F4955;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

/* Présence locale */
.hubs-presence {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 700px;
}

.hubs-presence-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.hubs-presence-text {
  color: #3F4955;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.capa-section {
  width: 1440px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.capa-title {
  width: 794px;
  color: #002964;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}

.capa-layout {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Colonnes gauche et droite */
.capa-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 464px;
}

.capa-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 464px;
  min-height: 88px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);
  padding: 0 24px;
}

.capa-item svg { flex-shrink: 0; }

.capa-item span {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

/* Photo centrale */
.capa-photo {
  width: 308px;
  height: 371px;
  border-radius: 20px;
  object-fit: cover;
  flex-shrink: 0;
}