
/* ==========================================
   FOOTER SLC ONE STOP
========================================== */

.slc-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(80px, 9vw, 125px);
  color: #dceeff;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(7, 87, 217, 0.15),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 65%,
      rgba(21, 151, 255, 0.1),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #020817 0%,
      #041027 52%,
      #010612 100%
    );
}

.slc-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.35),
      transparent
    );
}

/* Background */

.slc-footer__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.slc-footer__grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(
      rgba(86, 175, 255, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(86, 175, 255, 0.04) 1px,
      transparent 1px
    );
  background-size: 68px 68px;
  mask-image:
    linear-gradient(
      to bottom,
      #000,
      transparent 88%
    );
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      #000,
      transparent 88%
    );
}

.slc-footer__glow {
  position: absolute;
  border-radius: 50%;
}

.slc-footer__glow--left {
  top: 5%;
  left: -300px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(70, 184, 255, 0.07);
  background: rgba(7, 87, 217, 0.05);
}

.slc-footer__glow--right {
  right: -290px;
  bottom: -250px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(70, 184, 255, 0.07);
  background: rgba(21, 151, 255, 0.045);
  box-shadow: 0 0 140px rgba(8, 120, 249, 0.08);
}

/* Container */

.slc-footer__container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* ==========================================
   FOOTER TOP
========================================== */

.slc-footer__top {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.85fr)
    minmax(0, 1.65fr);
  align-items: start;
  gap: clamp(55px, 7vw, 95px);
  padding-bottom: 55px;
}

/* Brand */

.slc-footer__brand {
  min-width: 0;
}

.slc-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  text-decoration: none;
}

.slc-footer__logo-icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(112, 205, 255, 0.34);
  border-radius: 17px;
  background:
    radial-gradient(
      circle at 25% 18%,
      rgba(126, 218, 255, 0.48),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 14px 30px rgba(8, 120, 249, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
  font-size: 1.12rem;
  font-weight: 900;
}

.slc-footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.slc-footer__logo-text strong {
  color: #f1f9ff;
  font-size: 1.08rem;
  font-weight: 830;
  letter-spacing: -0.025em;
}

.slc-footer__logo-text small {
  color: #6f8aa5;
  font-size: 0.58rem;
  font-weight: 680;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.slc-footer__brand-description {
  max-width: 460px;
  margin: 23px 0 0;
  color: #819bb5;
  font-size: 0.8rem;
  line-height: 1.8;
}

.slc-footer__brand-description strong {
  color: #d9edfc;
  font-weight: 730;
}

/* Brand Features */

.slc-footer__brand-features {
  display: grid;
  gap: 9px;
  margin-top: 23px;
}

.slc-footer__brand-features > span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 9px;
  color: #8faac2;
  font-size: 0.68rem;
  font-weight: 680;
}

.slc-footer__brand-features svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: #49baff;
}

/* Account CTA */

.slc-footer__account {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.slc-footer__account-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 17px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 0.69rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.slc-footer__account-link:hover {
  transform: translateY(-3px);
}

.slc-footer__account-link svg {
  width: 17px;
  height: 17px;
}

.slc-footer__account-link--register {
  color: #ffffff;
  border-color: rgba(109, 201, 255, 0.36);
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 12px 26px rgba(8, 120, 249, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.slc-footer__account-link--register:hover {
  box-shadow:
    0 18px 35px rgba(8, 120, 249, 0.37),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.slc-footer__account-link--login {
  color: #bad8ee;
  border-color: rgba(104, 180, 255, 0.17);
  background: rgba(9, 29, 61, 0.6);
}

.slc-footer__account-link--login:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.39);
  background: rgba(21, 151, 255, 0.12);
}

/* ==========================================
   FOOTER NAVIGATION
========================================== */

.slc-footer__navigation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(25px, 4vw, 45px);
}

.slc-footer__column {
  min-width: 0;
}

.slc-footer__column h2 {
  position: relative;
  padding-bottom: 15px;
  margin: 0;
  color: #e7f4ff;
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.02em;
}

.slc-footer__column h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  content: "";
  border-radius: 100px;
  background:
    linear-gradient(
      90deg,
      #1597ff,
      rgba(21, 151, 255, 0)
    );
}

.slc-footer__column ul {
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 17px 0 0;
  list-style: none;
}

.slc-footer__column li {
  min-width: 0;
}

.slc-footer__column a {
  display: flex;
  min-width: 0;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  color: #758fa9;
  font-size: 0.68rem;
  font-weight: 660;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.slc-footer__column a:hover {
  color: #dff3ff;
  transform: translateX(3px);
}

.slc-footer__column a span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slc-footer__column a span:last-child {
  flex: 0 0 auto;
  color: #3faeea;
  opacity: 0;
  transform: translateX(-5px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.slc-footer__column a:hover span:last-child {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================
   INFORMATION BANNER
========================================== */

.slc-footer__information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 24px;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(13, 42, 84, 0.62),
      rgba(4, 17, 39, 0.77)
    );
  box-shadow:
    0 20px 48px rgba(0, 8, 28, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slc-footer__information-content {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.slc-footer__information-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #49baff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 14px;
  background: rgba(21, 151, 255, 0.08);
}

.slc-footer__information-icon svg {
  width: 23px;
  height: 23px;
}

.slc-footer__information-content strong {
  color: #e4f2ff;
  font-size: 0.81rem;
  font-weight: 760;
}

.slc-footer__information-content p {
  max-width: 760px;
  margin: 6px 0 0;
  color: #748ea8;
  font-size: 0.67rem;
  line-height: 1.6;
}

.slc-footer__information-link {
  display: inline-flex;
  min-height: 45px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 17px;
  color: #dceeff;
  border: 1px solid rgba(70, 184, 255, 0.19);
  border-radius: 11px;
  background: rgba(21, 151, 255, 0.08);
  font-size: 0.67rem;
  font-weight: 730;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.slc-footer__information-link:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.42);
  background: rgba(21, 151, 255, 0.15);
  transform: translateY(-2px);
}

.slc-footer__information-link svg {
  width: 17px;
  height: 17px;
  color: #49baff;
  transition: transform 0.25s ease;
}

.slc-footer__information-link:hover svg {
  transform: translateX(4px);
}

/* ==========================================
   FOOTER BOTTOM
========================================== */

.slc-footer__bottom {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    auto;
  align-items: center;
  gap: 28px;
  padding-block: 26px;
  margin-top: 28px;
  border-top: 1px solid rgba(104, 180, 255, 0.1);
}

.slc-footer__copyright {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.slc-footer__copyright > span {
  color: #718ba5;
  font-size: 0.65rem;
  line-height: 1.5;
}

.slc-footer__copyright strong {
  color: #a6c6de;
  font-weight: 730;
}

.slc-footer__copyright small {
  color: #526c86;
  font-size: 0.58rem;
  line-height: 1.5;
}

.slc-footer__legal {
  display: flex;
  align-items: center;
  gap: 9px;
}

.slc-footer__legal a {
  color: #6f89a3;
  font-size: 0.61rem;
  font-weight: 670;
  text-decoration: none;
  transition: color 0.25s ease;
}

.slc-footer__legal a:hover {
  color: #dceeff;
}

.slc-footer__legal > span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(70, 184, 255, 0.35);
}

.slc-footer__back-top {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 14px;
  color: #a8c8e0;
  border: 1px solid rgba(104, 180, 255, 0.15);
  border-radius: 11px;
  background: rgba(9, 29, 61, 0.55);
  font-size: 0.62rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.slc-footer__back-top:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.39);
  background: rgba(21, 151, 255, 0.12);
  transform: translateY(-3px);
}

.slc-footer__back-top svg {
  width: 16px;
  height: 16px;
}

/* Focus Accessibility */

.slc-footer a:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.42);
  outline-offset: 4px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {
  .slc-footer__top {
    grid-template-columns: 1fr;
  }

  .slc-footer__brand {
    max-width: 700px;
  }

  .slc-footer__navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slc-footer__information {
    align-items: flex-start;
    flex-direction: column;
  }

  .slc-footer__information-link {
    width: 100%;
  }

  .slc-footer__bottom {
    grid-template-columns: 1fr auto;
  }

  .slc-footer__legal {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 720px) {
  .slc-footer {
    padding-top: 75px;
  }

  .slc-footer__container {
    width: min(100% - 28px, 1240px);
  }

  .slc-footer__top {
    gap: 48px;
    padding-bottom: 42px;
  }

  .slc-footer__logo-icon {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
    border-radius: 15px;
  }

  .slc-footer__logo-text strong {
    font-size: 1rem;
  }

  .slc-footer__brand-description {
    font-size: 0.76rem;
    line-height: 1.75;
  }

  .slc-footer__account {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .slc-footer__navigation {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }

  .slc-footer__information {
    padding: 19px;
  }

  .slc-footer__information-content {
    grid-template-columns: 43px minmax(0, 1fr);
  }

  .slc-footer__information-icon {
    width: 43px;
    height: 43px;
  }

  .slc-footer__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 24px;
  }

  .slc-footer__legal {
    grid-column: auto;
    grid-row: auto;
    flex-wrap: wrap;
  }

  .slc-footer__back-top {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slc-footer__account {
    grid-template-columns: 1fr;
  }

  .slc-footer__navigation {
    grid-template-columns: 1fr;
    gap: 31px;
  }

  .slc-footer__column a {
    min-height: 40px;
  }

  .slc-footer__information-content {
    grid-template-columns: 1fr;
  }

  .slc-footer__legal {
    gap: 8px;
  }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
  .slc-footer a {
    transition-duration: 0.01ms !important;
  }
}