/**
 * Worqex native Elementor footer — Phase 6.
 * Mirrors source/website.dc.html footer values without rendering content.
 */
.worqex-native-footer {
  border-top: 1px solid var(--worqex-border, #E3EEEC);
  background: #fff;
  font-family: var(--worqex-font-body, "Inter", system-ui, sans-serif);
}

.worqex-native-footer .elementor-widget-text-editor p {
  margin: 0;
}

.worqex-native-footer-upper,
.worqex-native-footer-lower {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}

.worqex-footer-brand {
  flex: 1.6 1 0;
  min-width: 0;
}

.worqex-footer-column {
  flex: 1 1 0;
  min-width: 0;
}

.worqex-footer-logo img {
  display: block;
  width: auto;
  max-width: 114px;
  height: 84px;
  object-fit: contain;
  object-position: left center;
}

.worqex-footer-tagline {
  max-width: 320px;
}

.worqex-footer-column-title .elementor-heading-title {
  text-transform: uppercase;
}

.worqex-footer-link,
.worqex-footer-legal-link {
  width: auto;
  align-self: flex-start;
}

.worqex-footer-link .elementor-button,
.worqex-footer-legal-link .elementor-button {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.worqex-footer-link .elementor-button:hover,
.worqex-footer-link .elementor-button:focus-visible,
.worqex-footer-legal-link .elementor-button:hover,
.worqex-footer-legal-link .elementor-button:focus-visible {
  background: transparent;
  color: var(--worqex-teal, #0B9A94);
  transform: none;
  box-shadow: none;
}

.worqex-footer-copyright,
.worqex-footer-contact,
.worqex-footer-legal-link .elementor-button-text {
  white-space: normal;
}

.worqex-footer-legal-link .elementor-button {
  font-size: 12px;
  color: #7A8391;
}

@media (max-width: 1080px) {
  .worqex-native-footer-upper {
    flex-direction: column !important;
    gap: 28px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .worqex-footer-brand,
  .worqex-footer-column {
    width: 100% !important;
    flex: 0 0 100%;
  }

  .worqex-native-footer-lower {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .worqex-native-footer-lower,
  .worqex-footer-identity {
    align-items: flex-start !important;
  }

  .worqex-native-footer-lower,
  .worqex-footer-identity {
    flex-direction: column !important;
  }

  .worqex-footer-legal {
    justify-content: flex-start !important;
  }
}
