/* HDVMA — Bas de page (footer injecté). Pleine largeur, sans marge. */
.hdvma-site-footer{
  --hf-ink:#0C0E1F; --hf-ink2:#11132A; --hf-indigo:#6D5CF6;
  --hf-clair:#F6F4FF; --hf-muted:rgba(243,241,255,.74); --hf-muted2:rgba(243,241,255,.5);
  --hf-line:rgba(236,234,251,.16);
  margin:0 !important; width:100%; box-sizing:border-box;
  background:var(--hf-ink);
  color:var(--hf-clair);
  font-family:"Manrope",system-ui,-apple-system,Segoe UI,sans-serif;
  border-top:1px solid var(--hf-line);
  padding:64px 24px 34px;
}
.hdvma-site-footer *{box-sizing:border-box}
.hdvma-foot-inner{max-width:1200px;margin:0 auto}
.hdvma-foot-top{
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:38px;
  padding-bottom:34px;border-bottom:1px solid var(--hf-line);
}
.hdvma-foot-brand .hdvma-wordmark{
  font-family:"Bodoni Moda","Times New Roman",serif;font-weight:600;font-size:26px;
  letter-spacing:-.01em;color:#fff;text-decoration:none;display:inline-block;margin-bottom:14px;
}
.hdvma-foot-brand .hdvma-wordmark .pt{color:var(--hf-indigo)}
.hdvma-foot-brand p{font-size:14px;line-height:1.65;color:var(--hf-muted);margin:0;max-width:42ch}
.hdvma-foot-col .foot-h{margin-top:0;
  font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#fff;
  margin:0 0 16px;font-weight:700;
}
.hdvma-foot-col a{
  display:block;font-size:14px;color:var(--hf-muted);text-decoration:none;
  margin:0 0 11px;transition:color .2s;
}
.hdvma-foot-col a:hover{color:#fff !important;-webkit-text-fill-color:#fff !important}
.hdvma-foot-bottom{
  display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-top:26px;
}
.hdvma-privacy{font-size:13px;line-height:1.65;color:var(--hf-muted2);max-width:820px;margin:0}
.hdvma-privacy b{color:var(--hf-clair)}
.hdvma-legal{display:flex;flex-wrap:wrap;gap:18px}
.hdvma-legal a{font-size:13px;color:var(--hf-muted);text-decoration:none;transition:color .2s}
.hdvma-legal a:hover{color:#fff !important;-webkit-text-fill-color:#fff !important}
.hdvma-copy{font-size:12.5px;color:var(--hf-muted2)}

@media(max-width:900px){
  .hdvma-foot-top{grid-template-columns:1fr 1fr;gap:30px}
  .hdvma-foot-brand{grid-column:1 / -1}
}
@media(max-width:560px){
  .hdvma-site-footer{padding:48px 18px 28px}
  .hdvma-foot-top{grid-template-columns:1fr;gap:26px}
}
