/* Site Footer Block - All footer styles consolidated here */
.site-footer-block {
  display: block;
  width: 100%;
}
.site-footer-block .site-footer-preview-badge {
  background: linear-gradient(135deg, #00355F 0%, #002039 100%);
  color: #F1E7D3;
  padding: 8px 16px;
  font-weight: 600;
  text-align: center;
  font-family: "Public Sans", sans-serif;
}
.site-footer-block .site-footer-preview-badge span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer {
  background-color: #00355F;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.site-footer .footer-content {
  position: relative;
  z-index: 2;
}
.site-footer .footer-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-container .footer-right {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
}
.site-footer .footer-column.footer-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer .footer-column.footer-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-column.footer-center {
    order: -1;
  }
}
.site-footer .footer-column.footer-right {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-column.footer-right {
    display: none;
  }
}
.site-footer .footer-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-left {
    text-align: center;
  }
}
.site-footer .footer-title {
  color: white;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.site-footer .footer-paragraph {
  color: white;
  font-family: "Public Sans", sans-serif;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
.site-footer .footer-paragraph p {
  margin: 0 0 1rem;
}
.site-footer .footer-paragraph p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-paragraph a {
  color: inherit;
  text-decoration: underline;
}
.site-footer .footer-paragraph a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.site-footer .footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.site-footer .social-icons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer .social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  position: relative;
}
.site-footer .social-icons .social-icon:hover {
  transform: scale(1.1);
}
.site-footer .social-icons .social-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .site-footer .social-icons .social-icon img {
    width: 52px;
    height: 52px;
  }
}
.site-footer .footer-right {
  position: relative;
}
.site-footer .footer-background-image {
  position: absolute;
  right: 0;
  top: -3rem;
  max-width: 368px;
  width: 368px;
  height: 210px;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-background-image {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .site-footer .footer-background-image {
    width: 280px;
    height: 168px;
  }
}

.sub-footer {
  background-color: #002039;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.sub-footer .sub-footer-container {
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 1113px) {
  .sub-footer .sub-footer-container {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
}
.sub-footer .sub-footer-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1113px) {
  .sub-footer .sub-footer-left {
    justify-content: center;
  }
}
.sub-footer .sub-footer-left .copyright-text {
  color: inherit;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 1113px) {
  .sub-footer .sub-footer-left .copyright-text {
    text-align: center;
  }
}
.sub-footer .sub-footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1113px) {
  .sub-footer .sub-footer-right {
    justify-content: center;
  }
}
.sub-footer .sub-footer-right .footer-menu,
.sub-footer .sub-footer-right [class*=menu-][class*=-menu] {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media screen and (max-width: 1113px) {
  .sub-footer .sub-footer-right .footer-menu,
  .sub-footer .sub-footer-right [class*=menu-][class*=-menu] {
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-footer .sub-footer-right .footer-menu,
  .sub-footer .sub-footer-right [class*=menu-][class*=-menu] {
    flex-wrap: wrap;
    white-space: normal;
  }
}
.sub-footer .sub-footer-right .footer-menu li,
.sub-footer .sub-footer-right [class*=menu-][class*=-menu] li {
  margin: 0;
  list-style: none;
}
.sub-footer .sub-footer-right .footer-menu li::before,
.sub-footer .sub-footer-right [class*=menu-][class*=-menu] li::before {
  display: none;
  content: none;
}
.sub-footer .sub-footer-right .footer-menu li::marker,
.sub-footer .sub-footer-right [class*=menu-][class*=-menu] li::marker {
  display: none;
  content: none;
}
.sub-footer .sub-footer-right .footer-menu a,
.sub-footer .sub-footer-right [class*=menu-][class*=-menu] a {
  color: inherit;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
  text-transform: none;
  transition: opacity 0.2s ease;
}
.sub-footer .sub-footer-right .footer-menu a:hover,
.sub-footer .sub-footer-right [class*=menu-][class*=-menu] a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 2rem 0;
  }
  .site-footer .social-icons {
    gap: 1rem;
  }
  .site-footer .social-icons .social-icon img {
    width: 40px;
    height: 40px;
  }
  .sub-footer .sub-footer-right .footer-menu {
    gap: 1rem;
  }
}
@media (prefers-contrast: high) {
  .site-footer .social-icon:focus {
    outline: 3px solid currentColor;
    outline-offset: 2px;
  }
  .sub-footer .footer-menu a:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer .social-icon {
    transition: none;
  }
}
