:root{
  --cb-footer-max:1320px;
}

.cb-site-footer{
  width:100%;
  margin-top:8px;
  background:#0f172a;
  color:#cbd5e1;
  position:relative;
  z-index:1;
}
.cb-site-footer__inner{
  max-width:var(--cb-footer-max);
  margin:0 auto;
  padding:48px 20px 28px;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) repeat(auto-fit,minmax(160px,1fr));
  gap:28px;
}
.cb-site-footer__name{
  display:block;
  margin-bottom:10px;
  font-size:22px;
  color:#fff;
}
.cb-site-footer__brand p{
  margin:0 0 16px;
  max-width:360px;
  line-height:1.6;
  color:#94a3b8;
}
.cb-site-footer__cta{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border-radius:12px;
  background:#fff;
  color:#0f172a;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
}
.cb-site-footer__cta:hover{
  background:#f8fafc;
  color:#0f172a;
}
.cb-site-footer__col strong{
  display:block;
  margin-bottom:12px;
  color:#fff;
  font-size:14px;
}
.cb-site-footer__col ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.cb-site-footer__col li{
  margin:0;
  padding:0;
}
.cb-site-footer__col a{
  color:#cbd5e1;
  text-decoration:none;
  font-size:14px;
  line-height:1.45;
}
.cb-site-footer__col a:hover{
  color:#fff;
}
.cb-site-footer__col form{
  margin:0;
}
.cb-site-footer__col button{
  border:0;
  background:none;
  padding:0;
  margin:0;
  color:#cbd5e1;
  font:inherit;
  font-size:14px;
  line-height:1.45;
  cursor:pointer;
  text-align:left;
  appearance:none;
  -webkit-appearance:none;
}
.cb-site-footer__col button:hover{
  color:#fff;
}
.cb-site-footer__bottom{
  max-width:var(--cb-footer-max);
  margin:0 auto;
  padding:0 20px 28px;
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  justify-content:space-between;
  align-items:flex-start;
  font-size:13px;
  color:#64748b;
}
.cb-site-footer__legal{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  justify-content:flex-start;
  width:100%;
  margin-top:4px;
  padding-top:14px;
  border-top:1px solid rgba(148,163,184,.18);
}
.cb-site-footer__legal a{
  color:#cbd5e1;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
}
.cb-site-footer__legal a:hover{
  color:#fff;
}

@media(max-width:760px){
  .cb-site-footer__inner{
    grid-template-columns:1fr;
    padding-top:36px;
    gap:22px;
  }
  .cb-site-footer__bottom{
    flex-direction:column;
    gap:6px;
  }
  .cb-site-footer__legal{
    flex-direction:column;
    gap:10px;
  }
  .cb-site-footer{
    padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px));
  }
}
