/* =========================================================
   FOOTER 2026 — SINGLE SOURCE OF TRUTH (cohérent partout)
   ========================================================= */

   .footer2026{
    position:relative;
    overflow:hidden;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: clamp(3.2rem, 4.5vw, 5rem) 0 clamp(1.4rem, 2.4vw, 2.2rem);
  
    background:
      radial-gradient(900px 500px at 10% 20%, rgba(29,102,119,.22), transparent 60%),
      radial-gradient(900px 500px at 90% 25%, rgba(245,126,87,.16), transparent 60%),
      linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.35));
  }
  
  .footer2026::before{
    content:"";
    position:absolute;
    inset:-120px;
    background:
      linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: .10;
    mask-image: radial-gradient(closest-side, rgba(0,0,0,.9), transparent 70%);
    pointer-events:none;
  }
  
  .footer2026-bg{
    position:absolute; inset:0;
    pointer-events:none;
    z-index:0;
  }
  .footer2026-motif{ position:absolute; inset:-20%; }
  
  .footer2026-grid{
    background:
      linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity:.10;
    mask-image: radial-gradient(closest-side, rgba(0,0,0,.9), transparent 70%);
  }
  
  .footer2026-orbs{
    background:
      radial-gradient(900px 560px at 14% 35%, rgba(245,126,87,.12), transparent 62%),
      radial-gradient(900px 560px at 86% 18%, rgba(29,102,119,.14), transparent 64%),
      linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.06));
    opacity:1;
  }
  
  .footer2026-grain{
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
    opacity:.06;
  }
  
  .footer2026-wrap{
    position:relative;
    z-index:1;
  }
  
  /* ✅ TOP GRID — stable */
  .footer2026-top{
    display:grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: clamp(1.1rem, 2.2vw, 2.2rem);
    align-items:start;
  
    padding-bottom: clamp(1.2rem, 2vw, 1.8rem);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  
  /* headings */
  .footer2026 h3{
    margin:0 0 .85rem;
    font-size: 1.05rem;
    font-weight: 980;
    letter-spacing: -0.01em;
    color: #f6815b;
  }
  
  /* Brand */
  .footer2026-brandRow{
    display:flex;
    align-items:center;
    gap:.85rem;
    min-width: 0;
  }
  
  .footer2026-logo{
    width:52px; height:52px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 14px 36px rgba(0,0,0,.28);
    object-fit: cover;
    flex: 0 0 auto;
  }
  
  .footer2026-name{
    display:block;
    font-weight: 980;
    letter-spacing: .02em;
    font-size: 1.05rem;
  }
  
  .footer2026-tagline{
    display:block;
    color: rgba(255,255,255,.70);
    margin-top:2px;
    font-size:.95rem;
  }
  
  .footer2026-desc{
    margin: 1rem 0 0;
    color: rgba(255,255,255,.76);
    line-height:1.6;
    max-width: 58ch;
  }
  
  /* CTA */
  .footer2026-cta{
    display:flex;
    gap:.7rem;
    flex-wrap:wrap;
    margin-top: 1.1rem;
  }
  
  /* Meta */
  .footer2026-meta{
    margin-top: 1.1rem;
    display:grid;
    gap:.55rem;
  }
  
  .footer2026-pill{
    display:inline-flex;
    align-items:center;
    gap:.55rem;
    width:max-content;
    padding:.5rem .75rem;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.80);
    font-weight: 900;
  }
  
  .footer2026-pill .dot{
    width:10px; height:10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand), var(--brand2));
    box-shadow: 0 0 0 4px rgba(245,126,87,.10);
  }
  
  .footer2026-metaText{
    color: rgba(255,255,255,.72);
    line-height: 1.55;
  }
  
  /* Nav */
  .footer2026-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap: .55rem;
  }
  
  .footer2026-list li{ margin:0; padding:0; }
  
  .footer2026-list a{
    color: rgba(255,255,255,.74);
    font-weight: 900;
    transition: .18s ease;
    display:inline-flex;
    padding: .35rem .5rem;
    border-radius: 12px;
  }
  .footer2026-list a:hover{
    color: rgba(255,255,255,.94);
    background: rgba(255,255,255,.06);
  }
  
  .footer2026-miniLinks{ margin-top: 1rem; }
  
  /* Aides cards */
  .footer2026-aides{
    display:grid;
    gap:.75rem;
  }
  
  .footer2026-card{
    display:flex;
    align-items:flex-start;
    gap:.75rem;
    padding: .75rem .85rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    transition: .18s ease;
    min-width: 0;
  }
  
  .footer2026-card:hover{
    transform: translateY(-1px);
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.14);
  }
  
  .footer2026-card .ic{
    width:44px; height:44px;
    display:grid; place-items:center;
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    flex: 0 0 auto;
  }
  
  .footer2026-card div{ min-width:0; }
  .footer2026-card strong{
    display:block;
    font-weight: 980;
    line-height: 1.15;
  }
  .footer2026-card span{
    display:block;
    margin-top:2px;
    color: rgba(255,255,255,.70);
    font-size:.95rem;
    line-height: 1.35;
  }
  
  /* Story */
  .footer2026-story{
    margin-top: 1.2rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    box-shadow: 0 12px 28px rgba(0,0,0,.16);
    overflow:hidden;
  
    /* ✅ cohérent partout */
    width: min(100%, 920px);
    margin-left:auto;
    margin-right:auto;
  }
  
  .footer2026-story summary{
    cursor:pointer;
    user-select:none;
    padding: .95rem 1rem;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    font-weight: 950;
    color: rgba(255,255,255,.86);
  }
  .footer2026-story summary::-webkit-details-marker{ display:none; }
  .footer2026-story .chev{ transition: transform .18s ease; }
  .footer2026-story[open] .chev{ transform: rotate(180deg); }
  
  .footer2026-storyBody{
    padding: 0 1rem 1rem;
    color: rgba(255,255,255,.76);
    line-height:1.7;
  }
  
  /* Bottom */
  .footer2026-bottom{
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.08);
  
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    flex-wrap:wrap;
  
    color: rgba(255,255,255,.70);
  }
  
  .footer2026-copy{
    display:flex;
    align-items:center;
    gap:.55rem;
    flex-wrap:wrap;
    min-width:0;
  }
  .footer2026-copy a{
    color: rgba(255,255,255,.80);
    font-weight: 900;
  }
  .footer2026-copy a:hover{ color: rgba(255,255,255,.95); }
  .footer2026-copy .sep{ opacity:.55; margin: 0 .35rem; }
  
  .footer2026-quick .toTop{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:.6rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    transition: .18s ease;
    font-weight: 900;
  }
  .footer2026-quick .toTop:hover{
    background: rgba(255,255,255,.10);
    transform: translateY(-1px);
  }
  
  /* ✅ RESPONSIVE identique partout */
  @media (max-width: 1100px){
    .footer2026-top{
      grid-template-columns: 1fr 1fr;
    }
    /* Aides en bas sur 2 colonnes */
    .footer2026-aides{
      grid-column: 1 / -1;
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
  }
  
  @media (max-width: 720px){
    .footer2026-top{
      grid-template-columns: 1fr;
    }
  
    .footer2026-cta{
      width:100%;
    }
    .footer2026-cta .btn{
      width:100%;
      justify-content:center;
    }
  
    .footer2026-aides{
      grid-template-columns: 1fr;
    }
  
    .footer2026-bottom{
      flex-direction:column;
      align-items:flex-start;
    }
  }