
.cg-site-footer{
  margin-top:0;
  padding:0;
  color:#9eacbd;
  border-top:1px solid rgba(219,167,65,.28);
  background:
    radial-gradient(circle at 16% 0,rgba(36,127,220,.16),transparent 22rem),
    linear-gradient(180deg,#071321,#03070d 72%);
  box-shadow:0 -16px 40px rgba(0,0,0,.22);
}
.cg-site-footer:before{
  content:"";
  display:block;
  height:2px;
  background:linear-gradient(90deg,transparent,#42b8ff 18%,#f0bc48 50%,#42b8ff 82%,transparent);
  opacity:.75;
}
.cg-site-footer-inner{
  width:min(1320px,calc(100% - 36px));
  margin:0 auto;
  padding:36px 8px 22px;
  display:grid;
  grid-template-columns:minmax(260px,2fr) repeat(3,minmax(140px,1fr));
  gap:28px 36px;
  align-items:start;
}
.cg-site-footer-brand img{
  width:176px;
  max-width:176px;
  height:auto;
  display:block;
  margin:0 0 14px;
  filter:drop-shadow(0 0 14px rgba(52,144,255,.28));
}
.cg-site-footer-brand p{
  max-width:520px;
  margin:0 0 10px;
  font-size:13px;
  line-height:1.65;
  color:#9eacbd;
}
.cg-site-footer-col{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
  padding-top:8px;
}
.cg-site-footer-col strong{
  color:#f0bc48;
  font-size:12px;
  letter-spacing:.14em;
  margin-bottom:6px;
}
.cg-site-footer-col a{
  color:#d7e3f0;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  width:fit-content;
  transition:color .15s ease;
}
.cg-site-footer-col a:hover{color:#55c1ff}
.cg-site-social a{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.cg-site-social img{
  width:18px;
  height:18px;
  padding:5px;
  box-sizing:content-box;
  border-radius:8px;
  background:rgba(8,22,38,.9);
  border:1px solid rgba(66,140,200,.28);
}
.cg-site-footer-bottom{
  grid-column:1/-1;
  margin-top:8px;
  padding-top:14px;
  border-top:1px solid rgba(50,85,127,.34);
  color:#6f8196;
  font-size:12px;
}
@media(max-width:900px){
  .cg-site-footer-inner{grid-template-columns:1fr 1fr}
  .cg-site-footer-brand{grid-column:1/-1}
}
@media(max-width:560px){
  .cg-site-footer-inner{grid-template-columns:1fr;padding:28px 4px 22px}
}
