.keryon-contact-footer {
  position: relative;
  z-index: 30;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: #090b0f;
  color: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.keryon-contact-footer * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.keryon-contact-footer__inner {
  width: min(1440px, calc(100% - 4rem));
  min-height: 19rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 0.55fr) auto;
  align-items: center;
  gap: 4rem;
  margin: 0 auto;
  padding: 3.5rem 0;
}

.keryon-contact-footer__copy p,
.keryon-contact-footer__details > span {
  margin: 0;
  color: #36c7dc;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.keryon-contact-footer__copy h2 {
  max-width: 48rem;
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 520;
  line-height: 1.04;
  text-transform: uppercase;
}

.keryon-contact-footer__copy > span {
  max-width: 42rem;
  display: block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.65;
}

.keryon-contact-footer__details {
  display: grid;
  gap: 0.55rem;
}

.keryon-contact-footer__details a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.keryon-contact-footer__details a:hover,
.keryon-contact-footer__details a:focus-visible {
  color: #36c7dc;
}

.keryon-contact-footer__actions {
  min-width: 15rem;
  display: grid;
  gap: 0.6rem;
}

.keryon-contact-footer__button {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #090b0f;
  font-size: 0.65rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.keryon-contact-footer__button.is-outline {
  background: transparent;
  color: #fff;
}

.keryon-contact-footer__button:hover,
.keryon-contact-footer__button:focus-visible {
  border-color: #36c7dc;
  background: #36c7dc;
  color: #071014;
}

.keryon-contact-footer__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.keryon-contact-footer__button i {
  position: relative;
  width: 1.5rem;
  height: 1px;
  background: currentColor;
}

.keryon-contact-footer__button i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.38rem;
  height: 0.38rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.keryon-contact-footer__legal {
  width: min(1440px, calc(100% - 4rem));
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: -1rem auto 0;
  padding: 0 0 1.5rem;
}

.keryon-contact-footer__legal a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  text-decoration: none;
}

.keryon-contact-footer__legal a:hover,
.keryon-contact-footer__legal a:focus-visible {
  color: #62ddf0;
}

@media (max-width: 1080px) {
  .keryon-contact-footer__inner {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.55fr);
  }

  .keryon-contact-footer__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .keryon-contact-footer__legal {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 680px) {
  .keryon-contact-footer__inner {
    width: calc(100% - 2rem);
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 0;
  }

  .keryon-contact-footer__copy h2 {
    font-size: 2rem;
  }

  .keryon-contact-footer__actions {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
}
