/*
 * assets/css/footer.css
 * Footer del sitio.
 */

.site-footer {
  background: #060B1E;
  border-top: 1px solid rgba(109,196,255,0.15);
  width: 100%;
}
.footer-inner {
  padding: 40px 20px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 32px;
  margin-bottom: 24px;
}
.footer-brand .logo-text {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.footer-brand .logo-text span {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  color: #6dc4ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
}
.footer-brand p {
  font-size: 0.78rem !important;
  color: #8ba4c8;
  line-height: 1.7;
}
.footer-heading {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6dc4ff;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links li a {
  font-size: 0.78rem;
  color: #8ba4c8;
  font-weight: 400;
}
.footer-links li a:hover { color: #6dc4ff; }
.footer-contact .footer-phone {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.footer-contact .footer-phone:hover { color: #6dc4ff; }
.footer-contact p { font-size: 0.78rem !important; color: #8ba4c8; margin-bottom: 4px !important; }
.footer-accent { color: #6dc4ff !important; margin-top: 8px !important; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: 16px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.7rem;
  color: #4a6080;
}
