.site-footer{
  margin-top:60px;
  border-top:1px solid rgba(255,255,255,.08);
  background:#0b0d12;
padding: 10px;
}

.footer-top{
  padding:46px 0 10px;
}

.footer-newsletter{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:34px 22px;
  text-align:center;
}

.footer-newsletter h3{
  margin:0 0 10px;
  font-size:28px;
  letter-spacing:-.3px;
}
.footer-newsletter p{
  margin:0 0 18px;
  color:rgba(255,255,255,.72);
  line-height:1.6;
}

.newsletter-form{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.newsletter-form input{
  width:330px;
  max-width:100%;
  padding:13px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
  outline:none;
}
.newsletter-form input:focus{
  border-color:rgba(255,60,56,.40);
  box-shadow:0 0 0 4px rgba(255,60,56,.15);
}
.newsletter-form button{
  padding:13px 18px;
  border-radius:999px;
  border:0;
  background:#ff3c38;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.newsletter-form button:hover{opacity:.95}

.footer-grid{
  padding:34px 0 24px;
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1fr;
  gap:26px;
}

.footer-logo{
  font-size:30px;
  font-weight:1000;
  letter-spacing:-.6px;
  margin-bottom:10px;
}
.footer-logo span{color:#ff3c38}
.footer-brand p{
  margin:0 0 12px;
  color:rgba(255,255,255,.68);
  line-height:1.7;
  font-size:14px;
}

.footer-col h4{
  margin:0 0 14px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.2px;
}
.footer-col a{
  display:block;
  padding:8px 0;
  color:rgba(255,255,255,.70);
  font-size:14px;
}
.footer-col a:hover{color:#fff}

.footer-bottom{
  padding:16px 0 22px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.55);
  font-size:13px;
}

@media (max-width:950px){
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  .footer-grid{grid-template-columns:1fr}
  .footer-newsletter h3{font-size:22px}
}
