.moledo-unified-footer,
.moledo-unified-footer * {
  box-sizing: border-box;
}

.moledo-unified-footer {
  position: relative;
  overflow: hidden;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(14, 17, 14, 0.98), rgba(20, 24, 18, 0.95)),
    url("../images/home-moledo-ai/textura-pedra-moledo-close.jpg") center / cover no-repeat;
  color: rgba(255, 255, 255, 0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.moledo-unified-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(213, 169, 95, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
}

.moledo-unified-footer > * {
  position: relative;
  z-index: 1;
}

.moledo-unified-footer a {
  color: inherit;
  text-decoration: none;
}

.moledo-unified-footer a:hover,
.moledo-unified-footer a:focus {
  color: #efd184;
  text-decoration: none;
}

.moledo-footer-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.moledo-footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) minmax(140px, 0.78fr) minmax(190px, 1fr) minmax(245px, 1.15fr);
  gap: 42px;
  padding: 54px 0 44px;
}

.moledo-footer-main > * {
  min-width: 0;
}

.moledo-footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.moledo-footer-logo {
  width: 44px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.28));
}

.moledo-footer-brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0;
}

.moledo-footer-text {
  max-width: 330px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.moledo-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.moledo-footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 209, 132, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.moledo-footer-social a:hover,
.moledo-footer-social a:focus {
  border-color: rgba(239, 209, 132, 0.7);
  background: rgba(239, 209, 132, 0.12);
  color: #efd184;
  transform: translateY(-2px);
}

.moledo-footer-title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.moledo-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #c79345;
}

.moledo-footer-list {
  margin: 0;
  padding: 0;
}

.moledo-footer-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.moledo-footer-list li + li {
  margin-top: 10px;
}

.moledo-footer-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.18s ease, transform 0.18s ease;
}

.moledo-footer-list a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(199, 147, 69, 0.55);
  opacity: 0;
  transform: scale(0.55);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.moledo-footer-list a:hover,
.moledo-footer-list a:focus {
  transform: translateX(3px);
}

.moledo-footer-list a:hover::before,
.moledo-footer-list a:focus::before {
  opacity: 1;
  transform: scale(1);
}

.moledo-footer-contact li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 11px;
}

.moledo-footer-contact i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  border: 1px solid rgba(239, 209, 132, 0.22);
  border-radius: 50%;
  background: rgba(239, 209, 132, 0.08);
  color: #d2a95f;
  text-align: center;
  font-size: 14px;
}

.moledo-footer-bottom {
  border-top: 1px solid rgba(239, 209, 132, 0.13);
  background: rgba(0, 0, 0, 0.2);
}

.moledo-footer-bottom-inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

@media (max-width: 980px) {
  .moledo-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 52px;
  }
}

@media (max-width: 640px) {
  .moledo-footer-container {
    width: min(100% - 32px, 520px);
  }

  .moledo-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 0 32px;
  }

  .moledo-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
