.dofin-content-coded .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

.dofin-site-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 48, 82, 0.34) 0%, rgba(5, 14, 27, 0) 42%),
    linear-gradient(180deg, #071525 0%, #020b16 100%);
  color: rgba(243, 247, 255, 0.84);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.dofin-site-footer-inner {
  width: min(100% - 28px, 1160px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.6rem, 3vw, 3.25rem);
}

.dofin-site-footer-column {
  margin: 0;
  min-width: 0;
}

.dofin-site-footer-title {
  margin: 0 0 1rem;
  color: #f5b732;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.dofin-site-footer-text {
  margin: 0 0 1rem;
  color: rgba(243, 247, 255, 0.84);
  font-size: inherit;
  line-height: 1.58;
}

.dofin-site-footer-text:last-child {
  margin-bottom: 0;
}

.dofin-site-footer-text a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(245, 183, 50, 0.35);
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.dofin-site-footer-text a:hover,
.dofin-site-footer-text a:focus-visible {
  color: #f5b732;
  text-decoration-color: currentColor;
}

.dofin-site-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.dofin-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.dofin-footer-menu li {
  margin: 0;
}

.dofin-site-footer-links a {
  color: rgba(246, 249, 255, 0.9);
  text-decoration: none;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.18s ease, transform 0.18s ease;
}

.dofin-site-footer-links,
.dofin-footer-menu,
.dofin-footer-menu li {
  font-size: inherit;
}

.dofin-site-footer-links a:hover,
.dofin-site-footer-links a:focus-visible {
  color: #f5b732;
  transform: translateX(2px);
}

.dofin-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.dofin-footer-social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.dofin-footer-social-link:hover,
.dofin-footer-social-link:focus-visible {
  transform: translateY(-2px);
  color: #f5b732;
  background: rgba(245, 183, 50, 0.16);
  border-color: rgba(245, 183, 50, 0.52);
}

.dofin-footer-social-link svg {
  width: 20px;
  height: 20px;
  display: block;
}

.dofin-site-footer a:focus-visible {
  outline: 3px solid rgba(245, 183, 50, 0.55);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .dofin-site-footer {
    padding: 2.6rem 0;
  }

  .dofin-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dofin-footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  .dofin-site-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 40px, 1160px);
  }
}
