/* Webtoro-aligned footer and single sitewide back-to-top control. */
.site-footer.wt-footer-v4 {
  margin: 0 !important;
  padding: 0 clamp(20px, 3.2vw, 48px) 20px !important;
  border: 0 !important;
  color: #f3fbfb !important;
  background: #0b3234 !important;
}

.wt-footer-v4-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.wt-footer-v4-lead {
  display: grid;
  min-height: 250px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
  padding: 48px 0 44px;
}

.wt-footer-v4-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 28px;
}

.wt-footer-v4-brand a {
  display: inline-flex;
  width: min(230px, 72%);
}

.wt-footer-v4-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.wt-footer-v4-brand p {
  max-width: 390px;
  margin: 0;
  color: #a9c3c1;
  font-size: 14px;
  line-height: 1.55;
}

.wt-footer-v4-invite {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.wt-footer-v4-kicker,
.wt-footer-v4-label {
  margin: 0;
  color: #6edadd;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wt-footer-v4-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wt-footer-v4-kicker span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #31d7d4;
}

.wt-footer-v4-invite h2 {
  max-width: 900px;
  margin: 22px 0 28px;
  color: #f3fbfb !important;
  font-size: clamp(34px, 4vw, 62px) !important;
  font-weight: 500 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.wt-footer-v4-invite button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid #31d7d4;
  border-radius: 24px;
  color: #0b3234;
  background: #31d7d4;
  font: 900 10px/1 Inter, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.wt-footer-v4-invite button:hover {
  color: #f3fbfb;
  background: transparent;
  transform: translateY(-2px);
}

.wt-footer-v4-category-index {
  border-top: 1px solid #426264;
}

.wt-footer-v4-category-head {
  display: flex;
  min-height: 150px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 0 34px;
}

.wt-footer-v4-category-head h2 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #f3fbfb !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.wt-footer-v4-category-head > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #6a8988;
  color: #f3fbfb;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.wt-footer-v4-category-head > a:hover {
  border-color: #31d7d4;
  color: #6edadd;
}

.wt-footer-v4-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #426264;
  border-bottom: 1px solid #426264;
}

.wt-footer-v4-category-group {
  position: relative;
  min-width: 0;
  padding: 30px clamp(18px, 2vw, 30px) 34px;
  border-left: 1px solid #426264;
}

.wt-footer-v4-category-group:first-child {
  border-left: 0;
  padding-left: 0;
}

.wt-footer-v4-category-number {
  display: block;
  margin-bottom: 20px;
  color: #31d7d4;
  font-size: 9px;
  font-weight: 900;
}

.wt-footer-v4-category-group h3 {
  min-height: 44px;
  margin: 0 0 22px;
  color: #f3fbfb;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.wt-footer-v4-category-group > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.wt-footer-v4-category-group a {
  color: #a9c3c1;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.wt-footer-v4-category-group a:hover {
  color: #6edadd;
  transform: translateX(3px);
}

.wt-footer-v4-bottom {
  display: grid;
  min-height: 68px;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
  color: #8faeac;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.wt-footer-v4-bottom > :nth-child(2) {
  text-align: center;
}

.wt-footer-v4-bottom > :last-child {
  color: #f3fbfb;
  text-align: right;
  text-decoration: none;
}

.back-top,
.wt-back-to-top {
  display: none !important;
}

.wt-contact-bridge {
  display: none !important;
}

.wt-floating-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border: 1px solid #0b3234;
  border-radius: 50%;
  color: #0b3234;
  background: #f3fbfb;
  box-shadow: 4px 4px 0 #0b3234;
  font: 900 8px/12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: background 200ms ease, color 200ms ease, opacity 200ms ease,
    transform 200ms ease, visibility 200ms ease;
}

.wt-floating-top i {
  font: normal 900 18px/18px Arial, Helvetica, sans-serif;
}

.wt-floating-top span {
  display: block;
}

.wt-floating-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.wt-floating-top:hover {
  color: #f3fbfb;
  background: #0b3234;
  transform: translate(-2px, -2px);
}

.wt-floating-top:focus-visible {
  outline: 3px solid #31d7d4;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .wt-footer-v4-lead {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 48px 0;
  }

  .wt-footer-v4-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-footer-v4-category-group,
  .wt-footer-v4-category-group:first-child {
    padding: 30px 24px 34px;
    border-top: 1px solid #426264;
    border-left: 1px solid #426264;
  }

  .wt-footer-v4-category-group:nth-child(-n + 2) {
    border-top: 0;
  }

  .wt-footer-v4-category-group:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

}

@media (max-width: 600px) {
  .site-footer.wt-footer-v4 {
    padding-inline: 20px !important;
  }

  .wt-footer-v4-lead {
    min-height: 0;
    padding: 40px 0;
  }

  .wt-footer-v4-brand a {
    width: 190px;
  }

  .wt-footer-v4-invite h2 {
    font-size: 36px !important;
  }

  .wt-footer-v4-category-head {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 0 30px;
  }

  .wt-footer-v4-category-head h2 {
    font-size: 30px !important;
  }

  .wt-footer-v4-category-grid {
    grid-template-columns: 1fr;
  }

  .wt-footer-v4-category-group,
  .wt-footer-v4-category-group:first-child,
  .wt-footer-v4-category-group:nth-child(odd) {
    padding: 26px 0 28px;
    border-top: 1px solid #426264;
    border-left: 0;
  }

  .wt-footer-v4-category-group:first-child {
    border-top: 0;
  }

  .wt-footer-v4-category-group h3 {
    min-height: 0;
  }

  .wt-footer-v4-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0 8px;
  }

  .wt-footer-v4-bottom > :nth-child(2),
  .wt-footer-v4-bottom > :last-child {
    text-align: left;
  }

  .wt-floating-top {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wt-floating-top,
  .wt-footer-v4 a,
  .wt-footer-v4 button {
    scroll-behavior: auto;
    transition: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .wt-footer-v4-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wt-footer-v4-category-group,
  .wt-footer-v4-category-group:first-child {
    padding: 30px 24px 34px;
    border-top: 1px solid #426264;
    border-left: 1px solid #426264;
  }

  .wt-footer-v4-category-group:nth-child(-n + 3) {
    border-top: 0;
  }

  .wt-footer-v4-category-group:nth-child(3n + 1) {
    border-left: 0;
    padding-left: 0;
  }
}
