/* =========================
FOOTER SYSTEM (LMS PERÚ PRO)
========================= */
.footer {
  width: 100%;

  margin-top: 40px;
  padding: 18px 20px;

  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);

  border-top: 1px solid #f0f0f0;

  text-align: center;

  font-size: 13px;
  color: #777;

  box-shadow: 0 -2px 10px rgba(0,0,0,0.03);
}

/* TEXTO DESTACADO */
.footer p {
  margin: 0;
  color: #b71c1c;
  font-weight: 500;
}

/* OPCIONAL: VERSION PRO CON LINK */
.footer a {
  color: #d32f2f;
  text-decoration: none;
  font-weight: 600;
}

.footer a:hover {
  text-decoration: underline;
}
