/* === ESTILOS GLOBALES === */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

/* === NAVBAR === */
.navbar {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar-brand {
  font-weight: bold;
  letter-spacing: 1px;
}

.nav-link {
  color: #e9ecef !important;
}

.nav-link:hover {
  color: #74c69d !important;
}

/* Botones de login/registro */
.btn-success {
  background-color: #40916c !important;
  border: none;
}

.btn-outline-success {
  color: #74c69d !important;
  border-color: #74c69d !important;
}

.btn-outline-success:hover {
  background-color: #74c69d !important;
  color: #1b4332 !important;
}

/* === SECCIONES === */
.section-anchor {
  scroll-margin-top: 80px;
}

header {
  background-color: #2d6a4f;
  color: white;
  text-align: center;
  padding: 40px 0;
}

#inicio {
  background-color: #d8f3dc;
}

#beneficios {
  background-color: #f0fff1;
}

#como-funciona {
  background-color: #e6f5ea;
}
