/* assets/footer.css */
.psv-footer{
  margin-top: 26px;
  background: linear-gradient(180deg, #0b1224 0%, #0b1736 100%);
  color: rgba(255,255,255,.88);
  border-top: 1px solid rgba(255,255,255,.06);
}

.psv-footer__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 26px 18px 18px;
}

.psv-footer__brand{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}

.psv-footer__logo{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(37,99,235,.18);
  border: 1px solid rgba(37,99,235,.35);
  flex: 0 0 auto;
}

.psv-footer__mark{
  font-weight: 1000;
  letter-spacing: .08em;
  font-size: 12px;
  color: #fff;
}

.psv-footer__title{
  font-weight: 1000;
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
}

.psv-footer__sub{
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,.65);
  line-height: 1.45;
}

.psv-footer__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}

@media(min-width: 900px){
  .psv-footer__grid{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
  }
}

.psv-footer__col{
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}

.psv-footer__heading{
  font-weight: 1000;
  font-size: 13px;
  color:#fff;
  margin-bottom: 10px;
}

.psv-footer__link{
  display:block;
  padding: 8px 0;
  font-weight: 900;
  font-size: 13px;
  color: rgba(255,255,255,.82);
  text-decoration:none;
}

.psv-footer__link:hover{
  color:#fff;
  text-decoration: underline;
}

.psv-footer__social{
  display:flex;
  gap:10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.psv-footer__icon{
  width:42px;height:42px;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color:#fff;
  text-decoration:none;
  transition: .15s;
}

.psv-footer__icon:hover{
  transform: translateY(-1px);
  background: rgba(37,99,235,.22);
  border-color: rgba(37,99,235,.35);
}

.psv-footer__help{
  margin-top: 12px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.65);
}

.psv-footer__help a{
  color:#fff;
  text-decoration: underline;
}

.psv-footer__bottom{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.06);
  display:flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.65);
}

.psv-footer__tiny{
  color: rgba(255,255,255,.55);
}
