.oss-site-footer {
  position: relative;
  isolation: isolate;
  background: #0a0a0f;
  color: #ffffff;
  padding: 0 0 32px;
}
.oss-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  margin-inline: calc(50% - 50vw);
  background: #0a0a0f;
  z-index: -1;
  pointer-events: none;
}
.oss-footer__inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 56px;
}
.oss-footer__hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}
.oss-footer__news {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 56px 0;
}
.oss-footer__news-title {
  font-family: var(--oss-display);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #ffffff;
  text-wrap: balance;
}
.oss-footer__news-sub {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  max-width: none;
  white-space: nowrap;
}
.oss-footer__form-shortcode {
  width: 100%;
  max-width: 520px;
  justify-self: end;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-form-fields-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
}
.oss-footer__form-shortcode .elementor-field-group {
  margin: 0 !important;
  padding: 0 !important;
}
.oss-footer__form-shortcode .elementor-field-type-email {
  flex: 1 1 240px;
  width: auto !important;
}
.oss-footer__form-shortcode .elementor-field-type-submit {
  flex: 0 0 auto;
  width: auto !important;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-field {
  height: 56px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff;
  font-family: var(--oss-body);
  font-size: 15px;
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-field::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-field:focus {
  border-color: var(--oss-cyan);
  background: rgba(0, 204, 255, 0.06) !important;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-button {
  height: 56px;
  padding: 8px 70px 8px 28px;
  border-radius: 999px;
  background: var(--oss-cyan);
  color: #0a0a0f !important;
  font-weight: 700;
  font-family: var(--oss-display);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
  position: relative;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-button:hover {
  transform: translateY(-2px);
  background: #ffffff;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-button::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="rgb(10 10 15)" xmlns="http://www.w3.org/2000/svg"><path d="M3 8h10M9 4l4 4-4 4" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-button:hover::before {
  right: 6px;
}
.oss-footer__main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr 1.1fr;
  gap: 48px;
  padding: 64px 0;
}
.oss-footer__brand-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.oss-footer__brand-logo {
  height: 132px;
  width: auto;
  display: block;
}
.oss-footer__tagline {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 26px;
  max-width: 38ch;
  text-wrap: pretty;
}
.oss-footer__social {
  display: flex;
  gap: 12px;
}
.oss-footer__social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.oss-footer__social a:hover {
  color: #0a0a0f;
  background: var(--oss-cyan);
  border-color: var(--oss-cyan);
  transform: translateY(-2px);
}
.oss-footer__social svg {
  width: 18px;
  height: 18px;
  display: block;
}
.oss-footer__col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 20px;
}
.oss-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.oss-footer__links a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}
.oss-footer__links a:hover {
  color: var(--oss-cyan);
}
.oss-footer__contact {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.oss-footer__contact li {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.oss-footer__contact-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 3px;
}
.oss-footer__contact a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}
.oss-footer__contact a:hover {
  color: var(--oss-cyan);
}
.oss-footer__offices-subhead {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 28px 0 14px;
}
.oss-footer__offices-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.oss-footer__office {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.oss-footer__office-city {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}
.oss-footer__office-addr {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}
.oss-footer__office-phone {
  font-size: 15px;
  font-weight: 600;
  color: var(--oss-cyan);
  text-decoration: none;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}
.oss-footer__office-phone:hover {
  opacity: 0.78;
}
.oss-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  flex-wrap: wrap;
}
.oss-footer__copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.oss-footer__legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.oss-footer__legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}
.oss-footer__legal a:hover {
  color: var(--oss-cyan);
}
.oss-footer__legal .oss-footer__site {
  color: var(--oss-cyan);
  font-weight: 600;
}
.oss-site-footer
  .oss-footer__news
  .oss-footer__form-shortcode
  .elementor-form
  .elementor-message {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0 204 255);
  max-width: none;
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 1180px) {
  .oss-footer__inner {
    padding: 0 32px;
  }
  .oss-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .oss-footer__brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1200px) {
  .oss-footer__news-sub {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .oss-footer__inner {
    padding: 0px;
  }
  .oss-footer__news {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 44px 0;
  }
  .oss-footer__form-shortcode {
    justify-self: stretch;
    max-width: none;
  }
  .oss-footer__form-shortcode .elementor-button {
    width: 100%;
  }
  .oss-footer__main {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 0;
  }
  .oss-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .oss-footer__form-shortcode .elementor-field-type-email {
    flex: 1 1 100%;
  }
}
/* Re-asserted over Elementor's `.elementor img` reset — see build/split.py. */
.oss-footer__brand-logo.oss-footer__brand-logo {
  height: 132px;
  width: auto;
}
