@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;800;900&display=swap");

.lg-footer-wrapper {
  position: relative;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  color: #f7fafc;
  background:
    radial-gradient(circle at 12% 12%, rgba(59, 130, 246, 0.22), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(20, 184, 166, 0.16), transparent 26%),
    linear-gradient(135deg, #07111f 0%, #101827 48%, #09111c 100%);
}

.lg-footer-wrapper * {
  box-sizing: border-box;
}

.lg-footer-wrapper .lg-footer-section {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 7vw, 92px) 0 0;
}

.lg-footer-wrapper .lg-footer-decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.lg-footer-wrapper .lg-footer-decor-wave {
  left: -8%;
  bottom: 18%;
  width: 44%;
  height: 150px;
  opacity: 0.16;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: rotate(-10deg);
}

.lg-footer-wrapper .lg-footer-decor-wave::before,
.lg-footer-wrapper .lg-footer-decor-wave::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: inherit;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.lg-footer-wrapper .lg-footer-decor-orbit {
  right: 7%;
  top: 14%;
  width: 190px;
  height: 190px;
  opacity: 0.22;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(20, 184, 166, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.lg-footer-wrapper .lg-footer-decor-line {
  right: 16%;
  bottom: 84px;
  width: 260px;
  height: 1px;
  opacity: 0.22;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  transform: rotate(-24deg);
}

.lg-footer-wrapper .lg-footer-brand-block,
.lg-footer-wrapper .lg-footer-column {
  min-width: 0;
}

.lg-footer-wrapper .lg-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.28s ease, color 0.28s ease;
}

.lg-footer-wrapper .lg-footer-logo:hover {
  color: #dff7ff;
  transform: translateY(-2px);
}

.lg-footer-wrapper .lg-footer-logo-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 16px 34px rgba(20, 184, 166, 0.22);
}

.lg-footer-wrapper .lg-footer-logo-text {
  font-size: clamp(24px, 2.4vw, 31px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.lg-footer-wrapper .lg-footer-brand-copy {
  max-width: 330px;
  margin: 0 0 24px;
  color: #b8c4d4;
  font-size: 15.5px;
  line-height: 1.75;
}

.lg-footer-wrapper .lg-footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lg-footer-wrapper .lg-footer-social-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #dbeafe;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.lg-footer-wrapper .lg-footer-social-link:hover {
  color: #08111f;
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-3px) scale(1.04);
}

.lg-footer-wrapper .lg-footer-title {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 13px;
  color: #ffffff;
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 800;
  line-height: 1.2;
}

.lg-footer-wrapper .lg-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #14b8a6);
}

.lg-footer-wrapper .lg-footer-link-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lg-footer-wrapper .lg-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  color: #b8c4d4;
  font-size: 15.5px;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.25s ease, color 0.25s ease;
}

.lg-footer-wrapper .lg-footer-link i {
  width: 13px;
  color: #38bdf8;
  font-size: 11px;
  transition: transform 0.25s ease, color 0.25s ease;
}

.lg-footer-wrapper .lg-footer-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.lg-footer-wrapper .lg-footer-link:hover i {
  color: #14b8a6;
  transform: translateX(2px);
}

.lg-footer-wrapper .lg-footer-info-card {
  margin-top: 24px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.lg-footer-wrapper .lg-footer-info-text {
  margin: 0 0 16px;
  color: #eef6ff;
  font-size: 15px;
  line-height: 1.55;
}

.lg-footer-wrapper .lg-footer-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #07111f;
  background: #ffffff;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.lg-footer-wrapper .lg-footer-action-btn:hover {
  color: #07111f;
  background: #eafaff;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(56, 189, 248, 0.18);
}

.lg-footer-wrapper .lg-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(42px, 6vw, 72px);
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lg-footer-wrapper .lg-footer-rights,
.lg-footer-wrapper .lg-footer-trust {
  margin: 0;
  color: #aab8ca;
  font-size: 14.5px;
  line-height: 1.5;
}

.lg-footer-wrapper .lg-footer-trust {
  color: #d9e6f7;
  font-weight: 800;
}

.lg-footer-wrapper .lg-footer-logo:focus-visible,
.lg-footer-wrapper .lg-footer-social-link:focus-visible,
.lg-footer-wrapper .lg-footer-link:focus-visible,
.lg-footer-wrapper .lg-footer-action-btn:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.85);
  outline-offset: 4px;
}

@media (max-width: 991.98px) {
  .lg-footer-wrapper .lg-footer-section {
    padding-top: 58px;
  }

  .lg-footer-wrapper .lg-footer-brand-copy {
    max-width: 520px;
  }

  .lg-footer-wrapper .lg-footer-decor-orbit {
    right: -70px;
    top: 30px;
  }
}

@media (max-width: 767.98px) {
  .lg-footer-wrapper .lg-footer-section {
    padding-top: 48px;
  }

  .lg-footer-wrapper .lg-footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 44px;
  }

  .lg-footer-wrapper .lg-footer-brand-block,
  .lg-footer-wrapper .lg-footer-column {
    text-align: left;
  }

  .lg-footer-wrapper .lg-footer-social-list {
    gap: 9px;
  }

  .lg-footer-wrapper .lg-footer-decor-wave {
    width: 90%;
    left: -35%;
    bottom: 20%;
  }

  .lg-footer-wrapper .lg-footer-decor-line {
    display: none;
  }
}

@media (max-width: 420px) {
  .lg-footer-wrapper .lg-footer-logo {
    align-items: flex-start;
  }

  .lg-footer-wrapper .lg-footer-social-link {
    width: 40px;
    height: 40px;
  }

  .lg-footer-wrapper .lg-footer-info-card {
    padding: 18px;
  }
}