/* Homepage AV — Aide au top */
    :root {
      --universe-color: #EA93A3;
      --av-accent: #005B85;
      --fc-white: #FFFFFF;
      --fc-text: #0F172A;
      --fc-text-muted: #64748B;
      --fc-green: #16A34A;
      --fc-star: #FBBF24;
      --fc-radius: 18px;
      --fc-shadow: 0 1px 2px rgba(16,24,40,.06), 0 12px 28px rgba(16,24,40,.14), 0 28px 60px rgba(16,24,40,.10);
    }
    .btn--primary.btn--validation {
      background: #2da3ed !important;
      border: none !important; border-radius: 62.4375rem !important;
    }
    .btn--primary.btn--validation:hover { filter: brightness(1.08); }
    .btn--secondary.btn--validation {
      color: #2da3ed !important; border-color: #2da3ed !important; border-radius: 62.4375rem !important;
      background: transparent !important;
    }
    .btn--secondary.btn--validation:hover {
      background: #2da3ed !important;
      color: #fff !important; border-color: transparent !important;
    }
    .btn--secondary:not(.btn--validation) {
      color: #2da3ed !important; border-color: #2da3ed !important; border-radius: 62.4375rem !important;
    }
    .btn--secondary:not(.btn--validation):hover {
      background: #2da3ed !important;
      color: #fff !important; border-color: transparent !important;
    }
    .font--blue { color: #2da3ed !important; }
    .tag--blue { border-color: var(--av-accent) !important; color: var(--av-accent) !important; }
    .text-primary { color: var(--av-accent) !important; }


    /* Toggle audience */
    .nt-aud { padding: 64px 0 56px !important; margin-top: 0 !important; margin-bottom: 0 !important; }
    #faq.section { margin-top: 0 !important; margin-bottom: 0 !important; padding: 48px 24px 56px !important; }
    .homepage-marketplace__how-it-works { margin-top: 0 !important; margin-bottom: 0 !important; }
    .hp-reviews { margin-top: 0 !important; }
    .hp-help-section { margin-bottom: 0 !important; }
    .hp-accomp-section { margin-top: 0 !important; }
    .nt-aud__switch {
      display: inline-flex; gap: 4px; padding: 5px;
      background: #eef1f5; border-radius: 999px; margin: 12px auto 32px;
    }
    .nt-aud__btn {
      appearance: none; border: 0; cursor: pointer;
      padding: 12px 26px; border-radius: 999px;
      font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15px;
      color: #475569; background: transparent;
      transition: background .2s ease, color .2s ease, box-shadow .2s ease;
    }
    .nt-aud__btn:hover { color: #005B85; }
    .nt-aud__btn.is-active { background: #2da3ed; color: #fff; box-shadow: 0 8px 18px rgba(45,163,237,.30); }
    .nt-aud__panel { display: none; max-width: 980px; margin: 0 auto; }
    .nt-aud__panel.is-active { display: block; }
    .nt-aud__lead { font-size: 18px; color: #212529; line-height: 1.6; margin: 0 auto 28px; max-width: 760px; }
    .nt-aud__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .nt-aud__link {
      display: flex; flex-direction: column; gap: 10px; text-align: left;
      padding: 24px 22px; background: #fff; border-radius: 16px;
      border: 1px solid #AFDBF9;
    }
    .nt-aud__link-icon { width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center; }
    .nt-aud__link-icon img { width:52px;height:52px;display:block; }
    .nt-aud__link-title { font-family:'Rubik',sans-serif;font-weight:500;font-size:17px;color:#005B85; }
    .nt-aud__link-desc { font-size:14px;color:#212529;line-height:1.5;flex:1; }
    .nt-aud__link-more { display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:#005B85;text-decoration:none;transition:gap .2s ease; }
    .nt-aud__link-more:hover { gap:10px; }
    @media (max-width:992px){ .nt-aud__links{ grid-template-columns:1fr; } .nt-aud__switch{ width:100%; } .nt-aud__btn{ flex:1; padding:12px 10px; } }

    /* ============================================================
       MODERNISATION HOMEPAGE
       ============================================================ */

    /* --- How it works : cartes numerotees --- */
    .hp-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
    .hp-step {
      background: #fff; border-radius: 20px; padding: 32px 28px; text-align: left;
      border: 1px solid #e2e8f0; position: relative;
      transition: transform .25s ease, box-shadow .25s ease;
    }
    .hp-step:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,91,133,.10); }
    .hp-step__num {
      display: inline-flex; align-items: center; justify-content: center;
      width: 44px; height: 44px; border-radius: 14px;
      background: #EBF6FB; color: #005B85;
      font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 20px;
      margin-bottom: 16px;
    }
    .hp-step h3 { font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 19px; color: #005B85; margin: 0 0 10px; }
    .hp-step p { font-size: 15px; color: #212529; line-height: 1.55; margin: 0; }
    @media (max-width: 768px) { .hp-steps { grid-template-columns: 1fr; gap: 16px; } }

    /* --- Vagues pleine largeur --- */
    .hp-wave { display: block; width: 100%; height: 48px; line-height: 0; }
    .hp-wave svg { display: block; width: 100%; height: 100%; }
    .hp-wave--on-tinted { background: #F4FBFF; }
    .hp-tinted { background: linear-gradient(135deg, #EBF6FB 0%, #F4FBFF 100%); display: flow-root; }

    /* --- Section avis clients (design Figma) --- */
    .hp-reviews { max-width: 1280px; margin: 0 auto; padding: 64px 24px; }
    .hp-reviews__head { text-align: center; margin-bottom: 48px; }
    .hp-reviews__title {
      font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 40px;
      line-height: 48px; color: #005B85; margin: 0 0 16px;
    }
    .hp-reviews__subtitle { font-size: 17px; color: #212529; line-height: 26px; margin: 0; }
    .hp-reviews__grid { display: flex; gap: 24px; align-items: stretch; }
    .hp-reviews__score {
      flex: 0 0 auto; min-width: 180px;
      padding: 26px 40px; background: #fff; border-radius: 16px;
      border: 1px solid #AFDBF9;
      display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
    }
    .hp-reviews__score-label { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 18px; color: #212529; }
    .hp-reviews__score-value { font-family: 'Rubik', sans-serif; font-weight: 800; font-size: 40px; color: #FBBF24; line-height: 1; }
    .hp-reviews__score-stars { display: flex; gap: 6px; }
    .hp-reviews__score-stars svg { width: 28px; height: 28px; fill: #FBBF24; }
    .hp-reviews__score-brand {
      display: flex; align-items: center; gap: 8px;
      font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px; color: #005B85;
    }
    .hp-reviews__score-brand img { width: 24px; height: 24px; }
    .hp-reviews__card {
      flex: 1 1 0; min-width: 240px;
      padding: 26px 24px; background: #fff; border-radius: 16px;
      border: 1px solid #AFDBF9;
      display: flex; flex-direction: column; gap: 16px; text-align: left;
    }
    .hp-reviews__card-header { display: flex; align-items: center; gap: 12px; }
    .hp-reviews__name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; color: #005B85; }
    .hp-reviews__stars { display: flex; gap: 2px; margin-top: 4px; }
    .hp-reviews__stars svg { width: 14px; height: 14px; fill: #FBBF24; }
    .hp-reviews__text {
      font-family: 'Inter', sans-serif; font-size: 14px; line-height: 22px; color: #212529;
      flex: 1; margin: 0;
    }
    .hp-reviews__footer { font-family: 'Inter', sans-serif; font-size: 12px; color: #212529; margin: 0; }
    .hp-reviews__cta {
      display: inline-flex; align-items: center; justify-content: center;
      margin-top: 48px;
      padding: 18px 32px; border-radius: 40px;
      background: #2da3ed;
      color: #fff; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 16px;
      text-decoration: none; transition: filter .2s ease;
    }
    .hp-reviews__cta:hover { filter: brightness(1.08); color: #fff; }
    @media (max-width: 992px) {
      .hp-reviews__grid { flex-wrap: wrap; }
      .hp-reviews__score { flex: 1 1 100%; }
      .hp-reviews__title { font-size: 32px; line-height: 40px; }
    }
    @media (max-width: 576px) {
      .hp-reviews__card { min-width: 100%; }
      .hp-reviews__title { font-size: 28px; line-height: 36px; }
    }

    /* --- Section Help : cartes horizontales avec illustration --- */
    .hp-help { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .hp-help-card {
      background: #fff; border-radius: 20px; padding: 36px 32px;
      border: 1px solid #e2e8f0;
      transition: transform .25s ease, box-shadow .25s ease;
      display: flex; flex-direction: row; align-items: center; gap: 28px;
    }
    .hp-help-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,91,133,.08); }
    .hp-help-card__text { flex: 1; display: flex; flex-direction: column; }
    .hp-help-card__visual { flex-shrink: 0; width: 120px; display: flex; align-items: center; justify-content: center; }
    .hp-help-card__visual img { width: 100%; height: auto; }
    .hp-help-card h3 { font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 22px; color: #005B85; margin: 0 0 12px; }
    .hp-help-card p { font-size: 15px; color: #212529; line-height: 1.55; margin: 0 0 24px; flex: 1; }
    .hp-help-card .btn { align-self: flex-start; }
    @media (max-width: 992px) {
      .hp-help { grid-template-columns: 1fr; }
    }
    @media (max-width: 576px) {
      .hp-help-card { flex-direction: column-reverse; text-align: center; gap: 16px; }
      .hp-help-card__visual { width: 90px; }
      .hp-help-card .btn { align-self: center; }
    }

    /* --- Section Villes : listing vertical --- */
    .hp-listing-cities {
      display: grid; grid-template-columns: repeat(5, 1fr); gap: 48px 24px;
      margin: 0 !important; padding: 0;
    }
    .hp-listing-cities > .col { padding: 0; }
    .hp-listing-cities h3 { font-family: 'Rubik', sans-serif; font-weight: 600; font-size: 17px; color: #005B85; margin: 0 0 4px; text-align: left; }
    .hp-listing-cities h3 a { color: inherit; text-decoration: none; }
    .hp-listing-cities h3::before { content: "\F3E7"; font-family: 'bootstrap-icons'; color: #e88a9a; margin-right: 6px; font-size: 16px; font-weight: 400; }
    .hp-listing-cities [id^="listing-cities-"] a { color: #212529; font-size: 15px; text-decoration: none; transition: color .15s ease; border: none; font-weight: 200; }
    .hp-listing-cities [id^="listing-cities-"] a:hover { color: #005B85; }
    .hp-listing-cities__row2 {
      grid-column: 1 / -1;
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    }
    @media (max-width: 992px) {
      .hp-listing-cities { grid-template-columns: repeat(3, 1fr); }
      .hp-listing-cities__row2 { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .hp-listing-cities { grid-template-columns: repeat(2, 1fr); }
      .hp-listing-cities__row2 { grid-template-columns: repeat(2, 1fr); }
    }

    /* --- Section Autres services : cartes modernes --- */
    .hp-services { display: flex; justify-content: center; gap: 24px; margin-top: 40px; }
    .hp-service-card {
      background: #fff; border-radius: 20px; padding: 32px 24px; text-align: center;
      border: 1px solid #e2e8f0; text-decoration: none;
      transition: transform .25s ease, box-shadow .25s ease;
      display: flex; flex-direction: column; align-items: center;
    }
    .hp-service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,91,133,.10); }
    .hp-service-card img { height: 80px; margin-bottom: 20px; }
    .hp-service-card h5 { font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 18px; color: #005B85; margin: 0 0 10px; }
    .hp-service-card p { font-size: 14px; color: #212529; line-height: 1.55; margin: 0; }
    .hp-service-card { max-width: 360px; flex: 1; }
    @media (max-width: 768px) { .hp-services { flex-direction: column; align-items: center; } }

    /* --- FAQ moderne (design clay, align&eacute; sur NT homepage) --- */
    .hp-faq { max-width: 820px; margin: 0 auto; }
    .hp-faq__head { text-align: center; margin-bottom: 40px; }
    .hp-faq__eyebrow {
      display: inline-block; font-family: 'Inter', sans-serif; font-weight: 700;
      font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase;
      color: #2da3ed; margin-bottom: 12px;
    }
    .hp-faq__title {
      font-family: 'Rubik', sans-serif; font-weight: 600;
      font-size: clamp(26px, 3.5vw, 36px); color: #005B85; margin: 0 0 12px;
    }
    .hp-faq__subtitle {
      font-family: 'Inter', sans-serif; font-size: 16px; color: #212529;
      line-height: 1.55; max-width: 560px; margin: 0 auto;
    }
    .hp-faq .faq-item {
      background: #fff; border: 1px solid #AFDBF9; border-radius: 16px;
      margin-bottom: 16px; overflow: hidden;
    }
    .hp-faq .faq-q {
      width: 100%; display: flex; align-items: center; gap: 16px; text-align: left;
      background: none; border: none; cursor: pointer; padding: 24px;
      font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 17px; color: #005B85;
    }
    .hp-faq .faq-q .faq-chev { margin-left: auto; transition: transform .25s ease; color: #2DA3ED; flex: none; }
    .hp-faq .faq-item.open .faq-chev { transform: rotate(180deg); }
    .hp-faq .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
    .hp-faq .faq-a-inner { padding: 0 24px 24px; font-size: 16px; color: #212529; line-height: 27px; }
    .hp-faq .faq-a-inner strong { color: #005B85; }
    .hp-faq .faq-a-inner a { color: #0e6ba6; font-weight: 600; }

    /* --- Choix n1 : ajustement interne --- */
    .homepage-marketplace__parent-choise img { max-width: 100%; border-radius: 16px; }

    /* --- Espacement sections desktop --- */
    @media (min-width: 992px) {
      .homepage-marketplace .section { padding-top: 80px; padding-bottom: 80px; }
    }

    /* --- Hero --- */
    .hp-hero__visual { display: flex; align-items: center; justify-content: center; }
    .floating-card {
      position: absolute; width: 200px;
      background: var(--fc-white); border-radius: var(--fc-radius);
      box-shadow: var(--fc-shadow); overflow: hidden;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--fc-text); will-change: transform;
      transform: rotate(var(--rotate, 0deg));
      animation: fc-float 9s ease-in-out infinite;
    }
    .floating-card:nth-child(1) { top: 0; left: 0; --rotate: -4deg; z-index: 1; animation-delay: 0s; }
    .floating-card:nth-child(2) { top: 24px; left: 50%; margin-left: -100px; --rotate: 1deg; z-index: 3; animation-delay: 3s; }
    .floating-card:nth-child(3) { top: 48px; right: 0; --rotate: 4deg; z-index: 2; animation-delay: 6s; }
    .floating-card__photo { position: relative; width: 100%; aspect-ratio: 1/1; overflow: hidden; background: #E5E7EB; }
    .floating-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .floating-card__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,.55) 100%); pointer-events: none; }
    .floating-card__stars { position: absolute; top: 10px; left: 12px; display: flex; gap: 2px; z-index: 1; filter: drop-shadow(0 1px 2px rgba(0,0,0,.35)); }
    .floating-card__stars svg { width: 14px; height: 14px; fill: var(--fc-star); }
    .floating-card__identity { position: absolute; left: 14px; bottom: 12px; right: 14px; z-index: 1; color: var(--fc-white); line-height: 1.15; }
    .floating-card__name { font-size: 1.15rem; font-weight: 800; letter-spacing: -0.01em; text-shadow: 0 1px 4px rgba(0,0,0,.45); }
    .floating-card__role { font-size: .7rem; font-weight: 500; margin-top: 2px; text-shadow: 0 1px 3px rgba(0,0,0,.5); }
    .floating-card__body { padding: 10px 12px 12px; font-size: .7rem; line-height: 1.4; }
    .floating-card__row { display: flex; align-items: center; gap: 6px; color: var(--fc-text); margin-bottom: 4px; }
    .floating-card__row svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--fc-text-muted); }
    .floating-card__row--status .fc-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fc-green); flex-shrink: 0; }
    .floating-card__desc { margin-top: 8px; font-size: .62rem; line-height: 1.5; color: var(--fc-text-muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    @keyframes fc-float {
      0%, 100% { transform: rotate(var(--rotate, 0deg)) translateY(0); }
      50% { transform: rotate(var(--rotate, 0deg)) translateY(-5px); }
    }
    @media (prefers-reduced-motion: reduce) { .floating-card { animation: none !important; } }

    /* --- Bubble cluster (parent choice) --- */
    .hp-pc-cluster { position: relative; width: 100%; max-width: 440px; height: 440px; margin: 0 auto; }
    .hp-pc-bubble {
      position: absolute; border-radius: 50%; overflow: hidden; background: #E5E7EB;
      box-shadow: 0 1px 2px rgba(15,23,42,.06), 0 14px 30px rgba(15,23,42,.16);
      animation: hp-pc-float 8s ease-in-out infinite; will-change: transform;
    }
    .hp-pc-bubble img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .hp-pc-bubble--1 { width: 130px; height: 130px; top: 6%; left: 8%; animation-delay: 0s; }
    .hp-pc-bubble--2 { width: 150px; height: 150px; top: 0; right: 6%; animation-delay: 1.2s; }
    .hp-pc-bubble--3 { width: 96px; height: 96px; top: 38%; left: 35%; animation-delay: 2.4s; }
    .hp-pc-bubble--4 { width: 150px; height: 150px; top: 44%; left: 2%; animation-delay: 3.6s; }
    .hp-pc-bubble--5 { width: 120px; height: 120px; top: 42%; right: 4%; animation-delay: 1.8s; }
    .hp-pc-bubble--6 { width: 120px; height: 120px; bottom: 0; left: 42%; animation-delay: 3s; }
    @keyframes hp-pc-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(-2deg); } }
    @media (prefers-reduced-motion: reduce) { .hp-pc-bubble { animation: none; } }
