.footerBoxes {
  margin-top: 40px;
}

.footer2026 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #00889d;
}
.footer2026 *,
.footer2026 *::before,
.footer2026 *::after {
  box-sizing: border-box;
}
.footer2026 a {
  text-decoration: none;
}
.footer2026 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer2026 img {
  max-width: 100%;
  display: block;
}
.footer2026 svg {
  display: inline-block;
  vertical-align: middle;
}
.footer2026 button {
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  line-height: normal;
  -webkit-appearance: none;
}
.footer2026 .footer-top {
  background: #007a8e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer2026 .footer-top-slim {
  height: 3px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}
.footer2026 .footer-top-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer2026 .footer-strip-text {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding-bottom: 0;
}
.footer2026 .footer-strip-text svg {
  flex-shrink: 0;
}
.footer2026 .footer-strip-contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer2026 .footer-strip-link {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.footer2026 .footer-strip-link:hover, .footer2026 .footer-strip-link:focus {
  color: #fff;
}
.footer2026 .footer-white {
  background: #fff;
}
.footer2026 .footer-white-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px 0px;
}
.footer2026 .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 1fr;
  gap: 32px;
  padding-bottom: 64px;
}
.footer2026 .footer-logo {
  height: 40px;
  width: auto;
  margin-bottom: 20px;
  display: block;
}
.footer2026 .footer-intro {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 20px;
}
.footer2026 .trade-account-box {
  display: none;
  background: rgba(0, 136, 157, 0.05);
  border: 1px solid rgba(0, 136, 157, 0.2);
  padding: 16px;
  margin-bottom: 20px;
}
.footer2026 .trade-account-label {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #00889d;
  margin: 0 0 8px;
}
.footer2026 .trade-account-text {
  font-size: 11px;
  color: #6b7280;
  margin: 0 0 12px;
}
.footer2026 .trade-account-link {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00889d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.footer2026 .footer-social {
  display: flex;
  gap: 8px;
}
.footer2026 .footer-social-link {
  width: 32px;
  height: 32px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 0;
}
.footer2026 .footer-social-link:hover {
  border-color: #00889d;
}
.footer2026 .footer-heading {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #00889d;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 136, 157, 0.2);
}
.footer2026 .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer2026 .footer-list li {
  margin-bottom: 10px;
}
.footer2026 .footer-list + .footer-heading {
  margin-top: 40px;
}
.footer2026 .footer-link {
  font-size: 12px;
  color: #4b5563;
  text-decoration: none;
}
.footer2026 .footer-link:hover {
  color: #00889d;
}
.footer2026 .footer-newsletter {
  margin-top: -32px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
.footer2026 .newsletter-intro {
  flex: 1;
  min-width: 200px;
}
.footer2026 .newsletter-label {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #00889d;
  margin: 0 0 4px;
}
.footer2026 .newsletter-title {
  font-size: 18px;
  font-weight: 900;
  color: #111111;
  margin: 0;
}
.footer2026 .newsletter-form {
  display: flex;
  flex: 1;
  max-width: 440px;
}
.footer2026 .newsletter-input {
  flex: 1;
  height: 48px;
  border: 1px solid #e5e7eb;
  margin: 0;
  padding: 0 16px;
  font-size: 13px;
  outline: none;
  font-family: inherit;
  background: #fff;
  box-shadow: none;
}
.footer2026 .newsletter-btn {
  height: 48px;
  padding: 0 32px;
  background: #00889d;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.footer2026 .footer-bottom {
  background: #00889d;
}
.footer2026 .footer-bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer2026 .footer-copyright {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding-bottom: 0;
}
.footer2026 .footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer2026 .footer-link-light {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer2026 .footer-link-light:hover, .footer2026 .footer-link-light:focus {
  color: #fff;
}
.footer2026 .footer-bifis {
  height: 24px;
  width: auto;
  opacity: 1;
}
.footer2026.logged-out .trade-account-box {
  display: block;
}
@media (max-width: 1200px) {
  .footer2026 .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .footer2026 .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .footer2026 .footer-newsletter {
    gap: 15px;
  }
  .footer2026 .footer-newsletter > div {
    flex-basis: 100%;
  }
  .footer2026 .newsletter-form {
    max-width: 100%;
  }
}
