.lc-footer {
  position: relative;
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(1100px 460px at 12% 0%, rgba(176, 116, 209, .28), transparent 60%),
    radial-gradient(900px 420px at 92% 110%, rgba(226, 79, 141, .22), transparent 60%),
    linear-gradient(180deg, #1a1226 0%, #120c1a 60%, #0d0814 100%);
  padding: 88px 0 28px;
  overflow: hidden;
  isolation: isolate;
}

.lc-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 75%);
  pointer-events: none;
  z-index: -1;
}

.lc-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 116, 209, .6), rgba(226, 79, 141, .6), transparent);
}

.lc-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.lc-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.lc-footer-brand .lc-footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.lc-footer-brand .lc-footer-logo img {
  height: 46px;
  width: auto;
  filter: drop-shadow(0 6px 20px rgba(176, 116, 209, .35));
}

.lc-footer-brand h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  letter-spacing: .4px;
}

.lc-footer-brand h4 small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, .55);
  letter-spacing: 1.4px;
  margin-top: 2px;
}

.lc-footer-brand .lc-footer-addr {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  line-height: 1.85;
  margin: 0 0 22px;
}

.lc-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-footer-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
  transition: all .25s ease;
}

.lc-footer-pay:hover {
  background: rgba(255, 255, 255, .14);
  transform: translateY(-1px);
}

.lc-footer-pay svg,
.lc-footer-pay img {
  height: 14px;
  width: auto;
  display: block;
}

.lc-footer-col h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .8px;
  margin: 6px 0 22px;
  position: relative;
  padding-left: 14px;
}

.lc-footer-col h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(180deg, #e24f8d, #b074d1);
}

.lc-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lc-footer-col ul li {
  margin-bottom: 12px;
}

.lc-footer-col ul a {
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .25s ease, transform .25s ease;
}

.lc-footer-col ul a::before {
  content: "";
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #b074d1, #e24f8d);
  transition: width .3s ease;
}

.lc-footer-col ul a:hover {
  color: #fff;
}

.lc-footer-col ul a:hover::before {
  width: 14px;
}

.lc-footer-contact .lc-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.lc-footer-contact .lc-contact-row i {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(176, 116, 209, .22), rgba(226, 79, 141, .18));
  border: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 13px;
}

.lc-footer-contact .lc-contact-row small {
  display: block;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.lc-footer-contact .lc-contact-row a {
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  text-decoration: none;
  transition: color .25s ease;
}

.lc-footer-contact .lc-contact-row a:hover {
  color: #e24f8d;
}

.lc-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 14px;
}

.lc-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background: linear-gradient(135deg, rgba(176, 116, 209, .22), rgba(226, 79, 141, .18));
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.lc-footer-social a:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #b074d1, #e24f8d);
  box-shadow: 0 10px 24px -10px rgba(226, 79, 141, .55);
}

.lc-footer-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 0;
  transition: gap .25s ease, color .25s ease;
}

.lc-footer-more:hover {
  color: #e24f8d;
  gap: 10px;
}

.lc-footer-divider {
  height: 1px;
  margin: 56px 0 22px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .14), transparent);
}

.lc-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.lc-footer-bottom .lc-copy {
  color: rgba(255, 255, 255, .45);
  font-size: 13px;
}

.lc-footer-bottom .lc-copy a {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.lc-footer-bottom .lc-copy a:hover {
  color: #e24f8d;
}

.lc-footer-bottom .lc-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.lc-footer-bottom .lc-legal a {
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  text-decoration: none;
  transition: color .25s ease;
}

.lc-footer-bottom .lc-legal a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .lc-footer {
    padding: 64px 0 24px;
  }

  .lc-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .lc-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .lc-footer-divider {
    margin: 40px 0 20px;
  }

  .lc-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
