/* ==========================================================
   MOSTRUS — Global Footer Bar
   File: assets/css/footer.css
   Structure: copy | legal links | social links
   ========================================================== */

.mostrus-footer-bar {
  --mostrus-footer-dark: #0d1211;
  --mostrus-footer-ink: #101816;
  --mostrus-footer-teal: #00786e;
  --mostrus-footer-gold: #c8a45d;
  --mostrus-footer-gold-light: #dfc27f;
  --mostrus-footer-white: #ffffff;
  --mostrus-footer-ease: cubic-bezier(.2, .75, .25, 1);

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 112px 0 180px;
  background:
    radial-gradient(circle at 0% 50%, rgba(0, 120, 110, 0.16), transparent 30%),
    radial-gradient(circle at 100% 50%, rgba(200, 164, 93, 0.10), transparent 28%),
    linear-gradient(180deg, #101816 0%, #0d1211 100%);
  color: var(--mostrus-footer-white);
  font-family: "Manrope", Arial, sans-serif;
}

.mostrus-footer-bar *,
.mostrus-footer-bar *::before,
.mostrus-footer-bar *::after {
  box-sizing: border-box;
}

.mostrus-footer-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1px solid rgba(200, 164, 93, 0.42);
  border-bottom: 1px solid rgba(200, 164, 93, 0.18);
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,.026) 50%, transparent 100%),
    radial-gradient(circle at 50% 120%, rgba(0,120,110,.08), transparent 34%);
}

.mostrus-footer-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(200, 164, 93, 0.82), transparent);
}

.mostrus-footer-bar > .e-con-inner,
.mostrus-footer-bar-inner.e-con-boxed > .e-con-inner {
  width: min(100%, 1600px) !important;
  max-width: 1600px !important;
  margin-inline: auto !important;
}

.mostrus-footer-bar-inner {
  position: relative;
  z-index: 2;
  width: 100% !important;
}

.mostrus-footer-bar-inner > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(210px, .72fr) minmax(620px, 1.75fr) minmax(180px, .62fr);
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 94px;
  padding: 18px 0 !important;
  gap: 34px !important;
}

.mostrus-footer-bar-copy-wrap,
.mostrus-footer-bar-legal-wrap,
.mostrus-footer-bar-social-wrap {
  width: 100% !important;
  min-width: 0;
  display: flex !important;
  align-items: center !important;
}

.mostrus-footer-bar-copy-wrap {
  justify-content: flex-start !important;
  text-align: left;
}

.mostrus-footer-bar-legal-wrap {
  justify-content: center !important;
  text-align: center;
}

.mostrus-footer-bar-social-wrap {
  justify-content: flex-end !important;
  text-align: right;
}

.mostrus-footer-bar-copy,
.mostrus-footer-bar-copy p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  letter-spacing: .17em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Legal links: text-only, one premium hover layer, no icon dependency. */
.mostrus-footer-bar-legal,
.mostrus-footer-bar-legal .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.mostrus-footer-bar-legal .elementor-icon-list-items {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(24px, 3vw, 46px) !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap;
}

.mostrus-footer-bar-legal .elementor-icon-list-item {
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  min-width: max-content;
  min-height: 28px;
  margin: 0 !important;
  padding: 0 2px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .38s var(--mostrus-footer-ease), opacity .28s ease;
}

.mostrus-footer-bar-legal .elementor-icon-list-item > a {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
}

.mostrus-footer-bar-legal .elementor-icon-list-item > a::before,
.mostrus-footer-bar-legal .elementor-icon-list-item > a::after {
  display: none !important;
  content: none !important;
}

.mostrus-footer-bar-legal .elementor-icon-list-item::before,
.mostrus-footer-bar-legal .elementor-icon-list-item::after {
  display: none !important;
  content: none !important;
}

.mostrus-footer-bar-legal .elementor-icon-list-icon {
  display: none !important;
}

.mostrus-footer-bar-legal .elementor-icon-list-text {
  position: relative;
  display: inline-block !important;
  max-width: none !important;
  padding-bottom: 9px;
  overflow: visible !important;
  text-overflow: clip !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap !important;
  transition: color .32s ease, letter-spacing .38s var(--mostrus-footer-ease), text-shadow .32s ease;
}

.mostrus-footer-bar-legal .elementor-icon-list-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: scaleX(.24);
  transform-origin: center;
  background: linear-gradient(90deg, transparent 0%, rgba(200,164,93,.58) 50%, transparent 100%);
  opacity: .5;
  pointer-events: none;
  transition:
    transform .52s var(--mostrus-footer-ease),
    opacity .32s ease,
    background .32s ease;
}

.mostrus-footer-bar-legal .elementor-icon-list-text::after {
  display: none !important;
  content: none !important;
}

.mostrus-footer-bar-social,
.mostrus-footer-bar-social .elementor-widget-container,
.mostrus-footer-bar-social .elementor-social-icons-wrapper {
  width: auto !important;
}

.mostrus-footer-bar-social .elementor-social-icons-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex-wrap: nowrap;
}

.mostrus-footer-bar-social .elementor-social-icon {
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  width: 48px !important;
  height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  border: 1px solid rgba(200, 164, 93, 0.34);
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.025) !important;
  color: var(--mostrus-footer-gold) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition:
    transform .34s var(--mostrus-footer-ease),
    border-color .28s ease,
    background-color .28s ease,
    color .28s ease,
    box-shadow .28s ease;
}

.mostrus-footer-bar-social .elementor-social-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: scale(.45);
  opacity: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(200,164,93,.24), transparent 62%);
  transition: transform .34s var(--mostrus-footer-ease), opacity .24s ease;
}

.mostrus-footer-bar-social .elementor-social-icon i,
.mostrus-footer-bar-social .elementor-social-icon svg {
  color: currentColor !important;
  fill: currentColor !important;
  transition: transform .3s var(--mostrus-footer-ease);
}

@media (hover:hover) and (pointer:fine) {
  .mostrus-footer-bar-legal .elementor-icon-list-item:hover {
    transform: translateY(-1px);
  }

  .mostrus-footer-bar-legal .elementor-icon-list-item:hover .elementor-icon-list-text::before {
    transform: scaleX(1);
    opacity: 1;
    background: linear-gradient(90deg, transparent 0%, rgba(200,164,93,.86) 50%, transparent 100%);
  }

  .mostrus-footer-bar-legal .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--mostrus-footer-white) !important;
    letter-spacing: .145em;
    text-shadow: 0 0 18px rgba(200,164,93,.16);
  }

  .mostrus-footer-bar-social .elementor-social-icon:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 164, 93, 0.62);
    background: rgba(200, 164, 93, 0.09) !important;
    color: var(--mostrus-footer-gold-light) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.1);
  }

  .mostrus-footer-bar-social .elementor-social-icon:hover::before {
    transform: scale(1);
    opacity: 1;
  }

  .mostrus-footer-bar-social .elementor-social-icon:hover i,
  .mostrus-footer-bar-social .elementor-social-icon:hover svg {
    transform: scale(1.06);
  }
}

@media (max-width: 1360px) {
  .mostrus-footer-bar {
    padding-left: 176px;
    padding-right: 100px;
  }

  .mostrus-footer-bar-inner > .e-con-inner {
    grid-template-columns: minmax(170px, .62fr) minmax(560px, 1.75fr) minmax(165px, .6fr);
    gap: 22px !important;
  }

  .mostrus-footer-bar-copy,
  .mostrus-footer-bar-copy p {
    font-size: 12.5px !important;
    letter-spacing: .14em;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-items {
    gap: 24px !important;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-text {
    font-size: 11px !important;
    letter-spacing: .105em;
  }
}

@media (max-width: 1024px) {
  .mostrus-footer-bar {
    padding: 0 22px;
  }

  .mostrus-footer-bar-inner > .e-con-inner {
    grid-template-columns: 1fr !important;
    min-height: auto;
    padding: 24px 0 !important;
    gap: 18px !important;
  }

  .mostrus-footer-bar-copy-wrap,
  .mostrus-footer-bar-legal-wrap,
  .mostrus-footer-bar-social-wrap {
    justify-content: center !important;
    text-align: center !important;
  }

  .mostrus-footer-bar-copy,
  .mostrus-footer-bar-copy p {
    text-align: center !important;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-items,
  .mostrus-footer-bar-social .elementor-social-icons-wrapper {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .mostrus-footer-bar {
    padding: 0 16px 74px;
  }

  .mostrus-footer-bar::after {
    left: 16px;
    right: 16px;
  }

  .mostrus-footer-bar-inner > .e-con-inner {
    padding: 22px 0 !important;
    gap: 15px !important;
  }

  .mostrus-footer-bar-copy,
  .mostrus-footer-bar-copy p {
    font-size: 12px !important;
    line-height: 1.55 !important;
    letter-spacing: .12em;
    white-space: normal;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-items {
    gap: 10px 18px !important;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-item {
    min-height: 30px;
    padding-bottom: 7px !important;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-text {
    font-size: 10.5px !important;
    letter-spacing: .085em;
  }

  .mostrus-footer-bar-social .elementor-social-icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 16px !important;
  }

  .mostrus-footer-bar .elementor-invisible,
  .mostrus-footer-bar .animated,
  .mostrus-footer-bar .animated-fast,
  .mostrus-footer-bar .animated-slow {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 420px) {
  .mostrus-footer-bar-legal .elementor-icon-list-items {
    flex-direction: column;
    gap: 8px !important;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-item {
    width: max-content !important;
    min-width: 0;
  }
}

/* ==========================================================
   2026-06-18 — Footer typography alignment with Mostrus site
   ========================================================== */
.mostrus-footer-bar,
.mostrus-footer-bar p,
.mostrus-footer-bar a,
.mostrus-footer-bar span,
.mostrus-footer-bar .elementor-widget-container,
.mostrus-footer-bar .elementor-icon-list-text,
.mostrus-footer-bar .elementor-heading-title {
  font-family: "Manrope", Arial, sans-serif !important;
}

.mostrus-footer-bar {
  font-size: 15px;
  letter-spacing: 0;
}

.mostrus-footer-bar-copy,
.mostrus-footer-bar-copy p {
  color: rgba(246,242,234,.68) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: none !important;
}

.mostrus-footer-bar-copy a {
  color: var(--mostrus-footer-gold) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.mostrus-footer-bar-legal .elementor-icon-list-text {
  color: rgba(246,242,234,.74) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.mostrus-footer-bar-social .elementor-social-icon {
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", Arial, sans-serif !important;
}

@media (hover:hover) and (pointer:fine) {
  .mostrus-footer-bar-copy a:hover {
    color: var(--mostrus-footer-gold-light) !important;
  }
}

@media (max-width: 1360px) {
  .mostrus-footer-bar-copy,
  .mostrus-footer-bar-copy p {
    font-size: 12px !important;
    letter-spacing: .07em !important;
  }

  .mostrus-footer-bar-legal .elementor-icon-list-text {
    font-size: 11px !important;
    letter-spacing: .07em !important;
  }
}
