.site-footer-unified {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  gap: 34px 4vw;
  padding: 64px 7vw 26px;
  background:
    radial-gradient(circle at 82% 8%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(125deg, #123d36, #236b5c 65%, #65af99);
  color: #fff;
}

.site-footer-unified::before,
.site-footer-unified::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.site-footer-unified::before {
  width: 430px;
  height: 430px;
  top: -285px;
  right: -80px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.025),
    0 0 0 71px rgba(255,255,255,.08),
    0 0 0 140px rgba(255,255,255,.018),
    0 0 0 141px rgba(255,255,255,.055);
}

.site-footer-unified::after {
  width: 460px;
  height: 250px;
  right: 28%;
  bottom: -105px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 42% 58% 52% 48%;
  background-image: radial-gradient(rgba(255,255,255,.17) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .42;
  transform: rotate(-7deg);
}

.site-footer-unified div {
  display: block;
  width: 100%;
  gap: 0;
  justify-content: initial;
}

.site-footer-unified .footer-brand-block {
  width: 100%;
  margin-bottom: 0;
}

.site-footer-unified .footer-brand-block > img {
  display: block;
  width: 158px;
  height: auto;
  margin: 0 0 20px;
  filter: none !important;
}

.site-footer-unified .footer-description {
  display: block;
  width: 100%;
  margin: 0;
  color: #b7d0c7;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer-unified .footer-socials {
  display: flex;
  width: 100%;
  margin-top: 24px;
  gap: 10px;
  justify-content: flex-start;
}

.site-footer-unified .footer-socials a {
  display: block;
  width: 22px;
  height: 22px;
  color: #fff;
  transition: opacity .2s ease, transform .2s ease;
}

.site-footer-unified .footer-socials a:hover {
  opacity: .72;
  transform: translateY(-2px);
}

.site-footer-unified .footer-socials img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%);
}

.site-footer-unified .footer-menu {
  width: 100%;
  padding: 4px 0 20px;
  border-top: 1px solid rgba(255,255,255,.13);
}

.site-footer-unified .footer-menu strong {
  display: block;
  margin: 0 0 13px;
  color: #91b3a7;
  font: 500 11px "DM Sans", Manrope, Arial, sans-serif;
  letter-spacing: 1px;
}

.site-footer-unified .footer-menu a {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: #f1f7f4;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.site-footer-unified .footer-menu a:hover {
  color: #9fe0ca;
}

.site-footer-unified .footer-language {
  width: 100%;
  max-width: 178px;
  margin-top: 19px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.site-footer-unified .footer-language-title {
  display: block;
  margin-bottom: 7px;
  color: #91b3a7;
  font: 500 9px "DM Sans", Manrope, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-footer-unified .footer-language-control {
  position: relative;
  display: block;
  width: 100%;
}

.site-footer-unified .footer-language-trigger {
  appearance: none;
  display: flex;
  width: 100%;
  height: 44px;
  padding: 0 10px 0 9px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 8px;
  background: rgba(7,35,31,.2);
  color: #edf7f3;
  align-items: center;
  gap: 8px;
  font: 600 14px "DM Sans", Manrope, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.site-footer-unified .footer-language-trigger:hover,
.site-footer-unified .footer-language-trigger:focus-visible,
.site-footer-unified .footer-language.is-open .footer-language-trigger {
  border-color: rgba(255,255,255,.42);
  outline: 0;
  background: rgba(255,255,255,.08);
}

.site-footer-unified .footer-language-trigger img,
.site-footer-unified .footer-language-option img {
  flex: 0 0 auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2);
}

.site-footer-unified .footer-language-trigger img {
  width: 18px;
  height: 18px;
}

.site-footer-unified .footer-language-trigger > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer-unified .footer-language-chevron {
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-right: 1.5px solid #91b3a7;
  border-bottom: 1.5px solid #91b3a7;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.site-footer-unified .footer-language.is-open .footer-language-chevron {
  transform: translateY(2px) rotate(225deg);
}

.site-footer-unified .footer-language-list {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 20;
  display: grid;
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 10px;
  background: rgba(12,52,45,.97);
  box-shadow: 0 14px 34px rgba(5,28,24,.28);
  backdrop-filter: blur(14px);
  transform-origin: bottom;
  animation: footer-language-list-in .18s ease both;
}

.site-footer-unified .footer-language-list[hidden] {
  display: none !important;
}

.site-footer-unified .footer-language-option {
  appearance: none;
  display: flex;
  width: 100%;
  min-height: 42px;
  padding: 6px 7px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #edf7f3;
  align-items: center;
  gap: 8px;
  font: 600 14px "DM Sans", Manrope, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background .16s ease, color .16s ease;
}

.site-footer-unified .footer-language-option:hover,
.site-footer-unified .footer-language-option:focus-visible {
  outline: 0;
  background: rgba(255,255,255,.09);
}

.site-footer-unified .footer-language-option.is-active {
  background: #eef6f3;
  color: #123d36;
}

.site-footer-unified .footer-language-option img {
  width: 20px;
  height: 20px;
}

.site-footer-unified .footer-language-option > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer-unified .footer-language-option small {
  border: 0;
  padding: 0;
  margin-left: auto;
  color: #91b3a7;
  font: 500 8px "DM Mono", monospace;
  letter-spacing: .06em;
}

.site-footer-unified .footer-language-option.is-active small {
  color: #56786f;
}

@keyframes footer-language-list-in {
  from { opacity: 0; transform: translateY(-4px) scale(.98); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-unified .footer-language-list {
    animation: none;
  }

  .site-footer-unified .footer-language-trigger,
  .site-footer-unified .footer-language-option,
  .site-footer-unified .footer-language-chevron {
    transition: none;
  }
}

.site-footer-unified .footer-disclosure {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  margin-top: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.site-footer-unified .footer-disclosure p {
  display: block;
  margin: 0 0 14px;
  color: #b7cbc4;
  font-size: 12px;
  line-height: 1.75;
}

.site-footer-unified > small {
  grid-column: 1 / -1;
  display: block;
  margin-top: 8px;
  color: #789b8f;
  font: 500 11px "DM Sans", Manrope, Arial, sans-serif;
}

@media (max-width: 760px) {
  .site-footer-unified {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 50px 7vw 22px;
  }

  .site-footer-unified::before {
    right: -245px;
  }

  .site-footer-unified::after {
    right: -180px;
    bottom: 80px;
  }

  .site-footer-unified .footer-brand-block,
  .site-footer-unified .footer-menu,
  .site-footer-unified .footer-disclosure,
  .site-footer-unified > small {
    grid-column: 1;
  }

  .site-footer-unified .footer-brand-block {
    margin-bottom: 34px;
  }

  .site-footer-unified .footer-description {
    font-size: 13px;
  }

  .site-footer-unified .footer-menu a {
    width: auto;
  }

  .site-footer-unified .footer-language {
    max-width: 190px;
  }
}
