  :root {
    --navy: #17344c;
    --navy-mid: #17344c;
    --navy-light: #1e4060;
    --red: #f02443;
    --cyan: #43dde6;
    --white: #ffffff;
    --light-blue: #dfebf7;
    --text-muted: #8aaccb;
  }
  /* ── HERO ── */
  .hero {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 100px;
    padding: 40px 20px;
  }
  .hero-80 {
    width: 56%;
    border-radius: 16px;
    background: url("/assets/images/hero-80.jpg") no-repeat center;
    padding: 60px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
  }
  .hero-80::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(67,221,230,0.18) 0%, transparent 60%);
  }
  .hero-eyebrow {
    font-family: 'urbane', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #43dde6;
    position: relative;
  }
  .hero h1 {
    font-family: 'urbane', sans-serif;
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    position: relative;
    margin: 0 !important;
    font-style: italic;

  }

  /* ── MARKET SECTION ── */
  .market {
    padding: 80px 48px;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    line-height: 1;
    margin: 80px;
    padding: 0;
    justify-content: center;
  }
  .market-left h2 {
    font-family: "degular", Sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #17344c;
    margin: 0 !important;
  }
  .market-left h1 {
    font-family: "degular", Sans-serif;
    font-size: 66px;
    font-weight: 700;
    color: #17344c;
    margin: 0 !important;
  }
  .arrow-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .arrow-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "urbane", Sans-serif !important;
    font-size: 26px;
    font-weight: 600;
    color: #17344c;
  }
  .arrow-list li::before {
      content: "";
    transform: rotate(-45deg);
    display: inline-block;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    -webkit-mask: url('/assets/images/Arrow-home.svg') no-repeat center / contain;
    mask: url('/assets/images/Arrow-home.svg') no-repeat center / contain;
    background-color: #43dde6;       /* couleur de la flèche au repos */
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  /* ── DARK BANNER ── */
  .dark-banner {
    background: var(--navy);
    position: relative;
    overflow: hidden;
    background: url('/assets/images/contact-image.jpg') center/cover;
    min-height: 380px;
    display: flex;
    align-items: center;
  }
  .dark-banner-content {
    margin-left: 46%;
    padding: 60px 48px 60px 48px;
    position: relative;
    z-index: 2;
  }
  .dark-banner-content h2 {
    font-family: "urbane", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.6px;
    color: #dfebf7;
  }
  .dark-banner-content p {
    font-family: "urbane", Sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 31px;
    color: #dfebf7;
  }

  /* ── TAGLINE ── */
  .tagline {
    padding: 40px 48px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .tagline p {
    font-family: "urbane", Sans-serif;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: -0.3px;
    color: #17344c;
  }
  .tagline p::before { content: '* '; color: var(--red); font-style: normal; font-weight: 700; }

  /* ── SERIEUX ── */
  .serieux {
    padding: 80px 48px;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    line-height: 1;
    margin: 80px;
    padding: 0;
    justify-content: center;
    align-self: initial !important;

  }
  .serieux-left h2 {
    font-family: "degular", Sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #17344c;
    margin: 0 !important;
    padding-top: 35px !important;

  }
  .serieux-left h1 {
    font-family: "degular", Sans-serif;
    font-size: 66px;
    font-weight: 700;
    color: #17344c;
    margin: 0 !important;
  }
  .serieux-right h3 {
    font-family: "urbane", Sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #17344c;
  }

  /* ── DARK BOX ── */
  .dark-box {
    background: var(--navy-mid);
    margin: 0 0 0 25%;
    width: 75%;
    border-radius: 28px 0 0 28px;
    padding: 52px 64px;
    box-shadow: 0 30px 70px rgba(13,34,54,0.35);
  }
  .dark-box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .dark-box li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: "urbane", Sans-serif;
    font-size: 26px;
    font-weight: 100;
    color: #dfebf7;
  }
  .icon-sq {
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .icon-sq.red { background: var(--red); }
  .icon-sq.cyan { background: var(--cyan); }
  .icon-sq svg { width: 16px; height: 16px; }

  /* ── ENGAGEMENT ── */
  .engagement {
    background: var(--light-blue);
    padding: 0px 80px 80px 80px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 100px;
  }
  .engagement-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  .engagement h2 {
    font-family: "degular", Sans-serif;
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -1.6px;
    color: #17344c;
  }
  .engagement p {
    font-family: "urbane", Sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    color: #17344c;
  }
  .engagement em {
    font-family: "urbane", Sans-serif;
    font-size: 25px;
    font-weight: 700 !important;
    font-style: italic;
    line-height: 30px;
    color: #17344c;
  }

  /* ── CARDS ── */
  .cards-wrap {
    padding: 60px 48px 80px;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    
  }
  .card {
    background: var(--navy-mid);
    border-radius: 20px;
    padding: 36px 24px 32px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  }
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(13,34,54,0.35);
    background: var(--navy);
  }
  .card svg {
    width: 70px; height: 70px;
    margin-bottom: 18px;
  }
  .card h4 {
    font-family: 'urbane', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--light-blue);
    line-height: 1.4;
  }
  .card:hover h4 { color: var(--cyan); }

  /* DIVIDER */
  .divider { height: 60px; }

  /* ===== TAILLES FLUIDES (max = taille desktop, donc desktop inchangé) ===== */
  .hero h1 { font-size: clamp(30px, 7vw, 68px) !important; line-height: 1.05; }
  .hero-eyebrow { font-size: clamp(13px, 2.6vw, 16px); }
  .market-left h1, .serieux-left h1 { font-size: clamp(34px, 7vw, 66px); line-height: 1.05; }
  .market-left h2, .serieux-left h2 { font-size: clamp(32px, 6.4vw, 60px); line-height: 1.05; }
  .dark-banner-content h2 { font-size: clamp(30px, 6.4vw, 60px); line-height: 1.06; }
  .dark-banner-content p { font-size: clamp(16px, 3.4vw, 24px); line-height: 1.4; }
  .engagement h2 { font-size: clamp(34px, 7vw, 68px); line-height: 1.05; }
  .engagement p, .engagement em { font-size: clamp(16px, 3.4vw, 25px); line-height: 1.4; }
  .tagline p { font-size: clamp(17px, 3.6vw, 26px); line-height: 1.35; }
  .arrow-list li, .dark-box li, .serieux-right h3 { font-size: clamp(16px, 3.4vw, 26px); line-height: 1.3; }
  .av-label { font-size: clamp(20px, 4.4vw, 32px); line-height: 1.1; }

  @media (max-width: 768px) {
    .market, .serieux { flex-direction: column; gap: 28px; margin: 40px 16px; padding: 0; }
    .hero { padding: 24px 14px; }
    .hero-80 { width: 100%; padding: 40px 24px; }
    .dark-banner-img { display: none; }
    .dark-banner { min-height: 0; }
    .dark-banner-content { margin-left: 0; padding: 40px 22px; }
    .tagline { padding: 30px 22px; }
    .cards-wrap { grid-template-columns: repeat(2, 1fr); padding: 40px 18px 60px; }
    .dark-box { margin-left: 0; width: 100%; border-radius: 20px; padding: 36px 24px; }
    .dark-box ul { gap: 18px; }
    .engagement { padding: 0 18px 48px; }
    .av-card { margin: 0; min-height: 140px; padding: 22px 14px; }
    .avantages-section { width: 92%; margin: 28px auto; }
    .divider { height: 32px; }
  }


  /* ========== AVANTAGES ========== */
.avantages-section {
  width: 80%;
  margin: 24px auto;
}

.avantages-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.av-card {
  background: #17344c;
  border-radius: 14px;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px;
  min-height: 180px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 80px 0px 80px 0px;
}

.av-card:hover {
  transform: translateY(-6px);
  background: #dfebf7;
  box-shadow: 0 12px 28px rgba(14,37,55,0.2);
}

.av-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.av-icon svg {
  width: 100%;
  height: 100%;
  fill: #dfebf7;
  transition: fill 0.3s ease;
}

.av-label {
    font-size: 32px;
    font-family: "degular", Sans-serif !important;
    font-weight: 700;
    color: #dfebf7;
    line-height: 1;
    margin: 0;
    transition: color 0.3s ease;
}

.av-card:hover .av-label {
  color: #17344c;
}

/* cls-1 = forme principale → bleu sombre */
.av-card .av-icon svg .cls-1 { fill: #fff; }

/* cls-2 = accent */
.av-card.icon-red .av-icon svg .cls-2  { fill: #f02443; }
.av-card.icon-blue .av-icon svg .cls-2 { fill: #17344c; }
.av-card.icon-cyan .av-icon svg .cls-2 { fill: #43dde6; }


/* Hover → tout blanc */
.av-card:hover .av-icon svg .cls-1{ fill: #17344c; },
.av-card:hover .av-icon svg .cls-2 { fill: #ffffff; }

/* icon-red hover → rouge garde cls-1 blanc, cls-2 reste visible */
.av-card.icon-red:hover .av-icon svg .cls-1 { fill: #17344c; }
.av-card.icon-red:hover .av-icon svg .cls-2 { fill: #f02443; }
.av-card.icon-blue:hover .av-icon svg .cls-2 { fill: #17344c; }
.av-card.icon-cyan:hover .av-icon svg .cls-2 { fill: #43dde6; }


/* ========================================================
   RESPONSIVE — about.css (complément)
   ======================================================== */

@media (max-width: 480px) {
  .cards-wrap { grid-template-columns: 1fr; }
  .avantages-wrap { grid-template-columns: 1fr 1fr; }
  .avantages-section { width: 96%; }
}
