/* ===== FOOTER ===== */
.site-footer{
  background:#0a2a66;
  color:#e5e7eb;
  margin-top:30px;
  padding:26px 16px 18px;
}

/* inner wrap */
.footer-inner{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

/* title */
.footer-title{
  font-size:18px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:6px;
}

/* description */
.footer-text{
  font-size:14px;
  line-height:1.65;
  color:#c7d2fe;
  max-width:760px;
  margin:0 auto 14px;
}

/* links */
.footer-links{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin:14px 0;
}

.footer-links a{
  color:#e0e7ff;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  padding:6px 10px;
  border-radius:6px;
  transition:.2s;
}

.footer-links a:hover{
  background:rgba(255,255,255,.12);
  color:#ffffff;
}

/* divider */
.footer-divider{
  width:100%;
  height:1px;
  background:rgba(255,255,255,.25);
  margin:18px 0 12px;
}

/* copyright */
.footer-copy{
  font-size:13px;
  color:#c7d2fe;
}

/* ===== MOBILE ===== */
@media(max-width:480px){
  .footer-title{font-size:16px;}
  .footer-text{font-size:13px;}
  .footer-links a{font-size:13px;}
}
