/* Scope strict à la section Offres & Coaching */
#hf-acc-s6 {
  --s6-bg:#203a72;
  --s6-card:#ffffff;
  --s6-text:#1f2c59;
  --s6-muted:#6a7491;
  --s6-primary:#234881;
  --s6-primary-contrast:#ffffff;
  --s6-shadow:0 16px 40px rgba(20,35,80,.14);
  --s6-radius:22px;

  margin:0;
  padding: clamp(48px,6vw,84px) 0;
}

#hf-acc-s6 .hf-s6-card{
  width:min(980px,92vw);
  margin-inline:auto;
  background:var(--s6-card);
  color:var(--s6-text);
  border-radius:var(--s6-radius);
  box-shadow:var(--s6-shadow);
  text-align:center;
  padding: clamp(28px,4.5vw,44px) clamp(18px,3vw,28px);
}

/* icône */
#hf-acc-s6 .hf-s6-ico{
  display:block;
  margin-inline:auto;
  margin-bottom: 12px;
  width:44px; height:44px;
}

#hf-acc-s6 .hf-s6-title{
  font-size: clamp(20px, 2.2vw, 24px);
  line-height:1.25;
  margin: 0 0 24px 0;
  font-weight: 700;
  color: var(--s6-text);
}

#hf-acc-s6 .hf-s6-text{
  margin: 16px auto clamp(20px,3.2vw,28px) auto;
  max-width: 72ch;
  color: var(--s6-text);
  font-weight: 400;
}

/* Actions */
#hf-acc-s6 .hf-s6-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

#hf-acc-s6 .hf-s6-btn{
  all: unset;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  line-height:1;
  font-weight:700;
  cursor:pointer;
  user-select:none;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  border:1.5px solid transparent;
  min-width:160px;
  text-align:center;
}

#hf-acc-s6 .hf-s6-btn:focus-visible{
  outline: 3px solid rgba(35,72,129,.35);
  outline-offset: 2px;
}

/* primaire (plein) */
#hf-acc-s6 .hf-s6-btn--primary{
  background: var(--s6-primary);
  color: var(--s6-primary-contrast);
  box-shadow: 0 6px 16px rgba(35,72,129,.25);
}
#hf-acc-s6 .hf-s6-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(35,72,129,.32);
}

/* ghost */
#hf-acc-s6 .hf-s6-btn--ghost{
  background: #fff;
  color: var(--s6-text);
  border-color: #000;
}
#hf-acc-s6 .hf-s6-btn--ghost:hover{
  border-color: #000;
  color: #000;
  transform: translateY(-1px);
}

/* Accessibilité */
#hf-acc-s6 .sr-only{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Responsive tablette */
@media (min-width:769px) and (max-width:1024px){
  #hf-acc-s6{ padding:36px 0; }

  #hf-acc-s6 .hf-s6-card{
    width:min(820px,92vw);
    padding:24px 18px;
    border-radius:18px;
  }

  #hf-acc-s6 .hf-s6-actions{
    display:flex;
    justify-content:center;
    gap:12px;
    padding:0 8px;
  }
  #hf-acc-s6 .hf-s6-btn{
    flex:0 0 200px;
    min-width:0;
    max-width:220px;
    padding:10px 16px;
    font-size:14px;
    line-height:1.1;
  }
}

/* Responsive mobile */
@media (max-width:768px){
  #hf-acc-s6{ padding:34px 0; }

  #hf-acc-s6 .hf-s6-card{
    width:min(560px,92vw);
    padding:22px 14px;
    border-radius:18px;
  }

  #hf-acc-s6 .hf-s6-title{ margin-bottom:14px; }
  #hf-acc-s6 .hf-s6-text{
    font-size:clamp(14px,4vw,16px);
    margin:16px auto 20px;
    hyphens:auto; -webkit-hyphens:auto; -ms-hyphens:auto;
  }

  #hf-acc-s6 .hf-s6-actions{
    flex-direction:column;
    align-items:center;
    gap:10px;
  }
  #hf-acc-s6 .hf-s6-btn{
    width:90%;
    max-width:260px;
    min-width:0;
    padding:10px 14px;
    font-size:14px;
    line-height:1.1;
  }
}

/* Responsive très petit mobile */
@media (max-width:360px){
  #hf-acc-s6 .hf-s6-card{ padding:18px 12px; }
  #hf-acc-s6 .hf-s6-btn{ width:100%; max-width:240px; padding:9px 12px; font-size:13.5px; }
}
