@media (min-width: 769px) and (max-width: 1100px) {
  .wd-header__inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wd-header__nav {
    gap: 18px;
  }

  .wd-header__nav a {
    font-size: 14px;
  }

  .wd-header__cta {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.wd-hero__actions--mobile {
  display: none;
}

.wd-footer__icp {
  display: inline-flex;
  min-height: 32px;
  margin-top: 4px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--font-cn);
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.wd-footer__icp:hover,
.wd-footer__icp:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wd-footer__icp:focus-visible {
  border-radius: 2px;
  outline: 2px solid #fdb813;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .wd-mobile-menu-btn {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    padding: 10px;
    color: #ffffff;
    background: rgba(13, 43, 107, 0.68);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(13, 43, 107, 0.14);
  }

  .wd-mobile-menu-btn:focus-visible {
    outline: 2px solid #fdb813;
    outline-offset: 2px;
  }

  .wd-mobile-nav {
    position: fixed;
    top: 68px;
    right: 12px;
    left: auto;
    width: 50%;
    max-height: calc(100vh - 80px);
    padding: 6px;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-sizing: border-box;
    flex-direction: column;
    gap: 0;
    font-family: var(--font-cn);
    background: rgba(255, 255, 255, 0.86);
    -webkit-backdrop-filter: blur(14px) saturate(1.15);
    backdrop-filter: blur(14px) saturate(1.15);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
  }

  .wd-mobile-nav.open {
    display: flex;
  }

  .wd-mobile-nav a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    box-sizing: border-box;
    font-family: var(--font-cn);
    font-size: 14px;
    font-weight: 600;
    color: #172033;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none !important;
    border: 0;
    border-radius: 4px;
  }

  .wd-mobile-nav a:not(.wd-mobile-nav__cta):hover,
  .wd-mobile-nav a:not(.wd-mobile-nav__cta):focus-visible {
    color: #d94f00;
    background: #fff4eb;
    outline: none;
  }

  .wd-mobile-nav a[aria-current="page"] {
    color: #d94f00;
    background: #fff4eb;
  }

  .wd-mobile-nav__cta {
    display: none !important;
  }

  .wd-hero__left > .wd-hero__actions {
    display: none;
  }

  .wd-hero__actions--mobile {
    display: flex;
    width: 100%;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .wd-hero__actions--mobile .wd-hero__cta {
    width: min(280px, 100%);
    min-height: 48px;
    margin: 0 auto;
    text-align: center;
  }

  .wd-hero__actions--mobile .wd-hero__secondary-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-left: 0;
    text-decoration: none;
  }

  .wd-footer__top {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .wd-footer__brand,
  .wd-footer__links-col,
  .wd-footer__contact-col {
    min-width: 0;
  }

  .wd-footer__contact li {
    overflow-wrap: anywhere;
  }

  .wd-footer__icp {
    min-height: 44px;
  }
}
