/* ===== Footer ===== */

footer {
  background: #050b14;
  color: #cbd5e1;
  padding: 46px 0;
}

footer .wrap {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 24px;
}

footer strong {
  color: #fff;
}

footer a {
  display: block;
  margin: 8px 0;
  color: #cbd5e1;
}

/* ===== Footer Legal Block ===== */

.wrap.footer-legal {
  border-top: 1px solid #1c2a3d;
  margin-top: 30px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 28px;
  align-items: start;
}

.footer-legal-company strong {
  color: #fff;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-legal-company address {
  font-style: normal;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.footer-legal-phones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-phone {
  color: #cbd5e1;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-whatsapp .wa-icon {
  flex: 0 0 auto;
}

.footer-phone-cc {
  font-size: 10px;
  font-weight: 900;
  color: #0a66d8;
  background: rgba(37, 167, 255, 0.18);
  border-radius: 5px;
  padding: 2px 6px;
  min-width: 26px;
  text-align: center;
  display: inline-block;
}

.footer-disclaimer-text {
  color: #697787;
  font-size: 12px;
  line-height: 1.7;
}

.wrap.footer-copyright {
  border-top: 1px solid #1c2a3d;
  margin-top: 24px;
  padding: 18px 0;
  text-align: center;
  color: #697787;
  font-size: 12px;
  display: block;
}
