.wnaFooter {
  --navy: #002e49;
  --navy-soft: #073a58;
  --sand: #f9bf8f;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --line: rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--navy);
}

.wnaFooter,
.wnaFooter * {
  box-sizing: border-box;
}

.wnaFooterWave {
  display: block;
  width: 100%;
  height: clamp(74px, 8vw, 124px);
  background: #ffffff;
}

.wnaFooterWave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wnaFooterAnnouncement {
  display: none;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 26px;
  padding: 14px 18px;
  border: 1px solid rgba(249, 191, 143, 0.32);
  border-radius: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.wnaFooterAnnouncement.isVisible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wnaFooterAnnouncement strong {
  color: var(--sand);
}

.wnaFooterAnnouncement a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.wnaFooterInner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 52px 0 58px;
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.95fr;
  gap: clamp(42px, 7vw, 110px);
}

.wnaFooterTitle {
  margin: 0 0 24px;
  color: var(--white);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wnaFooterSocials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wnaFooterSocials a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 12px;
  color: var(--sand);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(0, 20, 35, 0.18);
  transition: transform 170ms ease-out, box-shadow 170ms ease-out, background-color 170ms ease-out;
}

.wnaFooterSocials a:hover,
.wnaFooterSocials a:focus-visible {
  transform: translateY(-2px);
  background: var(--sand);
  box-shadow: 0 16px 34px rgba(0, 20, 35, 0.24);
}

.wnaFooterSocials a:hover .wnaSocialIcon,
.wnaFooterSocials a:focus-visible .wnaSocialIcon {
  color: var(--navy);
}

.wnaSocialIcon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wnaSocialFilled {
  fill: currentColor;
  stroke: none;
}

.wnaSocialCutout {
  fill: var(--white);
  stroke: none;
}

.wnaFooterContactList,
.wnaFooterLinks {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wnaFooterContactItem {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  align-items: start;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.wnaFooterContactItem a,
.wnaFooterLinks a {
  color: inherit;
  text-decoration: none;
  transition: color 170ms ease-out, transform 170ms ease-out;
}

.wnaFooterContactItem a:hover,
.wnaFooterContactItem a:focus-visible,
.wnaFooterLinks a:hover,
.wnaFooterLinks a:focus-visible {
  color: var(--sand);
}

.wnaFooterIcon {
  width: 24px;
  height: 24px;
  color: var(--sand);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wnaFooterLinks {
  gap: 16px;
}

.wnaFooterLinks a {
  display: inline-grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
  align-items: center;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.3;
}

.wnaFooterLinks a::before {
  color: var(--sand);
  content: "»";
  font-size: 22px;
  line-height: 1;
}

.wnaFooterLinks a:hover,
.wnaFooterLinks a:focus-visible {
  transform: translateX(2px);
}

.wnaFooterBottom {
  position: relative;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  padding: 22px 72px;
  color: #141414;
  text-align: center;
  background: linear-gradient(90deg, #f9bf8f, #ffd0a8 52%, #f9bf8f);
  font-size: 15px;
  line-height: 1.5;
}

.wnaFooterBottom a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.wnaBackTop {
  position: absolute;
  right: 18px;
  bottom: 100%;
  display: inline-flex;
  width: 54px;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  border-radius: 18px 18px 0 0;
  color: var(--white);
  background: rgba(249, 191, 143, 0.7);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 20, 35, 0.2);
  transition: transform 170ms ease-out, background-color 170ms ease-out;
}

.wnaBackTop span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.wnaBackTop:hover,
.wnaBackTop:focus-visible {
  background: var(--sand);
  transform: translateY(-4px);
}

@media (max-width: 980px) {
  .wnaFooterInner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 40px;
  }

  .wnaFooterContactItem,
  .wnaFooterLinks a {
    font-size: 16px;
  }

  .wnaBackTop {
    right: 14px;
    width: 46px;
    min-height: 126px;
  }
}

@media (max-width: 640px) {
  .wnaFooterWave {
    height: 74px;
  }

  .wnaFooterInner,
  .wnaFooterAnnouncement {
    width: min(100% - 32px, 520px);
  }

  .wnaFooterInner {
    padding-bottom: 42px;
  }

  .wnaFooterTitle {
    margin-bottom: 18px;
  }

  .wnaFooterBottom {
    min-height: 96px;
    padding: 22px 56px 22px 24px;
    font-size: 13px;
    text-align: left;
  }
}
