.footer-main {
  position: relative;
}

/* Taller footer band — fills wide screens more comfortably */
#mainBody > footer,
body > footer {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  #mainBody > footer,
  body > footer {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 1024px) {
  #mainBody > footer,
  body > footer {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .footer-main {
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-main > .grid {
    align-items: center;
    width: 100%;
    min-height: 13rem;
    column-gap: 2.5rem;
  }

  .footer-main .lg\:col-span-5 img[alt="CloudExtel"] {
    height: 2.5rem;
    margin-bottom: 2rem;
  }

  .footer-main .space-y-4 > * + * {
    margin-top: 1.25rem;
  }

  .footer-main nav ul li + li {
    margin-top: 1.125rem;
  }
}

@media (min-width: 1280px) {
  #mainBody > footer,
  body > footer {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .footer-main {
    min-height: 17rem;
  }

  .footer-main > .grid {
    min-height: 15rem;
    column-gap: 3rem;
  }
}

.footer-award {
  display: none !important;
}

@media (min-width: 1024px) {
  .footer-award {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 28%;
    right: 28%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
  }
}

@media (min-width: 1280px) {
  .footer-award {
    left: 30%;
    right: 30%;
  }
}

.footer-award__link {
  display: block;
  width: 10rem;
  max-width: 100%;
  pointer-events: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 1280px) {
  .footer-award__link {
    width: 12.5rem;
  }
}

@media (min-width: 1536px) {
  .footer-award__link {
    width: 14rem;
  }
}

.footer-award__link:hover {
  transform: scale(1.03);
  opacity: 0.95;
}

.footer-award__link:focus-visible {
  outline: 3px solid #37c4cd;
  outline-offset: 4px;
  border-radius: 0.5rem;
}

.footer-award__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
