.baudep-site-footer {
  border-top: 1px solid #e5e5e5;
  padding: 26px 0;
}

.baudep-footer-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.baudep-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

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

.baudep-footer-menu a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

.baudep-footer-menu .current-menu-item > a,
.baudep-footer-menu a:hover {
  color: #e745b0;
}

.baudep-footer-brand-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.baudep-footer-brand-widget {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.baudep-footer-brand .custom-logo {
  max-height: 52px;
  width: auto;
}

.baudep-footer-logo-text {
  font-family: var(--heading-font-family);
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #151515;
}

.baudep-footer-widget ul,
.baudep-footer-widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.baudep-footer-widget li {
  margin: 0;
}

.baudep-footer-widget a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #505050;
  color: #2f2f2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.baudep-footer-widget a:hover {
  border-color: #e745b0;
  color: #e745b0;
  transform: translateY(-1px);
}

.baudep-footer-widget i {
  font-size: 18px;
  line-height: 1;
}

.baudep-footer-widget .widget {
  margin: 0;
}

.baudep-footer-widget .widget-title {
  display: none;
}

.baudep-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d448a8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.baudep-scroll-top:hover {
  transform: translateY(-3px);
  background: #c53296;
  color: #fff;
}

.baudep-scroll-top i {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .baudep-footer-menu a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .baudep-site-footer {
    padding: 22px 0;
  }

  .baudep-scroll-top {
    right: 14px;
    bottom: 14px;
    width: 38px;
    height: 38px;
  }

  .baudep-footer-menu {
    gap: 14px 20px;
  }

  .baudep-footer-menu a {
    font-size: 16px;
  }

  .baudep-footer-logo-text {
    font-size: 32px;
  }

  .baudep-footer-brand-widget {
    flex-direction: column;
    align-items: flex-start;
  }
}
