.cb-site-footer {
  background: #1b4f7b;
  color: #fff;
}

.cb-site-footer__main {
  background: #1b4f7b;
  padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
}

.cb-site-footer__brand {
  color: #fff;
  display: inline-block;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.cb-site-footer__brand:hover,
.cb-site-footer__brand:focus {
  color: rgba(255, 255, 255, 0.85);
}

.cb-site-footer__tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.cb-site-footer__copy {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 1rem;
  max-width: 24rem;
}

.cb-site-footer__heading {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cb-site-footer__heading a {
  color: inherit;
  text-decoration: none;
}

.cb-site-footer__heading a:hover,
.cb-site-footer__heading a:focus {
  color: rgba(255, 255, 255, 0.82);
}

.cb-site-footer__links {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cb-site-footer__links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  text-decoration: none;
}

.cb-site-footer__links a:hover,
.cb-site-footer__links a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cb-site-footer__widgets {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 2.5rem;
  padding-top: 2rem;
}

.cb-site-footer__info {
  background: #123957;
  color: rgba(255, 255, 255, 0.72);
  padding: 0.9rem 0;
  text-align: center;
}

.cb-social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cb-social-links a {
  align-items: center;
  border-radius: 0.45rem;
  color: #fff;
  display: inline-flex;
  font-size: 0.95rem;
  height: 2.15rem;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  width: 2.15rem;
}

.cb-social-links a:hover,
.cb-social-links a:focus {
  color: #fff;
  opacity: 0.9;
  transform: translateY(-1px);
}

.cb-social-links .cb-soc-fb {
  background: #1877f2;
}

.cb-social-links .cb-soc-x {
  background: #000;
}

.cb-social-links .cb-soc-sc {
  background: #fffc00;
  color: #000;
}

.cb-social-links .cb-soc-sc:hover,
.cb-social-links .cb-soc-sc:focus {
  color: #000;
}

.cb-social-links .cb-soc-ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4);
}

.cb-social-links .cb-soc-yt {
  background: #ff0000;
}

.cb-social-links .cb-soc-tt {
  background: #000;
}

.cb-social-links .cb-soc-li {
  background: #0a66c2;
}

.cb-social-links .cb-soc-spotify {
  background: #1db954;
}

.cb-social-links .cb-soc-web {
  background: #2472b1;
}
