:root {
  --wn-footer-dark: #061429;
  --wn-footer-darker: #04101f;
  --wn-footer-blue: var(--primary, #0d6efd);
  --wn-footer-cyan: #4db8ff;
}

.wn-footer-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 0 0;
  background: var(--wn-footer-dark);
}

.wn-footer-cta::before {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(13, 110, 253, .35), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(0, 195, 255, .18), transparent 30%);
}

.wn-footer-cta-card {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: 0 auto;
  padding: 72px 42px;
  text-align: center;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  backdrop-filter: blur(16px);
}

.wn-footer-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--wn-footer-cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wn-footer-cta h2 {
  max-width: 900px;
  margin: 0 auto 22px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.wn-footer-cta p {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .75);
  font-size: 1.1rem;
  line-height: 1.8;
}

.wn-footer-journey {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.wn-footer-journey span {
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  font-size: .88rem;
  font-weight: 800;
}

.wn-footer-journey i {
  color: var(--wn-footer-cyan);
}

.wn-footer-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.wn-footer-btn-primary,
.wn-footer-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: .3s ease;
}

.wn-footer-btn-primary {
  color: #fff;
  background: var(--wn-footer-blue);
  box-shadow: 0 14px 30px rgba(13, 110, 253, .35);
}

.wn-footer-btn-primary:hover {
  color: #fff;
  transform: translateY(-3px);
}

.wn-footer-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.03);
}

.wn-footer-btn-secondary:hover {
  color: var(--wn-footer-dark);
  background: #fff;
  transform: translateY(-3px);
}

.wn-footer {
  padding: 90px 0 0;
  color: #fff;
  background: var(--wn-footer-dark);
}

.wn-footer-logo {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  text-decoration: none;
}

.wn-footer-logo:hover {
  color: var(--wn-footer-cyan);
}

.wn-footer-positioning {
  display: block;
  margin-top: 7px;
  color: var(--wn-footer-cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wn-footer-desc {
  max-width: 410px;
  margin: 22px 0;
  color: rgba(255,255,255,.72);
  line-height: 1.8;
}

.wn-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.wn-footer-badges span {
  padding: 7px 11px;
  border-radius: 999px;
  color: #b9ddff;
  background: rgba(13,110,253,.12);
  border: 1px solid rgba(77,184,255,.18);
  font-size: .74rem;
  font-weight: 800;
}

.wn-footer-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.wn-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wn-footer-links li {
  margin-bottom: 13px;
}

.wn-footer-links a,
.wn-footer-contact a {
  color: rgba(255,255,255,.68);
  text-decoration: none;
  transition: .25s ease;
}

.wn-footer-links a:hover,
.wn-footer-contact a:hover {
  color: var(--wn-footer-cyan);
}

.wn-footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

.wn-footer-contact i {
  flex: 0 0 18px;
  margin-top: 4px;
  color: var(--wn-footer-cyan);
}

.wn-footer-social {
  display: flex;
  gap: 12px;
}

.wn-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  transition: .3s ease;
}

.wn-footer-social a:hover {
  color: #fff;
  background: var(--wn-footer-blue);
  border-color: var(--wn-footer-blue);
  transform: translateY(-4px);
}

.wn-footer-mini-card {
  margin-top: 28px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}

.wn-footer-mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.wn-footer-mini-card span {
  color: rgba(255,255,255,.65);
  font-size: .95rem;
  line-height: 1.6;
}

.wn-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 80px;
  padding: 26px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

.wn-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.65);
}

.wn-footer-bottom a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: .25s ease;
}

.wn-footer-bottom p a {
  margin: 0;
}

.wn-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.wn-footer-bottom a:hover {
  color: var(--wn-footer-cyan);
}

.wn-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--wn-footer-blue);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  text-decoration: none;
  transition: .3s ease;
}

.wn-back-to-top:hover {
  color: #fff;
  transform: translateY(-4px);
}

.wn-back-to-top.show {
  display: flex;
}

@media (max-width: 991px) {
  .wn-footer-cta {
    padding-top: 70px;
  }

  .wn-footer-cta-card {
    padding: 56px 28px;
  }

  .wn-footer {
    padding-top: 70px;
  }

  .wn-footer-journey i {
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .wn-footer-cta-card {
    border-radius: 24px;
  }

  .wn-footer-journey {
    flex-direction: column;
  }

  .wn-footer-btn-primary,
  .wn-footer-btn-secondary {
    width: 100%;
  }

  .wn-footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .wn-footer-bottom nav {
    justify-content: center;
  }
}
