.snp-footer{
  margin-top:70px;
  background:#0f172a;
  color:#fff;
  padding:36px 22px 24px;
}

.snp-footer a{
  color:#94a3b8;
  display:block;
  font-size:13px;
  margin-top:9px;
  transition:.2s;
}

.snp-footer a:hover{
  color:#fff;
}

.snp-footer-search{
  max-width:1180px;
  margin:0 auto 34px;
  padding:22px;
  border-radius:20px;
  background:linear-gradient(135deg,#1e1b4b,#111827);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.snp-footer-search strong{
  display:block;
  font-size:19px;
}

.snp-footer-search span{
  display:block;
  margin-top:5px;
  font-size:13px;
  color:#cbd5e1;
}

.snp-footer-search form{
  width:390px;
  height:44px;
  display:flex;
  background:#fff;
  border-radius:14px;
  padding:4px;
}

.snp-footer-search input{
  flex:1;
  border:0;
  outline:0;
  padding:0 14px;
  border-radius:12px;
}

.snp-footer-search button,
.snp-newsletter-form button{
  border:0;
  border-radius:12px;
  padding:0 16px;
  background:linear-gradient(135deg,#6d28d9,#2563eb);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.snp-footer-top{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.8fr repeat(6,1fr);
  gap:28px;
}

.snp-footer-logo{
  width:44px;
  height:44px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#6d28d9,#2563eb);
  font-weight:900;
  margin-bottom:14px;
}

.snp-footer h3{
  font-size:21px;
  margin-bottom:10px;
}

.snp-footer h4{
  font-size:14px;
  margin-bottom:12px;
  color:#fff;
}

.snp-footer-brand p{
  max-width:390px;
  color:#94a3b8;
  font-size:14px;
  line-height:1.7;
}

.snp-newsletter-form{
  margin-top:20px;
}

.snp-newsletter-form label{
  display:block;
  font-size:14px;
  font-weight:900;
  margin-bottom:10px;
}

.snp-newsletter-form div{
  display:flex;
  background:#fff;
  border-radius:14px;
  padding:4px;
  max-width:390px;
}

.snp-newsletter-form input{
  flex:1;
  border:0;
  outline:0;
  padding:0 12px;
  font-size:13px;
}

.snp-newsletter-form small{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:12px;
}

.snp-apps{
  margin-top:18px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.app-badge{
  width:132px;
  height:40px;
  margin:0!important;
  padding:5px 10px;
  border-radius:7px;
  background:#000;
  color:#fff!important;
  display:grid!important;
  grid-template-columns:26px 1fr;
  grid-template-rows:14px 18px;
  align-items:center;
  gap:0 6px;
  border:1px solid rgba(255,255,255,.18);
}

.app-badge i{
  grid-row:1 / 3;
  font-style:normal;
  font-size:23px;
  line-height:1;
}

.app-badge span{
  font-size:8px;
  color:#fff;
  line-height:1;
  text-transform:uppercase;
}

.app-badge strong{
  font-size:14px;
  line-height:1;
  color:#fff;
}

.app-badge.play i{
  color:#22c55e;
}

.snp-footer-mid{
  max-width:1180px;
  margin:34px auto 0;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.snp-footer-mid strong{
  display:block;
  font-size:22px;
  color:#fff;
}

.snp-footer-mid span{
  display:block;
  margin-top:4px;
  color:#94a3b8;
  font-size:13px;
}

.snp-footer-bottom{
  max-width:1180px;
  margin:22px auto 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#94a3b8;
  font-size:13px;
}

.snp-footer-social,
.snp-footer-lang{
  display:flex;
  gap:14px;
}

.snp-footer-social a,
.snp-footer-lang a{
  margin:0;
}

.snp-footer-lang a{
  font-weight:900;
  color:#fff;
}

.snp-back-top{
  height:34px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

@media(max-width:1200px){
  .snp-footer-top{
    grid-template-columns:2fr repeat(3,1fr);
  }
}

@media(max-width:1000px){
  .snp-footer-search,
  .snp-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .snp-footer-search form{
    width:100%;
  }

  .snp-footer-top{
    grid-template-columns:1fr 1fr;
  }

  .snp-footer-brand{
    grid-column:1 / -1;
  }

  .snp-footer-mid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .snp-footer{
    margin-top:36px;
    padding:26px 18px 20px;
  }

  .snp-footer-search{
    margin-bottom:24px;
    padding:18px;
    border-radius:18px;
    display:block;
  }

  .snp-footer-search strong{
    font-size:20px;
    line-height:1.25;
  }

  .snp-footer-search span{
    font-size:13px;
    line-height:1.45;
  }

  .snp-footer-search form{
    width:100%;
    height:42px;
    margin-top:16px;
  }

  .snp-footer-top{
    grid-template-columns:1fr 1fr;
    gap:24px 18px;
  }

  .snp-footer-brand{
    grid-column:1 / -1;
  }

  .snp-footer h3{
    font-size:22px;
  }

  .snp-footer h4{
    font-size:14px;
    margin-bottom:10px;
  }

  .snp-footer-brand p{
    font-size:13px;
    line-height:1.55;
  }

  .snp-footer a{
    font-size:12px;
    margin-top:8px;
  }

  .snp-newsletter-form div{
    max-width:100%;
    height:40px;
  }

  .snp-apps{
    margin-top:16px;
  }

  .app-badge{
    width:128px;
    height:38px;
  }

  .snp-footer-mid{
    margin-top:26px;
    padding:16px 0;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
  }

  .snp-footer-mid strong{
    font-size:22px;
  }

  .snp-footer-mid span{
    font-size:12px;
  }

  .snp-footer-bottom{
    margin-top:18px;
    display:grid;
    gap:16px;
  }

  .snp-footer-social{
    flex-wrap:wrap;
    gap:12px 18px;
  }

  .snp-back-top{
    height:36px;
    width:max-content;
    padding:0 16px;
  }
}