
/* MDC v2.1.8.6 — Executive Footer & Final QA */

.site-footer.footer-2 {
  position: relative;
  overflow: hidden;
  color: rgba(255,255,255,.84);
  background:
    radial-gradient(circle at 85% 12%, rgba(61,181,98,.18), transparent 30%),
    radial-gradient(circle at 12% 85%, rgba(211,169,52,.10), transparent 26%),
    #062640;
}
.site-footer.footer-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.03), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px);
  pointer-events: none;
}
.footer-2 .footer-shell {
  position: relative;
  z-index: 1;
}
.footer-2 .footer-topline {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-2 .footer-topline h2 {
  margin: 0 0 .55rem;
  color: #fff;
  font-size: clamp(1.7rem, 3.5vw, 2.65rem);
}
.footer-2 .footer-topline p {
  margin: 0;
  max-width: 56ch;
  color: rgba(255,255,255,.72);
}
.footer-2 .footer-topline .actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .75rem;
}
.footer-2 .footer-main {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(2.2rem, 5vw, 4rem) 0;
}
.footer-2 .footer-brand img {
  width: auto;
  max-width: 260px;
  max-height: 64px;
  object-fit: contain;
}
.footer-2 .footer-brand p {
  margin: 1rem 0 0;
  max-width: 34ch;
  color: rgba(255,255,255,.70);
  line-height: 1.7;
}
.footer-2 .footer-column h3 {
  margin: 0 0 .9rem;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.footer-2 .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-2 .footer-column li + li {
  margin-top: .55rem;
}
.footer-2 .footer-column a {
  color: rgba(255,255,255,.74);
  text-decoration: none;
}
.footer-2 .footer-column a:hover,
.footer-2 .footer-column a:focus-visible {
  color: #fff;
}
.footer-2 .footer-contact-list {
  display: grid;
  gap: .7rem;
  margin-top: 1.25rem;
}
.footer-2 .footer-contact-list a,
.footer-2 .footer-contact-list span {
  color: rgba(255,255,255,.76);
}
.footer-2 .footer-contact-list strong {
  color: #fff;
}
.footer-2 .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0 calc(1.15rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.58);
  font-size: .88rem;
}
.footer-2 .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}
.footer-2 .footer-legal a {
  color: rgba(255,255,255,.62);
}
.footer-2 .footer-legal a:hover {
  color: #fff;
}

/* Newsletter / interest form */
.footer-2 .footer-mini-form {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: .6rem;
  margin-top: 1rem;
}
.footer-2 .footer-mini-form input {
  min-width: 0;
  color: #fff;
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.footer-2 .footer-mini-form input::placeholder {
  color: rgba(255,255,255,.56);
}
.footer-2 .footer-mini-form .btn {
  white-space: nowrap;
}

/* Final QA utility */
[data-qa-fixed="true"] {
  outline: none !important;
}

@media (max-width: 980px) {
  .footer-2 .footer-topline,
  .footer-2 .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-2 .footer-topline .actions {
    justify-content: flex-start;
  }
  .footer-2 .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 680px) {
  .footer-2 .footer-topline,
  .footer-2 .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-2 .footer-topline .actions,
  .footer-2 .footer-topline .actions .btn {
    width: 100%;
  }
  .footer-2 .footer-main {
    gap: 2rem;
  }
  .footer-2 .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-2 .footer-mini-form {
    grid-template-columns: 1fr;
  }
  .footer-2 .footer-mini-form .btn {
    width: 100%;
  }
}

/* Final footer logo correction */
.footer-2 .footer-brand img {
  display: block;
  width: min(100%, 300px);
  max-width: 300px;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter:none;
}
