.ddf {
  --ddf-blue: #06104f;
  --ddf-blue-2: #10257f;
  --ddf-accent: #046bd2;
  --ddf-soft: #f3f8fd;
  --ddf-line: #dbe5f0;
  --ddf-muted: #6a7689;
  background: #fff;
  border-top: 1px solid var(--ddf-line);
  box-shadow: 0 -12px 35px rgba(6,16,79,.055);
  color: var(--ddf-blue);
  font-family: inherit;
  margin-top: clamp(38px,5vw,72px);
  position: relative;
  z-index: 2;
}
.ddf * { box-sizing: border-box; }
.delices-footer-active #colophon.site-footer,
.delices-footer-active footer.site-footer:not(.ddf),
.delices-footer-active .elementor-location-footer { display: none !important; }
.ddf__main { align-items: center; display: grid; gap: 36px; grid-template-columns: minmax(250px,1fr) minmax(220px,.7fr) minmax(220px,.65fr); margin: 0 auto; max-width: 1240px; padding: 34px 28px 28px; }
.ddf__brand { align-items: center; color: var(--ddf-blue) !important; display: flex; gap: 15px; text-decoration: none !important; }
.ddf__logo { border-radius: 50%; height: 72px; object-fit: contain; width: 72px; }
.ddf__brand span,.ddf__brand strong,.ddf__brand small { display: block; }
.ddf__brand strong { font-size: 20px; line-height: 1.2; }
.ddf__brand small { color: var(--ddf-muted); font-size: 13px; margin-top: 5px; }
.ddf__legal { border-left: 1px solid var(--ddf-line); display: flex; flex-direction: column; gap: 7px; padding-left: 30px; }
.ddf__legal > span,.ddf__client > span { color: var(--ddf-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; margin-bottom: 3px; text-transform: uppercase; }
.ddf__legal a { color: var(--ddf-blue) !important; font-size: 13px; font-weight: 700; text-decoration: none !important; width: fit-content; }
.ddf__legal a:hover { color: var(--ddf-accent) !important; text-decoration: underline !important; }
.ddf__client { align-items: flex-start; display: flex; flex-direction: column; }
.ddf__client > a { align-items: center; background: var(--ddf-blue); border-radius: 11px; box-shadow: 0 8px 20px rgba(6,16,79,.16); color: #fff !important; display: inline-flex; font-size: 13px; font-weight: 800; gap: 8px; justify-content: center; margin-top: 5px; min-height: 44px; padding: 10px 16px; text-decoration: none !important; transition: background .18s,transform .18s; width: 100%; }
.ddf__client > a:hover { background: var(--ddf-accent); transform: translateY(-2px); }
.ddf__client svg { fill: none; height: 19px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 19px; }
.ddf__bottom { align-items: center; background: var(--ddf-blue); color: rgba(255,255,255,.78); display: flex; gap: 20px; justify-content: space-between; padding: 13px max(28px,calc((100vw - 1184px)/2)); }
.ddf__bottom p { font-size: 11px; margin: 0; }
.ddf__bottom a { color: #fff !important; font-size: 11px; font-weight: 800; text-decoration: none !important; white-space: nowrap; }
.ddf__bottom a span { font-size: 15px; margin-left: 3px; }
.delices-legal-page .entry-content,.delices-legal-page main .wp-block-post-content { margin-inline: auto; max-width: 920px; }
.ddf-legal-document { color: #26324a; line-height: 1.72; padding-bottom: 50px; }
.ddf-legal-document .ddf-legal-intro { background: var(--ddf-soft,#f3f8fd); border-left: 4px solid #046bd2; border-radius: 10px; color: #06104f; font-size: 16px; padding: 17px 19px; }
.ddf-legal-document h2 { color: #06104f; font-size: clamp(19px,2.4vw,24px); margin: 32px 0 9px; }
.ddf-legal-document p,.ddf-legal-document li { font-size: 15px; }
.ddf-legal-document a { color: #046bd2; }
.ddf-legal-document .ddf-legal-update { border-top: 1px solid #dbe5f0; color: #6a7689; font-size: 12px; margin-top: 35px; padding-top: 14px; }
@media (max-width: 820px) {
  .ddf__main { gap: 22px; grid-template-columns: 1fr 1fr; }
  .ddf__brand { grid-column: 1 / -1; }
  .ddf__legal { padding-left: 22px; }
}
@media (max-width: 560px) {
  .ddf { margin-top: 34px; }
  .ddf__main { display: flex; flex-direction: column; padding: 27px 20px 23px; text-align: center; }
  .ddf__brand { flex-direction: column; gap: 10px; }
  .ddf__logo { height: 68px; width: 68px; }
  .ddf__legal { align-items: center; border-left: 0; border-top: 1px solid var(--ddf-line); padding: 20px 0 0; width: 100%; }
  .ddf__client { align-items: center; width: 100%; }
  .ddf__client > a { max-width: 310px; }
  .ddf__bottom { align-items: center; flex-direction: column; gap: 7px; padding: 13px 18px; text-align: center; }
  .ddf-legal-document { padding-inline: 5px; }
}
@media (prefers-reduced-motion:reduce) {
  .ddf * { scroll-behavior: auto !important; transition: none !important; }
}
