/*
 * BRAINSCIENTIST - Footer
 * Clean, simple footer without heavy effects
 */
footer.footer {
  width: 100%;
  text-align: center;
  padding: var(--space-lg) var(--space-md);
  margin-top: auto;
  /* Push to bottom */
  background-color: var(--color-secondary);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  /* Remove the old drop-shadow - use subtle border instead */
  filter: none;
  border-top: none;
}
/* Copyright text */
footer.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
}
/* Optional: Add subtle top border accent */
footer.footer::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary-light);
  margin-bottom: var(--space-xs);
  border-radius: 1px;
  opacity: 0.6;
}
/* Links in footer */
footer.footer a {
  color: var(--color-accent-light);
  text-decoration: none;
  transition: color var(--transition-fast);
}
footer.footer a:hover {
  color: white;
  text-decoration: underline;
}
/* Mobile */
@media screen and (max-width: 768px) {
  footer.footer {
    padding: var(--space-md) var(--space-sm);
    font-size: 0.8125rem;
  }
}
/* Tablet and up */
@media screen and (min-width: 768px) {
  footer.footer {
    padding: var(--space-xl) var(--space-md);
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:home-footer] [61.392] DESIGN*/
/*******************************************************************/
/* 0.2 P>P */
/* db 70 */